Csound Csound-dev Csound-tekno Search About

[Csnd] Request for testing help on Raspberry Pi

Date2013-09-17 16:34
FromSteven Yi
Subject[Csnd] Request for testing help on Raspberry Pi
Hi All,

I'm going through the CS6 bug list and wanted to ask that if someone
with a RaspberryPi could verify if two bugs are fixed:

https://sourceforge.net/p/csound/tickets/28/
https://sourceforge.net/p/csound/tickets/36/

It's really of test now of if CS6 will just compile out of the box.
The test would need to be done using the source code from the develop
branch (git clone [cs6 git url]; git checkout develop).

Thanks!
steven

Date2013-09-17 19:51
FromDavid Akbari
SubjectRe: [Csnd] Request for testing help on Raspberry Pi
Hello Steven,

Excellent work! If no one else gets to this first, it will be a top priority the next time I flip on the pi. 

Incidentally, the pi is great with cs6 as a performance controller data processor and OSC relay when used with other computers. These types of lean build options for embedded systems really help modularize a multiple machine performance interface! Thanks for all your time and effort.

Cheers,
David


On Tue, Sep 17, 2013 at 10:34 AM, Steven Yi <stevenyi@gmail.com> wrote:
Hi All,

I'm going through the CS6 bug list and wanted to ask that if someone
with a RaspberryPi could verify if two bugs are fixed:

https://sourceforge.net/p/csound/tickets/28/
https://sourceforge.net/p/csound/tickets/36/

It's really of test now of if CS6 will just compile out of the box.
The test would need to be done using the source code from the develop
branch (git clone [cs6 git url]; git checkout develop).

Thanks!
steven


Send bugs reports to the Sourceforge bug trackers
csound6:
            https://sourceforge.net/p/csound/tickets/
csound5:
            https://sourceforge.net/p/csound/bugs/
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"




Date2013-09-18 02:55
FromSteven Yi
SubjectRe: [Csnd] Request for testing help on Raspberry Pi
Hi David,

Great to hear from you and thanks for volunteering to take a look.
Hopefully things will work out out of the box.  Also to note, I think
credit for the fixes should also go to Felipe who improved the atomic
check.

Thanks and looking forward to hearing what you find out!
steven

On Tue, Sep 17, 2013 at 2:51 PM, David Akbari  wrote:
> Hello Steven,
>
> Excellent work! If no one else gets to this first, it will be a top priority
> the next time I flip on the pi.
>
> Incidentally, the pi is great with cs6 as a performance controller data
> processor and OSC relay when used with other computers. These types of lean
> build options for embedded systems really help modularize a multiple machine
> performance interface! Thanks for all your time and effort.
>
> Cheers,
> David
>
>
> On Tue, Sep 17, 2013 at 10:34 AM, Steven Yi  wrote:
>>
>> Hi All,
>>
>> I'm going through the CS6 bug list and wanted to ask that if someone
>> with a RaspberryPi could verify if two bugs are fixed:
>>
>> https://sourceforge.net/p/csound/tickets/28/
>> https://sourceforge.net/p/csound/tickets/36/
>>
>> It's really of test now of if CS6 will just compile out of the box.
>> The test would need to be done using the source code from the develop
>> branch (git clone [cs6 git url]; git checkout develop).
>>
>> Thanks!
>> steven
>>
>>
>> Send bugs reports to the Sourceforge bug trackers
>> csound6:
>>             https://sourceforge.net/p/csound/tickets/
>> csound5:
>>             https://sourceforge.net/p/csound/bugs/
>> Discussions of bugs and features can be posted here
>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
>> csound"
>>
>>
>

Date2013-09-18 18:51
FromAndrew Ikenberry
SubjectRe: [Csnd] Request for testing help on Raspberry Pi
Hi Steven,

I successfully built it today and it worked right out of the box excluding one error the first time I ran Csound. The error was:

Csound: error while loading shared libraries:
libcsound64.50.6.0: cannot open shared object file: no such file or directory

After running sudo ldconfig it worked fine!
I am running the latest version of raspbian. 
Thanks for the fixes! Much easier than before.

Best,
Andrew


On Tue, Sep 17, 2013 at 9:55 PM, Steven Yi <stevenyi@gmail.com> wrote:
Hi David,

Great to hear from you and thanks for volunteering to take a look.
Hopefully things will work out out of the box.  Also to note, I think
credit for the fixes should also go to Felipe who improved the atomic
check.

