On Thu, 2003-09-25 at 16:25, Norberto Bensa wrote:
> oom wrote:
> > While trying to emerge wvdial I get the following error while the
> > dependancy wvstreams is compiling.
>
> look at bugs.gentoo.org, there's a patch there for gcc-3.3.something... I've
> an ebuild with it applied and I've emerged the beast successfully.
>
> HTH,
> Norberto
thanks for that, found a problem with sandbox access violations with
the ebuild on bugs.gentoo.org for that issue, I did patch too fix the
problem, for those interested see attached, dunno who to send patch
directly to...
cu,
oom
--- wvstreams-3.79.ebuild 2003-03-10 04:07:16.000000000 +1300
+++ wvstreams-3.79.ebuild.oom 2003-09-26 12:38:16.000000000 +1200
@@ -32,8 +32,5 @@
}
src_install() {
-
- make \
- PREFIX=${D}/usr \
- install || die
+ einstall DESTDIR=${D} install || die
}
--
[EMAIL PROTECTED] mailing list