Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 192272 - =www-misc/mergelog-4.5-r1 fails to compile
Summary: =www-misc/mergelog-4.5-r1 fails to compile
Status: RESOLVED TEST-REQUEST
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Apache Team - Bugzilla Reports
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-09-12 08:42 UTC by Wolfram Schlich (RETIRED)
Modified: 2008-11-12 09:18 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 Wolfram Schlich (RETIRED) gentoo-dev 2007-09-12 08:42:56 UTC
--8<--
[...]
creating ./config.status
creating Makefile
creating src/Makefile
creating man/Makefile
cd . && aclocal
cd . && automake --gnu Makefile
cd . && autoconf
automake: configure.in: required file `./config.guess' not found
automake: configure.in: required file `./config.sub' not found
make: *** [Makefile.in] Error 1
make: *** Waiting for unfinished jobs....
configure.in:8: warning: AC_ARG_PROGRAM invoked multiple times
 *
 * ERROR: www-misc/mergelog-4.5-r1 failed.
 * Call stack:
 *   ebuild.sh, line 1654:   Called dyn_compile
 *   ebuild.sh, line 990:   Called qa_call 'src_compile'
 *   ebuild.sh, line 44:   Called src_compile
 *   mergelog-4.5-r1.ebuild, line 27:   Called die
 *
 * make failed
 * If you need support, post the topmost build error, and the call stack if relevant.
 * A complete build log is located at '/var/log/portage/www-misc:mergelog-4.5-r1:20070912-084016.log'.
 *
--8<--
Comment 1 Benedikt Böhm (RETIRED) gentoo-dev 2007-09-15 09:37:01 UTC
works for me, but i noticed that configure runs autoconf & friends, so i have added eautoreconf in the ebuild, please try if that fixes it