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

Bug 487962

Summary: net-fs/nfs-utils - should be built against libmount
Product: Gentoo Linux Reporter: Peter Volkov (RETIRED) <pva>
Component: Current packagesAssignee: Network Filesystems <net-fs>
Status: RESOLVED FIXED    
Severity: normal CC: alexanders83, jeremie.horhant, systemd, whissi
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: http://bugs.debian.org/494001
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 477498    

Description Peter Volkov (RETIRED) gentoo-dev 2013-10-14 05:52:24 UTC
To support /etc/mtab being symlink to /proc/self/mounts nfs-utils needs to be built with --enable-libmount-mount. Please, update ebuild.
Comment 1 Alexander Stein 2013-10-14 10:03:47 UTC
(In reply to Peter Volkov from comment #0)
> To support /etc/mtab being symlink to /proc/self/mounts nfs-utils needs to
> be built with --enable-libmount-mount. Please, update ebuild.

Which versions of nfs-utils are affected by this? Or the other way around which versions do support this?
Comment 2 Pacho Ramos gentoo-dev 2013-10-22 17:30:45 UTC
Looks like at least 1.2.8 (and probably older) support it, any problem with committing it? (nfs-utils looks to be only keyworded on linux platforms)
Comment 3 Tim Harder gentoo-dev 2013-11-07 07:51:02 UTC
Added in 1.2.9.
Comment 4 Jérémie Horhant 2013-11-08 09:26:40 UTC
Awesome. I just give it a try and it work as expected. I can again easily unmount my user nfs shares in dolphin.

Thanks.