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

Bug 282229

Summary: sys-fs/fuse: Possibly wrongly configured --exec-prefix
Product: Gentoo Linux Reporter: Nikos Chantziaras <realnc>
Component: Current packagesAssignee: Gentoo's Team for Core System packages <base-system>
Status: RESOLVED OBSOLETE    
Severity: normal CC: jstein, marcopaolone, mmokrejs
Priority: High    
Version: 2008.0   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Nikos Chantziaras 2009-08-21 18:45:31 UTC
While experimenting with another package (ntfs3g, see bug 282222), I came across this warning:

****************************************************************************
* WARNING  WARNING  WARNING  WARNING  WARNING  WARNING  WARNING  WARNING   *
* The FUSE user space binaries were NOT installed with root directory      *
* executable prefix. This means that automounting NTFS volumes during boot *
* could fail. This can be fixed the below way by reinstalling FUSE using   *
* the right 'configure' option during FUSE compilation:                    *
*       ./configure --exec-prefix=/                                        *
*       make && sudo make install                                          *
* WARNING  WARNING  WARNING  WARNING  WARNING  WARNING  WARNING  WARNING   *
****************************************************************************

The lead developer of NTFS-3G claims that if a distribution ships a FUSE that has not been configured with "--exec-prefix=/", a bug report should be filed for that package so that a FUSE is shipped that has been configured correctly: http://forum.ntfs-3g.org/viewtopic.php?f=3&t=592
Comment 1 Patrick McLean gentoo-dev 2010-02-26 21:35:21 UTC
*** Bug 301719 has been marked as a duplicate of this bug. ***
Comment 2 Marco Paolone 2010-11-24 19:57:50 UTC
=sys-fs/ntfs3g-2010.8.8 (recently stabilized) claims for misconfigured --exec-prefix for fuse
Comment 3 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2022-05-04 05:38:38 UTC
We're using Meson now so I'm not sure this is an issue anymore.