Current-Users archive

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

Re: Build failure - cpuset man page



Yeah, that definitely looks better, and my `build.sh release' now works!

On Mon, 16 Jun 2008, 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

-1002: cvs diff -u Makefile.inc
Index: Makefile.inc
===================================================================
RCS file: /cvsroot/src/lib/libc/gen/Makefile.inc,v
retrieving revision 1.160
diff -u -r1.160 Makefile.inc
--- Makefile.inc        16 Jun 2008 14:25:49 -0000      1.160
+++ Makefile.inc        16 Jun 2008 18:51:24 -0000
@@ -76,8 +76,9 @@
       wordexp.3

MLINKS+=bswap.3 bswap16.3 bswap.3 bswap32.3 bswap.3 bswap64.3
-MLINKS+=cpuset.3 cpuset_create.3 cpuset_destroy.3 cpuset_zero.3 \
-       cpuset_set.3 cpuset_clr.3 cpuset_isset.3 cpuset_size.3
+MLINKS+=cpuset.3 cpuset_create.3 cpuset.3 cpuset_destroy.3 \
+       cpuset.3 cpuset_zero.3 cpuset.3 cpuset_set.3 cpuset.3 cpuset_clr.3 \
+       cpuset.3 cpuset_isset.3 cpuset.3 cpuset_size.3
MLINKS+=directory.3 closedir.3 directory.3 dirfd.3 directory.3 opendir.3 \
       directory.3 readdir.3 directory.3 readdir_r.3 directory.3 \
       rewinddir.3 directory.3 seekdir.3 directory.3 telldir.3


!DSPAM:4856b7121765903388555!




----------------------------------------------------------------------
|   Paul Goyette   | PGP DSS Key fingerprint: |  E-mail addresses:   |
| Customer Service | FA29 0E3B 35AF E8AE 6651 |  paul%whooppee.com@localhost   |
| Network Engineer | 0786 F758 55DE 53BA 7731 | pgoyette%juniper.net@localhost |
----------------------------------------------------------------------


Home | Main Index | Thread Index | Old Index