question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Somebody just broke `gcc` on Linux

See original GitHub issue
isl:                  0.16.1-0         
Removing old build environment
Removing old work directory
BUILD START: bob.learn.em-2.0.8-py27_0
Using Anaconda Cloud api site https://api.anaconda.org
Fetching package metadata: ..........
Solving package specifications: .........

The following NEW packages will be INSTALLED:

    bob.blitz:            2.0.8-np111py27_4
    bob.core:             2.1.2-py27_1     
    bob.extension:        2.0.11-py27_4    
    bob.io.base:          2.0.8-py27_0     
    bob.learn.activation: 2.0.4-py27_2     
    bob.learn.linear:     2.0.7-py27_2     
    bob.math:             2.0.3-py27_2     
    bob.sp:               2.0.4-py27_2     
    boost:                1.60.0-py27_0    
    cloog:                0.18.0-0         
    cmake:                3.5.0-3          
    gcc:                  4.8.5-3          
    gmp:                  6.1.0-2          
    hdf5:                 1.8.16-2         
    icu:                  56.1-2           
    isl:                  0.16.1-0         
    libblitz:             0.10-1           
    libgcc:               4.8.5-1          
    libgfortran:          3.0-0            
    mkl:                  11.3.1-0         
    mpc:                  1.0.3-1          
    mpfr:                 3.1.4-1          
    numpy:                1.11.0-py27_0    
    openblas:             0.2.14-4         
    openssl:              1.0.2g-0         
    pip:                  8.1.1-py27_1     
    pkg-config:           0.28-1           
    python:               2.7.11-0         
    readline:             6.2-2            
    setuptools:           20.7.0-py27_0    
    sqlite:               3.9.2-0          
    tk:                   8.5.18-0         
    wheel:                0.29.0-py27_0    
    zlib:                 1.2.8-0          

Linking packages ...
/home/amir/miniconda/envs/_build/gcc/libexec/gcc/x86_64-unknown-linux-gnu/4.8.5/cc1: error while loading shared libraries: libisl.so.10: cannot open shared object file: No such file or directory           |  76%
Installation failed: gcc is not able to compile a simple 'Hello, World' program.
Error: post-link failed for: gcc-4.8.5-3

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:72 (72 by maintainers)

github_iconTop GitHub Comments

2reactions
ocefpafcommented, Apr 20, 2016

I did. I wasn’t kidding when I said a few hours.

I guess it is time to add a new rule in the code of conduct: Conda-forge member must sleep at least 8 hours per day 😜

1reaction
mcg1969commented, Apr 20, 2016

Situations like this point to the need to implement a “strict” channel mode in conda, so that it isn’t permitted to reach down to other channels to pull in a package. I’d much rather have a hard failure due to dependency conflicts in this case, that way it spurs you on to find the true cause.

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to repair a broken compiler?
The first thing that came to my mind was to uninstall gcc and install it again through the Synaptic Package Manager. But something...
Read more >
Linux Mint gcc++ : can't install gcc++ because of broken ...
I am trying to run a simple project in Clion but apparently I have a problem with my gcc++ compiler. I try to...
Read more >
Broken executable when compiling with external build of gcc
Now, for reasons I won't get into, I am trying to build code using a separate copy of gcc 4.4.0 residing on a...
Read more >
Linux build breaks with gcc prior to 4.7 as those versions ...
Given the current non-x86 Linux non-GCC coverage, this is more likely a cross-compiling issue rather than a MIPS issue. I can try the...
Read more >
Will gcc-git break my current install?
1 Answer 1 · I suppose that shows my ignorance. I inferred that the package "gcc-libs" provided that. · Ah, yes, many programs...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found