Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 14422 - xine-lib - compile error
Summary: xine-lib - compile error
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Arcady Genkin (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-01-23 08:23 UTC by Martin Filip
Modified: 2003-04-09 11:45 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 Martin Filip 2003-01-23 08:23:06 UTC
Hi,

I'm trying to emerge xine-ui. When portage makes xine-libs, it dies with:

 * Working directory: /var/tmp/portage/xine-lib-0.9.13-r2/work/xine-lib-0.9.13...
 * Cannot apply any patch, running libtoolize...
You should update your `aclocal.m4' by running aclocal.
cd . && aclocal
cd . && automake --gnu --include-deps Makefile
cd . && autoconf
configure:10331: error: possibly undefined macro: AM_ASFLAGS
      If this token and others are legitimate, please use m4_pattern_allow.
      See the Autoconf documentation.
make: *** [configure] Error 1

!!! ERROR: media-libs/xine-lib-0.9.13-r2 failed.
!!! Function src_compile, Line 106, Exitcode 2
!!! (no error message)

any advices? thanx a lot
Comment 1 Arcady Genkin (RETIRED) gentoo-dev 2003-01-23 11:45:09 UTC
What versions of automake and autoconf do you have installed?
Also post the output of "emerge info".
Comment 2 Martin Filip 2003-01-23 11:54:19 UTC
*  sys-devel/automake
      Latest version installed: 1.6.3
*  sys-devel/autoconf
      Latest version installed: 2.54

emerge info:
*************
root@archon nexus # emerge info
Portage 2.0.46-r9 (default-x86-1.4, gcc-3.2.1, glibc-2.3.1-r2)
=================================================================
System uname: 2.4.20 i686 AuthenticAMD
GENTOO_MIRRORS="http://www.ibiblio.org/pub/Linux/distributions/gentoo"
CONFIG_PROTECT="/etc /var/qmail/control /usr/share/config
/usr/kde/2/share/config /usr/kde/3/share/config
/usr/X11R6/lib/X11/xkb:/usr/kde/3/share/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 apm avi crypt cups encode gif jpeg kde gnome libg++ mikmod mmx mpeg
ncurses pdflib png qtmt quicktime spell truetype xml2 xmms xv zlib gtkhtml gdbm
berkdb slang readline tetex bonobo svga tcltk java guile X sdl gpm tcpd pam
libwww ssl perl python esd imlib oggvorbis gtk qt motif opengl cdr -3dnow acpi
alsa -arts dvd gphoto2 ipv6 mozilla -nls samba"
COMPILER="gcc3"
CHOST="i686-pc-linux-gnu"
CFLAGS="-mcpu=athlon-xp -pipe"
CXXFLAGS="-mcpu=athlon-xp -pipe"
ACCEPT_KEYWORDS="x86"
MAKEOPTS="-j2"
AUTOCLEAN="yes"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
FEATURES="sandbox ccache"
Comment 3 Martin Filip 2003-01-23 13:26:20 UTC
I've created a symlink /usr/bin/autoconf to /usr/bin/autoconf-2.13 (instead of
/usr/lib/autoconf/ac-wrapper.pl) and it works...
Comment 4 Arcady Genkin (RETIRED) gentoo-dev 2003-01-23 15:10:30 UTC
okay, thanks.
Comment 5 Martin Holzer (RETIRED) gentoo-dev 2003-01-23 16:14:18 UTC
agenkin: try in ebuild export WANT_AUTOCONF_2_1=1
Comment 6 Martin Holzer (RETIRED) gentoo-dev 2003-04-09 11:45:04 UTC
autoconf 2.57 is stable
automake 1.7.2 is stable