Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 533046 - sys-fs/fuse-2.9.3 USE=static-libs - ld: error: symbol __fuse_process_cmd has undefined version
Summary: sys-fs/fuse-2.9.3 USE=static-libs - ld: error: symbol __fuse_process_cmd has ...
Status: RESOLVED DUPLICATE of bug 402967
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Kernel Miscellaneous
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-12-19 19:37 UTC by Petros
Modified: 2015-07-18 09:15 UTC (History)
0 users

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


Attachments
emerge --info (info,9.28 KB, text/plain)
2014-12-19 19:37 UTC, Petros
Details
build.log (build.log,36.41 KB, text/plain)
2014-12-19 19:39 UTC, Petros
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Petros 2014-12-19 19:37:59 UTC
Created attachment 392038 [details]
emerge --info

I know that static linking is not a very popular (if not something else) choice in today's Linux systems. Although I have it enabled (via static/static-libs)and various packages fail to compile in various ways. One of them is fuse and it is denying to build some static library as shown below.

[ebuild   R    ] sys-fs/fuse-2.9.3  USE="examples static-libs*" 0 KiB


collect2: error: ld returned 1 exit status
Makefile:390: recipe for target 'libfuse.la' failed
make[1]: *** [libfuse.la] Error 1
make[1]: *** Waiting for unfinished jobs....
libtool: compile:  x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../include -I../include -DFUSERMOUNT_DIR=\"/usr/bin\" -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DFUSE_USE_VERSION=26 -march=native -O2 -m3dnow -mtls-dialect=gnu2 -mglibc -m64 -pipe -fomit-frame-pointer -frename-registers -ftracer -fno-stack-protector -c ulockmgr.c -o ulockmgr.o >/dev/null 2>&1
make[1]: Leaving directory '/var/tmp/portage/sys-fs/fuse-2.9.3/work/fuse-2.9.3/lib'
Makefile:385: recipe for target 'all-recursive' failed
make: *** [all-recursive] Error 1
 * ERROR: sys-fs/fuse-2.9.3::gentoo failed (compile phase):
 *   emake failed
Comment 1 Petros 2014-12-19 19:39:56 UTC
Created attachment 392040 [details]
build.log
Comment 2 Petros 2014-12-22 18:10:57 UTC
Built fine with ld.bfd (binutils-config --linker ld.bfd).

Same error when switching back to gold linker.
Comment 3 Roman Gruber 2015-07-09 12:36:55 UTC
sys-fs/fuse-2.9.4 does not build with gold linker on amd64 here.

Built fine with ld.bfd (binutils-config --linker ld.bfd).
Comment 4 Pacho Ramos gentoo-dev 2015-07-18 09:15:27 UTC

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