Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 3261 - Kmerlin won't compile due to blocked autoconf-2.13
Summary: Kmerlin won't compile due to blocked autoconf-2.13
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-05-31 06:44 UTC by Sander Balkenende
Modified: 2003-02-04 19:42 UTC (History)
1 user (show)

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 Sander Balkenende 2002-05-31 06:44:37 UTC
On my newly installed gentoo system, kmerlin doesn't compile. This is the error
message

===================
creating config.h
cd . && make -f admin/Makefile.common configure.in ;
make[1]: Entering directory `/var/tmp/portage/kmerlin-1.0/work/kmerlin-1.0'
make[1]: Leaving directory `/var/tmp/portage/kmerlin-1.0/work/kmerlin-1.0'
cd . && aclocal
cd . && automake --foreign --include-deps ./Makefile
cd . && autoconf
cd . && perl admin/am_edit Makefile.in
configure.in:99: error: m4_popdef: undefined macro: AC_Dest
../autoconf/status.m4:831: AC_CONFIG_FILES is expanded from...
configure.in:99: the top level
make: *** [configure] Error 1
cd . && autoconf
configure.in:99: error: m4_popdef: undefined macro: AC_Dest
../autoconf/status.m4:831: AC_CONFIG_FILES is expanded from...
configure.in:99: the top level
make: *** [configure] Error 1

!!! ERROR: The ebuild did not complete successfully.
!!! Function kde_src_compile, Line -3694, Exitcode 2
!!! died running emake, kde_src_compile:make

!!! emerge aborting on  /usr/portage/net-im/kmerlin/kmerlin-1.0.ebuild .
===================

I suspect autoconf causing the trouble. On my old gentoo installation, both
autoconf 2.13-r2 and 2.53a were installed but now, 2.13 is blocked. (tikkeditik)
Yes, I installed autoconf-2.13-r2 (using ebuild) and kmerlin is compiling. Seems
to be wrong to have autoconf-2.13 blocked :)

Thank you very much for your time
Comment 1 Dan Armak (RETIRED) gentoo-dev 2002-05-31 13:17:15 UTC
Fixed in kmerlin-1.0-r1, committing now. And btw, no need for an older autoconf ebuild, it'll work with the latest one now.