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

Bug 498762

Summary: sys-devel/boost-1.52: configuration hangs when there is broken nfs mount
Product: Gentoo Linux Reporter: Tomáš Chvátal (RETIRED) <scarabeus>
Component: [OLD] DevelopmentAssignee: C++ Team [disbanded] <cpp+disabled>
Status: RESOLVED CANTFIX    
Severity: major    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Tomáš Chvátal (RETIRED) gentoo-dev 2014-01-21 09:53:29 UTC
During the "configure" stage the b2 script tries to stat all directories that are present on system.

This is huge problem when there is some hang nfs mount which is not possible to remove you can't proceed with emerging the package.

Steps to reproduce:
mount nfs mount to /tmp/bla and unplug the cable
emerge -1v boost --nodeps
see it stuck on b2 call, which is not something we really want.

Could not try on testing version sadly but I guess the thing will be still the same.
Comment 1 Sergey Popov gentoo-dev 2014-08-20 11:57:59 UTC
Basically there is nothing to do with boost or boost-build here.

It's more about NFS itself. How do you mount it, i mean - which options do you use? If you do not limit timeouts and or retries you can stuck with such behaviour even when doing 'ls /path/to/broken/nfs/mount'

So, in my opinion - it's CANTFIX. Sure, it's a problem. But not boost's, definitely