Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 51735 - Emerging different packages gives m4: `unloadmodule' from frozen file not found in builtin table!
Summary: Emerging different packages gives m4: `unloadmodule' from frozen file not fou...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-05-22 05:01 UTC by Ole Tange
Modified: 2004-05-22 10:37 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 Ole Tange 2004-05-22 05:01:14 UTC
# emerge x11-libs/gtk+
Calculating dependencies ...done!
>>> emerge (1 of 1) x11-libs/gtk+-2.4.0-r1 to /
>>> md5 src_uri ;-) gtk+-2.4.0.tar.bz2
>>> Unpacking source...
>>> Unpacking gtk+-2.4.0.tar.bz2 to /var/tmp/portage/gtk+-2.4.0-r1/work
 * Applying gtk+-2.0.6-exportsymbols.patch...                                                [ ok ]
 * Applying gtk+-2.2.1-disable_icons_smooth_alpha.patch...                                   [ ok ]
 * Applying gtk+-2.4.0-uimanager-zero-becomes-null.patch...                                  [ ok ]
NONE:0: /usr/bin/m4: `unloadmodule' from frozen file not found in builtin table!
autom4te-2.58: /usr/bin/m4 failed with exit status: 1

!!! ERROR: x11-libs/gtk+-2.4.0-r1 failed.
!!! Function src_unpack, Line 45, Exitcode 1
!!! (no error message)



Reproducible: Always
Steps to Reproduce:





The same error comes if I try to emerge openoffice-ximian, so it smells like an 
m4/auto(conf|make) thing. 
 
*  sys-devel/m4 
      Latest version available: 1.4-r1 
      Latest version installed: 1.4-r1 
 
*  sys-devel/autoconf 
      Latest version available: 2.58-r1 
      Latest version installed: 2.58-r1 
 
 
Gentoo Base System version 1.4.9 
Portage 2.0.50-r6 (default-x86-1.4, gcc-3.3.2, glibc-2.3.2-r9, 2.6.6) 
================================================================= 
System uname: 2.6.6 i686 Celeron (Mendocino) 
Autoconf: sys-devel/autoconf-2.58-r1 
Automake: sys-devel/automake-1.8.3 
ACCEPT_KEYWORDS="x86" 
AUTOCLEAN="yes" 
CFLAGS="-O2 -mcpu=i686 -pipe" 
CHOST="i686-pc-linux-gnu" 
COMPILER="gcc3" 
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config /usr/kde/3.1/share/config /usr/ 
kde/3.2/share/config /usr/kde/3/share/config /usr/share/config /usr/share/texmf/dvipdfm/config/ /us 
r/share/texmf/dvips/config/ /usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config 
/ /usr/share/texmf/xdvi/ /var/bind /var/qmail/control" 
CONFIG_PROTECT_MASK="/etc/afs/C /etc/afs/afsws /etc/gconf /etc/terminfo /etc/env.d" 
CXXFLAGS="-O2 -mcpu=i686 -pipe" 
DISTDIR="/usr/portage/distfiles" 
FEATURES="autoaddcvs ccache sandbox" 
GENTOO_MIRRORS="ftp://vlaai.snt.ipv6.utwente.nl/pub/os/linux/gentoo/ 
ftp://mirrors.sec.informatik.t 
u-darmstadt.de/gentoo/ http://ftp.du.se/pub/os/gentoo 
ftp://gentoo.inode.at/source/ http://vlaai.sn 
t.ipv6.utwente.nl/pub/os/linux/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 X509 accounting acl acpi acpi4linux adns afs alsa amd apache2 apm arts 
artswrappersuid autof 
s avantgo avi berkdb bluetooth bonobo cdr chroot clamav clisp cmucl crypt cups 
curl debug dnd doc d 
rac dv dvb dvd dvdr emacs encode esd ethereal evo expat faad fax fdftk ffmpeg 
fftw firebird flac fl 
ash foomaticdb freetype fs gb gcl gd gd-external gdbm geoip ggi gif glut gmp 
gmttria gnome gnutls g 
photo2 gpm gstreamer gtk gtk2 gtkhtml guile hardened ieee1394 imagemagick imap 
imlib informix innod 
b ipalias ipv6 irda irmc jabber java javascript jbig joystick jpeg jython kde 
lcms ldap libg++ libg 
da libwww lids lirc lmtp ltsp lua lufsusermount mad maildir matrox mbox mcal 
md5sum mdb memlimit mi 
kmod mldonkeypango mmap mmx mng mono motif mozilla mozp3p mozsvg mpeg msn mysql 
nagios-dns nagios-n 
tp nagios-ping nagios-ssh nas ncurses nhc98 nls oav odbc oggvorbis openal 
opengl opie oss pam parse 
-clocks pcap pda pdflib perl pg-hier pg-vacuumdelay php pie plotutils png pnp 
postgres ppds prelude 
 propolice pwdb python qhull qt quicktime radeon radius readline ruby samba 
sasl scanner sdl skey s 
lang slp snmp socks5 sox speex spell sqlite src sse ssl stencil-buffer stroke 
svg svga tcltk tcpd t 
etex tiff transcode truetype trusted type1 usagi usb v4l vhosts videos wmf x86 
xfs xinerama xml2 xm 
ms xv xvid zeo zlib"
Comment 1 Ole Tange 2004-05-22 10:27:39 UTC
I get the same error when running:

/usr/bin/m4 --fatal-warning --reload-state=/usr/share/autoconf/autoconf/autoconf.m4f
NONE:0: /usr/bin/m4: `unloadmodule' from frozen file not found in builtin table!

However, this error does not exist on another machine (The above waits for CTRL-D).
Comment 2 Ole Tange 2004-05-22 10:37:50 UTC
Issue solved by:

emerge -b autoconf

Something required autoconf to be recompiled. Does anyone know why? And why does this not happen automatically?