Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 177127 - stabilize sys-apps/man-1.6e-r3
Summary: stabilize sys-apps/man-1.6e-r3
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-05-05 06:41 UTC by SpanKY
Modified: 2007-08-30 16:28 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description SpanKY gentoo-dev 2007-05-05 06:41:23 UTC
!
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2007-05-05 11:42:29 UTC
?
:-\
o_O
Comment 2 Daniel Gryniewicz (RETIRED) gentoo-dev 2007-05-07 02:50:45 UTC
amd64 done.
Comment 3 Jeffrey Gardner (RETIRED) gentoo-dev 2007-05-07 13:06:47 UTC
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.
Comment 4 Jeffrey Gardner (RETIRED) gentoo-dev 2007-05-07 14:14:53 UTC
Odd...it works now, but nothing in the ChangeLog...
Comment 5 Martin Eisenhardt 2007-05-09 12:51:33 UTC
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.
Comment 6 Jose Luis Rivero (yoswink) (RETIRED) gentoo-dev 2007-05-11 15:44:25 UTC
works fine in alpha.
Comment 7 Patrick McLean gentoo-dev 2007-08-30 16:05:00 UTC
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
Comment 8 SpanKY gentoo-dev 2007-08-30 16:28:51 UTC
file a new bug to track parallel build problems