Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 53230 - glibc 203.4-20040605 tanks in documentation creation
Summary: glibc 203.4-20040605 tanks in documentation creation
Status: VERIFIED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: PPC64 Linux
: High normal (vote)
Assignee: Travis Tilley (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-06-07 08:40 UTC by Tom Gall (RETIRED)
Modified: 2004-07-13 20:21 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 Tom Gall (RETIRED) gentoo-dev 2004-06-07 08:40:17 UTC
getting the following:

sed -e 's,[{}],@&,g'                            \
    -e 's,/\*\(@.*\)\*/,\1,g'                   \
    -e 's,/\*  *,/* @r{,g' -e 's,  *\*/,} */,'  \
    -e 's/\(@[a-z][a-z]*\)@{\([^}]*\)@}/\1{\2}/g'\
    examples/strftim.c | expand > strftim.c.texi.new
sed -e 's,[{}],@&,g'                            \
    -e 's,/\*\(@.*\)\*/,\1,g'                   \
    -e 's,/\*  *,/* @r{,g' -e 's,  *\*/,} */,'  \
    -e 's/\(@[a-z][a-z]*\)@{\([^}]*\)@}/\1{\2}/g'\
    examples/setjmp.c | expand > setjmp.c.texi.new
sed -e 's,[{}],@&,g'                            \
    -e 's,/\*\(@.*\)\*/,\1,g'                   \
    -e 's,/\*  *,/* @r{,g' -e 's,  *\*/,} */,'  \
    -e 's/\(@[a-z][a-z]*\)@{\([^}]*\)@}/\1{\2}/g'\
    examples/swapcontext.c | expand > swapcontext.c.texi.new
/bin/sh: line 1: no: command not found
mv -f termios.c.texi.new termios.c.texi
make[2]: *** [stamp-libm-err] Error 127
make[2]: *** Waiting for unfinished jobs....
mv -f strftim.c.texi.new strftim.c.texi
mv -f setjmp.c.texi.new setjmp.c.texi
mv -f swapcontext.c.texi.new swapcontext.c.texi
make[2]: Leaving directory `/var/tmp/portage/glibc-2.3.4.20040605/work/glibc-2.3.4.20040605/manual'
make[1]: *** [manual/subdir_install] Error 2
make[1]: Leaving directory `/var/tmp/portage/glibc-2.3.4.20040605/work/glibc-2.3.4.20040605'
make: *** [install] Error 2

!!! ERROR: sys-libs/glibc-2.3.4.20040605 failed.
!!! Function src_install, Line 416, Exitcode 2
!!! (no error message)


This occurs during a stage2 catalyst build. Possible glibc has a dependancy on a tool that's needs to be called out in RDEPEND?
Comment 1 Philippe Trottier (RETIRED) gentoo-dev 2004-06-09 13:44:29 UTC
Installed 2004.1 ppc64 -> emerge sync 20040610 -> emerge -Uv world
USE="pic makecheck" emerge glibc-2.3.4.20040605
emerge coreutils
emerge vim-core vim


Solved all my know Segfaults and made me very happy on ppc64!
Comment 2 Travis Tilley (RETIRED) gentoo-dev 2004-06-11 12:41:29 UTC
i forgot to close this bug
Comment 3 Tom Gall (RETIRED) gentoo-dev 2004-06-12 06:16:44 UTC
Thanks man, great work on this one