Bugzilla – Bug 180
configure script has hwloc->pkg-config->check dependency
Last modified: 2012-04-27 01:30:28 MDT
You need to log in before you can comment on or make changes to this bug.
The configure script in 4.0.1 r6023 seems to have an ordering dependency such that hwloc requires pkg-config to be present, which is fine. But pkg-config requires a program called check to be present, which seems to only be necessary for unit testing? If check is not present, configure fails if you enable cpusets, saying that hwloc is missing. The following work around enables configure to finish: PKG_CONFIG=pkg-config ./configure --enable-cpuset --with-pam=yes --with-default-server=moby.cs.adelaide.edu.au