Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 529288 - sys-fs/fuse-exfat-1.1.0 + ld.gold - fails at runtime with "fuse: unknown option ` '"
Summary: sys-fs/fuse-exfat-1.1.0 + ld.gold - fails at runtime with "fuse: unknown opti...
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Mike Gilbert
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: systemwide-gold
  Show dependency tree
 
Reported: 2014-11-15 05:05 UTC by Alexandre Rostovtsev (RETIRED)
Modified: 2016-08-06 18:04 UTC (History)
6 users (show)

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


Attachments
emerge --info + fuse-exfat-1.1.0 build log with ld.gold (emerge --info + fuse-exfat-1.1.0 build log.txt,10.66 KB, text/plain)
2014-11-15 05:05 UTC, Alexandre Rostovtsev (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexandre Rostovtsev (RETIRED) gentoo-dev 2014-11-15 05:05:40 UTC
Created attachment 389352 [details]
emerge --info + fuse-exfat-1.1.0 build log with ld.gold

If building fuse-exfat with ld.gold, there are no warnings or compilation errors, but the thing simply does not work.

# binutils-config --linker ld.gold
 * Setting default linker to ld.gold for x86_64-pc-linux-gnu-2.24 ...     [ ok ]
# emerge fuse-exfat
# mount.exfat-fuse /dev/sde1 /mnt
FUSE exfat 1.1.0
fuse: unknown option `'
# grep sde1 /proc/mounts | echo "fail"
fail

# binutils-config --linker ld.bfd
 * Setting default linker to ld.bfd for x86_64-pc-linux-gnu-2.24 ...      [ ok ]
# emerge fuse-exfat
# mount.exfat-fuse /dev/sde1 /mnt
FUSE exfat 1.1.0
# grep sde1 /proc/mounts | echo "fail"
/dev/sde1 /mnt fuseblk rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other,blksize=4096 0 0
Comment 1 om3i 2015-02-08 22:01:55 UTC
Same problem with sys-fs/ntfs3g.
Comment 2 Nuno Silva 2015-04-03 09:36:04 UTC
The same happens with sys-fs/sshfs-fuse.
Comment 3 Mike Gilbert gentoo-dev 2015-12-03 17:15:58 UTC
The same issue in multiple packages might indicate some issue with a shared library (like libfuse).
Comment 4 Mike Gilbert gentoo-dev 2016-08-06 18:04:09 UTC
I can no longer reproduce this problem with fuse-exfat-1.2.4, fuse-2.9.7, and binutils-2.26.1.