Möchte man alte Pakete auf einem System mit neuerer GLibc nutzen kommt es u.U. beim Linknen zu kleineren Verstimmungen:
/usr/lib/gcc/x86_64-pc-linux-gnu/4.7.3/../../../../x86_64-pc-linux-gnu/bin/ld: note: 'floor@@GLIBC_2.2.5' is defined in DSO /lib64/libm.so.6 so try adding it to the linker command line /lib64/libm.so.6: could not read symbols: Invalid operation collect2: error: ld returned 1 exit status
Als Workarround kann man die nötige Lib über paketspezifische LDFLAGS händisch einbinden:
/etc/portage/enc/templd.conf
LDFLAGS="$LDFLAGS -lm"
/etc/portage/package.env:
bla-foo/bar templd.conf