teratail header banner
teratail header banner
質問するログイン新規登録

質問編集履歴

4

windows defender firewall

2020/05/19 00:23

投稿

noc
noc

スコア73

title CHANGED
File without changes
body CHANGED
@@ -31,6 +31,7 @@
31
31
  ==> Pouring perl-5.30.2_1.x86_64_linux.bottle.tar.gz
32
32
  ==> /home/linuxbrew/.linuxbrew/Cellar/perl/5.30.2_1/bin/cpan -i XML::Parser
33
33
  ```
34
+ (このときwindows defender firewall が「このアプリケーション(perl)の機能のいくつかがブロックされています」というアラートを出すので許可を出してブロックを解除したはずです。)
34
35
 
35
36
 
36
37
  何時間待ってもこのままなので`Ctrl-c`で割り込みをかけると

3

windowsビルド追記

2020/05/19 00:23

投稿

noc
noc

スコア73

title CHANGED
File without changes
body CHANGED
@@ -3,7 +3,7 @@
3
3
  解決のヒントをいただけませんか?
4
4
 
5
5
  環境
6
- Windows10 1903
6
+ Windows10 1903 ビルド18362.719
7
7
  Ubuntu 20.04UTS
8
8
 
9
9
 

2

typo

2020/05/17 12:37

投稿

noc
noc

スコア73

title CHANGED
@@ -1,1 +1,1 @@
1
- WSL上の linuxbrew で prel をインストールしようとすると途中で停止する(失敗する)
1
+ WSL上の linuxbrew で perl をインストールしようとすると途中で停止する(失敗する)
body CHANGED
File without changes

1

追記

2020/05/16 07:36

投稿

noc
noc

スコア73

title CHANGED
File without changes
body CHANGED
@@ -30,4 +30,20 @@
30
30
  Already downloaded: /home/siic/.cache/Homebrew/downloads/84c05b70d6d6d052725158edc193c72d2a8f28703f6cab639286d98e4f0e22b1--perl-5.30.2_1.x86_64_linux.bottle.tar.gz
31
31
  ==> Pouring perl-5.30.2_1.x86_64_linux.bottle.tar.gz
32
32
  ==> /home/linuxbrew/.linuxbrew/Cellar/perl/5.30.2_1/bin/cpan -i XML::Parser
33
+ ```
34
+
35
+
36
+ 何時間待ってもこのままなので`Ctrl-c`で割り込みをかけると
37
+ ```
38
+ ^CWarning: The post-install step did not complete successfully
39
+ You can try again using `brew postinstall perl`
40
+ ==> Caveats
41
+ By default non-brewed cpan modules are installed to the Cellar. If you wish
42
+ for your modules to persist across updates we recommend using `local::lib`.
43
+
44
+ You can set that up like this:
45
+ PERL_MM_OPT="INSTALL_BASE=$HOME/perl5" cpan local::lib
46
+ echo 'eval "$(perl -I$HOME/perl5/lib/perl5 -Mlocal::lib=$HOME/perl5)"' >> ~/.bash_profile
47
+ ==> Summary
48
+ ???? /home/linuxbrew/.linuxbrew/Cellar/perl/5.30.2_1: 2,721 files, 71.2MB
33
49
  ```