Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 19418 - Musicbrainz 2.0.1 fails to compile
Summary: Musicbrainz 2.0.1 fails to compile
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Martin Holzer (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-04-16 09:13 UTC by Martin Ehmsen (RETIRED)
Modified: 2003-04-16 10:16 UTC (History)
0 users

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


Attachments
Output from emerge musicbrainz (output.txt,5.84 KB, text/plain)
2003-04-16 09:17 UTC, Martin Ehmsen (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Ehmsen (RETIRED) gentoo-dev 2003-04-16 09:13:12 UTC
When I do an: emerge musicbrainz I get the following errors:
 * Reconfiguring...
NONE:0: /usr/bin/m4: `unloadmodule' from frozen file not found in builtin table!
autom4te-2.57: /usr/bin/m4 failed with exit status: 1
NONE:0: /usr/bin/m4: `unloadmodule' from frozen file not found in builtin table!
autom4te-2.57: /usr/bin/m4 failed with exit status: 1
configure.in: `AM_INIT_AUTOMAKE' must be used
automake-1.7: your implementation of AM_INIT_AUTOMAKE comes from an
automake-1.7: old Automake version.  You should recreate aclocal.m4
automake-1.7: with aclocal and run automake again.
automake-1.7: no `Makefile.am' found or specified

And later on it stops compiling:
NONE:0: /usr/bin/m4: `unloadmodule' from frozen file not found in builtin table!
autom4te-2.57: /usr/bin/m4 failed with exit status: 1
make: *** [configure] Error 1
make: *** Waiting for unfinished jobs....
NONE:0: /usr/bin/m4: `unloadmodule' from frozen file not found in builtin table!
autom4te-2.57: /usr/bin/m4 failed with exit status: 1
configure.in: `AM_INIT_AUTOMAKE' must be used
automake-1.7: your implementation of AM_INIT_AUTOMAKE comes from an
automake-1.7: old Automake version.  You should recreate aclocal.m4
automake-1.7: with aclocal and run automake again.
make: *** [Makefile.in] Error 1

!!! ERROR: media-libs/musicbrainz-2.0.1 failed.
!!! Function src_compile, Line 43, Exitcode 2
!!! compile problem

There once was a bug-report about something similar, but it has gone now,
meaning that someone means that the bug is fixed, but not for me :-(

To your information I have the following ebuilds installed:
Automake 1.7.2
Autoconf: 2.57-r1
m4: 1.4

Reproducible: Always
Steps to Reproduce:
1.
2.
3.



Portage 2.0.47-r10 (default-x86-1.4, gcc-3.2.2, glibc-2.3.2-r1)
=================================================================
System uname: 2.4.20 i686 AMD Athlon(TM) XP1900+
GENTOO_MIRRORS="http://gentoo.linux.no/ "
CONFIG_PROTECT="/etc /var/qmail/control /usr/kde/2/share/config
/usr/kde/3/share/config /usr/X11R6/lib/X11/xkb /usr/kde/3.1/share/config
/usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/
/usr/share/config"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
PORTDIR="/usr/portage"
DISTDIR="/usr/portage/distfiles"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR_OVERLAY=""
USE="x86 oss 3dnow apm avi crypt cups encode gif jpeg libg++ mikmod mmx mpeg
ncurses nls pdflib png quicktime spell truetype xml2 xmms xv zlib gdbm berkdb
slang readline svga java guile X sdl gpm tcpd pam libwww ssl python esd imlib
oggvorbis gtk qt motif opengl alsa -arts cdr doc emacs fbcon flash -gnome gtk2
-kde maildir mbox mozilla perl tcltk tetex tiff xml"
COMPILER="gcc3"
CHOST="i686-pc-linux-gnu"
CFLAGS="-mcpu=athlon-xp -O3 -pipe"
CXXFLAGS="-mcpu=athlon-xp -O3 -pipe"
ACCEPT_KEYWORDS="x86 ~x86"
MAKEOPTS="-j2"
AUTOCLEAN="yes"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
FEATURES="sandbox ccache"
Comment 1 Martin Ehmsen (RETIRED) gentoo-dev 2003-04-16 09:17:38 UTC
Created attachment 10736 [details]
Output from emerge musicbrainz
Comment 2 Martin Holzer (RETIRED) gentoo-dev 2003-04-16 09:25:32 UTC
please reemerge all 3 ebuilds you pasted
Comment 3 Martin Ehmsen (RETIRED) gentoo-dev 2003-04-16 09:46:48 UTC
It seemed to be a problem related to autoconf... Automake would not compile because to required autoconf 2.57 and it said that id only have 2.13...
But setting WANT_AUTOCONF_2_5="1" helped both on the emerge automake and emerge musicbrainz...
It's kind of hard to guess that one have to set WANT_AUTOCONF to get it to compile, maybe both the automake and musicbrainz ebuilds should do that??

But thanks...
Comment 4 Martin Holzer (RETIRED) gentoo-dev 2003-04-16 09:50:03 UTC
automake does this

 export WANT_AUTOCONF_2_5=1
Comment 5 Martin Holzer (RETIRED) gentoo-dev 2003-04-16 09:51:29 UTC
try
emerge -puD --world and watch out inportant system packages
Comment 6 Martin Ehmsen (RETIRED) gentoo-dev 2003-04-16 09:57:35 UTC
Strange. A moment ago emerge automake did complain about autoconf version, but now it dosent't.
But still I think export WANT_AUTOCONF should be in the musicbrainz ebuild, don't you?
(and btw. emerge -puD world gives me nothing, all uptodate)
Comment 7 Martin Holzer (RETIRED) gentoo-dev 2003-04-16 10:16:29 UTC
added in cvs

thx