| Summary: | net-dialup/isdn4k-utils-3.9_pre20060124 autoconf failed | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Thomas Beutin <tb> |
| Component: | New packages | Assignee: | Stefan Briesenick (RETIRED) <sbriesen> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | net-dialup |
| Priority: | High | ||
| Version: | 2006.0 | ||
| Hardware: | x86 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: |
gzipped build log
build log from emerge isdn4k-utils-3.9_pre20060124-r1.ebuild.patch |
||
|
Description
Thomas Beutin
2007-02-12 17:12:34 UTC
Created attachment 109969 [details]
gzipped build log
Please, don't attach tarballs. actually this is not a gzipped tar but a gzipped text file. but i'll clean it... Created attachment 109990 [details]
build log from emerge
if You need more infonrmation i'll do my very best I was able to work around the problem using the following modification to the ebuild file. Obviously the final fix has to be different, but it shows that the root of the problem is indeed the autoconf version.
--- isdn4k-utils-3.9_pre20060124.ebuild 2007-02-14 12:07:32.000000000 +0100
+++ isdn4k-utils-3.9_pre20060124_patched.ebuild 2007-02-14 12:07:18.000000000 +0100
@@ -213,7 +213,7 @@
isdnlog/tools/cdb isdnlog/tools/dest isdnlog/tools/zone; do
einfo " Updating ${i}"
pushd "${i}" >/dev/null
- autoconf 2>/dev/null || die "autoconf failed in dir ${i}"
+ autoconf-2.13 2>/dev/null || die "autoconf failed in dir ${i}"
popd >/dev/null
done
}
thanks for this information. I have it in my queue of isdn4k tasks. Created attachment 123613 [details, diff]
isdn4k-utils-3.9_pre20060124-r1.ebuild.patch
the problem reported here is due to a missing WANT_AUTOCONF=2.1 into the ebuild.
this ebuild patch fix the problem.
note: please test and apply it into the portage tree as soon as possible because isdn4k-utils it's marked "stable".
I try to upgrade to a more recent package beside the fixes for the current package in portage. isdn4k-utils-3.11_pre20071003 fixes this. |