Summary: | ppp-2.4.2 emerge fails | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Ed Wood <kai> |
Component: | New packages | Assignee: | Gentoo Dialup Developers <net-dialup> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | gcc-porting, sparc, swtaylor |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | x86 | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | fixed ebuild |
Description
Ed Wood
2004-02-17 09:10:49 UTC
Yep, same error here; even tried: CFLAGS="-mcpu=i686 -O2" USE="" emerge net-dialup/ppp -u I am in the same boot but with gentoo-sources-2.4.22-r4 kernel, with ccache not enabled, autoconf-2.59. Same here A tip from Merlin-TC in the forums suggested this export WANT_AUTOCONF=2.1 (needs a old autoconf) emerge ppp I had sucess with this to emerge ppp Created attachment 25870 [details]
fixed ebuild
sets the WANT_AUTOCONF="2.1" flag and removes it after the emerge
cp to /usr/portage/net-dialup/ppp/ and remove the .fixed from the filename
comment #4 have the correct fix, please apply. Ed, you do not have to unset it, as its local to the merge (or portage environment rather). That does the trick here too. Can someone check that into portage? added |