Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 498762 - sys-devel/boost-1.52: configuration hangs when there is broken nfs mount
Summary: sys-devel/boost-1.52: configuration hangs when there is broken nfs mount
Status: RESOLVED CANTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: Normal major (vote)
Assignee: C++ Team [disbanded]
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-01-21 09:53 UTC by Tomáš Chvátal (RETIRED)
Modified: 2014-08-20 11:57 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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