x86_64-pc-linux-gnu-gcc-5.4.0 -shared -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -Wl,-z,defs [...] -L/usr/lib64 -lpython2.7 -o /tmp/portage/media-gfx/uniconvertor-2.0_pre379-r1/work/uniconvertor-2.0_pre379-python2_7/lib/uc2/formats/sk1/_sk1objs.so /usr/lib/gcc/x86_64-pc-linux-gnu/5.4.0/../../../../x86_64-pc-linux-gnu/bin/ld: /tmp/portage/media-gfx/uniconvertor-2.0_pre379-r1/work/uniconvertor-2.0_pre379-python2_7/temp.linux-x86_64-2.7/src/uc2/formats/sk1/sk1objs/skpoint.o: undefined reference to symbol 'hypot@@GLIBC_2.2.5' /lib64/libm.so.6: error adding symbols: DSO missing from command line To reproduce, use LDFLAGS='-Wl,-z,defs'. The error indicates that the module is using math functions from -lm but not linking to -lm. Normally, this goes unnoticed since Python implicitly links to -lm but it would still be good to avoid implicit linkage.
Created attachment 445610 [details] media-gfx:uniconvertor-2.0_pre379-r1:20160913-151652.log
The package is being removed.