Skip to content

Instantly share code, notes, and snippets.

@smith
Created June 20, 2017 03:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save smith/293e61c1bf0d6403fc7b0f4c46566dbd to your computer and use it in GitHub Desktop.
Save smith/293e61c1bf0d6403fc7b0f4c46566dbd to your computer and use it in GitHub Desktop.
failed to build gcc :(
gcc: WARN
gcc: WARN The following runtime dependencies have more than one version
gcc: WARN release in the full dependency chain:
gcc: WARN
gcc: WARN * core/gmp ( core/gmp/6.1.2/20170526062114 core/gmp/6.1.0/20170513202112 )
gcc: WARN
gcc: WARN The current situation usually arises when a Plan has a direct
gcc: WARN dependency on one version of a package (`acme/A/7.0/20160101200001`)
gcc: WARN and has a direct dependency on another package which itself depends
gcc: WARN on another version of the same package (`acme/A/2.0/20151201060001`).
gcc: WARN If this package (`acme/A`) contains shared libraries which are
gcc: WARN loaded at runtime by the current Plan, then both versions of
gcc: WARN `acme/A` could be loaded into the same process in a potentially
gcc: WARN surprising order. Worse, if both versions of `acme/A` are
gcc: WARN ABI-incompatible, runtime segmentation faults are more than likely.
gcc: WARN
gcc: WARN In order to preserve reliability at runtime the duplicate dependency
gcc: WARN entries will need to be resolved before this Plan can be built.
gcc: WARN Below is an expanded graph of all `$pkg_deps` and their dependencies
gcc: WARN with the problematic lines noted.
gcc: WARN
gcc: WARN Computed dependency graph (Lines with '*' denote a problematic entry):
smith/gcc/5.2.0/20170620035259 [37/1902]
core/bash/4.3.42/20170513213519
core/glibc/2.22/20170513201042
core/linux-headers/4.3/20170513200956
core/ncurses/6.0/20170513213009
core/glibc/2.22/20170513201042
core/linux-headers/4.3/20170513200956
core/gcc-libs/5.2.0/20170513212920
core/glibc/2.22/20170513201042
core/linux-headers/4.3/20170513200956
core/readline/6.3.8/20170513213506
core/glibc/2.22/20170513201042
core/linux-headers/4.3/20170513200956
core/ncurses/6.0/20170513213009
core/glibc/2.22/20170513201042
core/linux-headers/4.3/20170513200956
core/gcc-libs/5.2.0/20170513212920
core/glibc/2.22/20170513201042
core/linux-headers/4.3/20170513200956
core/binutils/2.25.1/20170513201927
core/glibc/2.22/20170513201042
core/linux-headers/4.3/20170513200956
core/zlib/1.2.8/20170513201911
core/glibc/2.22/20170513201042
core/linux-headers/4.3/20170513200956
core/coreutils/8.25/20170513213226
core/glibc/2.22/20170513201042
core/linux-headers/4.3/20170513200956
core/acl/2.2.52/20170513213108
core/glibc/2.22/20170513201042
core/linux-headers/4.3/20170513200956
core/attr/2.4.47/20170513213059
core/glibc/2.22/20170513201042
core/linux-headers/4.3/20170513200956
core/attr/2.4.47/20170513213059
core/glibc/2.22/20170513201042
core/linux-headers/4.3/20170513200956
core/gmp/6.1.0/20170513202112 (*)
core/glibc/2.22/20170513201042
core/linux-headers/4.3/20170513200956
core/libcap/2.24/20170513213120
core/glibc/2.22/20170513201042
core/linux-headers/4.3/20170513200956
core/attr/2.4.47/20170513213059
core/glibc/2.22/20170513201042
core/linux-headers/4.3/20170513200956
core/glibc/2.22/20170513201042
core/linux-headers/4.3/20170513200956
core/gmp/6.1.2/20170526062114 (*)
core/glibc/2.22/20170513201042
core/linux-headers/4.3/20170513200956
core/libmpc/1.0.3/20170513202228
core/glibc/2.22/20170513201042
core/linux-headers/4.3/20170513200956
core/gmp/6.1.0/20170513202112 (*)
core/glibc/2.22/20170513201042
core/linux-headers/4.3/20170513200956
core/mpfr/3.1.4/20170513202156
core/glibc/2.22/20170513201042
core/linux-headers/4.3/20170513200956
core/gmp/6.1.0/20170513202112 (*)
core/glibc/2.22/20170513201042
core/linux-headers/4.3/20170513200956
core/mpfr/3.1.4/20170513202156
core/glibc/2.22/20170513201042
core/linux-headers/4.3/20170513200956
core/gmp/6.1.0/20170513202112 (*)
core/glibc/2.22/20170513201042
core/linux-headers/4.3/20170513200956
core/zlib/1.2.8/20170513201911
core/glibc/2.22/20170513201042
core/linux-headers/4.3/20170513200956
ERROR: Computed runtime dependency check failed, aborting
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment