On 16 Jun 2008, at 11:55 , Kurt Schreiner wrote:
On Mon, Jun 16, 2008 at 06:51:00PM +0200, Paul Goyette wrote:I've just now updated sources (current within ~15 minutes!) and I'm getting: install ===> lib/libcnbmake: nbmake: don't know how to make /build/dest/amd64/usr/share/ man/man3/cpuset_destroy.3. StopIs there a missing MLINK in the Makefile?Hm, there is some MKINK, but that doesn't do what is needed. I applied the patch below (modeled after the MKLINK lines above and below) and "build.sh ... distribution" completed successfully (on amd64). Kurt
That did it for me too, thanks. My `build.sh distribution' didn't end quite cleanly, though, I got an ugly bit at the end suggesting that distrib/sets/lists/comp/mi could maybe use some adjustment: checkflist ===> distrib/sets [...] ======= 4 extra files in DESTDIR ========= Files in DESTDIR but missing from flist. File is obsolete or flist is out of date ? ------------------------------------------ ./usr/share/man/cat3/pthread_getaffinity_np.0 ./usr/share/man/cat3/pthread_setaffinity_np.0 ./usr/share/man/man3/pthread_getaffinity_np.3 ./usr/share/man/man3/pthread_setaffinity_np.3 ========= end of 4 extra files =========== ====== 4 missing files in DESTDIR ======== Files in flist but missing from DESTDIR. File wasn't installed ? ------------------------------------------ ./usr/share/man/cat3/pthread_getaffinity.0 ./usr/share/man/cat3/pthread_setaffinity.0 ./usr/share/man/man3/pthread_getaffinity.3 ./usr/share/man/man3/pthread_setaffinity.3 ======== end of 4 missing files ========== Dennis Ferguson