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
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.