Re: [Faudiostream-users] Faustlive Build Error

2016-02-09 Thread Albert Graef
Stéphane already fixed the faust1 issue. :)

On Tue, Feb 9, 2016 at 3:02 PM, Albert Graef  wrote:

> On Tue, Feb 9, 2016 at 2:53 PM, Stephen Sinclair 
> wrote:
>
>> Ah ok, sorry, indeed "make world" generates an error on master:
>>
>> /usr/bin/ld: ../../../compiler/parser/sourcefetcher.o: relocation
>> R_X86_64_32 against `.rodata.str1.1' can not be used when making a
>> shared object; recompile with -fPIC
>> ../../../compiler/parser/sourcefetcher.o: error adding symbols: Bad value
>>
>
> Yes, same over here. It's because that sourcefetcher module comes from the
> parser which is built without -fPIC in faust1, but with -fPIC in faust2,
> hence the different outcomes. I already reported it to Stéphane, but apart
> from just building all of the compiler with -fPIC there's no immediate
> workaround which isn't an awful kludge. Stay tuned.
>
> --
> Dr. Albert Gr"af
> Computer Music Research Group, JGU Mainz, Germany
> Email:  aggr...@gmail.com
> WWW:https://plus.google.com/+AlbertGraef
>



-- 
Dr. Albert Gr"af
Computer Music Research Group, JGU Mainz, Germany
Email:  aggr...@gmail.com
WWW:https://plus.google.com/+AlbertGraef
--
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=272487151=/4140___
Faudiostream-users mailing list
Faudiostream-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/faudiostream-users


Re: [Faudiostream-users] Faustlive Build Error

2016-02-09 Thread Albert Graef
On Mon, Feb 8, 2016 at 3:17 PM, Stéphane Letz  wrote:

> In the Faust2 branch, you'll need to explicitly rebuild HTTP library so in
> the Faust2 folder
>

If Steve uses my Arch PKGBUILDs (looks like he does), then he should
already have that (both the faust and faust2 packages are built with `make
world` which includes all the optional bits and pieces, including the HTTP
stuff).

I can confirm that FaustLive refuses to build on Arch (probably will affect
all Linuxes), although I'm getting different error messages now with a
slightly later revision than what Steve's buildlog shows.

This breakage is new. I checked that FaustLive compiled on Arch a few weeks
ago (late Dec or early Jan IIRC), it built and ran fine back then. So it's
probably a Linux incompatibility in your latest commits. I'm looking into
it.

Albert

-- 
Dr. Albert Gr"af
Computer Music Research Group, JGU Mainz, Germany
Email:  aggr...@gmail.com
WWW:https://plus.google.com/+AlbertGraef
--
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=272487151=/4140___
Faudiostream-users mailing list
Faudiostream-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/faudiostream-users


Re: [Faudiostream-users] Faustlive Build Error

2016-02-09 Thread Albert Graef
Correction: faust2 builds, but mainline faust doesn't.

On Tue, Feb 9, 2016 at 12:57 PM, Albert Graef  wrote:

> It gets worse. The faust and faust2 packages don't compile from latest git
> either (linker errors in the shared libraries, looks like missing -fPIC
> flags to me). :( This definitely worked a few weeks ago. Stéphane, did you
> do any modifications to the Makefiles that haven't been checked on Linux
> yet?
>
> Albert
>
> On Tue, Feb 9, 2016 at 12:45 PM, Albert Graef  wrote:
>
>> On Mon, Feb 8, 2016 at 3:17 PM, Stéphane Letz  wrote:
>>
>>> In the Faust2 branch, you'll need to explicitly rebuild HTTP library so
>>> in the Faust2 folder
>>>
>>
>> If Steve uses my Arch PKGBUILDs (looks like he does), then he should
>> already have that (both the faust and faust2 packages are built with `make
>> world` which includes all the optional bits and pieces, including the HTTP
>> stuff).
>>
>> I can confirm that FaustLive refuses to build on Arch (probably will
>> affect all Linuxes), although I'm getting different error messages now with
>> a slightly later revision than what Steve's buildlog shows.
>>
>> This breakage is new. I checked that FaustLive compiled on Arch a few
>> weeks ago (late Dec or early Jan IIRC), it built and ran fine back then. So
>> it's probably a Linux incompatibility in your latest commits. I'm looking
>> into it.
>>
>> Albert
>>
>> --
>> Dr. Albert Gr"af
>> Computer Music Research Group, JGU Mainz, Germany
>> Email:  aggr...@gmail.com
>> WWW:https://plus.google.com/+AlbertGraef
>>
>
>
>
> --
> Dr. Albert Gr"af
> Computer Music Research Group, JGU Mainz, Germany
> Email:  aggr...@gmail.com
> WWW:https://plus.google.com/+AlbertGraef
>



-- 
Dr. Albert Gr"af
Computer Music Research Group, JGU Mainz, Germany
Email:  aggr...@gmail.com
WWW:https://plus.google.com/+AlbertGraef
--
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=272487151=/4140___
Faudiostream-users mailing list
Faudiostream-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/faudiostream-users


Re: [Faudiostream-users] Faustlive Build Error

2016-02-09 Thread Albert Graef
On Tue, Feb 9, 2016 at 2:17 PM, Stephen Sinclair 
wrote:

> Personally I was able to build both master and faust2 branches on
> Ubuntu 15.10 just now, without error.  Is there something in Arch that
> is different?
>

Nope, should be the same. But you only see the error when trying to build
the *shared* httpd library with `make world` (or make `httpd dynamic`).

Also, you really need to build the master branch with a fairly new revision
from git, which is at 840933f now (not sure where you got that hash of
207d3ff274 from, can't find that in my clone).

Albert

-- 
Dr. Albert Gr"af
Computer Music Research Group, JGU Mainz, Germany
Email:  aggr...@gmail.com
WWW:https://plus.google.com/+AlbertGraef
--
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=272487151=/4140___
Faudiostream-users mailing list
Faudiostream-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/faudiostream-users


Re: [Faudiostream-users] Faustlive Build Error

2016-02-09 Thread Stephen Sinclair
Personally I was able to build both master and faust2 branches on
Ubuntu 15.10 just now, without error.  Is there something in Arch that
is different?

master: 207d3ff274
faust2: d2fd4584

Though maybe it's an argument for setting up some kind of continuous
integration system, like Travis?

Steve


On Tue, Feb 9, 2016 at 9:05 AM, Albert Graef  wrote:
> Correction: faust2 builds, but mainline faust doesn't.
>
> On Tue, Feb 9, 2016 at 12:57 PM, Albert Graef  wrote:
>>
>> It gets worse. The faust and faust2 packages don't compile from latest git
>> either (linker errors in the shared libraries, looks like missing -fPIC
>> flags to me). :( This definitely worked a few weeks ago. Stéphane, did you
>> do any modifications to the Makefiles that haven't been checked on Linux
>> yet?
>>
>> Albert
>>
>> On Tue, Feb 9, 2016 at 12:45 PM, Albert Graef  wrote:
>>>
>>> On Mon, Feb 8, 2016 at 3:17 PM, Stéphane Letz  wrote:

 In the Faust2 branch, you'll need to explicitly rebuild HTTP library so
 in the Faust2 folder
>>>
>>>
>>> If Steve uses my Arch PKGBUILDs (looks like he does), then he should
>>> already have that (both the faust and faust2 packages are built with `make
>>> world` which includes all the optional bits and pieces, including the HTTP
>>> stuff).
>>>
>>> I can confirm that FaustLive refuses to build on Arch (probably will
>>> affect all Linuxes), although I'm getting different error messages now with
>>> a slightly later revision than what Steve's buildlog shows.
>>>
>>> This breakage is new. I checked that FaustLive compiled on Arch a few
>>> weeks ago (late Dec or early Jan IIRC), it built and ran fine back then. So
>>> it's probably a Linux incompatibility in your latest commits. I'm looking
>>> into it.
>>>
>>> Albert
>>>
>>> --
>>> Dr. Albert Gr"af
>>> Computer Music Research Group, JGU Mainz, Germany
>>> Email:  aggr...@gmail.com
>>> WWW:https://plus.google.com/+AlbertGraef
>>
>>
>>
>>
>> --
>> Dr. Albert Gr"af
>> Computer Music Research Group, JGU Mainz, Germany
>> Email:  aggr...@gmail.com
>> WWW:https://plus.google.com/+AlbertGraef
>
>
>
>
> --
> Dr. Albert Gr"af
> Computer Music Research Group, JGU Mainz, Germany
> Email:  aggr...@gmail.com
> WWW:https://plus.google.com/+AlbertGraef
>
> --
> Site24x7 APM Insight: Get Deep Visibility into Application Performance
> APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
> Monitor end-to-end web transactions and take corrective actions now
> Troubleshoot faster and improve end-user experience. Signup Now!
> http://pubads.g.doubleclick.net/gampad/clk?id=272487151=/4140
> ___
> Faudiostream-users mailing list
> Faudiostream-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/faudiostream-users
>

--
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=272487151=/4140
___
Faudiostream-users mailing list
Faudiostream-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/faudiostream-users


Re: [Faudiostream-users] Faustlive Build Error

2016-02-09 Thread Albert Graef
Hi Steve,

On Mon, Feb 8, 2016 at 3:12 PM, Steve Duell  wrote:

> But now, I keep getting errors installing faustlive-git.  I have
> positively confirmed that all of the dependencies are satisfied.  Can
> someone please have a look at the build log 
> and shed some light on the error I'm getting?
>

As Stéphane probably needs some time to get the latest FL to build again on
Linux... I have a binary repository for Manjaro up at
http://pureaur.bitbucket.org/. This contains lots of my own stuff, but
you'll also find my latest successful builds of faust-git, faust2-git and
faustlive-git there. It's not the *very* latest, but they're from Jan 11 so
not ancient either. ;-) You can either download the 64 bit packages
directly right here: https://bitbucket.org/pureaur/pureaur.bitbucket.org/src

Or add the repo to your pacman.conf using an entry like:

[pure-aur]
SigLevel = Never
Server = http://pureaur.bitbucket.org/$arch

HTH,
Albert

-- 
Dr. Albert Gr"af
Computer Music Research Group, JGU Mainz, Germany
Email:  aggr...@gmail.com
WWW:https://plus.google.com/+AlbertGraef
--
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=272487151=/4140___
Faudiostream-users mailing list
Faudiostream-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/faudiostream-users


Re: [Faudiostream-users] Faustlive Build Error

2016-02-09 Thread Stephen Sinclair
Ah ok, sorry, indeed "make world" generates an error on master:

/usr/bin/ld: ../../../compiler/parser/sourcefetcher.o: relocation
R_X86_64_32 against `.rodata.str1.1' can not be used when making a
shared object; recompile with -fPIC
../../../compiler/parser/sourcefetcher.o: error adding symbols: Bad value

