| Re: [proaudio] ardour2 fails to compile |
[ Thread Index | Date Index | More lists.tuxfamily.org/proaudio Archives ]
On Di, 01.05.07 22:42 Markus Herhoffer <markus@xxxxxxxxxxxxx> wrote:
>
> > 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.
Fine :)
Also removed from the ebuild. Maybe we will do it with ${MAKEOPTS} or
something. But for no it's just removed.
> 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
Attachment:
signature.asc
Description: PGP signature
| Mail converted by MHonArc 2.6.19+ | http://listengine.tuxfamily.org/ |