Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 151772 - smpeg-0.4.4-r8 bombs out on aclocal
Summary: smpeg-0.4.4-r8 bombs out on aclocal
Status: RESOLVED DUPLICATE of bug 151577
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-17 19:46 UTC by Ajay Sharma
Modified: 2006-10-17 22:43 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 Ajay Sharma 2006-10-17 19:46:52 UTC
[snip... tail end of the configure...]

 * Using automake (GNU automake) 1.4-p6
 * Using aclocal (GNU automake) 1.4-p6
 * Running aclocal -I /var/tmp/portage/smpeg-0.4.4-r8/work/smpeg-0.4.4/m4 ...                                                                                                          [ !! ]

 * Failed Running aclocal !
 * 
 * Include in your bugreport the contents of:
 * 
 *   /var/tmp/portage/smpeg-0.4.4-r8/temp/aclocal-15162.out


!!! ERROR: media-libs/smpeg-0.4.4-r8 failed.
Call stack:
  ebuild.sh, line 1546:   Called dyn_unpack
  ebuild.sh, line 708:   Called src_unpack
  smpeg-0.4.4-r8.ebuild, line 48:   Called eautoreconf
  autotools.eclass, line 79:   Called eaclocal
  autotools.eclass, line 117:   Called autotools_run_tool 'aclocal' '-I' '/var/tmp/portage/smpeg-0.4.4-r8/work/smpeg-0.4.4/m4'
  autotools.eclass, line 235:   Called die

!!! Failed Running aclocal !
!!! If you need support, post the topmost build error, and the call stack if relevant.


The contents of that "out" file is:

***** aclocal *****

aclocal: configure.in: 56: macro `AM_PROG_AS' not found in library


Here's my emerge --info:


Portage 2.1.1-r1 (default-linux/amd64/2006.1, gcc-4.1.1, glibc-2.4-r3, 2.6.17-gentoo-r8 x86_64)
=================================================================
System uname: 2.6.17-gentoo-r8 x86_64 Intel(R) Pentium(R) D CPU 3.00GHz
Gentoo Base System version 1.12.5
Last Sync: Tue, 17 Oct 2006 07:00:09 +0000
ccache version 2.3 [enabled]
app-admin/eselect-compiler: [Not Present]
dev-java/java-config: 1.3.7, 2.0.30
dev-lang/python:     2.4.3-r4
dev-python/pycrypto: 2.0.1-r5
dev-util/ccache:     2.3
dev-util/confcache:  [Not Present]
sys-apps/sandbox:    1.2.17
sys-devel/autoconf:  2.13, 2.59-r7
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2
sys-devel/binutils:  2.16.1-r3
sys-devel/gcc-config: 1.3.13-r4
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="amd64"
AUTOCLEAN="yes"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=nocona -O2 -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/share/X11/xkb /usr/share/config"
CONFIG_PROTECT_MASK="/etc/env.d /etc/env.d/java/ /etc/gconf /etc/java-config/vms/ /etc/revdep-rebuild /etc/terminfo"
CXXFLAGS="-O2 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig ccache distlocks metadata-transfer parallel-fetch sandbox sfperms strict"
GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/linux/distributions/gentoo"
LC_ALL="en_US.utf8"
MAKEOPTS="-j3"
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --delete-after --stats --timeout=180 --exclude='/distfiles' --exclude='/local' --exclude='/packages'"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="amd64 X alsa apache2 berkdb bitmap-fonts cli crypt cups dlloader dri elibc_glibc flac fortran ftp gd gdbm gnutls gpm input_devices_keyboard input_devices_mouse ipv6 isdnlog java kernel_linux ldap libg++ mmap mp3 mpm-prefork mysql ncurses nls nptl nptlonly nsplugin nvidia opengl oss pam pcre perl ppds pppd python readline reflection session spell spl ssl tcpd truetype truetype-fonts type1-fonts udev unicode userland_GNU video_cards_nv video_cards_nvidia xinerama xml xorg xvid zlib"
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LDFLAGS, LINGUAS, PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY


thanks!
Comment 1 Paul Thompson 2006-10-17 21:49:18 UTC
I see this error too; the problem seems to be that too old a version of
aclocal is being used:

http://sources.redhat.com/ml/automake/2005-04/msg00026.html
Comment 2 Paul Thompson 2006-10-17 22:14:43 UTC
Since -r7 seems to build fine, the problem seems to be with the ebuild
or autotools class:

--- smpeg-0.4.4-r7.ebuild       2006-10-07 12:36:06.000000000 -0400
+++ smpeg-0.4.4-r8.ebuild       2006-10-15 14:06:01.000000000 -0400
@@ -1,16 +1,19 @@
 # Copyright 1999-2006 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/smpeg/smpeg-0.4.4-r7.ebuild,v 1.1
4 2006/10/07 16:06:47 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/smpeg/smpeg-0.4.4-r8.ebuild,v 1.1
4 2006/10/15 17:54:54 tester Exp $
 
-inherit eutils toolchain-funcs
+WANT_AUTOCONF="latest"
+WANT_AUTOMAKE="latest"
+inherit eutils toolchain-funcs autotools
 
Not doing the right thing re: 'latest', as 1.4 instead of 1.9 is being
invoked.
Comment 3 Jakub Moc (RETIRED) gentoo-dev 2006-10-17 22:43:25 UTC

*** This bug has been marked as a duplicate of 151577 ***