Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 143471 - tvtime-1.0.2 fail to compile (aclocal problem)
Summary: tvtime-1.0.2 fail to compile (aclocal problem)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Mike Gardiner (RETIRED)
URL:
Whiteboard:
Keywords:
: 143513 145476 (view as bug list)
Depends on:
Blocks:
 
Reported: 2006-08-10 08:39 UTC by Leszek
Modified: 2006-08-29 07:45 UTC (History)
6 users (show)

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


Attachments
changed ebuild (tvtime-1.0.2.ebuild,1.78 KB, application/octet-stream)
2006-08-11 11:51 UTC, Torsten Stets
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Leszek 2006-08-10 08:39:51 UTC
emerge output:

 * Running aclocal ...                                                    [ !! ]
 * Failed Running aclocal !
 *
 * Include in your bugreport the contents of:
 *
 *   /var/tmp/portage/tvtime-1.0.2/temp/aclocal-24185.out



# cat /var/tmp/portage/tvtime-1.0.2/temp/aclocal-24185.out
***** aclocal *****

aclocal: macro `AM_PROG_MKDIR_P' required but not defined
aclocal: macro `AM_PROG_MKDIR_P' required but not defined


# emerge --info
Portage 2.1.1_pre4-r4 (default-linux/x86/2006.0, gcc-4.1.1/vanilla, glibc-2.4-r3, 2.6.17-gentoo i686)
=================================================================
System uname: 2.6.17-gentoo i686 Intel(R) Pentium(R) 4 CPU 3.00GHz
Gentoo Base System version 1.12.4
Last Sync: Thu, 10 Aug 2006 11:30:07 +0000
distcc 2.18.3 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632) [disabled]
ccache version 2.4 [disabled]
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: [Not Present]
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=pentium4 -fomit-frame-pointer"
CHOST="i686-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/eselect/compiler /etc/gconf /etc/java-config/vms/ /etc/revdep-rebuild /etc/splash /etc/terminfo"
CXXFLAGS="-O2 -march=pentium4 -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks metadata-transfer parallel-fetch sandbox sfperms strict"
GENTOO_MIRRORS="ftp://ftp.belnet.be/mirror/rsync.gentoo.org/gentoo/"
LANG="fr_BE.UTF-8@euro"
LC_ALL="fr_BE.UTF-8@euro"
LINGUAS="fr"
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"
PORTDIR_OVERLAY="/usr/local/portage /usr/portage/local/layman/sunrise /usr/portage/local/layman/portage-xgl"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 X a52 aac aalib acpi alsa apache2 asf avi bash-completion beagle bitmap-fonts bonobo browserplugin bzip2 cairo cdr cegui cjk cli crosscompile crypt ctype cups dbus dlloader dri dv dvd dvdr dvdread eds elibc_glibc emboss encode esd evo evolution ffmpeg firefox flac font-server foomaticdb fortran fuse gd gecko-sdk gif glitz gnome gnomecanvas gphoto2 gpm gstreamer gtk gtk2 gtkhtml hal imlib input_devices_joystick input_devices_keyboard input_devices_mouse isdnlog java joystick jpeg kdehiddenvisibility kernel_linux lame lcms libg++ libnotify libwww linguas_fr live mad mikmod mjpeg mmx mmxext mng mono motif mp3 mpeg msn musicbrainz mysql ncurses net network nls nptl nptlonly nsplugin nvidia ode offensive ogg oggvorbis openal opengl oss pam pcre pdf pdflib perl php png pop pppd python quicktime readline real reflection samba sdk sdl session simplexml slang soap sockets softmmu spell spl sse sse2 ssl svg svga taglib tcltk tcpd theora tiff transcode truetype truetype-fonts type1-fonts udev unicode userland_GNU v4l v4l2 vcd video_cards_nv video_cards_nvidia video_cards_vesa video_cards_vga videos vidix vorbis win32codecs wmf xanim xine xml xmlrpc xorg xscreensaver xv xvid xvmc zlib zvbi"
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LDFLAGS, PORTAGE_RSYNC_EXTRA_OPTS
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-08-10 17:07:07 UTC
*** Bug 143513 has been marked as a duplicate of this bug. ***
Comment 2 Torsten Stets 2006-08-11 11:51:03 UTC
Created attachment 94011 [details]
changed ebuild

Just stumbled about same problem and had a look into the original ebuild. A little search in google brought me to the gentoo Documentation and there is, as a possible solution, recommended to just add  "AT_M4DIR="m4" " before eautoreconf is called. So I just did that and after that it compiled without a hitch.
See: http://www.gentoo.org/proj/en/qa/autofailure.xml?style=printable
Comment 3 Maciej Zieba 2006-08-22 14:51:39 UTC
I just wanted to say that the modified ebuild worked fine for me :)

Regards,
Maciek
Comment 4 Maxxer 2006-08-23 02:17:51 UTC
if any report is needed, this ebuild worked for me too.
~amd64
Comment 5 Hanno Böck gentoo-dev 2006-08-26 12:37:18 UTC
fixed
Comment 6 Jakub Moc (RETIRED) gentoo-dev 2006-08-29 07:45:04 UTC
*** Bug 145476 has been marked as a duplicate of this bug. ***