Thanks and looking forward to hearing what you find out!
steven

On Tue, Sep 17, 2013 at 2:51 PM, David Akbari <dakbari@gmail.com> wrote:
> Hello Steven,
>
> Excellent work! If no one else gets to this first, it will be a top priority
> the next time I flip on the pi.
>
> Incidentally, the pi is great with cs6 as a performance controller data
> processor and OSC relay when used with other computers. These types of lean
> build options for embedded systems really help modularize a multiple machine
> performance interface! Thanks for all your time and effort.
>
> Cheers,
> David
>
>
> On Tue, Sep 17, 2013 at 10:34 AM, Steven Yi <stevenyi@gmail.com> wrote:
>>
>> Hi All,
>>
>> I'm going through the CS6 bug list and wanted to ask that if someone
>> with a RaspberryPi could verify if two bugs are fixed:
>>
>> https://sourceforge.net/p/csound/tickets/28/
>> https://sourceforge.net/p/csound/tickets/36/
>>
>> It's really of test now of if CS6 will just compile out of the box.
>> The test would need to be done using the source code from the develop
>> branch (git clone [cs6 git url]; git checkout develop).
>>
>> Thanks!
>> steven
>>
>>
>> Send bugs reports to the Sourceforge bug trackers
>> csound6:
>>             https://sourceforge.net/p/csound/tickets/
>> csound5:
>>             https://sourceforge.net/p/csound/bugs/
>> Discussions of bugs and features can be posted here
>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
>> csound"
>>
>>
>


Send bugs reports to the Sourceforge bug trackers
csound6:
            https://sourceforge.net/p/csound/tickets/
csound5:
            https://sourceforge.net/p/csound/bugs/
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"




Date2013-09-18 19:58
FromSteven Yi
SubjectRe: [Csnd] Request for testing help on Raspberry Pi
Thanks Andrew for confirming!  I've closed out bugs 28 and 36.

On Wed, Sep 18, 2013 at 1:51 PM, Andrew Ikenberry
 wrote:
> Hi Steven,
>
> I successfully built it today and it worked right out of the box excluding
> one error the first time I ran Csound. The error was:
>
> Csound: error while loading shared libraries:
> libcsound64.50.6.0: cannot open shared object file: no such file or
> directory
>
> After running sudo ldconfig it worked fine!
> I am running the latest version of raspbian.
> Thanks for the fixes! Much easier than before.
>
> Best,
> Andrew
>
>
> On Tue, Sep 17, 2013 at 9:55 PM, Steven Yi  wrote:
>>
>> Hi David,
>>
>> Great to hear from you and thanks for volunteering to take a look.
>> Hopefully things will work out out of the box.  Also to note, I think
>> credit for the fixes should also go to Felipe who improved the atomic
>> check.
>>
>> Thanks and looking forward to hearing what you find out!
>> steven
>>
>> On Tue, Sep 17, 2013 at 2:51 PM, David Akbari  wrote:
>> > Hello Steven,
>> >
>> > Excellent work! If no one else gets to this first, it will be a top
>> > priority
>> > the next time I flip on the pi.
>> >
>> > Incidentally, the pi is great with cs6 as a performance controller data
>> > processor and OSC relay when used with other computers. These types of
>> > lean
>> > build options for embedded systems really help modularize a multiple
>> > machine
>> > performance interface! Thanks for all your time and effort.
>> >
>> > Cheers,
>> > David
>> >
>> >
>> > On Tue, Sep 17, 2013 at 10:34 AM, Steven Yi  wrote:
>> >>
>> >> Hi All,
>> >>
>> >> I'm going through the CS6 bug list and wanted to ask that if someone
>> >> with a RaspberryPi could verify if two bugs are fixed:
>> >>
>> >> https://sourceforge.net/p/csound/tickets/28/
>> >> https://sourceforge.net/p/csound/tickets/36/
>> >>
>> >> It's really of test now of if CS6 will just compile out of the box.
>> >> The test would need to be done using the source code from the develop
>> >> branch (git clone [cs6 git url]; git checkout develop).
>> >>
>> >> Thanks!
>> >> steven
>> >>
>> >>
>> >> Send bugs reports to the Sourceforge bug trackers
>> >> csound6:
>> >>             https://sourceforge.net/p/csound/tickets/
>> >> csound5:
>> >>             https://sourceforge.net/p/csound/bugs/
>> >> Discussions of bugs and features can be posted here
>> >> To unsubscribe, send email sympa@lists.bath.ac.uk with body
>> >> "unsubscribe
>> >> csound"
>> >>
>> >>
>> >
>>
>>
>> Send bugs reports to the Sourceforge bug trackers
>> csound6:
>>             https://sourceforge.net/p/csound/tickets/
>> csound5:
>>             https://sourceforge.net/p/csound/bugs/
>> Discussions of bugs and features can be posted here
>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
>> csound"
>>
>>
>

