Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 97652 - nagios-plugins does not build inside a chroot
Summary: nagios-plugins does not build inside a chroot
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Eldad Zack (RETIRED)
URL: http://staff.osuosl.org/~dmwaters/err...
Whiteboard:
Keywords:
: 100041 (view as bug list)
Depends on:
Blocks:
 
Reported: 2005-07-01 13:33 UTC by Deedra Waters (RETIRED)
Modified: 2006-01-28 16:33 UTC (History)
3 users (show)

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 Deedra Waters (RETIRED) gentoo-dev 2005-07-01 13:33:07 UTC
I'm trying to build specific stages forgentoo for the place i work at. One of the included packages is nagios-plugins. However, when catalyst gets to this, the configure says that it can not find 'df'. When i look in the chroot, df is there.
Comment 1 Luis Roberto Lozano de los Santos 2005-07-25 13:05:01 UTC
*** Bug 100041 has been marked as a duplicate of this bug. ***
Comment 2 Eldad Zack (RETIRED) gentoo-dev 2006-01-28 16:24:08 UTC
If /etc/mtab does not exist, df will choke:

# df -k
df: cannot read table of mounted filesystems: No such file or directory

nagios-plugins' configure tests for a usable df syntax.
To solve this, copy /etc/mtab to the chroot enviornment.

I'll add be adding a check for this in the ebuild.
Comment 3 Eldad Zack (RETIRED) gentoo-dev 2006-01-28 16:33:23 UTC
note: this check only exists in 1.3.1, and been removed from 1.4 and so on.

in CVS.