-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem of installing brew gcc@7 and falaise #11
Comments
Hi @MHoballah, could you run: brew gist-logs gcc@7 and post the link here please? |
Also note that you don't have to install Falaise by hand at CC-IN2P3. Singularity containers are available as documented in the README:
and in the docs from the Annecy tutorial: |
Hello, https://github.com/settings/tokens/new?scopes=gist,public_repo&description=Homebrew Thanks in advance, |
Thanks, but that's not a gist link. It looks like it's asking you to set up an access token. Did it print:
Create that token and follow the instructions for adding it to your shell profile, or run:
|
sorry, this is the link: |
O.k., can you run
and post the output please? |
sure: binutils 2.32 |
The problem is likely caused by the presence of glib, and looks like the error isn't fundamentally due to gcc. Could you post the exact sequence of commands you used to try and install falaise please? |
I followed the steps in this link: https://github.com/SuperNEMO-DBD/brew $ sudo apt-get install ca-certificates curl file g++ git locales make uuid-runtime libx11-dev libxpm-dev libxft-dev libxext-dev libglu1-mesa-dev flex texinfo but did not go past "brew snemo-bootstrap" due to an error and fails in installations. |
Thanks, I think I see what's happened. What you'll need to do is:
|
"brew snemo-doctor" output: Warning: "config" scripts exist outside your system or Homebrew directories. Having additional scripts in your path can confuse software installed via Warning: An outdated version (1.8.3.1) of Git was detected in your PATH. Warning: Your Homebrew's prefix is not /home/linuxbrew/.linuxbrew. |
O.k., that looks better. See what happens with the delete/reinstall, and we can try and track down the formula causing the problem. |
I think the test error is expected due to #10, so use the workaround in there for now. I’ll update the Singularity container in the next few days.
|
We had problems installing falaise brew at Lyon when installing gcc@7.
Thanks for the help for the new student Malak Hoballah, cheers
==> Installing gcc@7
==> Downloading https://ftp.gnu.org/gnu/gcc/gcc-7.4.0/gcc-7.4.0.tar.xz
Already downloaded: /pbs/home/m/mhoballa/.cache/Homebrew/downloads/07bf377bb288d33327b5db269277c2fee319dafda4a3c8b7970bfb347858257b--gcc-7.4.0.tar.xz
==> ../configure --with-bugurl=https://github.com/Linuxbrew/homebrew-core/issues --disable-multilib --with-native-system-header-dir=/pbs/home/m/mhoballa/soft_supernemo/snemo-sdk/include --with-specs=%{!st
==> make
Last 15 lines from /pbs/home/m/mhoballa/.cache/Homebrew/Logs/gcc@7/02.make:
checking for ld used by GCC... ld
checking if the linker (ld) is GNU ld... yes
checking for shared library run path origin... done
checking for iconv... yes
checking for iconv declaration... install-shextern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
configure: updating cache ./config.cache
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: executing depdir commands
mkdir -p -- .deps
make[2]: Leaving directory
/tmp/gcc@7-20190419-34151-bpk1ny/gcc-7.4.0/build' make[1]: *** [stage1-bubble] Error 2 make[1]: Leaving directory
/tmp/gcc@7-20190419-34151-bpk1ny/gcc-7.4.0/build'make: *** [all] Error 2
READ THIS: https://github.com/SuperNEMO-DBD/brew/issues
Please do not report this issue to Homebrew/brew or Homebrew/core,
which support macOS only."
These open issues may also help:
Review RPATH in *link section of specs file for gcc-7 SuperNEMO-DBD/homebrew-core#1
/pbs/home/m/mhoballa/soft_supernemo(1)>^C
/pbs/home/m/mhoballa/soft_supernemo(130)>^C
/pbs/home/m/mhoballa/soft_supernemo(130)>^C
/pbs/home/m/mhoballa/soft_supernemo(130)>brew test falaise
Error: Testing requires the latest version of falaise
The text was updated successfully, but these errors were encountered: