Christopher Samuel, le Wed 21 Jul 2010 14:29:21 +1000, a écrit : > A simple ./configure && make distcheck fails on a SuSE > SLES 9 PPC64 box I have access to: > > make[1]: Entering directory `/tmp/chris/hwloc-1.0.2rc2' > ERROR: Did not build both of the doxygen docs and README. > ERROR: This tarball is not complete! > ERROR: Cowardly refusing to complete successfully... > > Is that just meant to work from an svn export ? I've only > run across distcheck recently with Torque, and there I am > working from an svn export.
To make distcheck from an svn export, you need to be able to provide a complete distribution tarball, i.e. have tools to build docs. You should rather use the released tarbal. > *** The number of sockets is unknown > *** Logical processor 0 has 0 caches totaling 0KB > PASS: hwloc-hello > > I presume that's just because it's got an ancient kernel ? Yes. Samuel