Date2013-09-20 05:35
FromDavid Akbari
SubjectRe: [Csnd] Request for testing help on Raspberry Pi
I see the bugs are already closed out, and it seems correctly so after testing. Good work!

Best regards,
David


On Wed, Sep 18, 2013 at 1:58 PM, Steven Yi <stevenyi@gmail.com> wrote:
Thanks Andrew for confirming!  I've closed out bugs 28 and 36.

On Wed, Sep 18, 2013 at 1:51 PM, Andrew Ikenberry
<aikenberry@berklee.edu> wrote:
> Hi Steven,
>
> I successfully built it today and it worked right out of the box excluding
> one error the first time I ran Csound. The error was:
>
> Csound: error while loading shared libraries:
> libcsound64.50.6.0: cannot open shared object file: no such file or
> directory
>
> After running sudo ldconfig it worked fine!
> I am running the latest version of raspbian.
> Thanks for the fixes! Much easier than before.
>
> Best,
> Andrew
>
>
> On Tue, Sep 17, 2013 at 9:55 PM, Steven Yi <stevenyi@gmail.com> wrote:
>>
>> Hi David,
>>
>> Great to hear from you and thanks for volunteering to take a look.
>> Hopefully things will work out out of the box.  Also to note, I think
>> credit for the fixes should also go to Felipe who improved the atomic
>> check.
>>
>> Thanks and looking forward to hearing what you find out!
>> steven
>>
>> On Tue, Sep 17, 2013 at 2:51 PM, David Akbari <dakbari@gmail.com> wrote:
>> > Hello Steven,
>> >
>> > Excellent work! If no one else gets to this first, it will be a top
>> > priority
>> > the next time I flip on the pi.
>> >
>> > Incidentally, the pi is great with cs6 as a performance controller data
>> > processor and OSC relay when used with other computers. These types of
>> > lean
>> > build options for embedded systems really help modularize a multiple
>> > machine
>> > performance interface! Thanks for all your time and effort.
>> >
>> > Cheers,
>> > David
>> >
>> >
>> > On Tue, Sep 17, 2013 at 10:34 AM, Steven Yi <stevenyi@gmail.com> wrote:
>> >>
>> >> Hi All,
>> >>
>> >> I'm going through the CS6 bug list and wanted to ask that if someone
>> >> with a RaspberryPi could verify if two bugs are fixed:
>> >>
>> >> https://sourceforge.net/p/csound/tickets/28/
>> >> https://sourceforge.net/p/csound/tickets/36/
>> >>
>> >> It's really of test now of if CS6 will just compile out of the box.
>> >> The test would need to be done using the source code from the develop
>> >> branch (git clone [cs6 git url]; git checkout develop).
>> >>
>> >> Thanks!
>> >> steven
>> >>
>> >>
>> >> Send bugs reports to the Sourceforge bug trackers
>> >> csound6:
>> >>             https://sourceforge.net/p/csound/tickets/
>> >> csound5:
>> >>             https://sourceforge.net/p/csound/bugs/
>> >> Discussions of bugs and features can be posted here
>> >> To unsubscribe, send email sympa@lists.bath.ac.uk with body
>> >> "unsubscribe
>> >> csound"
>> >>
>> >>
>> >
>>
>>
>> Send bugs reports to the Sourceforge bug trackers
>> csound6:
>>             https://sourceforge.net/p/csound/tickets/
>> csound5:
>>             https://sourceforge.net/p/csound/bugs/
>> Discussions of bugs and features can be posted here
>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
>> csound"
>>
>>
>


Send bugs reports to the Sourceforge bug trackers
csound6:
            https://sourceforge.net/p/csound/tickets/
csound5:
            https://sourceforge.net/p/csound/bugs/
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"