Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 595282 - =sys-fs/fuse-2.9.7 fails to link with ld.gold
Summary: =sys-fs/fuse-2.9.7 fails to link with ld.gold
Status: RESOLVED DUPLICATE of bug 595262
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-09-27 14:56 UTC by Nicolas Bock
Modified: 2016-09-27 15:05 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nicolas Bock gentoo-dev 2016-09-27 14:56:26 UTC
Building sys-fs/fuse-2.9.7 with the gold linker fails at

libtool: link: x86_64-pc-linux-gnu-gcc -shared  -fPIC -DPIC  .libs/fuse.o .libs/fuse_kern_chan.o .libs/fuse_loop.o .libs/fuse_loop_mt.o .libs/fuse_lowlevel.o .libs/fuse_mt.o .libs/fuse_opt.o .libs/fuse_session.o .libs/fuse_signals.o .libs/buffer.o .libs/cuse_lowlevel.o .libs/helper.o modules/.libs/subdir.o modules/.libs/iconv.o .libs/mount.o .libs/mount_util.o   -ldl -Wl,--as-needed  -O2 -pthread -Wl,--version-script -Wl,./fuse_versionscript -Wl,-O1   -pthread -Wl,-soname -Wl,libfuse.so.2 -o .libs/libfuse.so.2.9.7
/usr/lib/gcc/x86_64-pc-linux-gnu/4.9.3/../../../../x86_64-pc-linux-gnu/bin/ld: error: symbol __fuse_exited has undefined version 

Building with the bfd linker works.
Comment 1 Mike Gilbert gentoo-dev 2016-09-27 15:05:09 UTC

*** This bug has been marked as a duplicate of bug 595262 ***