Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 103645 - avifile-0.7.43.20050224-r2.ebuild configure error
Summary: avifile-0.7.43.20050224-r2.ebuild configure error
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Media-video project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-24 17:52 UTC by Chris
Modified: 2005-09-06 02:29 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 Chris 2005-08-24 17:52:43 UTC
avifile didn't configure because the sources are not found:

configure: error: cannot find sources (acinclude.m4) in . or ..

!!! ERROR: media-video/avifile-0.7.43.20050224-r2 failed.
!!! Function econf, Line 485, Exitcode 0
!!! econf failed

But avifile-0.7.41.20041001-r2 did compile without problems!
Whats the problem here?
Comment 1 Chris 2005-08-24 17:54:14 UTC
Portage 2.0.51.22-r2 (default-linux/x86, gcc-3.4.4, glibc-2.3.5-r1,
2.6.12.3-onion1 i686)
=================================================================
System uname: 2.6.12.3-onion1 i686 Intel(R) Pentium(R) 4 CPU 2.66GHz
Gentoo Base System version 1.12.0_pre6
ccache version 2.4 [enabled]
dev-lang/python:     2.3.5, 2.4.1-r1
sys-apps/sandbox:    1.2.12
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
sys-devel/binutils:  2.16.1
sys-devel/libtool:   1.5.18-r1
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O3 -march=pentium4 -fomit-frame-pointer -pipe "
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.3/env
/usr/kde/3.3/share/config /usr/kde/3.3/shutdown /usr/kde/3.4/env
/usr/kde/3.4/share/config /usr/kde/3.4/shutdown /usr/kde/3/share/config
/usr/lib/X11/xkb /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/splash /etc/terminfo /etc/texmf/web2c
/etc/env.d"
CXXFLAGS="-O3 -march=pentium4 -fomit-frame-pointer -pipe "
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig ccache distlocks sandbox sfperms strict"
GENTOO_MIRRORS="ftp://gentoo.inode.at/source/ http://194.117.143.72
http://pandemonium.tiscali.de/pub/gentoo/ http://194.117.143.70"
LANG="de_DE@euro"
LC_ALL="de_DE@euro"
LDFLAGS="-Wl,-O1"
LINGUAS="de"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/mnt/lindaten/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 X alsa apm arts avi berkdb bitmap-fonts c++ cdr crypt cups curl eds
emboss encode esd fam flac foomaticdb fortran gd gdbm gif glut gnome gphoto2 gpm
gstreamer gtk gtk2 guile hal imagemagick imlib ipv6 java jpeg junit kde libg++
libwww mad mikmod motif mp3 mpeg ncurses nls ogg oggvorbis opengl oss pam pdflib
perl pic png ppds python qt quicktime readline samba scanner sdl slang softmmu
spell ssl svga tcltk tcpd tetex tiff truetype truetype-fonts type1-fonts usb
vorbis win32codecs xine xml2 xmms xv zlib linguas_de userland_GNU kernel_linux
elibc_glibc"
Unset:  ASFLAGS, CTARGET
Comment 2 Chris 2005-09-06 02:29:57 UTC
I found the solution for the problem.
I didn't see the line

Generating build information...
FATAL: both /usr/share/aclocal/wine.m4 and /usr/local/share/aclocal/wine.m4
exist; you must manually delete one of them

This error didn't stop the emerge process, only the configure stopped the emerge
Now i deleted one of this file and avifile did emerge!