The hashes I listed are recent, it appears Stephane has made a couple
of commits since 840933f..

"make world" is successful on faust2, same as you.

Steve



On Tue, Feb 9, 2016 at 10:33 AM, Albert Graef  wrote:
> On Tue, Feb 9, 2016 at 2:17 PM, Stephen Sinclair 
> wrote:
>>
>> Personally I was able to build both master and faust2 branches on
>> Ubuntu 15.10 just now, without error.  Is there something in Arch that
>> is different?
>
>
> Nope, should be the same. But you only see the error when trying to build
> the *shared* httpd library with `make world` (or make `httpd dynamic`).
>
> Also, you really need to build the master branch with a fairly new revision
> from git, which is at 840933f now (not sure where you got that hash of
> 207d3ff274 from, can't find that in my clone).
>
> Albert
>
> --
> Dr. Albert Gr"af
> Computer Music Research Group, JGU Mainz, Germany
> Email:  aggr...@gmail.com
> WWW:https://plus.google.com/+AlbertGraef

--
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=272487151=/4140
___
Faudiostream-users mailing list
Faudiostream-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/faudiostream-users


[Faudiostream-users] Faustlive Build Error

2016-02-08 Thread Steve Duell
In January, I had a very hard time installing faust2-git on my machine, a
manjaro linux box with an updated system.  I gave up on it and reinstalled
manjaro, starting from scratch.  It must have helped, because I was able to
install faust2-git this time with no problems.

But now, I keep getting errors installing faustlive-git.  I have positively
confirmed that all of the dependencies are satisfied.  Can someone please have
a look at the build log  and shed some light
on the error I'm getting?

Most appreciated,

Steve Duell
--
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=272487151=/4140___
Faudiostream-users mailing list
Faudiostream-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/faudiostream-users