Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 145476

Summary: media-tv/tvtime-1.0.2 failed running aclocal
Product: Gentoo Linux Reporter: spamas <spamas>
Component: New packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description spamas 2006-08-29 06:54:40 UTC
* checking ebuild checksums ;-) ...                                      [ ok ] * checking auxfile checksums ;-) ...                                     [ ok ] * checking miscfile checksums ;-) ...                                    [ ok ] * checking tvtime-1.0.2.tar.gz ;-) ...                                   [ ok ]>>> Unpacking source...
>>> Unpacking tvtime-1.0.2.tar.gz to /var/tmp/portage/tvtime-1.0.2/work
 * Applying tvtime-1.0.2-gcc41.patch ...                                  [ ok ] * Applying tvtime-pic.patch ...                                          [ ok ] * Applying tvtime-1.0.2-xinerama.patch ...                               [ ok ] * Running eautoreconf in '/var/tmp/portage/tvtime-1.0.2/work/tvtime-1.0.2' ...
 * Running aclocal ...                                                    [ !! ]
 * Failed Running aclocal !
 *
 * Include in your bugreport the contents of:
 *
 *   /var/tmp/portage/tvtime-1.0.2/temp/aclocal-21115.out


!!! ERROR: media-tv/tvtime-1.0.2 failed.
Call stack:
  ebuild.sh, line 1543:   Called dyn_unpack
  ebuild.sh, line 709:   Called src_unpack
  tvtime-1.0.2.ebuild, line 50:   Called eautoreconf
  autotools.eclass, line 65:   Called eaclocal
  autotools.eclass, line 102:   Called autotools_run_tool 'aclocal'
  autotools.eclass, line 193:   Called die

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







Portage 2.1.1_pre4-r3 (default-linux/x86/2006.0, gcc-4.1.2-pre20060705/vanilla, glibc-2.4.90.20060516-r0, 2.6.17-no2 i686)
=================================================================
System uname: 2.6.17-no2 i686 AMD Athlon(tm) XP 2600+
Gentoo Base System version 1.12.4
ccache version 2.4 [enabled]
app-admin/eselect-compiler: 2.0.0_rc2-r1
dev-lang/python:     2.4.3-r1
dev-python/pycrypto: 2.0.1-r5
dev-util/ccache:     2.4-r2
dev-util/confcache:  [Not Present]
sys-apps/sandbox:    1.2.18.1
sys-devel/autoconf:  2.13, 2.60
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.17
sys-devel/gcc-config: 2.0.0_rc1
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.17
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O2 -march=athlon-xp -fomit-frame-pointer -pipe -fweb -frename-registers -fno-ident -DBIG_SECURITY_HOLE"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/share/X11/xkb"
CONFIG_PROTECT_MASK="/etc/env.d /etc/eselect/compiler /etc/gconf /etc/revdep-rebuild /etc/terminfo"
CXXFLAGS="-O2 -march=athlon-xp -fomit-frame-pointer -pipe -fweb -frename-registers -fno-ident -DBIG_SECURITY_HOLE -fvisibility-inlines-hidden"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig ccache distlocks metadata-transfer parallel-fetch sandbox sfperms strict"
GENTOO_MIRRORS="ftp://ftp.dtiltas.lt/mirror/gentoo/ http://trumpetti.atm.tut.fi/gentoo/ http://pandemonium.tiscali.de/pub/gentoo/"
LANG="lt_LT.utf8"
LC_ALL="lt_LT.utf8"
LDFLAGS="-Wl,-lalut,-O1 -Wl,--sort-common -Wl,--as-needed"
LINGUAS="lt"
MAKEOPTS="-j2"
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"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
USE="x86 3dnow 3dnowext X a52 aac aalib acpi alsa apache2 asf avi beagle berkdb bitmap-fonts bzip2 cairo caps cdparanoia cdr chm cli crypt cups dbus directfb dlloader dri dvd eds elibc_glibc emboss encode ffmpeg firefox foomaticdb fortran gdbm gif gnome gpm gstreamer gtk gtk2 hal imlib input_devices_evdev input_devices_keyboard input_devices_mouse isdnlog javascript jbig jpeg jpeg2k kernel_linux libg++ libnotify libwww linguas_lt lm_sensors logrotate mad mikmod mmx mmxext mono motif mp3 mpeg music nautilus ncurses network new-login nls no-old-linux nptl nptlonly nsplugin nvidia offensive ogg opengl pam pcre pdf pdflib perl png pppd python qt-static quicktime readline real reflection reiser4 reiserfs sdl session silc spell spl sqlite sse ssl startup-notification stream svg tcpd threads tiff truetype truetype-fonts type1-fonts udev unicode usb userland_GNU video_cards_nv video_cards_nvidia vorbis win32codecs xml xorg xv xvid zlib"
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, PORTAGE_RSYNC_EXTRA_OPTS
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-08-29 07:45:04 UTC

*** This bug has been marked as a duplicate of 143471 ***
Comment 2 Billy DeVincentis 2010-11-22 03:35:36 UTC
Okay, I have solved this for now. It seems that the problem has something to do with the automake and autoconf versions. Here is what I did at the top of the ebuild

#WANT_AUTOMAKE=1.7
#WANT_AUTOCONF=2.5

inherit eutils autotools

DESCRIPTION="High quality television application for use with video capture cards"
HOMEPAGE="http://tvtime.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"


Just delete the want version info and it compiles just fine.