Closed mschubert closed 8 years ago
fish
no longer launches
fish: /usr/lib64/libstdc++.so.6: version `GLIBCXX_3.4.15' not found (required by fish)
@mattjeffryes, fish should be working again
@mschubert It is, thank you!
some notes in this mess:
package deps on glibc in the tree are no longer required, so remove it entirely and rely on host
Building gcc fails with
/nfs/research2/software/prefix/usr/x86_64-pc-linux-gnu/bin/ld: cannot find /lib64/libmvec.so.1
- but it shouldn't even link this library (or should it? - this belongs tosys-libs/glibc
, which so far we used from prefix, has it become incompatible with hostsys-linux/glibc
)?Packages that did build after the faulty glibc upgrade and start with a
GLIBCXX_3.4.15 in /usr/lib64/libstdc++.so.6
error:Building the following packages fails with
undefined reference to __fdelt_chk
:Building the following packages fails with
undefined reference to __poll_chk
: