Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 116705 - libcaca fails to emerge
Summary: libcaca fails to emerge
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High major (vote)
Assignee: Gentoo Media-video project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-12-25 07:50 UTC by Mattias Jansson
Modified: 2005-12-26 03:35 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 Mattias Jansson 2005-12-25 07:50:02 UTC
When emerging media-libs/libcaca-0.9-r1, I get this message:
 * Failed Running autoconf !
 *
 * Include in your bugreport the contents of:
 *
 *   /var/tmp/portage/libcaca-0.9-r1/temp/autoconf-13894.out

The contents of autoconf-13894.out:
-----------------------------------autoconf-13894.out-start----------
***** autoconf *****

configure.ac:14: error: possibly undefined macro: AC_PROG_LIBTOOL
      If this token and others are legitimate, please use m4_pattern_allow.
      See the Autoconf documentation.
-----------------------------------autoconf-13894.out-end------------


Heres my make.conf
-----------------------------------/etc/make.conf-start--------------
CFLAGS="-O2 -march=pentium4 -pipe"
CHOST="i686-pc-linux-gnu"
CXXFLAGS="${CFLAGS}"

MAKEOPTS="-j3"



#--------------------------------------------------
# USE FLAGS
#--------------------------------------------------
USE=""

# Remove some use flags
USE="${USE} -cups -foomaticdb -gnome -kde -java"

# Add AUDIO/GRAPHICS use flags
USE="${USE} fbcon gd ggi gif gphoto2 imagemagick jpeg mad  \
     mp3 mpeg oggvorbis  png tiff truetype wmf X xvid"

# Add EMAIL use flags
USE="${USE} authdaemond berkdb fam imap maildir sasl "

# Add OTHER use flags
USE="${USE} acpi apache2 cdr crypt curl dvd dvdr dvdread emacs encode \
     ethereal ipv6 libcaca libwww mmx mmxext mysql nls pam    \
     pda php plotutils samba spell sse ssl usb vhost xml zlib"

-----------------------------------/etc/make.conf-end----------------

If there is any other information I can supply to make the bug reproducable, please tell me!

Merry Christmas!
Comment 1 Mattias Jansson 2005-12-25 07:52:30 UTC
Whoops, forgot to add emerge info:

almbert ~ # emerge info
Portage 2.0.53 (default-linux/x86/2005.1, gcc-3.3.6, glibc-2.3.5-r2, 2.6.14-gentoo-r5 i686)
=================================================================
System uname: 2.6.14-gentoo-r5 i686 Intel(R) Pentium(R) 4 CPU 3.20GHz
Gentoo Base System version 1.6.13
distcc 2.18.3 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632) [disabled]
dev-lang/python:     2.3.5-r2, 2.4.2
sys-apps/sandbox:    1.2.12
sys-devel/autoconf:  2.13, 2.59-r6
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r1
sys-devel/binutils:  2.16.1
sys-devel/libtool:   1.5.20
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O2 -march=pentium4 -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config /usr/lib/X11/xkb /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O2 -march=pentium4 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks sandbox sfperms strict"
GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/linux/distributions/gentoo"
MAKEOPTS="-j3"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 X acpi alsa apache2 apm arts audiofile authdaemond avi berkdb bitmap-fonts bzip2 cdr crypt curl dvd dvdr dvdread eds emacs emboss encode esd ethereal expat fam fbcon fortran gd gdbm ggi gif gphoto2 gpm gstreamer gtk gtk2 imagemagick imap imlib ipv6 jpeg lcms libcaca libg++ libwww mad maildir mikmod mmx mmxext mng motif mp3 mpeg mysql ncurses nls ogg oggvorbis opengl oss pam pcre pda pdflib perl php plotutils png python qt quicktime readline samba sasl sdl spell sse ssl tcpd tiff truetype truetype-fonts type1-fonts udev usb vhost vorbis wmf xml xml2 xmms xv xvid zlib userland_GNU kernel_linux elibc_glibc"
Unset:  ASFLAGS, CTARGET, LANG, LC_ALL, LDFLAGS, LINGUAS, PORTDIR_OVERLAY
Comment 2 Mattias Jansson 2005-12-26 03:35:12 UTC
Hmm. I rsynced, and did a emerge --resume, and the problem went away. Perhaps I should have done this the first time... If so, sorry!

But still. I wonder what the problem was?

/Mattias