Csound Csound-dev Csound-tekno Search About

[Csnd] Ubuntu build error

Date2010-03-17 23:30
Fromandy fillebrown
Subject[Csnd] Ubuntu build error
Hi,

I'm trying to build csound from the 5.12.1 tar.gz on Ubuntu, but I'm
running into the following error...

gcc -o mixer -Wl,-Bdynamic util/mixer_main.o -L. -L. -L/usr/local/lib
-L. -L. -L/usr/lib/fltk-1.1 -lsndfile -lpthread -lpthread -lm
libcsound.a -lsndfile -ldl -lpthread -lm
msgfmt -o po/de/LC_MESSAGES/csound5.mo po/german.po
sh: msgfmt: not found
scons: *** [po/de/LC_MESSAGES/csound5.mo] Error 127
scons: building terminated because of errors.

...being new to Linux, I'm not sure how to proceed.  It was all going
splendidly up to that point.  Any clues?

Cheers,
~ andy.f


Send bugs reports to the Sourceforge bug tracker
            https://sourceforge.net/tracker/?group_id=81968&atid=564599
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"

Date2010-03-17 23:44
FromSteven Yi
Subject[Csnd] Re: Ubuntu build error
If I'm recalling correctly, I think that you need to install the
gettext package through apt-get to get msgfmt.

On Wed, Mar 17, 2010 at 7:30 PM, andy fillebrown
 wrote:
> Hi,
>
> I'm trying to build csound from the 5.12.1 tar.gz on Ubuntu, but I'm
> running into the following error...
>
> gcc -o mixer -Wl,-Bdynamic util/mixer_main.o -L. -L. -L/usr/local/lib
> -L. -L. -L/usr/lib/fltk-1.1 -lsndfile -lpthread -lpthread -lm
> libcsound.a -lsndfile -ldl -lpthread -lm
> msgfmt -o po/de/LC_MESSAGES/csound5.mo po/german.po
> sh: msgfmt: not found
> scons: *** [po/de/LC_MESSAGES/csound5.mo] Error 127
> scons: building terminated because of errors.
>
> ...being new to Linux, I'm not sure how to proceed.  It was all going
> splendidly up to that point.  Any clues?
>
> Cheers,
> ~ andy.f
>
>
> Send bugs reports to the Sourceforge bug tracker
>            https://sourceforge.net/tracker/?group_id=81968&atid=564599
> 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 tracker
            https://sourceforge.net/tracker/?group_id=81968&atid=564599
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"


Date2010-03-18 01:49
Fromandy fillebrown
Subject[Csnd] Re: Re: Ubuntu build error
That seems to have worked.  Thank you.


On Wed, Mar 17, 2010 at 7:44 PM, Steven Yi  wrote:
> If I'm recalling correctly, I think that you need to install the
> gettext package through apt-get to get msgfmt.
>
> On Wed, Mar 17, 2010 at 7:30 PM, andy fillebrown
>  wrote:
>> Hi,
>>
>> I'm trying to build csound from the 5.12.1 tar.gz on Ubuntu, but I'm
>> running into the following error...
>>
>> gcc -o mixer -Wl,-Bdynamic util/mixer_main.o -L. -L. -L/usr/local/lib
>> -L. -L. -L/usr/lib/fltk-1.1 -lsndfile -lpthread -lpthread -lm
>> libcsound.a -lsndfile -ldl -lpthread -lm
>> msgfmt -o po/de/LC_MESSAGES/csound5.mo po/german.po
>> sh: msgfmt: not found
>> scons: *** [po/de/LC_MESSAGES/csound5.mo] Error 127
>> scons: building terminated because of errors.
>>
>> ...being new to Linux, I'm not sure how to proceed.  It was all going
>> splendidly up to that point.  Any clues?
>>
>> Cheers,
>> ~ andy.f
>>
>>
>> Send bugs reports to the Sourceforge bug tracker
>>            https://sourceforge.net/tracker/?group_id=81968&atid=564599
>> 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 tracker
>            https://sourceforge.net/tracker/?group_id=81968&atid=564599
> 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 tracker
            https://sourceforge.net/tracker/?group_id=81968&atid=564599
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"


Date2010-03-18 02:31
Fromandy fillebrown
Subject[Csnd] Re: Re: Ubuntu build error
Ok, I need a little more help.  QuteCsound built on Ubuntu without
much hassle but rtaudio is not working...
 *** error: unknown rtaudio module: 'portaudio'

I get the same error for 'alsa', 'pulse', and 'jack'.  Any ideas?

~ andy.f

p.s. The Ubuntu install is in a virtual machine.  I'm not sure it has
anything to do with it, but I thought I'd mention it anyway just in
case.



