Linuxbrew / brew

:beer::penguin: The Homebrew package manager for Linux
https://linuxbrew.sh
BSD 2-Clause "Simplified" License
2.66k stars 237 forks source link

opencv dependency gcc not gonna install #787

Closed vikas12121200 closed 6 years ago

vikas12121200 commented 6 years ago

Please fill out one of the templates at https://github.com/Linuxbrew/brew/issues/new/choose

Installing opencv dependency: gcc
==> Downloading https://ftp.gnu.org/gnu/gcc/gcc-5.5.0/gcc-5.5.0.tar.xz
Already downloaded: /home/pi/.cache/Homebrew/gcc-5.5.0.tar.xz
==> ../configure --with-isl=/home/pi/.linuxbrew/opt/isl@0.18 --with-bugurl=https
==> make
Last 15 lines from /home/pi/.cache/Homebrew/Logs/gcc/02.make:
make[3]: *** Waiting for unfinished jobs....
/bin/bash ../../gcc/../move-if-change tmp-attrtab.c    insn-attrtab.c
/bin/bash ../../gcc/../move-if-change tmp-dfatab.c     insn-dfatab.c
/bin/bash ../../gcc/../move-if-change tmp-latencytab.c insn-latencytab.c
echo timestamp > s-attrtab
rm gcc.pod
make[3]: Leaving directory '/tmp/gcc-20180813-1533-ie4hqr/gcc-5.5.0/build/gcc'
Makefile:4368: recipe for target 'all-stage1-gcc' failed
make[2]: *** [all-stage1-gcc] Error 2
make[2]: Leaving directory '/tmp/gcc-20180813-1533-ie4hqr/gcc-5.5.0/build'
Makefile:20382: recipe for target 'stage1-bubble' failed
make[1]: *** [stage1-bubble] Error 2
make[1]: Leaving directory '/tmp/gcc-20180813-1533-ie4hqr/gcc-5.5.0/build'
Makefile:900: recipe for target 'all' failed
make: *** [all] Error 2

READ THIS: https://github.com/Linuxbrew/brew/wiki/troubleshooting
Please do not report this issue to Homebrew/brew or Homebrew/core, which support macOS only.
sjackman commented 6 years ago

Is there a reason that you know of that you're not using the precompiled binary bottle for gcc?

sjackman commented 6 years ago

Please report the output of brew fetch gcc and brew install gcc.

maxim-belkin commented 6 years ago

Closing this one as there has been no activity in 2 weeks.