Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 529288

Summary: sys-fs/fuse-exfat-1.1.0 + ld.gold - fails at runtime with "fuse: unknown option ` '"
Product: Gentoo Linux Reporter: Alexandre Rostovtsev (RETIRED) <tetromino>
Component: [OLD] Core systemAssignee: Mike Gilbert <floppym>
Status: RESOLVED WORKSFORME    
Severity: normal CC: ahferroin7, ansla80, base-system, esigra, floppym, nikoli
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 269315    
Attachments: emerge --info + fuse-exfat-1.1.0 build log with ld.gold

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.