Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 30212 - Error merging media-libs/aalib-1.4_rc4-r2
Summary: Error merging media-libs/aalib-1.4_rc4-r2
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: SpanKY
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-10-02 15:35 UTC by Ix
Modified: 2003-10-03 15:11 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 Ix 2003-10-02 15:35:57 UTC
While trying to merge media-libs/aalib-1.4_rc4-r2 (requirement for upgrading to
media-libs/libsdl-1.2.6-r1) I ge the following error messages:

updating cache ./config.cache
creating ./config.status
creating Makefile
creating man/Makefile
creating doc/Makefile
creating src/Makefile
creating aalib-config
creating src/config.h
cd . && aclocal
cd . && automake --gnu --include-deps Makefile
cd . && autoconf
autoconf: Undefined macros:
***BUG in Autoconf--please report*** AC_TRY_DLOPEN_SELF
***BUG in Autoconf--please report*** AC_TRY_DLOPEN_SELF
***BUG in Autoconf--please report*** AC_TRY_DLOPEN_SELF
***BUG in Autoconf--please report*** AC_TRY_DLOPEN_SELF
***BUG in Autoconf--please report*** AC_TRY_DLOPEN_SELF
***BUG in Autoconf--please report*** AC_TRY_DLOPEN_SELF
***BUG in Autoconf--please report*** AC_TRY_DLOPEN_SELF
make: *** [configure] Error 1

!!! ERROR: media-libs/aalib-1.4_rc4-r2 failed.
!!! Function src_compile, Line 54, Exitcode 2
!!! (no error message)



Reproducible: Always
Steps to Reproduce:
1. emerge aalib

Actual Results:  
The error messages shown in "Details" were displayed and emerge crashed.

Expected Results:  
It should've merged aalib =)

USE="-arts -berkdb -cups -gdbm -kde -gnome -libg++ -slang aalib alsa cjk curl
dga -directfb -doc ethereal fbcon gd lcms mozilla mpi nocardbus pda perl sse
tcltk tetex tiff wmf xinerama"


CFLAGS="-march=pentium3 -O3 -pipe"
Comment 1 SpanKY gentoo-dev 2003-10-02 20:34:08 UTC
what does `qpkg -I -v auto` show ?
Comment 2 Ix 2003-10-03 14:39:27 UTC
Damn, I forgot about checking the package:

ix root # qpkg -I -v auto
sys-devel/autoconf-2.57 *
sys-devel/automake-1.7.5-r2 *

I forgot about there being a new version of autoconf because it required
me to downgrade m4, which was needed for something else I can't remember.

I upgraded to autoconf-2.57-r2 and retried merging aalib-1.4_rc4-r2, it worked
fine.

Though there was no indication that autoconf-2.57-r2 was a dependency for
merging aalib, should that be included in aalib's ebuild?
Comment 3 SpanKY gentoo-dev 2003-10-03 15:11:37 UTC
nah it's a floating bug in autoconf ... which is to say older versions of
autoconf probably work, just not specifically that one, so why lock in the
version you know ? :)