Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 96181 - sys-apps/texinfo-4.8 fails to build
Summary: sys-apps/texinfo-4.8 fails to build
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-06-15 07:41 UTC by Julian
Modified: 2005-08-27 11:59 UTC (History)
3 users (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 Julian 2005-06-15 07:41:08 UTC
Emerging texinfo causes a build error.  Observed by myself in gentoo-hardened
and also in standard gentoo install by bonsaikitten.

Reproducible: Always
Steps to Reproduce:
1.emerge texinfo
2.build error occurs


Actual Results:  
texinfo-4.8 fails to build, have to unmerge it to continue building system.


Making all in doc
make[2]: Entering directory `/var/tmp/portage/texinfo-4.8/work/texinfo-4.8/doc'
restore=: && backupdir=".am$$" && \
rm -rf $backupdir && mkdir $backupdir && \
for f in texinfo.info texinfo.info-[0-9] texinfo.info-[0-9][0-9] texinfo.i[0-9]
texinfo.i[0-9][0-9]; do \
  if test -f $f; then mv $f $backupdir; restore=mv; else :; fi; \
done; \
if ..//makeinfo/makeinfo   -I . \
 -o texinfo.info `test -f 'texinfo.txi' || echo './'`texinfo.txi; \
then \
  rc=0; \
else \
  rc=$?; \
  $restore $backupdir/* `echo "./texinfo.info" | sed 's|[^/]*$||'`; \
fi; \
rm -rf $backupdir; exit $rc
restore=: && backupdir=".am$$" && \
rm -rf $backupdir && mkdir $backupdir && \
for f in info-stnd.info info-stnd.info-[0-9] info-stnd.info-[0-9][0-9]
info-stnd.i[0-9] info-stnd.i[0-9][0-9]; do \
  if test -f $f; then mv $f $backupdir; restore=mv; else :; fi; \
done; \
if ..//makeinfo/makeinfo   -I . \
 -o info-stnd.info `test -f 'info-stnd.texi' || echo './'`info-stnd.texi; \
then \
  rc=0; \
else \
  rc=$?; \
  $restore $backupdir/* `echo "./info-stnd.info" | sed 's|[^/]*$||'`; \
fi; \
rm -rf $backupdir; exit $rc
restore=: && backupdir=".am$$" && \
rm -rf $backupdir && mkdir $backupdir && \
for f in info.info info.info-[0-9] info.info-[0-9][0-9] info.i[0-9]
info.i[0-9][0-9]; do \
  if test -f $f; then mv $f $backupdir; restore=mv; else :; fi; \
done; \
if ..//makeinfo/makeinfo   -I . \
 -o info.info `test -f 'info.texi' || echo './'`info.texi; \
then \
  rc=0; \
else \
  rc=$?; \
  $restore $backupdir/* `echo "./info.info" | sed 's|[^/]*$||'`; \
fi; \
rm -rf $backupdir; exit $rc
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 47, Exitcode 2

My setup:
2.6.11-hardened-r13  i686 AMD Athlon(tm) Processor AuthenticAMD GNU/Linux
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2005-06-15 08:07:07 UTC
emerge --info, please...
Comment 2 Julian 2005-06-15 09:35:30 UTC
(In reply to comment #0)
> Emerging texinfo causes a build error.  Observed by myself in gentoo-hardened
> and also in standard gentoo install by bonsaikitten.
> 
> Reproducible: Always
> Steps to Reproduce:
> 1.emerge texinfo
> 2.build error occurs
> 
> 
> Actual Results:  
> texinfo-4.8 fails to build, have to unmerge it to continue building system.
> 
> 
> Making all in doc
> make[2]: Entering directory `/var/tmp/portage/texinfo-4.8/work/texinfo-4.8/doc'
> restore=: && backupdir=".am$$" && \
> rm -rf $backupdir && mkdir $backupdir && \
> for f in texinfo.info texinfo.info-[0-9] texinfo.info-[0-9][0-9] texinfo.i[0-9]
> texinfo.i[0-9][0-9]; do \
>   if test -f $f; then mv $f $backupdir; restore=mv; else :; fi; \
> done; \
> if ..//makeinfo/makeinfo   -I . \
>  -o texinfo.info `test -f 'texinfo.txi' || echo './'`texinfo.txi; \
> then \
>   rc=0; \
> else \
>   rc=$?; \
>   $restore $backupdir/* `echo "./texinfo.info" | sed 's|[^/]*$||'`; \
> fi; \
> rm -rf $backupdir; exit $rc
> restore=: && backupdir=".am$$" && \
> rm -rf $backupdir && mkdir $backupdir && \
> for f in info-stnd.info info-stnd.info-[0-9] info-stnd.info-[0-9][0-9]
> info-stnd.i[0-9] info-stnd.i[0-9][0-9]; do \
>   if test -f $f; then mv $f $backupdir; restore=mv; else :; fi; \
> done; \
> if ..//makeinfo/makeinfo   -I . \
>  -o info-stnd.info `test -f 'info-stnd.texi' || echo './'`info-stnd.texi; \
> then \
>   rc=0; \
> else \
>   rc=$?; \
>   $restore $backupdir/* `echo "./info-stnd.info" | sed 's|[^/]*$||'`; \
> fi; \
> rm -rf $backupdir; exit $rc
> restore=: && backupdir=".am$$" && \
> rm -rf $backupdir && mkdir $backupdir && \
> for f in info.info info.info-[0-9] info.info-[0-9][0-9] info.i[0-9]
> info.i[0-9][0-9]; do \
>   if test -f $f; then mv $f $backupdir; restore=mv; else :; fi; \
> done; \
> if ..//makeinfo/makeinfo   -I . \
>  -o info.info `test -f 'info.texi' || echo './'`info.texi; \
> then \
>   rc=0; \
> else \
>   rc=$?; \
>   $restore $backupdir/* `echo "./info.info" | sed 's|[^/]*$||'`; \
> fi; \
> rm -rf $backupdir; exit $rc
> 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 47, Exitcode 2
> 
> My setup:
> 2.6.11-hardened-r13  i686 AMD Athlon(tm) Processor AuthenticAMD GNU/Linux

Comment 3 Julian 2005-06-15 09:37:26 UTC
 emerge --info 
Portage 2.0.51.19 (default-linux/x86/2005.0, gcc-3.3.5, glibc-2.3.4.20040808-r1,
 2.6.11-hardened-r13 i686)
=================================================================
System uname: 2.6.11-hardened-r13 i686 AMD Athlon(tm) Processor
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-apps/sandbox:    [Not Present]
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="-march=athlon-xp -fomit-frame-pointer -O2 -pipe"
CHOST="i686-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="-march=athlon-xp -fomit-frame-pointer -O2 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs autoconfig ccache distlocks sandbox sfperms strict"

MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 alsa apache2 apm arts avi berkdb bitmap-fonts crypt cups emboss encode
foomaticdb fortran gd gdbm gif gnome gpm gtk2 hardened imlib ipv6 jpeg kde libg+
+ libwww mad mikmod motif mp3 mpeg mysql ncurses nls oggvorbis opengl oss pam pd
flib perl pic png python quicktime readline sdl spell ssl tcpd tiff truetype tru
etype-fonts type1-fonts xml xml2 xmms xv zlib userland_GNU kernel_linux elibc_gl
ibc"
Unset:  ASFLAGS, CBUILD, CTARGET, LANG, LC_ALL, LDFLAGS, LINGUAS, PORTDIR_OVERLA Y
Comment 4 Julian 2005-06-15 09:37:42 UTC
 emerge --info 
Portage 2.0.51.19 (default-linux/x86/2005.0, gcc-3.3.5, glibc-2.3.4.20040808-r1,
 2.6.11-hardened-r13 i686)
=================================================================
System uname: 2.6.11-hardened-r13 i686 AMD Athlon(tm) Processor
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-apps/sandbox:    [Not Present]
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="-march=athlon-xp -fomit-frame-pointer -O2 -pipe"
CHOST="i686-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="-march=athlon-xp -fomit-frame-pointer -O2 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs autoconfig ccache distlocks sandbox sfperms strict"

MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 alsa apache2 apm arts avi berkdb bitmap-fonts crypt cups emboss encode
foomaticdb fortran gd gdbm gif gnome gpm gtk2 hardened imlib ipv6 jpeg kde libg+
+ libwww mad mikmod motif mp3 mpeg mysql ncurses nls oggvorbis opengl oss pam pd
flib perl pic png python quicktime readline sdl spell ssl tcpd tiff truetype tru
etype-fonts type1-fonts xml xml2 xmms xv zlib userland_GNU kernel_linux elibc_gl
ibc"
Unset:  ASFLAGS, CBUILD, CTARGET, LANG, LC_ALL, LDFLAGS, LINGUAS, PORTDIR_OVERLA Y
Comment 5 Martin 2005-06-19 04:22:21 UTC
I get the same error:

restore=: && backupdir=".am$$" && \
rm -rf $backupdir && mkdir $backupdir && \
for f in info.info info.info-[0-9] info.info-[0-9][0-9] info.i[0-9]
info.i[0-9][0-9]; do \
  if test -f $f; then mv $f $backupdir; restore=mv; else :; fi; \
done; \
if ..//makeinfo/makeinfo   -I . \
 -o info.info `test -f 'info.texi' || echo './'`info.texi; \
then \
  rc=0; \
else \
  rc=$?; \
  $restore $backupdir/* `echo "./info.info" | sed 's|[^/]*$||'`; \
fi; \
rm -rf $backupdir; exit $rc
/bin/sh: line 1: 15017 Illegal instruction     ..//makeinfo/makeinfo -I . -o
texinfo.info `test -f 'texinfo.txi' || echo './'`texinfo.txi
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 47, Exitcode 2




emerge --info
Portage 2.0.51.19 (default-linux/x86/2005.0, gcc-3.3.5, glibc-2.3.4.20040808-r1,
2.6.11-gentoo-r8 i686)
=================================================================
System uname: 2.6.11-gentoo-r8 i686 AMD Athlon(tm) Processor
Gentoo Base System version 1.4.16
Python:              dev-lang/python-2.3.4-r1 [2.3.4 (#1, Mar 11 2005, 15:25:47)]
distcc 2.16 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632) [disabled]
dev-lang/python:     2.3.4-r1
sys-apps/sandbox:    [Not Present]
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-r10
sys-devel/libtool:   1.5.10-r4
virtual/os-headers:  2.6.8.1-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-O2 -march=athlon-xp -fomit-frame-pointer"
CHOST="i686-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=athlon-xp -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs autoconfig ccache distlocks sandbox sfperms strict"
GENTOO_MIRRORS="http://linux.rz.ruhr-uni-bochum.de/download/gentoo-mirror/
http://ftp.uni-erlangen.de/pub/mirrors/gentoo
http://mirrors.sec.informatik.tu-darmstadt.de/gentoo/
http://ftp-stud.fht-esslingen.de/pub/Mirrors/gentoo/
http://pandemonium.tiscali.de/pub/gentoo/ http://ftp.easynet.nl/mirror/gentoo/
http://ftp.snt.utwente.nl/pub/os/linux/gentoo http://mirror.gentoo.no/
http://ftp.du.se/pub/os/gentoo http://ds.thn.htu.se/linux/gentoo
http://mirror.pudas.net/gentoo http://gentoo.blueyonder.co.uk
http://www.mirrorservice.org/sites/www.ibiblio.org/gentoo/"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.de.gentoo.org/gentoo-portage"
USE="x86 alsa apm arts avi berkdb bitmap-fonts cdr crypt cups emboss encode
foomaticdb fortran gdbm gif gpm imlib ipv6 jpeg libg++ libwww mad mikmod motif
mp3 mpeg ncurses nls oggvorbis opengl oss pam pdflib perl png python qt
quicktime readline sdl spell ssl tcpd truetype truetype-fonts type1-fonts xml2
xmms xv zlib userland_GNU kernel_linux elibc_glibc"
Unset:  ASFLAGS, CBUILD, CTARGET, LANG, LC_ALL, LDFLAGS, LINGUAS, PORTDIR_OVERLAY

Comment 6 Matthew Holtz 2005-07-02 20:15:45 UTC
Same problem here.  It all started when emerge attempted to build additional
slotted versions of automake and autoconf.  Now neither automake, autoconf, or
texinfo will build.  (I assume the first two will not build because of texinfo).

emerge sys-apps/texinfo
----
if ..//makeinfo/makeinfo   -I . 
Comment 7 Matthew Holtz 2005-07-02 20:15:45 UTC
Same problem here.  It all started when emerge attempted to build additional
slotted versions of automake and autoconf.  Now neither automake, autoconf, or
texinfo will build.  (I assume the first two will not build because of texinfo).

emerge sys-apps/texinfo
----
if ..//makeinfo/makeinfo   -I . ¥
 -o info.info `test -f 'info.texi' || echo './'`info.texi; ¥
then ¥
  rc=0; ¥
else ¥
  rc=$?; ¥
  $restore $backupdir/* `echo "./info.info" | sed 's|[^/]*$||'`; ¥
fi; ¥
rm -rf $backupdir; exit $rc
texinfo.txi:11559: 知らないコマンド `能:'.
texinfo.txi:12422: 知らないコマンド `能:'.
makeinfo: エラーにより、出力ファイル `texinfo.info' を削除します。
       -- 残したい場合には `--force' オプションを使ってください。
make[2]: *** [texinfo.info] エラー 1
make[2]: *** 未完了のジョブを待っています....
make[2]: Leaving directory `/var/tmp/portage/texinfo-4.8/work/texinfo-4.8/doc'
make[1]: *** [all-recursive] エラー 1
make[1]: Leaving directory `/var/tmp/portage/texinfo-4.8/work/texinfo-4.8'
make: *** [all] エラー 2

!!! ERROR: sys-apps/texinfo-4.8 failed.
!!! Function src_compile, Line 47, Exitcode 2


emerge info:
Portage 2.0.51.19 (default-linux/x86/2005.0, gcc-3.3.4, glibc-2.3.4.20040808-r1,
2.6.9-gentoo-r1 i686)
=================================================================
System uname: 2.6.9-gentoo-r1 i686 Intel(R) Pentium(R) 4 CPU 2.40GHz
Gentoo Base System version 1.4.16
Python:              dev-lang/python-2.2.3-r1,dev-lang/python-2.3.4 [2.3.4 (#1,
Nov 13 2004, 18:51:39)]dev-lang/python:     2.2.3-r1, 2.3.4
sys-apps/sandbox:    [Not Present]
sys-devel/autoconf:  2.59-r5
sys-devel/automake:  1.8.5-r1
sys-devel/binutils:  2.15.90.0.1.1-r3
sys-devel/libtool:   1.5.2-r7
virtual/os-headers:  2.4.19-r1, 2.4.21-r1
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-O3 -march=pentium4 -funroll-loops -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.2/share/config
/usr/kde/3.3/env /usr/kde/3.3/share/config /usr/kde/3.3/shutdown
/usr/kde/3/share/config /usr/lib/X11/xkb /usr/share/config
/usr/share/texmf/dvipdfm/config/ /usr/share/texmf/dvips/config/
/usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/
/usr/share/texmf/xdvi/ /var/qmail/alias /var/qmail/control /var/vpopmail/domains
/var/vpopmail/etc"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O3 -march=pentium4 -funroll-loops -pipe"
DISTDIR="/mnt/b5/distfiles"
FEATURES="autoaddcvs autoconfig autopatch buildpkg ccache distlocks sandbox
sfperms strict"
GENTOO_MIRRORS="http://distfiles.gentoo.org
http://distro.ibiblio.org/pub/Linux/distributions/gentoo"
LANG="ja_JP.UTF-8"
MAKEOPTS="-j3"
PKGDIR="/mnt/b5/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 X aim alsa anthy apache2 apm avi berkdb bitmap-fonts canna cdr cjk
crypt cups curl dvd eds emacs emboss encode esd fam flac foomaticdb fortran
freetype freewnn gd gdbm gif gimp gimpprint gnome gpm gstreamer gtk gtk2 icq
imagemagick imap imlib ipv6 java joystick jpeg kde ldap leim libg++ libwww mad
maildir mikmod mmx motif mp3 mpeg msn mule mysql ncurses nls nvidia odbc ogg
oggvorbis opengl pam pdflib perl png postgres ppds python qt quicktime readline
samba scanner sdl slang snmp spamassassin spell sqlite sse ssl svga tcltk tcpd
tetex tiff truetype truetype-fonts type1-fonts unicode usb vorbis wmf xine xml
xml2 xmms xv xvid zlib userland_GNU kernel_linux elibc_glibc"
Unset:  ASFLAGS, CBUILD, CTARGET, LC_ALL, LDFLAGS, LINGUAS
Comment 8 Erick Turnquist 2005-07-20 11:42:39 UTC
Same error. emerge --info:

Gentoo Base System version 1.4.16
Portage 2.0.51.22-r2 (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 Athlon(tm) Processor
dev-lang/python:     2.3.4-r1
sys-apps/sandbox:    1.2.10
sys-devel/autoconf:  [Not Present]
sys-devel/automake:  [Not Present]
sys-devel/binutils:  2.15.92.0.2-r1
sys-devel/libtool:   [Not Present]
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O3 -march=athlon-xp -pipe"
CHOST="i686-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="-O3 -march=athlon-xp -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks sandbox sfperms strict"
GENTOO_MIRRORS="http://gentoo.mirrors.tds.net/gentoo http://gentoo.netnitco.net"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://maya.adjectivism.org/gentoo-portage"
USE="acl crypt dba gdbm imap maildir mysql ncurses nls pam pcre perl python
readline sasl snmp ssl tcpd unicode userlocales utf8 x86 zlib userland_GNU
kernel_linux elibc_glibc"
Unset:  ASFLAGS, CTARGET, LANG, LC_ALL, LDFLAGS, LINGUAS, MAKEOPTS, PORTDIR_OVERLAY


I get this during bootstrap using a 2005.0 profile from the 2005.0 LiveCD. If I
read the error message properly, it seems to be bailing from the `rm'. I'm using
mdadm and md devices for the first time here, but it seems to work fine until
this point. I even tried creating a dummy directory and rm -rf'ing it. $? is 0,
like it should be...
Comment 9 Erick Turnquist 2005-07-20 14:37:51 UTC
(In reply to comment #7)

Durrhh, it's not an athlon-xp box, it's athlon. That's what I get for copying
the make.conf from my amd64 chroot =( Maybe some others with this bug did the
same thing?
Comment 10 Martin Schlemmer (RETIRED) gentoo-dev 2005-07-21 01:54:14 UTC
I think Martin (comment #5) have the same problem as comment #8.

Julian .. I do not see a problem (or actual failure rather) your side ... did
you also capture stderr ?

Matthew ... any reason why you have '
Comment 11 Martin Schlemmer (RETIRED) gentoo-dev 2005-07-21 01:54:14 UTC
I think Martin (comment #5) have the same problem as comment #8.

Julian .. I do not see a problem (or actual failure rather) your side ... did
you also capture stderr ?

Matthew ... any reason why you have '¥' all over the place ?
Comment 12 Matthew Holtz 2005-07-21 05:27:35 UTC
(In reply to comment #9)
> 
> Matthew ... any reason why you have '
Comment 13 Matthew Holtz 2005-07-21 05:27:35 UTC
(In reply to comment #9)
> 
> Matthew ... any reason why you have '¥' all over the place ?

Just my Japanese locale.  The error is really the same.
Comment 14 Alexander Skwar 2005-08-06 02:25:54 UTC
(In reply to comment #5)


>   $restore $backupdir/* `echo "./info.info" | sed 's|[^/]*$||'`; \
> fi; \
> rm -rf $backupdir; exit $rc
> /bin/sh: line 1: 15017 Illegal instruction     ..//makeinfo/makeinfo -I . -o
> texinfo.info `test -f 'texinfo.txi' || echo './'`texinfo.txi
> 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 47, Exitcode 2

I'm getting kind of the same error here - it's just, that I don't get the "make"
output. IOW: it ends with:

if ..//makeinfo/makeinfo   -I . \
 -o info.info `test -f 'info.texi' || echo './'`info.texi; \
then \
  rc=0; \
else \
  rc=$?; \
  $restore $backupdir/* `echo "./info.info" | sed 's|[^/]*$||'`; \
fi; \
rm -rf $backupdir; exit $rc


I'm getting this during run of "scripts/bootstrap.sh".


Since bootstrapping doesn't work, I'd be happy if someone could raise the
severity of this bug. Critical would suffice.


I'm bootstrapping in a chroot of my normal Gentoo system for a new Gentoo
system. The normal Gentoo system is a system build with:

CFLAGS="-O3 -march=athlon-xp -pipe -fomit-frame-pointer"

The new one will be with:

CFLAGS="-O2 -march=pentium4 -pipe -fomit-frame-pointer"

server tree # emerge info
Portage 2.0.51.22-r2 (default-linux/x86/2005.0, gcc-3.3.5,
glibc-2.3.4.20040808-r1, 2.6.12-ck4.010.reiser4.nfsv4.inotify.genkernel i686)
=================================================================
System uname: 2.6.12-ck4.010.reiser4.nfsv4.inotify.genkernel i686 AMD Athlon(tm)
XP 2000+
Gentoo Base System version 1.4.16
dev-lang/python:     2.3.4-r1
sys-apps/sandbox:    1.2.12
sys-devel/autoconf:  [Not Present]
sys-devel/automake:  [Not Present]
sys-devel/binutils:  2.15.92.0.2-r1
sys-devel/libtool:   [Not Present]
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O2 -march=pentium4 -pipe -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.4/env
/usr/kde/3.4/share/config /usr/kde/3.4/shutdown /usr/kde/3/share/config
/usr/lib/X11/xkb /usr/share/config /var/bind /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O2 -march=pentium4 -pipe -fomit-frame-pointer"
DISTDIR="/Gentoo/Portage/distfiles"
FEATURES="autoconfig distlocks sandbox sfperms strict"
GENTOO_MIRRORS="http://ftp-stud.fht-esslingen.de/pub/Mirrors/gentoo/
http://php2.ath.cx/~askwar/gentoo-files/
http://stuff.alexander.skwar.name/gentoo/
http://mirrors.sec.informatik.tu-darmstadt.de/gentoo/
ftp://ftp.tu-clausthal.de/pub/linux/gentoo/
http://distro.ibiblio.org/pub/linux/distributions/gentoo/
http://distfiles.gentoo.org/"
LANG="de_DE.UTF-8"
LDFLAGS="-Wl,-O1"
LINGUAS="de"
MAKEOPTS="-j2"
PKGDIR="/Gentoo/Portage/packages"
PORTAGE_TMPDIR="/Gentoo/Portage/build"
PORTDIR="/Gentoo/Portage/tree"
SYNC="rsync://rsync.de.gentoo.org/gentoo-portage"
USE="x86 GAPING_SECURITY_HOLE X a52 aac acpi alsa amd apm arts artswrappersuid
async avi berkdb bluetooth bootsplash browserplugin cardbus ccache cdda cddb
cdio cdparanoia cdrom cle266 crypt css cups curlwrappers dbus devmap dillo
directfb divx4linux dlloader dvd dvdread emoticon exif fam fbcon fbdev fbsplash
firefox fping freetype gdbm gif gnokii gnome gstreamer gtk gtk2 hal hpn icc id3
idn imap imlib imlib2 insecure-drivers insecure-savers javascript jikes jpeg kde
libedit libwww logrotate lynxkeymap mad maildir matroska mbox mmx mmxext mozilla
moznoirc mozsvg mp3 mpeg mpeg2 mpeg4 mplayer multicall ncurses network new-login
nfs nis nls no-old-linux no-suexec noantlr nobcel nobeanutils nobsf nobsh
nocommonslogging nocommonsnet nodrm nogg nogulm nojoystick nojsch nojython
nolog4j nomac nooro nopri norhino noxalan noxerces nozaptel nsplugin offensive
ogg oggvorbis opengl openssh pam pam_console pam_timestamp passfile password
patented pccts pcmcia pcre perl perlsuid player png pnp qt quicktime rar
readline real recode reiserfs sendfile sensord sftp sms spell spf sse sse2 ssl
startup-notification stream subp subtitles suid symlink sysfs syslog transcode
truetype truetype-fonts trusted type1-fonts underscores unichrome unicode unsafe
usb utf8 uudeview vim vim-pager vim-with-x vlm vorbis wifi win32codecs wma123
x11vnc xinetd xml xml2 xmms xpm xscreensaver xv xvid xvmc zlib video_cards_via
linguas_de userland_GNU kernel_linux elibc_glibc"
Unset:  ASFLAGS, CTARGET, LC_ALL, PORTDIR_OVERLAY


Comment 15 Alexander Skwar 2005-08-06 02:30:27 UTC
Isn't bug #98951 a dupe of this bug?
Comment 16 Martin Schlemmer (RETIRED) gentoo-dev 2005-08-25 04:09:54 UTC
Martin, can you confirm that you have wrong -march= for your system?

Julian, Matthew, can you guys either confirm if you have the same issue as
comment #8, or provide /proc/cpuinfo?

Alexander, I already replied to you in the other bug .. you cannot use
-march=pentium4 for a athlon-xp ...
Comment 17 Alexander Skwar 2005-08-27 06:48:46 UTC
(In reply to comment #13)

> Alexander, I already replied to you in the other bug .. you cannot use
> -march=pentium4 for a athlon-xp ...

Yes, thanks. As I wrote there, I fixed that by using -mtune=pentium4 instead of
-march=pentium4.

Comment 18 SpanKY gentoo-dev 2005-08-27 11:59:17 UTC
sounds good