Current-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Build failure - cpuset man page



On Mon, Jun 16, 2008 at 11:18:08PM +0200, Dennis Ferguson wrote:
> 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/libc
> >> nbmake: nbmake: don't know how to make /build/dest/amd64/usr/share/
> >> man/man3/cpuset_destroy.3. Stop
> >>
> >> Is 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  ==========
Hm, should be remedied by applying the patch below.

Kurt


Index: mi
===================================================================
RCS file: /cvsroot/src/distrib/sets/lists/comp/mi,v
retrieving revision 1.1158
diff -u -r1.1158 mi
--- mi  16 Jun 2008 14:25:49 -0000      1.1158
+++ mi  16 Jun 2008 21:28:15 -0000
@@ -6708,7 +6708,7 @@
 ./usr/share/man/cat3/pthread_detach.0          comp-c-catman           .cat
 ./usr/share/man/cat3/pthread_equal.0           comp-c-catman           .cat
 ./usr/share/man/cat3/pthread_exit.0            comp-c-catman           .cat
-./usr/share/man/cat3/pthread_getaffinity.0     comp-c-catman           .cat
+./usr/share/man/cat3/pthread_getaffinity_np.0  comp-c-catman           .cat
 ./usr/share/man/cat3/pthread_getname_np.0      comp-c-catman           .cat
 ./usr/share/man/cat3/pthread_getschedparam.0   comp-c-catman           .cat
 ./usr/share/man/cat3/pthread_getspecific.0     comp-c-catman           .cat
@@ -6742,7 +6742,7 @@
 ./usr/share/man/cat3/pthread_rwlockattr_init.0 comp-c-catman           .cat
 ./usr/share/man/cat3/pthread_schedparam.0      comp-c-catman           .cat
 ./usr/share/man/cat3/pthread_self.0            comp-c-catman           .cat
-./usr/share/man/cat3/pthread_setaffinity.0     comp-c-catman           .cat
+./usr/share/man/cat3/pthread_setaffinity_np.0  comp-c-catman           .cat
 ./usr/share/man/cat3/pthread_setcancelstate.0  comp-c-catman           .cat
 ./usr/share/man/cat3/pthread_setcanceltype.0   comp-c-catman           .cat
 ./usr/share/man/cat3/pthread_setname_np.0      comp-c-catman           .cat
@@ -11992,7 +11992,7 @@
 ./usr/share/man/man3/pthread_detach.3          comp-c-man              .man
 ./usr/share/man/man3/pthread_equal.3           comp-c-man              .man
 ./usr/share/man/man3/pthread_exit.3            comp-c-man              .man
-./usr/share/man/man3/pthread_getaffinity.3     comp-c-man              .man
+./usr/share/man/man3/pthread_getaffinity_np.3  comp-c-man              .man
 ./usr/share/man/man3/pthread_getname_np.3      comp-c-man              .man
 ./usr/share/man/man3/pthread_getschedparam.3   comp-c-man              .man
 ./usr/share/man/man3/pthread_getspecific.3     comp-c-man              .man
@@ -12026,7 +12026,7 @@
 ./usr/share/man/man3/pthread_rwlockattr_init.3 comp-c-man              .man
 ./usr/share/man/man3/pthread_schedparam.3      comp-c-man              .man
 ./usr/share/man/man3/pthread_self.3            comp-c-man              .man
-./usr/share/man/man3/pthread_setaffinity.3     comp-c-man              .man
+./usr/share/man/man3/pthread_setaffinity_np.3  comp-c-man              .man
 ./usr/share/man/man3/pthread_setcancelstate.3  comp-c-man              .man
 ./usr/share/man/man3/pthread_setcanceltype.3   comp-c-man              .man
 ./usr/share/man/man3/pthread_setname_np.3      comp-c-man              .man


Home | Main Index | Thread Index | Old Index