Install fails during compile phase due to underlinking with recent binutils: /usr/lib/gcc/i686-pc-linux-gnu/4.7.3/../../../../i686-pc-linux-gnu/bin/ld: src/Building.o: undefined reference to symbol '_ZN5boost6system15system_categoryEv' /usr/lib/gcc/i686-pc-linux-gnu/4.7.3/../../../../i686-pc-linux-gnu/bin/ld: note: '_ZN5boost6system15system_categoryEv' is defined in DSO /usr/lib/libboost_system.so.1.53.0 so try adding it to the linker command line /usr/lib/libboost_system.so.1.53.0: could not read symbols: Invalid operation collect2: error: ld returned 1 exit status Obviously it needs -lboost_system. Reproducible: Always
Created attachment 361840 [details, diff] Patch which fixes the problem.
Created attachment 361842 [details, diff] Ebuild which uses the patch.
+ 27 Oct 2013; Julian Ospald <hasufell@gentoo.org> + +files/glob2-0.9.4.4-underlinking.patch, +glob2-0.9.4.4-r1.ebuild: + fix underlinking and other stuff wrt #489312 +