Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 60686 - emerge swig-1.3.21 fails with !!! Function econf, Line 362, Exitcode 137
Summary: emerge swig-1.3.21 fails with !!! Function econf, Line 362, Exitcode 137
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High blocker (vote)
Assignee: George Shapovalov (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-17 09:07 UTC by Mark Knecht
Modified: 2004-08-18 11:06 UTC (History)
0 users

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 Mark Knecht 2004-08-17 09:07:40 UTC
Emerging swig, as part of emerging ntp, failed with the following messages:

checking for Python version... python2.3
checking for Python header files... -I/usr/include/python2.3 -I/usr/lib/python2.3/config
checking for Python library... /usr/lib/python2.3/config
checking for Perl5 header files... /usr/sbin/ebuild.sh: line 1430:  6945 Killed                  ./configure --prefix=/usr --host=${CHOST} --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib ${EXTRA_ECONF} "$@"

!!! ERROR: dev-lang/swig-1.3.21 failed.
!!! Function econf, Line 362, Exitcode 137
!!! econf failed

root@flash ~ #

Reproducible: Always
Steps to Reproduce:
1. emerge swig



Actual Results:  
checking for Python version... python2.3
checking for Python header files... -I/usr/include/python2.3
-I/usr/lib/python2.3/config
checking for Python library... /usr/lib/python2.3/config
checking for Perl5 header files... /usr/sbin/ebuild.sh: line 1430:  6945 Killed
                 ./configure --prefix=/usr --host=${CHOST}
--mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share
--sysconfdir=/etc --localstatedir=/var/lib ${EXTRA_ECONF} "$@"

!!! ERROR: dev-lang/swig-1.3.21 failed.
!!! Function econf, Line 362, Exitcode 137
!!! econf failed

root@flash ~ #

Expected Results:  
Should just build

root@flash ~ # emerge info
Portage 2.0.50-r9 (default-x86-2004.0, gcc-3.3.3, glibc-2.3.3.20040420-r1, 2.6.6)
=================================================================
System uname: 2.6.6 i686 Mobile Intel(R) Pentium(R) 4     CPU 3.06GHz
Gentoo Base System version 1.5.2
Autoconf: sys-devel/autoconf-2.59-r4
Automake: sys-devel/automake-1.8.3
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-O2 -march=pentium4 -pipe -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config
/usr/kde/3.2/share/config /usr/kde/3/share/config /usr/lib/mozilla/defaults/pref
/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/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O2 -march=pentium4 -pipe -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs ccache sandbox"
GENTOO_MIRRORS="http://mirror.tucdemonic.org/gentoo/
ftp://ftp.gtlib.cc.gatech.edu/pub/gentoo http://mirror.gentoo.gr.jp
http://www.zentek-international.com/mirrors/gentoo/"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="X aalib alsa apm avi berkdb cdr crypt cups dvd dvdr encode esd fluidsynth
foomaticdb gdbm gif gimp gimpprint gphoto2 gpm gtk gtk2 guile imlib jack
jack-tmpfs java jpeg libg++ libwww mad mikmod mmx motif mozcalendar mozilla mpeg
ncurses nls oggvorbis opengl oss pam pdflib perl png ppds python qt quicktime
readline sdl slang spell sse ssl svga tcltk tcpd tetex truetype usb
video_cards_radeon x86 xml2 xmms xv zlib"

root@flash ~ #
Comment 1 Andreas Eriksson 2004-08-18 10:16:06 UTC
Same problem here.
"checking for Perl5 header files..." that thing hangs and takes lots of cpu and disk activity. After a while it locked up X. After a while more (a minute or two maybe, still heavy activity during the lock-up) X resumed to work and the emerge failed the same way it did for the other person.
Comment 2 Rob Kruus 2004-08-18 10:43:38 UTC
see http://bugs.gentoo.org/show_bug.cgi?id=60621
(or at least remove the perl flag)
the syncworked for me.
Comment 3 Mark Knecht 2004-08-18 11:06:24 UTC
resyncing today has fixed the problem. I guess it's resolved. Thanks!

My only observation/complaint is that it looks like the version number didn't rev. Not sure if that was intended. Seems like it should hav gone -r1 or something.

thanks!