bcgsc / orca

:whale: Genomics Research Container Architecture
http://www.bcgsc.ca/services/orca
GNU General Public License v3.0
48 stars 13 forks source link

gcc@4.8 fails. #24

Closed tmozgach closed 6 years ago

tmozgach commented 7 years ago
==> Installing gcc@4.8
==> Downloading https://ftp.gnu.org/gnu/gcc/gcc-4.8.5/gcc-4.8.5.tar.bz2
######################################################################## 100.0%
==> ../configure --build=x86_64-apple-darwin3.10.0-327.el7.x86_64 --prefix=/home/linuxbrew/.linuxbrew/Cellar/gcc@4.8/4.8.5 
Last 15 lines from /home/linuxbrew/.cache/Homebrew/Logs/gcc@4.8/01.configure:
--with-system-zlib
--enable-libstdcxx-time=yes
--enable-stage1-checking
--enable-checking=release
--enable-lto
--enable-plugin
--disable-werror
--with-pkgversion=Homebrew GCC 4.8.5
--with-bugurl=https://github.com/Homebrew/homebrew-core/issues
MAKEINFO=missing
--disable-nls
--enable-multilib

checking build system type... Invalid configuration `x86_64-apple-darwin3.10.0-327.el7.x86_64': machine `x86_64-apple-darwin3.10.0-327.el7.x86_64' not recognized
configure: error: /bin/bash ../config.sub x86_64-apple-darwin3.10.0-327.el7.x86_64 failed
tmozgach commented 7 years ago

@sjackman could you please look at this issue, without gcc@4.8 I can't test my image.

sjackman commented 7 years ago

I believe you were doing brew test --cc=gcc-4.8, yes? With the brew 1.3.0 release you should not need that hack any more. You can just use brew test.