| Summary: | www-servers/monkeyd fails to build | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Diego Elio Pettenò (RETIRED) <flameeyes> |
| Component: | New packages | Assignee: | www-servers Herd (OBSOLETE) <www-servers+disabled> |
| Status: | RESOLVED TEST-REQUEST | ||
| Severity: | normal | ||
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: | Build log | ||
|
Description
Diego Elio Pettenò (RETIRED)
2009-07-05 22:09:07 UTC
Created attachment 196832 [details]
Build log
thats one funky build failure. builds fine over here... :-( This is usually due to using econf for a package that does _not_ use autoconf. New in Portage 2.2. yes - this package does not use autoconf, but it doesnt use econf either (for that reason)...
src_configure() {
# monkey has it's own funky script ... cant use econf
./configure \
--prefix=/usr \
--bindir=/usr/bin \
--cgibin=${WEBROOT}/cgi-bin \
--sysconfdir=/etc/${PN} \
--datadir=${WEBROOT}/htdocs \
--logdir=/var/log/${PN} \
--lang=en \
|| die
}
Are you able to reproduce on a fully updated system? |