This is a discussion on Problems compiling sys-apps/man-1.6 within the Gentoo Linux Support forums, part of the Unix Operating Systems category; --> This just happened after I did a resync tonight. Any ideas ? Durk --- cut here --- make[1]: Entering ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| This just happened after I did a resync tonight. Any ideas ? Durk --- cut here --- make[1]: Entering directory `/var/tmp/portage/man-1.6/work/man-1.6/src' gcc -o makemsg makemsg.c i686-pc-linux-gnu-gcc -O2 -mcpu=i686 -fomit-frame-pointer -c -o genlib.o genlib.c i686-pc-linux-gnu-gcc -c -Wall -Wstrict-prototypes -Wmissing-prototypes -O2 -mcpu=i686 -fomit-frame-pointer -I. -DSTDC_HEADERS -DPOSIX -DDO_COMPRESS manfile.c In file included from manfile.c:15: gripes.h:1:23: gripedefs.h: No such file or directory manfile.c: In function `glob_for_file_ext_glob': manfile.c:87: error: `CALLTRACE3' undeclared (first use in this function) manfile.c:87: error: (Each undeclared identifier is reported only once manfile.c:87: error: for each function it appears in.) manfile.c:115: error: `ABOUT_TO_GLOB' undeclared (first use in this function) manfile.c: In function `glob_for_file': manfile.c:152: error: `CALLTRACE2' undeclared (first use in this function) manfile.c:183: error: `NO_MATCH' undeclared (first use in this function) manfile.c:187: error: `GLOB_FOR_FILE' undeclared (first use in this function) manfile.c: In function `manfile_from_sec_and_dir': manfile.c:209: error: `CALLTRACE1' undeclared (first use in this function) manfile.c:230: error: `FOUND_FILE' undeclared (first use in this function) make[1]: *** [manfile.o] Error 1 make[1]: Leaving directory `/var/tmp/portage/man-1.6/work/man-1.6/src' make: *** [source] Error 2 make: *** Waiting for unfinished jobs.... i686-pc-linux-gnu-gcc -Wl,-z,now -o gencat gencat.o genlib.o make[1]: Leaving directory `/var/tmp/portage/man-1.6/work/man-1.6/gencat' |
| |||
| Durk van Veen wrote: > > This just happened after I did a resync tonight. Any ideas ? > > Durk > > --- cut here --- > > make[1]: Entering directory `/var/tmp/portage/man-1.6/work/man-1.6/src' > gcc -o makemsg makemsg.c > i686-pc-linux-gnu-gcc -O2 -mcpu=i686 -fomit-frame-pointer -c -o genlib.o > genlib.c > i686-pc-linux-gnu-gcc -c -Wall -Wstrict-prototypes -Wmissing-prototypes > -O2 -mcpu=i686 -fomit-frame-pointer -I. -DSTDC_HEADERS -DPOSIX > -DDO_COMPRESS manfile.c > In file included from manfile.c:15: > gripes.h:1:23: gripedefs.h: No such file or directory > manfile.c: In function `glob_for_file_ext_glob': > manfile.c:87: error: `CALLTRACE3' undeclared (first use in this function) > manfile.c:87: error: (Each undeclared identifier is reported only once > manfile.c:87: error: for each function it appears in.) > manfile.c:115: error: `ABOUT_TO_GLOB' undeclared (first use in this > function) > manfile.c: In function `glob_for_file': > manfile.c:152: error: `CALLTRACE2' undeclared (first use in this function) > manfile.c:183: error: `NO_MATCH' undeclared (first use in this function) > manfile.c:187: error: `GLOB_FOR_FILE' undeclared (first use in this > function) > manfile.c: In function `manfile_from_sec_and_dir': > manfile.c:209: error: `CALLTRACE1' undeclared (first use in this function) > manfile.c:230: error: `FOUND_FILE' undeclared (first use in this function) > make[1]: *** [manfile.o] Error 1 > make[1]: Leaving directory `/var/tmp/portage/man-1.6/work/man-1.6/src' > make: *** [source] Error 2 > make: *** Waiting for unfinished jobs.... > i686-pc-linux-gnu-gcc -Wl,-z,now -o gencat gencat.o genlib.o > make[1]: Leaving directory `/var/tmp/portage/man-1.6/work/man-1.6/gencat' The forums have this solution; MAKEOPTS="-j1" emerge -u man /Stig |
| ||||
| "Stig Mogensen" <norman_bates@linuxmail.org> wrote in message news:42c3c171$0$78288$157c6196@dreader1.cybercity. dk... > Durk van Veen wrote: > >> >> This just happened after I did a resync tonight. Any ideas ? >> >> Durk >> >> --- cut here --- >> {SNIP} > > The forums have this solution; > > MAKEOPTS="-j1" emerge -u man > > /Stig That worked. Thanks! Durk |