Supercollider is FTBFS

2013-09-10 Thread Felipe Sateler
In all archs except i386 and amd64 :( So far I have the following that works, but is very suboptimal, because it links with atomic and thread even when not necessary. Probably the correct thing would be to test for BOOST_ATOMIC_FLAG_LOCK_FREE and if it is defined then add the libraries. Unfortuna

Re: Supercollider is FTBFS

2013-09-10 Thread Felipe Sateler
On Tue, Sep 10, 2013 at 8:12 PM, Felipe Sateler wrote: > In all archs except i386 and amd64 :( > > So far I have the following that works, Hmm, turns out it doesn't. sclang needs atomic too. -- Saludos, Felipe Sateler ___ pkg-multimedia-maintainers m

Re: Supercollider is FTBFS

2013-09-12 Thread Dan S
2013/9/11 Felipe Sateler : > On Tue, Sep 10, 2013 at 8:12 PM, Felipe Sateler wrote: >> In all archs except i386 and amd64 :( >> >> So far I have the following that works, > > Hmm, turns out it doesn't. sclang needs atomic too. Well, FWIW the patch certainly looks tolerable to me. I understand you

Re: Supercollider is FTBFS

2013-09-30 Thread Felipe Sateler
On Thu, Sep 12, 2013 at 5:48 AM, Dan S wrote: > 2013/9/11 Felipe Sateler : >> On Tue, Sep 10, 2013 at 8:12 PM, Felipe Sateler wrote: >>> In all archs except i386 and amd64 :( >>> >>> So far I have the following that works, >> >> Hmm, turns out it doesn't. sclang needs atomic too. > > Well, FWIW t

Re: Supercollider is FTBFS

2013-10-16 Thread Dan S
2013/9/30 Felipe Sateler : > On Thu, Sep 12, 2013 at 5:48 AM, Dan S wrote: >> 2013/9/11 Felipe Sateler : >>> On Tue, Sep 10, 2013 at 8:12 PM, Felipe Sateler wrote: In all archs except i386 and amd64 :( So far I have the following that works, >>> >>> Hmm, turns out it doesn't. sclan

Re: Supercollider is FTBFS

2013-10-16 Thread Felipe Sateler
On Wed, Oct 16, 2013 at 6:51 PM, Dan S wrote: > 2013/9/30 Felipe Sateler : >> On Thu, Sep 12, 2013 at 5:48 AM, Dan S wrote: >>> 2013/9/11 Felipe Sateler : On Tue, Sep 10, 2013 at 8:12 PM, Felipe Sateler wrote: > In all archs except i386 and amd64 :( > > So far I have the followi