Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 49656 - xmms fails to emerge due to missing macro
Summary: xmms fails to emerge due to missing macro
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Jeremy Huddleston (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-05-01 15:52 UTC by Thomas
Modified: 2004-05-02 12:12 UTC (History)
1 user (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 Thomas 2004-05-01 15:52:50 UTC
When I try to emerge XMMS 1.2.10-r2 or r1, I get the following errors:

Calculating dependencies ...done!
>>> emerge (1 of 1) media-sound/xmms-1.2.10-r2 to /
>>> md5 src_uri ;-) xmms-1.2.10.tar.bz2
>>> md5 src_uri ;-) gentoo_ice-xmms-0.2.tar.bz2
>>> md5 src_uri ;-) xmms-1.2.10-gentoo-patches-0.4.tar.bz2
>>> Unpacking source...
>>> Unpacking xmms-1.2.10.tar.bz2 to /var/tmp/portage/xmms-1.2.10-r2/work
>>> Unpacking gentoo_ice-xmms-0.2.tar.bz2 to /var/tmp/portage/xmms-1.2.10-r2/work
>>> Unpacking xmms-1.2.10-gentoo-patches-0.4.tar.bz2 to /var/tmp/portage/xmms-1.2.10-r2/work
 * Applying xmms-1.2.10-dtd.patch...                                      [ ok ] * Applying xmms-1.2.10-id3v2edit.patch...                                [ ok ] * Applying xmms-1.2.10-jump.patch...                                     [ ok ] * Applying xmms-1.2.10-sigterm.patch...                                  [ ok ] * Applying xmms-1.2.10-recode-csa27.3.patch...                           [ ok ] * Applying xmms-1.2.10-fhs-skinsdir.patch...                             [ ok ] * Applying xmms-1.2.10-diskwriter-audio.patch...                         [ ok ] * Applying xmms-1.2.10-random.patch...                                   [ ok ] * Applying xmms-1.2.10-sid-songpos.patch...                              [ ok ] * Applying xmms-1.2.10-alsa-pause.patch...                               [ ok ] * Running aclocal in /var/tmp/portage/xmms-1.2.10-r2/work/xmms-1.2.10/....
aclocal: configure.in: 67: macro `AM_PATH_GLIB' not found in library      [ !! ] 
 * Running automake in /var/tmp/portage/xmms-1.2.10-r2/work/xmms-1.2.10/....
configure.in:8: version mismatch.  This is Automake 1.7.9,
configure.in:8: but the definition used by this AM_INIT_AUTOMAKE
configure.in:8: comes from Automake 1.7.8.  You should recreate
configure.in:8: aclocal.m4 with aclocal and run automake again.           [ !! ]

I successfully emerged gettext as recommended in #40341, but it didn't help.

Any help appreciated,

Thomas




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

Actual Results:  
s.a.

Expected Results:  
emerge xmms

My system is a K6-2 450, Intel HX Chipset, SB 32 PnP [M], ALSA [M]
Comment 1 Jeremy Huddleston (RETIRED) gentoo-dev 2004-05-01 19:09:09 UTC
Do you have the file /usr/share/aclocal/glib.m4?

This is installed with dev-libs/glib-1* which is brought in by x11-libs/gtk+-1* which is in the xmms DEPEND.

$ qpkg -I -v -f /usr/share/aclocal/glib.m4
dev-libs/glib-1.2.10-r5 *
Comment 2 Thomas 2004-05-02 04:34:37 UTC
Ah, now it works.

Thanks, Jeremy
Comment 3 Jeremy Huddleston (RETIRED) gentoo-dev 2004-05-02 12:12:31 UTC
what was the problem?  Was glib not being pulled in somehow...