On Wed, Mar 17, 2010 at 9:49 PM, andy fillebrown
 wrote:
> That seems to have worked.  Thank you.
>
>
> On Wed, Mar 17, 2010 at 7:44 PM, Steven Yi  wrote:
>> If I'm recalling correctly, I think that you need to install the
>> gettext package through apt-get to get msgfmt.
>>
>> On Wed, Mar 17, 2010 at 7:30 PM, andy fillebrown
>>  wrote:
>>> Hi,
>>>
>>> I'm trying to build csound from the 5.12.1 tar.gz on Ubuntu, but I'm
>>> running into the following error...
>>>
>>> gcc -o mixer -Wl,-Bdynamic util/mixer_main.o -L. -L. -L/usr/local/lib
>>> -L. -L. -L/usr/lib/fltk-1.1 -lsndfile -lpthread -lpthread -lm
>>> libcsound.a -lsndfile -ldl -lpthread -lm
>>> msgfmt -o po/de/LC_MESSAGES/csound5.mo po/german.po
>>> sh: msgfmt: not found
>>> scons: *** [po/de/LC_MESSAGES/csound5.mo] Error 127
>>> scons: building terminated because of errors.
>>>
>>> ...being new to Linux, I'm not sure how to proceed.  It was all going
>>> splendidly up to that point.  Any clues?
>>>
>>> Cheers,
>>> ~ andy.f
>>>
>>>
>>> Send bugs reports to the Sourceforge bug tracker
>>>            https://sourceforge.net/tracker/?group_id=81968&atid=564599
>>> 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 tracker
>>            https://sourceforge.net/tracker/?group_id=81968&atid=564599
>> 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 tracker
            https://sourceforge.net/tracker/?group_id=81968&atid=564599
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"


Date2010-03-18 03:08
FromSteven Yi
Subject[Csnd] Re: Re: Re: Ubuntu build error
It sounds like you did not build those realtime modules, which
probably occurred if you did not have the devel packages for alsa,
portaudio, pulseaudio, and jack.  I'd try doing an "apt-cache search
xxx" for each of those and lookup for the packages that match those
that have a -devel ending.  Installing those then rebuilding Csound
should get those libraries built.

It's either that or your OPCODEDIR or OPCODEDIR64 isn't set correctly.

On Wed, Mar 17, 2010 at 10:31 PM, andy fillebrown
 wrote:
> Ok, I need a little more help.  QuteCsound built on Ubuntu without
> much hassle but rtaudio is not working...
>  *** error: unknown rtaudio module: 'portaudio'
>
> I get the same error for 'alsa', 'pulse', and 'jack'.  Any ideas?
>
> ~ andy.f
>
> p.s. The Ubuntu install is in a virtual machine.  I'm not sure it has
> anything to do with it, but I thought I'd mention it anyway just in
> case.
>
>
>
> On Wed, Mar 17, 2010 at 9:49 PM, andy fillebrown
>  wrote:
>> That seems to have worked.  Thank you.
>>
>>
>> On Wed, Mar 17, 2010 at 7:44 PM, Steven Yi  wrote:
>>> If I'm recalling correctly, I think that you need to install the
>>> gettext package through apt-get to get msgfmt.
>>>
>>> On Wed, Mar 17, 2010 at 7:30 PM, andy fillebrown
>>>  wrote:
>>>> Hi,
>>>>
>>>> I'm trying to build csound from the 5.12.1 tar.gz on Ubuntu, but I'm
>>>> running into the following error...
>>>>
>>>> gcc -o mixer -Wl,-Bdynamic util/mixer_main.o -L. -L. -L/usr/local/lib
>>>> -L. -L. -L/usr/lib/fltk-1.1 -lsndfile -lpthread -lpthread -lm
>>>> libcsound.a -lsndfile -ldl -lpthread -lm
>>>> msgfmt -o po/de/LC_MESSAGES/csound5.mo po/german.po
>>>> sh: msgfmt: not found
>>>> scons: *** [po/de/LC_MESSAGES/csound5.mo] Error 127
>>>> scons: building terminated because of errors.
>>>>
>>>> ...being new to Linux, I'm not sure how to proceed.  It was all going
>>>> splendidly up to that point.  Any clues?
>>>>
>>>> Cheers,
>>>> ~ andy.f
>>>>
>>>>
>>>> Send bugs reports to the Sourceforge bug tracker
>>>>            https://sourceforge.net/tracker/?group_id=81968&atid=564599
>>>> 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 tracker
>>>            https://sourceforge.net/tracker/?group_id=81968&atid=564599
>>> 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 tracker
>            https://sourceforge.net/tracker/?group_id=81968&atid=564599
> 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 tracker
            https://sourceforge.net/tracker/?group_id=81968&atid=564599
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"


