scoopでgccがインストール出来ないのでdorado/nuwen-mingw-gccをインストールする
Windowsのpackage管理にscoopを使っているのですが最近以下のインストールコマンドでgccがインストール出来なくなっています。
$ scoop install gcc
Installing 'gcc' (9.3.0-2) [64bit]
mingw-w64-x86_64-binutils-2.34-1-any.pkg.tar.xz (13.9 MB) [===================================================] 100%
Checking hash of mingw-w64-x86_64-binutils-2.34-1-any.pkg.tar.xz ... ok.
mingw-w64-x86_64-crt-git-8.0.0.5815.9517d302-1-any.pkg.tar.xz (3.1 MB) [======================================] 100%
Checking hash of mingw-w64-x86_64-crt-git-8.0.0.5815.9517d302-1-any.pkg.tar.xz ... ok.
The remote server returned an error: (404) Not Found.
URL http://repo.msys2.org/mingw/x86_64/mingw-w64-x86_64-expat-2.2.9-1-any.pkg.tar.xz is not valid
うーむ、どうやらリンクが切れているようです。
このままではcgoがbuild出来なくて困ったので代価としてdorado/nuwen-mingw-gccを導入することにしました。
gccとリンカーもセットでインストールしておきます。
$ scoop bucket add dorado https://github.com/chawyehsu/dorado
$ scoop install dorado/llvm-mingw dorado/nuwen-mingw-gcc
$ gcc --version
gcc.exe (GCC) 9.2.0
Copyright (C) 2019 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
取り敢えずgccが使えるようになりました。
Author And Source
この問題について(scoopでgccがインストール出来ないのでdorado/nuwen-mingw-gccをインストールする), 我々は、より多くの情報をここで見つけました https://qiita.com/tomtwinkle/items/747d40e5ca5f405a0b44著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .