Re: [proaudio] ardour2 fails to compile

[ Thread Index | Date Index | More lists.tuxfamily.org/proaudio Archives ]


> remove that -j2  - we should get that from make.conf's MAKEOPTS
> anyaway, as on a HT proc -j3 would do it too, but that's a different
> story.

Thanks. That worked. Maybe I should point out that I have neither set
-j2 nor -j3 in my make.conf. So nothing was inherited.

The patch if someone runs into the same error:

--- ardour-2.0.ebuild.1 2007-05-01 22:54:12.000000000 +0200
+++ ardour-2.0.ebuild   2007-05-02 00:26:23.000000000 +0200
@@ -113,7 +113,7 @@
        einfo "${myconf}"

        cd ${S}
-       scons ${myconf} -j2 || die "compilation failed"
+       scons ${myconf} || die "compilation failed"
 }

 src_install() {



Markus



Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/