Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 139181 - Not emerging media-libs/cal3d-0.10.0 !
Summary: Not emerging media-libs/cal3d-0.10.0 !
Status: RESOLVED DUPLICATE of bug 138074
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Bryan Østergaard (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-07-04 07:11 UTC by spamas
Modified: 2006-07-04 09:14 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 spamas 2006-07-04 07:11:14 UTC
>>> Emerging (1 of 2) media-libs/cal3d-0.10.0 to /
>>> checking ebuild checksums ;-)
>>> checking auxfile checksums ;-)
>>> checking miscfile checksums ;-)
>>> checking cal3d-full-0.10.0.tar.bz2 ;-)
>>> Unpacking source...
>>> Unpacking cal3d-full-0.10.0.tar.bz2 to /var/tmp/portage/cal3d-0.10.0/work
 * Applying cal3d-0.11.0_pre20050823-libtool-compat.patch ...             [ ok ]>>> Source unpacked.
>>> Compiling source in /var/tmp/portage/cal3d-0.10.0/work/cal3d-0.10.0 ...
You need autoconf >= 2.53 installed to compile cal3d.

You can fetch and install latest GNU tools from your distribution
packages or from http://ftp.gnu.org/gnu/. Note that aclocal is
part of the automake software package.


!!! ERROR: media-libs/cal3d-0.10.0 failed.
Call stack:
  ebuild.sh, line 1545:   Called dyn_compile
  ebuild.sh, line 940:   Called src_compile
  cal3d-0.10.0.ebuild, line 29:   Called die

!!! autogen failed
!!! If you need support, post the topmost build error, and the call stack if relevant.



emerge --info
Portage 2.1.1_pre2-r2 (default-linux/x86/2006.0, gcc-4.1.1/vanilla, glibc-2.4-r3, 2.6.17-gentoo-r1 i686)
=================================================================
System uname: 2.6.17-gentoo-r1 i686 AMD Athlon(tm) XP 2600+
Gentoo Base System version 1.12.1
ccache version 2.4 [enabled]
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="-Os -march=athlon-xp -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/share/X11/xkb"
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="-Os -march=athlon-xp -pipe"
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/"
LC_ALL="lt_LT.utf8"
LDFLAGS="-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"
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
USE="x86 3dnow 3dnowext X a52 aac aalib acpi alsa apache2 asf avi bash-completion beagle berkdb bitmap-fonts bzip2 cairo caps cdparanoia cdr chm chroot cli crypt cups dbus dlloader dri dvd dvdr eds emboss encode exif fbcon ffmpeg firefox flac foomaticdb fortran gdbm gif glx gnome gnutls gpm gstreamer gtk gtk2 gtkhtml hal imlib isdnlog java javascript jbig jpeg jpeg2k libg++ libnotify libwww lm_sensors logrotate mad mikmod mmx mmxext mono motif mp3 mpeg music nautilus ncurses 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 reiserfs scanner sdl session silc spell spl sqlite sse ssl startup-notification svg symlink tcpd tiff truetype truetype-fonts type1-fonts udev unicode usb vorbis win32codecs xml xorg xv xvid zlib elibc_glibc input_devices_keyboard input_devices_mouse kernel_linux linguas_lt userland_GNU video_cards_nvidia video_cards_nv"
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY
Comment 1 Josef Reidinger 2006-07-04 07:49:26 UTC
(In reply to comment #0)

Problem is there in autogen.sh
***
autoconf=''
for at in autoconf autoconf-2.53 autoconf-2.54 autoconf-2.55 autoconf-2.56 autoconf-2.57 autoconf-2.58 autoconf-2.59; do
***

so is easy to add autoconf-2.60 to this sh and make patch, but it`s quite bad, because with new version it still add new version to this file.
Anybody know better patch???

P.S. to quick fix do this
ebuild /usr/portage/media-libs/cal3d/cal3d-0.10.0.ebuild fetch
ebuild /usr/portage/media-libs/cal3d/cal3d-0.10.0.ebuild unpack
edit autogen.sh in (portage_tmp_dir)/cal3d-0.10.0/work/cal3d-0.10.0/
ebuild /usr/portage/media-libs/cal3d/cal3d-0.10.0.ebuild compile
ebuild /usr/portage/media-libs/cal3d/cal3d-0.10.0.ebuild install
ebuild /usr/portage/media-libs/cal3d/cal3d-0.10.0.ebuild qmerge
ebuild /usr/portage/media-libs/cal3d/cal3d-0.10.0.ebuild clean
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2006-07-04 09:14:01 UTC

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