Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 33078 - emerge of libungif-4.1.0.1b fails with missing depcomp
Summary: emerge of libungif-4.1.0.1b fails with missing depcomp
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Graphics Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-11-09 07:31 UTC by Mike
Modified: 2003-12-02 02:01 UTC (History)
1 user (show)

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


Attachments
Output of emerge libungif (emerge.output,10.87 KB, text/plain)
2003-11-09 22:50 UTC, Mike
Details
config.log from libungif work dir (config.log,35.32 KB, text/plain)
2003-11-09 22:51 UTC, Mike
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Mike 2003-11-09 07:31:12 UTC
emerge libungif fails at make stage, with:

[...]
cd .. && automake --gnu --include-deps lib/Makefile
automake-1.5: configure.in: required file `./depcomp' not found
make[2]: *** [Makefile.in] Error 1
[...]


Reproducible: Always
Steps to Reproduce:
1. emerge libungif
2.
3.




Portage 2.0.49-r15 (default-x86-1.4, gcc-3.2.3, glibc-2.3.2-r1, 2.4.19)
=================================================================
System uname: 2.4.19 i686 AMD Athlon(TM) XP 2000+
Gentoo Base System version 1.4.3.10
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-march=i686 -O3 -pipe"
CHOST="i686-pc-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /var/qmail/control /usr/kde/2/share/config
/usr/kde/3/share/config /usr/X11R6/lib/X11/xkb /usr/kde/3.1/share/config
/usr/share/config"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
CXXFLAGS="-march=i686 -O3 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="sandbox ccache autoaddcvs"
GENTOO_MIRRORS="http://gentoo.oregonstate.edu
http://distro.ibiblio.org/pub/Linux/distributions/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 apm avi encode foomaticdb gif jpeg libg++ libwww mad mpeg nls pdflib
png quicktime spell xmms directfb gdbm berkdb slang readline aalib java guile
sdl gpm tcpd pam ssl perl python imlib oggvorbis motif opengl mozilla fbcon X xv
dga gtk xml2 truetype zlib cdr tcltk svga ncurses mikmod kde qt crypt moznomail
-gnome -esd -arts -oss -cups"
Comment 1 Mr. Bones. (RETIRED) gentoo-dev 2003-11-09 17:51:54 UTC
Please attach the entire output of the attempted merge as a text/plain file.
Also, please attach the config.log file as a text/plain file.
Thanks.
Comment 2 Mike 2003-11-09 22:50:09 UTC
Created attachment 20502 [details]
Output of emerge libungif
Comment 3 Mike 2003-11-09 22:51:39 UTC
Created attachment 20503 [details]
config.log from libungif work dir
Comment 4 Brandy Westcott (RETIRED) gentoo-dev 2003-12-01 20:32:46 UTC
Mike, thanks for the bug report.

Which version of sys-devel/automake do you have installed?
Comment 5 Mike 2003-12-02 01:30:45 UTC
# qpkg -i automake
sys-devel/automake-1.7.5-r2 *
[...]

no other versions are installed
Comment 6 Mike 2003-12-02 01:54:26 UTC
I've had a closer look at automake setup, and it seems that it was my fault. I had 
export WANT_AUTOMAKE=1.5

in my .bashrc (for some software I'm developing that needs 1.5)

unsetting this (so automake-1.4-p6 is used) and doing an emerge solves the problem.

I hang my head in shame...

Mike
Comment 7 Brandy Westcott (RETIRED) gentoo-dev 2003-12-02 02:01:41 UTC
Nice catch Mike. :)

The best bugs are those that are resolved by the user. ;)