Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 87735 - bootstrapping - stage 1 - "*** [texinfo.info] Error 132"
Summary: bootstrapping - stage 1 - "*** [texinfo.info] Error 132"
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Release Media
Classification: Unclassified
Component: Everything (show other bugs)
Hardware: x86 Linux
: High major (vote)
Assignee: Gentoo Release Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-04-02 18:36 UTC by jamie
Modified: 2005-05-12 12:21 UTC (History)
1 user (show)

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


Attachments
output of failled bootstrap (stack.txt,32.82 KB, text/plain)
2005-04-02 18:44 UTC, jamie
Details

Note You need to log in before you can comment on or make changes to this bug.
Description jamie 2005-04-02 18:36:38 UTC
Hi
1) Stage 1 install fails on bootstrapping
2) bootstrap caused this error
    make[2]: *** [texinfo.info] Error 132
    make[2]: Leaving directory     `/var/tmp/portage/texinfo-4.8/work/texinfo-4.8/doc'
    make[1]: *** [all-recursive] Error 1
    make[1]: Leaving directory `/var/tmp/portage/texinfo-4.8/work/texinfo-4.8'
    make: *** [all] Error 2

    !!! ERROR: sys-apps/texinfo-4.8 failed.
    !!! Function src_compile, Line 41, Exitcode 2
    !!! (no error message)

3) partition info is as follows
Device    Boot      Start         End      Blocks   Id  System
/dev/hda1   *           1           5       40131   83  Linux
/dev/hda2               6         255     2008125   82  Linux swap / Solaris
/dev/hda3             256       30401   242147745   83  Linux

4) /etc/make.conf looks like this 
    CFLAGS="-O2 -march=pentium4 -fomit-frame-pointer"
    CHOST="i586-pc-linux-gnu"
    CXXFLAGS="${CFLAGS}"
    USE="-qt -kde gtk gnome"
5) The portage snapshot was taken from somewhere in the Netherlands and it was dated the 04 april 2005 
6) Any help appreciated
Jamie






Reproducible: Always
Steps to Reproduce:
1.stage1
2.portage snapshot 04 April 2005
3. make.conf     CFLAGS="-O2 -march=pentium4 -fomit-frame-pointer"
    CHOST="i586-pc-linux-gnu"
    CXXFLAGS="${CFLAGS}"
    USE="-qt -kde gtk gnome"
4. partitions
Device    Boot      Start         End      Blocks   Id  System
/dev/hda1   *           1           5       40131   83  Linux
/dev/hda2               6         255     2008125   82  Linux swap / Solaris
/dev/hda3             256       30401   242147745   83  Linux
5) chroot, env-update, source environment variables
6) cd /usr/portage , scripts/bootstrap.sh -f
7) scripts/bootstrap.sh
8) *BOOM*


Actual Results:  
failed install... I'm really trying now to write something sarchastic here ;-)

Expected Results:  
er.. install?

Portage 2.0.51.19 (default-linux/x86/2005.0, gcc-3.3.5, glibc-2.3.4.20040808-r1,
 2.6.11-gentoo-r3 i686)
=================================================================
System uname: 2.6.11-gentoo-r3 i686 AMD Sempron(tm)   2800+
Gentoo Base System version 1.4.16
Python:              dev-lang/python-2.3.4-r1 [2.3.4 (#1, Mar 10 2005, 20:47:05) ]
dev-lang/python:     2.3.4-r1
sys-devel/autoconf:  2.59-r6, 2.13
sys-devel/automake:  1.7.9-r1, 1.8.5-r3, 1.5, 1.4_p6, 1.6.3, 1.9.4
sys-devel/binutils:  2.15.92.0.2-r1
sys-devel/libtool:   1.5.10-r4
virtual/os-headers:  2.6.8.1-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-O2 -march=pentium4 -fomit-frame-pointer"
CHOST="i586-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config /usr/share/
config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O2 -march=pentium4 -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs autoconfig ccache distlocks sandbox sfperms"
GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/Linux/
distributions/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 X alsa apm arts avi berkdb bitmap-fonts crypt cups emboss encode foomat
icdb fortran gdbm gif gnome gpm gtk gtk2 imlib ipv6 jpeg libg++ libwww mad mikmo
d motif mp3 mpeg ncurses nls oggvorbis opengl oss pam pdflib perl png python qui
cktime readline sdl spell ssl svga tcpd truetype truetype-fonts type1-fonts xml2
 xmms xv zlib"
Unset:  ASFLAGS, CBUILD, CTARGET, LANG, LC_ALL, LDFLAGS, PORTDIR_OVERLAY
Comment 1 jamie 2005-04-02 18:44:23 UTC
Created attachment 55157 [details]
output of failled bootstrap
Comment 2 Kurt 2005-04-06 20:20:50 UTC
Exact same problem here in going from stage1 with 2005.
Comment 3 Kurt 2005-04-06 20:34:31 UTC
This one looks to be a duplicate of bug 77972 .  I won't mark it as such though.  The original reporter should probably check into that one.  I indeed had the wrong -march option in my CFLAGS.  I modified that and texinfo built just fine.
Comment 4 Chris Gianelloni (RETIRED) gentoo-dev 2005-04-07 05:53:29 UTC
There's honestly no way to tell since the original poster didn't actually post the errors and only posted the status messages at the end.

Post at *least* the last 50 lines and REOPEN.
Comment 5 Sebastian Richter 2005-05-12 12:21:39 UTC
I can confirm this bug with a stage2 for pentium3. Very same error.