Date2010-03-18 04:14
FromFelipe Sateler
Subject[Csnd] Re: Re: Re: Ubuntu build error
On Wed, Mar 17, 2010 at 23:31, andy fillebrown
 wrote:
> Ok, I need a little more help.  QuteCsound built on Ubuntu without
> much hassle but rtaudio is not working...
>  *** error: unknown rtaudio module: 'portaudio'
>
> I get the same error for 'alsa', 'pulse', and 'jack'.  Any ideas?

You didn't build any rt module. This happens because the csound build
system detects if it can build them but then silently doesn't build
them if you can't. Install portaudio19-dev, libpulse-dev,
libasound2-dev or libjack-dev for portaudio, pulseaudio, alsa or jack,
respectively.

-- 

Saludos,
Felipe Sateler


Send bugs reports to the Sourceforge bug tracker
            https://sourceforge.net/tracker/?group_id=81968&atid=564599
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"


Date2010-03-18 11:25
Fromandy fillebrown
Subject[Csnd] Re: Re: Re: Re: Ubuntu build error
Yes, adding the dev modules and rebuilding did the trick.  Thanks again.
Interestingly, QuteCsound seems to run better in the Ubuntu VM than it
does in the Windows XP host.  Too funny =)

Cheers,
~ andy.f



On Wed, Mar 17, 2010 at 11:08 PM, Steven Yi  wrote:
> It sounds like you did not build those realtime modules, which
> probably occurred if you did not have the devel packages for alsa,
> portaudio, pulseaudio, and jack.  I'd try doing an "apt-cache search
> xxx" for each of those and lookup for the packages that match those
> that have a -devel ending.  Installing those then rebuilding Csound
> should get those libraries built.
>
> It's either that or your OPCODEDIR or OPCODEDIR64 isn't set correctly.
>
> On Wed, Mar 17, 2010 at 10:31 PM, andy fillebrown
>  wrote:
>> Ok, I need a little more help.  QuteCsound built on Ubuntu without
>> much hassle but rtaudio is not working...
>>  *** error: unknown rtaudio module: 'portaudio'
>>
>> I get the same error for 'alsa', 'pulse', and 'jack'.  Any ideas?
>>
>> ~ andy.f
>>
>> p.s. The Ubuntu install is in a virtual machine.  I'm not sure it has
>> anything to do with it, but I thought I'd mention it anyway just in
>> case.
>>
>>
>>
>> On Wed, Mar 17, 2010 at 9:49 PM, andy fillebrown
>>  wrote:
>>> That seems to have worked.  Thank you.
>>>
>>>
>>> On Wed, Mar 17, 2010 at 7:44 PM, Steven Yi  wrote:
>>>> If I'm recalling correctly, I think that you need to install the
>>>> gettext package through apt-get to get msgfmt.
>>>>
>>>> On Wed, Mar 17, 2010 at 7:30 PM, andy fillebrown
>>>>  wrote:
>>>>> Hi,
>>>>>
>>>>> I'm trying to build csound from the 5.12.1 tar.gz on Ubuntu, but I'm
>>>>> running into the following error...
>>>>>
>>>>> gcc -o mixer -Wl,-Bdynamic util/mixer_main.o -L. -L. -L/usr/local/lib
>>>>> -L. -L. -L/usr/lib/fltk-1.1 -lsndfile -lpthread -lpthread -lm
>>>>> libcsound.a -lsndfile -ldl -lpthread -lm
>>>>> msgfmt -o po/de/LC_MESSAGES/csound5.mo po/german.po
>>>>> sh: msgfmt: not found
>>>>> scons: *** [po/de/LC_MESSAGES/csound5.mo] Error 127
>>>>> scons: building terminated because of errors.
>>>>>
>>>>> ...being new to Linux, I'm not sure how to proceed.  It was all going
>>>>> splendidly up to that point.  Any clues?
>>>>>
>>>>> Cheers,
>>>>> ~ andy.f
>>>>>
>>>>>
>>>>> Send bugs reports to the Sourceforge bug tracker
>>>>>            https://sourceforge.net/tracker/?group_id=81968&atid=564599
>>>>> 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 tracker
>>>>            https://sourceforge.net/tracker/?group_id=81968&atid=564599
>>>> 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 tracker
>>            https://sourceforge.net/tracker/?group_id=81968&atid=564599
>> 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 tracker
>            https://sourceforge.net/tracker/?group_id=81968&atid=564599
> 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 tracker
            https://sourceforge.net/tracker/?group_id=81968&atid=564599
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"