Well, so I apparently compiled fluxus successfully. I had racket installed
but I hadn't add a bunch of directories to $PATH in the .profile of user
folder and root folder. I also had to comment a line in the sudoers
regarding a default path, to be able to install it. But now, if I run
fluxus on the terminal this is what I see:

Welcome to fluxus.
Type (help) for info.
*** stack smashing detected ***: ./fluxus terminated
Aborted

My rudimentary googleSearching capabilties throwed me some info in
regards to GCC.
Maybe my efforts are futile, but maybe there is some simple matter
that I'm missing.

Thanks in advance!!



On Thu, Feb 26, 2015 at 6:03 PM, <[email protected]> wrote:

> Send Fluxus mailing list submissions to
>         [email protected]
>
> To subscribe or unsubscribe via the World Wide Web, visit
>         http://lists.pawfal.org/listinfo.cgi/fluxus-pawfal.org
> or, via email, send a message with subject or body 'help' to
>         [email protected]
>
> You can reach the person managing the list at
>         [email protected]
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Fluxus digest..."
>
>
> Today's Topics:
>
>    1. Re: Fluxus Digest, Vol 113, Issue 2 (Tom?s Ciccola)
>    2. Re: Fluxus Digest, Vol 113, Issue 2 (David Griffiths)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Wed, 25 Feb 2015 19:27:42 -0300
> From: Tom?s Ciccola <[email protected]>
> To: [email protected]
> Subject: Re: [Fluxus] Fluxus Digest, Vol 113, Issue 2
> Message-ID:
>         <
> ca+mkc5pnvgkxyysyzn0dwq8olk4z_0cltkfjvlpxx59fqcp...@mail.gmail.com>
> Content-Type: text/plain; charset="utf-8"
>
> I've tried both the ppa method and trying to compile it but in the latter,
> I get this when trying to build fluxus:
> Checking for C++ function lo_arg_size_check()... (cached) no
> OSError: [Errno 2] No such file or directory:
>   File "/home/tomas/Downloads/fluxus/SConstruct", line 319:
>     raco_status = subprocess.call(['raco', 'ctool', '--c-mods',
> 'src/base.c', '++lib', 'racket/base'])
>   File "/usr/lib/python2.7/subprocess.py", line 522:
>     return Popen(*popenargs, **kwargs).wait()
>   File "/usr/lib/python2.7/subprocess.py", line 710:
>     errread, errwrite)
>   File "/usr/lib/python2.7/subprocess.py", line 1335:
>     raise child_exception
>
> despite succesfully building racket with the corresponding options
> (according to instructions posted here:
> http://qiita.com/blmstrm/items/72b6276df1a1b80cb2ec , I'm not quite the
> expert builder...). If someone can't build with success, please post your
> solution.
> Despite the frustration, I'm thrilled to hear this new effort and can't
> wait to try it!
> Focusing on Pi as a platform is the way to go (in my opinion...)
>
>
> Message: 1
> Date: Wed, 25 Feb 2015 11:47:51 +0000
> From: David Griffiths <[email protected]>
> To: Stuart Axon <[email protected]>,    "[email protected]"
>         <[email protected]>
> Subject: Re: [Fluxus] PPA doesn't have new Ubuntu
> Message-ID: <[email protected]>
> Content-Type: text/plain; charset=utf-8
>
> Hi Stuart,
>
> Unfortunately I don't have time to support fluxus packages (the main
> problem is the racket dependency - otherwise it would be fairly simple).
>
> I am however working on a stripped down version (largely for targeting
> Raspberry Pi and similar) called jellyfish-engine, and I recently put
> some initial packages up here for Ubuntu:
>
> https://launchpad.net/~fluxus-maintainers/+archive/ubuntu/daves-test/+packages
> <
> https://launchpad.net/%7Efluxus-maintainers/+archive/ubuntu/daves-test/+packages
> >
>
> Not much in the way of documentation yet, but there are some examples in
> the experiments directory in the repo:
> https://github.com/nebogeo/jellyfish
>
> cheers,
>
> dave
>
> On 23/02/15 08:06, Stuart Axon wrote:
> > Hello All,
> >    I tried installing from the PPA on Ubuntu 14.10 (Trusty) - but the
> builds don't go that far, is there any chance of updating it ?
> >
> > Cheers
> > S++
> >
>
>
>
> ------------------------------
>
> Subject: Digest Footer
>
> _______________________________________________
> Fluxus mailing list
> [email protected]
> http://lists.pawfal.org/listinfo.cgi/fluxus-pawfal.org
>
>
>
>
> On Wed, Feb 25, 2015 at 6:03 PM, <[email protected]> wrote:
>
> > Send Fluxus mailing list submissions to
> >         [email protected]
> >
> > To subscribe or unsubscribe via the World Wide Web, visit
> >         http://lists.pawfal.org/listinfo.cgi/fluxus-pawfal.org
> > or, via email, send a message with subject or body 'help' to
> >         [email protected]
> >
> > You can reach the person managing the list at
> >         [email protected]
> >
> > When replying, please edit your Subject line so it is more specific
> > than "Re: Contents of Fluxus digest..."
> >
> >
> > Today's Topics:
> >
> >    1. Re: PPA doesn't have new Ubuntu (David Griffiths)
> >
> >
> > ----------------------------------------------------------------------
> >
> > Message: 1
> > Date: Wed, 25 Feb 2015 11:47:51 +0000
> > From: David Griffiths <[email protected]>
> > To: Stuart Axon <[email protected]>,    "[email protected]"
> >         <[email protected]>
> > Subject: Re: [Fluxus] PPA doesn't have new Ubuntu
> > Message-ID: <[email protected]>
> > Content-Type: text/plain; charset=utf-8
> >
> > Hi Stuart,
> >
> > Unfortunately I don't have time to support fluxus packages (the main
> > problem is the racket dependency - otherwise it would be fairly simple).
> >
> > I am however working on a stripped down version (largely for targeting
> > Raspberry Pi and similar) called jellyfish-engine, and I recently put
> > some initial packages up here for Ubuntu:
> >
> >
> https://launchpad.net/~fluxus-maintainers/+archive/ubuntu/daves-test/+packages
> >
> > Not much in the way of documentation yet, but there are some examples in
> > the experiments directory in the repo:
> > https://github.com/nebogeo/jellyfish
> >
> > cheers,
> >
> > dave
> >
> > On 23/02/15 08:06, Stuart Axon wrote:
> > > Hello All,
> > >    I tried installing from the PPA on Ubuntu 14.10 (Trusty) - but the
> > builds don't go that far, is there any chance of updating it ?
> > >
> > > Cheers
> > > S++
> > >
> >
> >
> >
> > ------------------------------
> >
> > Subject: Digest Footer
> >
> > _______________________________________________
> > Fluxus mailing list
> > [email protected]
> > http://lists.pawfal.org/listinfo.cgi/fluxus-pawfal.org
> >
> >
> > ------------------------------
> >
> > End of Fluxus Digest, Vol 113, Issue 2
> > **************************************
> >
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: <
> http://lists.pawfal.org/pipermail/fluxus-pawfal.org/attachments/20150225/ecc2cd12/attachment.html
> >
>
> ------------------------------
>
> Message: 2
> Date: Thu, 26 Feb 2015 10:10:26 +0000
> From: David Griffiths <[email protected]>
> To: Tom?s Ciccola <[email protected]>,    [email protected]
> Subject: Re: [Fluxus] Fluxus Digest, Vol 113, Issue 2
> Message-ID: <[email protected]>
> Content-Type: text/plain; charset=utf-8
>
> On 25/02/15 22:27, Tom?s Ciccola wrote:
> > I've tried both the ppa method and trying to compile it but in the
> latter,
> > I get this when trying to build fluxus:
> > Checking for C++ function lo_arg_size_check()... (cached) no
> > OSError: [Errno 2] No such file or directory:
> >   File "/home/tomas/Downloads/fluxus/SConstruct", line 319:
> >     raco_status = subprocess.call(['raco', 'ctool', '--c-mods',
> > 'src/base.c', '++lib', 'racket/base'])
> >   File "/usr/lib/python2.7/subprocess.py", line 522:
> >     return Popen(*popenargs, **kwargs).wait()
> >   File "/usr/lib/python2.7/subprocess.py", line 710:
> >     errread, errwrite)
> >   File "/usr/lib/python2.7/subprocess.py", line 1335:
> >     raise child_exception
> >
> > despite succesfully building racket with the corresponding options
> > (according to instructions posted here:
> > http://qiita.com/blmstrm/items/72b6276df1a1b80cb2ec , I'm not quite the
> > expert builder...). If someone can't build with success, please post your
> > solution.
>
> Looking at the mailing list logs it could be that raco isn't on the path
> - try running it from command line and see if it's found?
>
> > Despite the frustration, I'm thrilled to hear this new effort and can't
> > wait to try it!
> > Focusing on Pi as a platform is the way to go (in my opinion...)
>
> Great - I'm mainly concentrating on the synth (fluxa) at the moment,
> which is working well, better than I'd expected.
>
> cheers,
>
> dave
>
>
>
>
> ------------------------------
>
> Subject: Digest Footer
>
> _______________________________________________
> Fluxus mailing list
> [email protected]
> http://lists.pawfal.org/listinfo.cgi/fluxus-pawfal.org
>
>
> ------------------------------
>
> End of Fluxus Digest, Vol 113, Issue 3
> **************************************
>

Reply via email to