x86_64-pc-linux-gnu-gcc -c -Wall -Wstrict-prototypes -Wmissing-prototypes
-march=nocona -O2 -pipe -fomit-frame-pointer -I. -DSTDC_HEADERS
-DTERMIOS_HEADER -DPOSIX -DDO_COMPRESS man.c
x86_64-pc-linux-gnu-gcc -c -Wall -Wstrict-prototypes -Wmissing-prototypes
-march=nocona -O2 -pipe -fomit-frame-pointer -I. -DSTDC_HEADERS
-DTERMIOS_HEADER -DPOSIX -DDO_COMPRESS manfile.c
msg.c:89: error: missing terminating " character
msg.c:89:23: warning: no newline at end of file
msg.c:89: error: expected expression at end of input
make[1]: *** [msg.o] Error 1
make[1]: *** Waiting for unfinished jobs....
make[1]: Leaving directory
`/var/tmp/portage/sys-apps/man-1.6e-r3/work/man-1.6e/src'
make: *** [source] Error 2
!!! ERROR: sys-apps/man-1.6e-r3 failed.
Well, it does not work for me :-(
<snip>
==== Making the slovenian man pages. ====
make[2]: Entering directory
`/var/tmp/portage/sys-apps/man-1.6e-r3/work/man-1.6e/man/sl'
make[2]: warning: jobserver unavailable: using -j1. Add `+' to parent make
rule.
Creating man.1 from man.1.in
Creating whatis.1 from whatis.1.in
Creating apropos.1 from apropos.1.in
Creating man.conf.5 from man.conf.5.in
for i in makewhatis; \
do if test -f $i.man; then make -f ../Makefile $i.8; fi; done
make[2]: Leaving directory
`/var/tmp/portage/sys-apps/man-1.6e-r3/work/man-1.6e/man/sl'
make[1]: Leaving directory
`/var/tmp/portage/sys-apps/man-1.6e-r3/work/man-1.6e/man'
!!! ERROR: sys-apps/man-1.6e-r3 failed.
Call stack:
ebuild.sh, line 1614: Called dyn_compile
ebuild.sh, line 971: Called qa_call 'src_compile'
environment, line 3348: Called src_compile
man-1.6e-r3.ebuild, line 88: Called die
!!! emake failed
!!! If you need support, post the topmost build error, and the call stack if
relevant.
!!! A complete build log is located at
'/var/tmp/portage/sys-apps/man-1.6e-r3/temp/build.log'.
</snip>
OK, I do not need the slovakian man pages, so I guess that is OK, but then it
*should* work for everyone - even for the people in Slovakia.
It seems to be a parallel build problem, I am getting the same problem on some
amd64 machines.
MAKEOPTS=-j1 works around it, but certainly isn't a proper fix