[Cs-dev] "po" problems while installing from git
Date | 2012-07-25 20:36 |
From | joachim heintz |
Subject | [Cs-dev] "po" problems while installing from git |
hi - i have a new linux computer (with ubuntu studio 12.04), and thought it might be a good opportunity to see if the build instructions at http://sourceforge.net/apps/mediawiki/csound/index.php?title=Building_Csound_on_Ubuntu (thanks to menno) are working or if anything can be improved. building and installing from the Csound 5.17.11 sources worked. just the scons option buildTclcsound=1 caused an error. but this is not really important for me. then i cloned from git. building was fine, but running the install.py resulted in an error, because several "po" files could not be found (see below). so i am wondering if we could do anything to avoid this error? in my case, i just copied the po folder from my 5.17.11 build and it worked. but there might be users who want to build csound straight from git. best - joachim === Installing Localisation files === install: Aufruf von stat für »po/de/LC_MESSAGES/csound5.mo“ nicht möglich: Datei oder Verzeichnis nicht gefunden *** error copying /usr/local/share/locale/de/LC_MESSAGES/csound5.mo install: Aufruf von stat für »po/en_GB/LC_MESSAGES/csound5.mo“ nicht möglich: Datei oder Verzeichnis nicht gefunden *** error copying /usr/local/share/locale/en_GB/LC_MESSAGES/csound5.mo install: Aufruf von stat für »po/en_US/LC_MESSAGES/csound5.mo“ nicht möglich: Datei oder Verzeichnis nicht gefunden *** error copying /usr/local/share/locale/en_US/LC_MESSAGES/csound5.mo install: Aufruf von stat für »po/es_CO/LC_MESSAGES/csound5.mo“ nicht möglich: Datei oder Verzeichnis nicht gefunden *** error copying /usr/local/share/locale/es_CO/LC_MESSAGES/csound5.mo install: Aufruf von stat für »po/fr/LC_MESSAGES/csound5.mo“ nicht möglich: Datei oder Verzeichnis nicht gefunden *** error copying /usr/local/share/locale/fr/LC_MESSAGES/csound5.mo install: Aufruf von stat für »po/it/LC_MESSAGES/csound5.mo“ nicht möglich: Datei oder Verzeichnis nicht gefunden *** error copying /usr/local/share/locale/it/LC_MESSAGES/csound5.mo install: Aufruf von stat für »po/ro/LC_MESSAGES/csound5.mo“ nicht möglich: Datei oder Verzeichnis nicht gefunden *** error copying /usr/local/share/locale/ro/LC_MESSAGES/csound5.mo === Installing documentation === /usr/local/share/doc/csound/COPYING /usr/local/share/doc/csound/ChangeLog /usr/local/share/doc/csound/INSTALL /usr/local/share/doc/csound/readme-csound5.txt === Installing Tcl/Tk modules and scripts === /usr/local/lib/csound/tcl/nsliders.tk /usr/local/bin/matrix.tk === Installing uninstall script === /usr/local/bin/uninstall-csound5 === Installing MD5 checksums === /usr/local/csound5-2012-07-25.md5sums *** Errors occured during installation, deleting files... ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo |
Date | 2012-07-25 22:45 |
From | jpff@cs.bath.ac.uk |
Subject | Re: [Cs-dev] "po" problems while installing from git |
do u have the po packages instlled?Wotks ok here on different linux systems > hi - > > i have a new linux computer (with ubuntu studio 12.04), and thought it > might be a good opportunity to see if the build instructions at > http://sourceforge.net/apps/mediawiki/csound/index.php?title=Building_Csound_on_Ubuntu > (thanks to menno) are working or if anything can be improved. > > building and installing from the Csound 5.17.11 sources worked. just the > scons option buildTclcsound=1 caused an error. but this is not really > important for me. > > then i cloned from git. building was fine, but running the install.py > resulted in an error, because several "po" files could not be found (see > below). > > so i am wondering if we could do anything to avoid this error? > > in my case, i just copied the po folder from my 5.17.11 build and it > worked. but there might be users who want to build csound straight from > git. > > best - > > joachim > > > === Installing Localisation files === > install: Aufruf von stat für »po/de/LC_MESSAGES/csound5.moâ nicht > möglich: Datei oder Verzeichnis nicht gefunden > *** error copying /usr/local/share/locale/de/LC_MESSAGES/csound5.mo > install: Aufruf von stat für »po/en_GB/LC_MESSAGES/csound5.moâ nicht > möglich: Datei oder Verzeichnis nicht gefunden > *** error copying /usr/local/share/locale/en_GB/LC_MESSAGES/csound5.mo > install: Aufruf von stat für »po/en_US/LC_MESSAGES/csound5.moâ nicht > möglich: Datei oder Verzeichnis nicht gefunden > *** error copying /usr/local/share/locale/en_US/LC_MESSAGES/csound5.mo > install: Aufruf von stat für »po/es_CO/LC_MESSAGES/csound5.moâ nicht > möglich: Datei oder Verzeichnis nicht gefunden > *** error copying /usr/local/share/locale/es_CO/LC_MESSAGES/csound5.mo > install: Aufruf von stat für »po/fr/LC_MESSAGES/csound5.moâ nicht > möglich: Datei oder Verzeichnis nicht gefunden > *** error copying /usr/local/share/locale/fr/LC_MESSAGES/csound5.mo > install: Aufruf von stat für »po/it/LC_MESSAGES/csound5.moâ nicht > möglich: Datei oder Verzeichnis nicht gefunden > *** error copying /usr/local/share/locale/it/LC_MESSAGES/csound5.mo > install: Aufruf von stat für »po/ro/LC_MESSAGES/csound5.moâ nicht > möglich: Datei oder Verzeichnis nicht gefunden > *** error copying /usr/local/share/locale/ro/LC_MESSAGES/csound5.mo > === Installing documentation === > /usr/local/share/doc/csound/COPYING > /usr/local/share/doc/csound/ChangeLog > /usr/local/share/doc/csound/INSTALL > /usr/local/share/doc/csound/readme-csound5.txt > === Installing Tcl/Tk modules and scripts === > /usr/local/lib/csound/tcl/nsliders.tk > /usr/local/bin/matrix.tk > === Installing uninstall script === > /usr/local/bin/uninstall-csound5 > === Installing MD5 checksums === > /usr/local/csound5-2012-07-25.md5sums > > *** Errors occured during installation, deleting files... > > ------------------------------------------------------------------------------ > Live Security Virtual Conference > Exclusive live event will cover all the ways today's security and > threat landscape has changed and how IT managers can respond. Discussions > will include endpoint security, mobile security and the latest in malware > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > _______________________________________________ > Csound-devel mailing list > Csound-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/csound-devel > ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |
Date | 2012-07-25 23:11 |
From | joachim heintz |
Subject | Re: [Cs-dev] "po" problems while installing from git |
i think so. why does it work when i build from the Csound 5.17.11 sources, but not when i build from git? j Am 25.07.2012 23:45, schrieb jpff@cs.bath.ac.uk: > > do u have the po packages instlled?Wotks ok here on different linux systems > >> hi - >> >> i have a new linux computer (with ubuntu studio 12.04), and thought it >> might be a good opportunity to see if the build instructions at >> http://sourceforge.net/apps/mediawiki/csound/index.php?title=Building_Csound_on_Ubuntu >> (thanks to menno) are working or if anything can be improved. >> >> building and installing from the Csound 5.17.11 sources worked. just the >> scons option buildTclcsound=1 caused an error. but this is not really >> important for me. >> >> then i cloned from git. building was fine, but running the install.py >> resulted in an error, because several "po" files could not be found (see >> below). >> >> so i am wondering if we could do anything to avoid this error? >> >> in my case, i just copied the po folder from my 5.17.11 build and it >> worked. but there might be users who want to build csound straight from >> git. >> >> best - >> >> joachim >> >> >> === Installing Localisation files === >> install: Aufruf von stat für »po/de/LC_MESSAGES/csound5.mo“ nicht >> möglich: Datei oder Verzeichnis nicht gefunden >> *** error copying /usr/local/share/locale/de/LC_MESSAGES/csound5.mo >> install: Aufruf von stat für »po/en_GB/LC_MESSAGES/csound5.mo“ nicht >> möglich: Datei oder Verzeichnis nicht gefunden >> *** error copying /usr/local/share/locale/en_GB/LC_MESSAGES/csound5.mo >> install: Aufruf von stat für »po/en_US/LC_MESSAGES/csound5.mo“ nicht >> möglich: Datei oder Verzeichnis nicht gefunden >> *** error copying /usr/local/share/locale/en_US/LC_MESSAGES/csound5.mo >> install: Aufruf von stat für »po/es_CO/LC_MESSAGES/csound5.mo“ nicht >> möglich: Datei oder Verzeichnis nicht gefunden >> *** error copying /usr/local/share/locale/es_CO/LC_MESSAGES/csound5.mo >> install: Aufruf von stat für »po/fr/LC_MESSAGES/csound5.mo“ nicht >> möglich: Datei oder Verzeichnis nicht gefunden >> *** error copying /usr/local/share/locale/fr/LC_MESSAGES/csound5.mo >> install: Aufruf von stat für »po/it/LC_MESSAGES/csound5.mo“ nicht >> möglich: Datei oder Verzeichnis nicht gefunden >> *** error copying /usr/local/share/locale/it/LC_MESSAGES/csound5.mo >> install: Aufruf von stat für »po/ro/LC_MESSAGES/csound5.mo“ nicht >> möglich: Datei oder Verzeichnis nicht gefunden >> *** error copying /usr/local/share/locale/ro/LC_MESSAGES/csound5.mo >> === Installing documentation === >> /usr/local/share/doc/csound/COPYING >> /usr/local/share/doc/csound/ChangeLog >> /usr/local/share/doc/csound/INSTALL >> /usr/local/share/doc/csound/readme-csound5.txt >> === Installing Tcl/Tk modules and scripts === >> /usr/local/lib/csound/tcl/nsliders.tk >> /usr/local/bin/matrix.tk >> === Installing uninstall script === >> /usr/local/bin/uninstall-csound5 >> === Installing MD5 checksums === >> /usr/local/csound5-2012-07-25.md5sums >> >> *** Errors occured during installation, deleting files... >> >> ------------------------------------------------------------------------------ >> Live Security Virtual Conference >> Exclusive live event will cover all the ways today's security and >> threat landscape has changed and how IT managers can respond. Discussions >> will include endpoint security, mobile security and the latest in malware >> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ >> _______________________________________________ >> Csound-devel mailing list >> Csound-devel@lists.sourceforge.net >> https://lists.sourceforge.net/lists/listinfo/csound-devel >> > > > > ------------------------------------------------------------------------------ > Live Security Virtual Conference > Exclusive live event will cover all the ways today's security and > threat landscape has changed and how IT managers can respond. Discussions > will include endpoint security, mobile security and the latest in malware > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > _______________________________________________ > Csound-devel mailing list > Csound-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/csound-devel > ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net https://lists.sour |
Date | 2012-07-26 10:00 |
From | jpff@cs.bath.ac.uk |
Subject | Re: [Cs-dev] "po" problems while installing from git |
Works for me, but I never run install.py When I rebuilt juts now I got .... gcc -o libcs_date.so -Wl,--as-needed -Wl,-Bdynamic -shared Opcodes/date.os -L. -L. -L/usr/local/lib64 -L. -L. -lsndfile -lpthread -lpthread -lgomp -lm -lasound -lsndfile msgfmt -o po/de/LC_MESSAGES/csound5.mo po/german.po msgfmt -o po/en_GB/LC_MESSAGES/csound5.mo po/csound.po msgfmt -o po/en_US/LC_MESSAGES/csound5.mo po/american.po msgfmt -o po/es_CO/LC_MESSAGES/csound5.mo po/es_CO.po msgfmt -o po/fr/LC_MESSAGES/csound5.mo po/french.po msgfmt -o po/it/LC_MESSAGES/csound5.mo po/italian.po msgfmt -o po/ro/LC_MESSAGES/csound5.mo po/romanian.po msgfmt -o po/ru/LC_MESSAGES/csound5.mo po/russian.po scons: done building targets. so the files are created. Or are the directories po/en_GB/LC_MESSAGES etc missing? sorry but having no German I am not sure what the error is ==John ff > i think so. > why does it work when i build from the Csound 5.17.11 sources, but not > when i build from git? > j > > > Am 25.07.2012 23:45, schrieb jpff@cs.bath.ac.uk: >> >> do u have the po packages instlled?Wotks ok here on different linux >> systems >> >>> hi - >>> >>> i have a new linux computer (with ubuntu studio 12.04), and thought it >>> might be a good opportunity to see if the build instructions at >>> http://sourceforge.net/apps/mediawiki/csound/index.php?title=Building_Csound_on_Ubuntu >>> (thanks to menno) are working or if anything can be improved. >>> >>> building and installing from the Csound 5.17.11 sources worked. just >>> the >>> scons option buildTclcsound=1 caused an error. but this is not really >>> important for me. >>> >>> then i cloned from git. building was fine, but running the install.py >>> resulted in an error, because several "po" files could not be found >>> (see >>> below). >>> >>> so i am wondering if we could do anything to avoid this error? >>> >>> in my case, i just copied the po folder from my 5.17.11 build and it >>> worked. but there might be users who want to build csound straight from >>> git. >>> >>> best - >>> >>> joachim >>> >>> >>> === Installing Localisation files === >>> install: Aufruf von stat für ûpo/de/LC_MESSAGES/csound5.moââ¬Å >>> nicht >>> möglich: Datei oder Verzeichnis nicht gefunden >>> *** error copying /usr/local/share/locale/de/LC_MESSAGES/csound5.mo >>> install: Aufruf von stat für >>> ûpo/en_GB/LC_MESSAGES/csound5.moââ¬Å nicht >>> möglich: Datei oder Verzeichnis nicht gefunden >>> *** error copying >>> /usr/local/share/locale/en_GB/LC_MESSAGES/csound5.mo >>> install: Aufruf von stat für >>> ûpo/en_US/LC_MESSAGES/csound5.moââ¬Å nicht >>> möglich: Datei oder Verzeichnis nicht gefunden >>> *** error copying >>> /usr/local/share/locale/en_US/LC_MESSAGES/csound5.mo >>> install: Aufruf von stat für >>> ûpo/es_CO/LC_MESSAGES/csound5.moââ¬Å nicht >>> möglich: Datei oder Verzeichnis nicht gefunden >>> *** error copying >>> /usr/local/share/locale/es_CO/LC_MESSAGES/csound5.mo >>> install: Aufruf von stat für ûpo/fr/LC_MESSAGES/csound5.moââ¬Å >>> nicht >>> möglich: Datei oder Verzeichnis nicht gefunden >>> *** error copying /usr/local/share/locale/fr/LC_MESSAGES/csound5.mo >>> install: Aufruf von stat für ûpo/it/LC_MESSAGES/csound5.moââ¬Å >>> nicht >>> möglich: Datei oder Verzeichnis nicht gefunden >>> *** error copying /usr/local/share/locale/it/LC_MESSAGES/csound5.mo >>> install: Aufruf von stat für ûpo/ro/LC_MESSAGES/csound5.moââ¬Å >>> nicht >>> möglich: Datei oder Verzeichnis nicht gefunden >>> *** error copying /usr/local/share/locale/ro/LC_MESSAGES/csound5.mo >>> === Installing documentation === >>> /usr/local/share/doc/csound/COPYING >>> /usr/local/share/doc/csound/ChangeLog >>> /usr/local/share/doc/csound/INSTALL >>> /usr/local/share/doc/csound/readme-csound5.txt >>> === Installing Tcl/Tk modules and scripts === >>> /usr/local/lib/csound/tcl/nsliders.tk >>> /usr/local/bin/matrix.tk >>> === Installing uninstall script === >>> /usr/local/bin/uninstall-csound5 >>> === Installing MD5 checksums === >>> /usr/local/csound5-2012-07-25.md5sums >>> >>> *** Errors occured during installation, deleting files... >>> >>> ------------------------------------------------------------------------------ >>> Live Security Virtual Conference >>> Exclusive live event will cover all the ways today's security and >>> threat landscape has changed and how IT managers can respond. >>> Discussions >>> will include endpoint security, mobile security and the latest in >>> malware >>> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ >>> _______________________________________________ >>> Csound-devel mailing list >>> Csound-devel@lists.sourceforge.net >>> https://lists.sourceforge.net/lists/listinfo/csound-devel >>> >> >> >> >> ------------------------------------------------------------------------------ >> Live Security Virtual Conference >> Exclusive live event will cover all the ways today's security and >> threat landscape has changed and how IT managers can respond. >> Discussions >> will include endpoint security, mobile security and the latest in >> malware >> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ >> _______________________________________________ >> Csound-devel mailing list >> Csound-devel@lists.sourceforge.net >> https://lists.sourceforge.net/lists/listinfo/csound-devel >> > > ------------------------------------------------------------------------------ > Live Security Virtual Conference > Exclusive live event will cover all the ways today's security and > threat landscape has changed and how IT managers can respond. Discussions > will include endpoint security, mobile security and the latest in malware > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > _______________________________________________ > Csound-devel mailing list > Csound-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/csound-devel > ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |
Date | 2012-07-26 10:10 |
From | jpff@cs.bath.ac.uk |
Subject | Re: [Cs-dev] "po" problems while installing from git |
Problem is that git does not have the directories below po. You need to run the script mkdir po/en_US mkdir po/en_US/LC_MESSAGES mkdir po/es_CO mkdir po/es_CO/LC_MESSAGES mkdir po/fr mkdir po/fr/LC_MESSAGES mkdir po/ru mkdir po/ru/LC_MESSAGES mkdir po/ro mkdir po/ro/LC_MESSAGES mkdir po/de mkdir po/de/LC_MESSAGES mkdir po/en_GB mkdir po/en_GB/LC_MESSAGES mkdir po/it mkdir po/it/LC_MESSAGES and run scons again Will add the script to git as well ==John ff > Works for me, but I never run install.py > When I rebuilt juts now I got > > .... > gcc -o libcs_date.so -Wl,--as-needed -Wl,-Bdynamic -shared Opcodes/date.os > -L. -L. -L/usr/local/lib64 -L. -L. -lsndfile -lpthread -lpthread -lgomp > -lm -lasound -lsndfile > msgfmt -o po/de/LC_MESSAGES/csound5.mo po/german.po > msgfmt -o po/en_GB/LC_MESSAGES/csound5.mo po/csound.po > msgfmt -o po/en_US/LC_MESSAGES/csound5.mo po/american.po > msgfmt -o po/es_CO/LC_MESSAGES/csound5.mo po/es_CO.po > msgfmt -o po/fr/LC_MESSAGES/csound5.mo po/french.po > msgfmt -o po/it/LC_MESSAGES/csound5.mo po/italian.po > msgfmt -o po/ro/LC_MESSAGES/csound5.mo po/romanian.po > msgfmt -o po/ru/LC_MESSAGES/csound5.mo po/russian.po > scons: done building targets. > > so the files are created. Or are the directories > po/en_GB/LC_MESSAGES etc missing? sorry but having no German I am not > sure what the error is > > ==John ff > >> i think so. >> why does it work when i build from the Csound 5.17.11 sources, but not >> when i build from git? >> j >> >> >> Am 25.07.2012 23:45, schrieb jpff@cs.bath.ac.uk: >>> >>> do u have the po packages instlled?Wotks ok here on different linux >>> systems >>> >>>> hi - >>>> >>>> i have a new linux computer (with ubuntu studio 12.04), and thought it >>>> might be a good opportunity to see if the build instructions at >>>> http://sourceforge.net/apps/mediawiki/csound/index.php?title=Building_Csound_on_Ubuntu >>>> (thanks to menno) are working or if anything can be improved. >>>> >>>> building and installing from the Csound 5.17.11 sources worked. just >>>> the >>>> scons option buildTclcsound=1 caused an error. but this is not really >>>> important for me. >>>> >>>> then i cloned from git. building was fine, but running the install.py >>>> resulted in an error, because several "po" files could not be found >>>> (see >>>> below). >>>> >>>> so i am wondering if we could do anything to avoid this error? >>>> >>>> in my case, i just copied the po folder from my 5.17.11 build and it >>>> worked. but there might be users who want to build csound straight >>>> from >>>> git. >>>> >>>> best - >>>> >>>> joachim >>>> >>>> >>>> === Installing Localisation files === >>>> install: Aufruf von stat für >>>> ûpo/de/LC_MESSAGES/csound5.moââ¬Å >>>> nicht >>>> möglich: Datei oder Verzeichnis nicht gefunden >>>> *** error copying /usr/local/share/locale/de/LC_MESSAGES/csound5.mo >>>> install: Aufruf von stat für >>>> ûpo/en_GB/LC_MESSAGES/csound5.moââ¬Å nicht >>>> möglich: Datei oder Verzeichnis nicht gefunden >>>> *** error copying >>>> /usr/local/share/locale/en_GB/LC_MESSAGES/csound5.mo >>>> install: Aufruf von stat für >>>> ûpo/en_US/LC_MESSAGES/csound5.moââ¬Å nicht >>>> möglich: Datei oder Verzeichnis nicht gefunden >>>> *** error copying >>>> /usr/local/share/locale/en_US/LC_MESSAGES/csound5.mo >>>> install: Aufruf von stat für >>>> ûpo/es_CO/LC_MESSAGES/csound5.moââ¬Å nicht >>>> möglich: Datei oder Verzeichnis nicht gefunden >>>> *** error copying >>>> /usr/local/share/locale/es_CO/LC_MESSAGES/csound5.mo >>>> install: Aufruf von stat für >>>> ûpo/fr/LC_MESSAGES/csound5.moââ¬Å >>>> nicht >>>> möglich: Datei oder Verzeichnis nicht gefunden >>>> *** error copying /usr/local/share/locale/fr/LC_MESSAGES/csound5.mo >>>> install: Aufruf von stat für >>>> ûpo/it/LC_MESSAGES/csound5.moââ¬Å >>>> nicht >>>> möglich: Datei oder Verzeichnis nicht gefunden >>>> *** error copying /usr/local/share/locale/it/LC_MESSAGES/csound5.mo >>>> install: Aufruf von stat für >>>> ûpo/ro/LC_MESSAGES/csound5.moââ¬Å >>>> nicht >>>> möglich: Datei oder Verzeichnis nicht gefunden >>>> *** error copying /usr/local/share/locale/ro/LC_MESSAGES/csound5.mo >>>> === Installing documentation === >>>> /usr/local/share/doc/csound/COPYING >>>> /usr/local/share/doc/csound/ChangeLog >>>> /usr/local/share/doc/csound/INSTALL >>>> /usr/local/share/doc/csound/readme-csound5.txt >>>> === Installing Tcl/Tk modules and scripts === >>>> /usr/local/lib/csound/tcl/nsliders.tk >>>> /usr/local/bin/matrix.tk >>>> === Installing uninstall script === >>>> /usr/local/bin/uninstall-csound5 >>>> === Installing MD5 checksums === >>>> /usr/local/csound5-2012-07-25.md5sums >>>> >>>> *** Errors occured during installation, deleting files... >>>> >>>> ------------------------------------------------------------------------------ >>>> Live Security Virtual Conference >>>> Exclusive live event will cover all the ways today's security and >>>> threat landscape has changed and how IT managers can respond. >>>> Discussions >>>> will include endpoint security, mobile security and the latest in >>>> malware >>>> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ >>>> _______________________________________________ >>>> Csound-devel mailing list >>>> Csound-devel@lists.sourceforge.net >>>> https://lists.sourceforge.net/lists/listinfo/csound-devel >>>> >>> >>> >>> >>> ------------------------------------------------------------------------------ >>> Live Security Virtual Conference >>> Exclusive live event will cover all the ways today's security and >>> threat landscape has changed and how IT managers can respond. >>> Discussions >>> will include endpoint security, mobile security and the latest in >>> malware >>> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ >>> _______________________________________________ >>> Csound-devel mailing list >>> Csound-devel@lists.sourceforge.net >>> https://lists.sourceforge.net/lists/listinfo/csound-devel >>> >> >> ------------------------------------------------------------------------------ >> Live Security Virtual Conference >> Exclusive live event will cover all the ways today's security and >> threat landscape has changed and how IT managers can respond. >> Discussions >> will include endpoint security, mobile security and the latest in >> malware >> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ >> _______________________________________________ >> Csound-devel mailing list >> Csound-devel@lists.sourceforge.net >> https://lists.sourceforge.net/lists/listinfo/csound-devel >> > > > > ------------------------------------------------------------------------------ > Live Security Virtual Conference > Exclusive live event will cover all the ways today's security and > threat landscape has changed and how IT managers can respond. Discussions > will include endpoint security, mobile security and the latest in malware > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > _______________________________________________ > Csound-devel mailing list > Csound-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/csound-devel > > > ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |
Date | 2012-07-26 11:57 |
From | joachim heintz |
Subject | Re: [Cs-dev] "po" problems while installing from git |
thanks; now i understand the problem. will the script be executed automatically by install.py? if not, i can add a hint in the media wiki. best - j Am 26.07.2012 11:10, schrieb jpff@cs.bath.ac.uk: > Problem is that git does not have the directories below po. > You need to run the script > > mkdir po/en_US > mkdir po/en_US/LC_MESSAGES > mkdir po/es_CO > mkdir po/es_CO/LC_MESSAGES > mkdir po/fr > mkdir po/fr/LC_MESSAGES > mkdir po/ru > mkdir po/ru/LC_MESSAGES > mkdir po/ro > mkdir po/ro/LC_MESSAGES > mkdir po/de > mkdir po/de/LC_MESSAGES > mkdir po/en_GB > mkdir po/en_GB/LC_MESSAGES > mkdir po/it > mkdir po/it/LC_MESSAGES > > and run scons again > > Will add the script to git as well > > ==John ff > > >> Works for me, but I never run install.py >> When I rebuilt juts now I got >> >> .... >> gcc -o libcs_date.so -Wl,--as-needed -Wl,-Bdynamic -shared Opcodes/date.os >> -L. -L. -L/usr/local/lib64 -L. -L. -lsndfile -lpthread -lpthread -lgomp >> -lm -lasound -lsndfile >> msgfmt -o po/de/LC_MESSAGES/csound5.mo po/german.po >> msgfmt -o po/en_GB/LC_MESSAGES/csound5.mo po/csound.po >> msgfmt -o po/en_US/LC_MESSAGES/csound5.mo po/american.po >> msgfmt -o po/es_CO/LC_MESSAGES/csound5.mo po/es_CO.po >> msgfmt -o po/fr/LC_MESSAGES/csound5.mo po/french.po >> msgfmt -o po/it/LC_MESSAGES/csound5.mo po/italian.po >> msgfmt -o po/ro/LC_MESSAGES/csound5.mo po/romanian.po >> msgfmt -o po/ru/LC_MESSAGES/csound5.mo po/russian.po >> scons: done building targets. >> >> so the files are created. Or are the directories >> po/en_GB/LC_MESSAGES etc missing? sorry but having no German I am not >> sure what the error is >> >> ==John ff >> >>> i think so. >>> why does it work when i build from the Csound 5.17.11 sources, but not >>> when i build from git? >>> j >>> >>> >>> Am 25.07.2012 23:45, schrieb jpff@cs.bath.ac.uk: >>>> >>>> do u have the po packages instlled?Wotks ok here on different linux >>>> systems >>>> >>>>> hi - >>>>> >>>>> i have a new linux computer (with ubuntu studio 12.04), and thought it >>>>> might be a good opportunity to see if the build instructions at >>>>> http://sourceforge.net/apps/mediawiki/csound/index.php?title=Building_Csound_on_Ubuntu >>>>> (thanks to menno) are working or if anything can be improved. >>>>> >>>>> building and installing from the Csound 5.17.11 sources worked. just >>>>> the >>>>> scons option buildTclcsound=1 caused an error. but this is not really >>>>> important for me. >>>>> >>>>> then i cloned from git. building was fine, but running the install.py >>>>> resulted in an error, because several "po" files could not be found >>>>> (see >>>>> below). >>>>> >>>>> so i am wondering if we could do anything to avoid this error? >>>>> >>>>> in my case, i just copied the po folder from my 5.17.11 build and it >>>>> worked. but there might be users who want to build csound straight >>>>> from >>>>> git. >>>>> >>>>> best - >>>>> >>>>> joachim >>>>> >>>>> >>>>> === Installing Localisation files === >>>>> install: Aufruf von stat für >>>>> »po/de/LC_MESSAGES/csound5.mo“ >>>>> nicht >>>>> möglich: Datei oder Verzeichnis nicht gefunden >>>>> *** error copying /usr/local/share/locale/de/LC_MESSAGES/csound5.mo >>>>> install: Aufruf von stat für >>>>> »po/en_GB/LC_MESSAGES/csound5.mo“ nicht >>>>> möglich: Datei oder Verzeichnis nicht gefunden >>>>> *** error copying >>>>> /usr/local/share/locale/en_GB/LC_MESSAGES/csound5.mo >>>>> install: Aufruf von stat für >>>>> »po/en_US/LC_MESSAGES/csound5.mo“ nicht >>>>> möglich: Datei oder Verzeichnis nicht gefunden >>>>> *** error copying >>>>> /usr/local/share/locale/en_US/LC_MESSAGES/csound5.mo >>>>> install: Aufruf von stat für >>>>> »po/es_CO/LC_MESSAGES/csound5.mo“ nicht >>>>> möglich: Datei oder Verzeichnis nicht gefunden >>>>> *** error copying >>>>> /usr/local/share/locale/es_CO/LC_MESSAGES/csound5.mo >>>>> install: Aufruf von stat für >>>>> »po/fr/LC_MESSAGES/csound5.mo“ >>>>> nicht >>>>> möglich: Datei oder Verzeichnis nicht gefunden >>>>> *** error copying /usr/local/share/locale/fr/LC_MESSAGES/csound5.mo >>>>> install: Aufruf von stat für >>>>> »po/it/LC_MESSAGES/csound5.mo“ >>>>> nicht >>>>> möglich: Datei oder Verzeichnis nicht gefunden >>>>> *** error copying /usr/local/share/locale/it/LC_MESSAGES/csound5.mo >>>>> install: Aufruf von stat für >>>>> »po/ro/LC_MESSAGES/csound5.mo“ >>>>> nicht >>>>> möglich: Datei oder Verzeichnis nicht gefunden >>>>> *** error copying /usr/local/share/locale/ro/LC_MESSAGES/csound5.mo >>>>> === Installing documentation === >>>>> /usr/local/share/doc/csound/COPYING >>>>> /usr/local/share/doc/csound/ChangeLog >>>>> /usr/local/share/doc/csound/INSTALL >>>>> /usr/local/share/doc/csound/readme-csound5.txt >>>>> === Installing Tcl/Tk modules and scripts === >>>>> /usr/local/lib/csound/tcl/nsliders.tk >>>>> /usr/local/bin/matrix.tk >>>>> === Installing uninstall script === >>>>> /usr/local/bin/uninstall-csound5 >>>>> === Installing MD5 checksums === >>>>> /usr/local/csound5-2012-07-25.md5sums >>>>> >>>>> *** Errors occured during installation, deleting files... >>>>> >>>>> ------------------------------------------------------------------------------ >>>>> Live Security Virtual Conference >>>>> Exclusive live event will cover all the ways today's security and >>>>> threat landscape has changed and how IT managers can respond. >>>>> Discussions >>>>> will include endpoint security, mobile security and the latest in >>>>> malware >>>>> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ >>>>> _______________________________________________ >>>>> Csound-devel mailing list >>>>> Csound-devel@lists.sourceforge.net >>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel >>>>> >>>> >>>> >>>> >>>> ------------------------------------------------------------------------------ >>>> Live Security Virtual Conference >>>> Exclusive live event will cover all the ways today's security and >>>> threat landscape has changed and how IT managers can respond. >>>> Discussions >>>> will include endpoint security, mobile security and the latest in >>>> malware >>>> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ >>>> _______________________________________________ >>>> Csound-devel mailing list >>>> Csound-devel@lists.sourceforge.net >>>> https://lists.sourceforge.net/lists/listinfo/csound-devel >>>> >>> >>> ------------------------------------------------------------------------------ >>> Live Security Virtual Conference >>> Exclusive live event will cover all the ways today's security and >>> threat landscape has changed and how IT managers can respond. >>> Discussions >>> will include endpoint security, mobile security and the latest in >>> malware >>> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ >>> _______________________________________________ >>> Csound-devel mailing list >>> Csound-devel@lists.sourceforge.net >>> https://lists.sourceforge.net/lists/listinfo/csound-devel >>> >> >> >> >> ------------------------------------------------------------------------------ >> Live Security Virtual Conference >> Exclusive live event will cover all the ways today's security and >> threat landscape has changed and how IT managers can respond. Discussions >> will include endpoint security, mobile security and the latest in malware >> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ >> _______________________________________________ >> Csound-devel mailing list >> Csound-devel@lists.sourceforge.net >> https://lists.sourceforge.net/lists/listinfo/csound-devel >> >> >> > > > > ------------------------------------------------------------------------------ > Live Security Virtual Conference > Exclusive live event will cover all the ways today's security and > threat landscape has changed and how IT managers can respond. Discussions > will include endpoint security, mobile security and the latest in malware > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > _______________________________________________ > Csound-devel mailing list > Csound-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/csound-devel > ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net https://li |
Date | 2012-07-26 12:06 |
From | jpff@cs.bath.ac.uk |
Subject | Re: [Cs-dev] "po" problems while installing from git |
Fixed in SConstruct (which was the problem). Not fixed in cmake variants ==John ff > thanks; now i understand the problem. > will the script be executed automatically by install.py? if not, i can > add a hint in the media wiki. > best - > j > > Am 26.07.2012 11:10, schrieb jpff@cs.bath.ac.uk: >> Problem is that git does not have the directories below po. >> You need to run the script >> >> mkdir po/en_US >> mkdir po/en_US/LC_MESSAGES >> mkdir po/es_CO >> mkdir po/es_CO/LC_MESSAGES >> mkdir po/fr >> mkdir po/fr/LC_MESSAGES >> mkdir po/ru >> mkdir po/ru/LC_MESSAGES >> mkdir po/ro >> mkdir po/ro/LC_MESSAGES >> mkdir po/de >> mkdir po/de/LC_MESSAGES >> mkdir po/en_GB >> mkdir po/en_GB/LC_MESSAGES >> mkdir po/it >> mkdir po/it/LC_MESSAGES >> >> and run scons again >> >> Will add the script to git as well >> >> ==John ff >> >> >>> Works for me, but I never run install.py >>> When I rebuilt juts now I got >>> >>> .... >>> gcc -o libcs_date.so -Wl,--as-needed -Wl,-Bdynamic -shared >>> Opcodes/date.os >>> -L. -L. -L/usr/local/lib64 -L. -L. -lsndfile -lpthread -lpthread -lgomp >>> -lm -lasound -lsndfile >>> msgfmt -o po/de/LC_MESSAGES/csound5.mo po/german.po >>> msgfmt -o po/en_GB/LC_MESSAGES/csound5.mo po/csound.po >>> msgfmt -o po/en_US/LC_MESSAGES/csound5.mo po/american.po >>> msgfmt -o po/es_CO/LC_MESSAGES/csound5.mo po/es_CO.po >>> msgfmt -o po/fr/LC_MESSAGES/csound5.mo po/french.po >>> msgfmt -o po/it/LC_MESSAGES/csound5.mo po/italian.po >>> msgfmt -o po/ro/LC_MESSAGES/csound5.mo po/romanian.po >>> msgfmt -o po/ru/LC_MESSAGES/csound5.mo po/russian.po >>> scons: done building targets. >>> >>> so the files are created. Or are the directories >>> po/en_GB/LC_MESSAGES etc missing? sorry but having no German I am not >>> sure what the error is >>> >>> ==John ff >>> >>>> i think so. >>>> why does it work when i build from the Csound 5.17.11 sources, but not >>>> when i build from git? >>>> j >>>> >>>> >>>> Am 25.07.2012 23:45, schrieb jpff@cs.bath.ac.uk: >>>>> >>>>> do u have the po packages instlled?Wotks ok here on different linux >>>>> systems >>>>> >>>>>> hi - >>>>>> >>>>>> i have a new linux computer (with ubuntu studio 12.04), and thought >>>>>> it >>>>>> might be a good opportunity to see if the build instructions at >>>>>> http://sourceforge.net/apps/mediawiki/csound/index.php?title=Building_Csound_on_Ubuntu >>>>>> (thanks to menno) are working or if anything can be improved. >>>>>> >>>>>> building and installing from the Csound 5.17.11 sources worked. just >>>>>> the >>>>>> scons option buildTclcsound=1 caused an error. but this is not >>>>>> really >>>>>> important for me. >>>>>> >>>>>> then i cloned from git. building was fine, but running the >>>>>> install.py >>>>>> resulted in an error, because several "po" files could not be found >>>>>> (see >>>>>> below). >>>>>> >>>>>> so i am wondering if we could do anything to avoid this error? >>>>>> >>>>>> in my case, i just copied the po folder from my 5.17.11 build and it >>>>>> worked. but there might be users who want to build csound straight >>>>>> from >>>>>> git. >>>>>> >>>>>> best - >>>>>> >>>>>> joachim >>>>>> >>>>>> >>>>>> === Installing Localisation files === >>>>>> install: Aufruf von stat fÃÆür >>>>>> Ãâûpo/de/LC_MESSAGES/csound5.moââ∠â >>>>>> nicht >>>>>> mÃÆöglich: Datei oder Verzeichnis nicht gefunden >>>>>> *** error copying >>>>>> /usr/local/share/locale/de/LC_MESSAGES/csound5.mo >>>>>> install: Aufruf von stat fÃÆür >>>>>> Ãâûpo/en_GB/LC_MESSAGES/csound5.moââ∠â nicht >>>>>> mÃÆöglich: Datei oder Verzeichnis nicht gefunden >>>>>> *** error copying >>>>>> /usr/local/share/locale/en_GB/LC_MESSAGES/csound5.mo >>>>>> install: Aufruf von stat fÃÆür >>>>>> Ãâûpo/en_US/LC_MESSAGES/csound5.moââ∠â nicht >>>>>> mÃÆöglich: Datei oder Verzeichnis nicht gefunden >>>>>> *** error copying >>>>>> /usr/local/share/locale/en_US/LC_MESSAGES/csound5.mo >>>>>> install: Aufruf von stat fÃÆür >>>>>> Ãâûpo/es_CO/LC_MESSAGES/csound5.moââ∠â nicht >>>>>> mÃÆöglich: Datei oder Verzeichnis nicht gefunden >>>>>> *** error copying >>>>>> /usr/local/share/locale/es_CO/LC_MESSAGES/csound5.mo >>>>>> install: Aufruf von stat fÃÆür >>>>>> Ãâûpo/fr/LC_MESSAGES/csound5.moââ∠â >>>>>> nicht >>>>>> mÃÆöglich: Datei oder Verzeichnis nicht gefunden >>>>>> *** error copying >>>>>> /usr/local/share/locale/fr/LC_MESSAGES/csound5.mo >>>>>> install: Aufruf von stat fÃÆür >>>>>> Ãâûpo/it/LC_MESSAGES/csound5.moââ∠â >>>>>> nicht >>>>>> mÃÆöglich: Datei oder Verzeichnis nicht gefunden >>>>>> *** error copying >>>>>> /usr/local/share/locale/it/LC_MESSAGES/csound5.mo >>>>>> install: Aufruf von stat fÃÆür >>>>>> Ãâûpo/ro/LC_MESSAGES/csound5.moââ∠â >>>>>> nicht >>>>>> mÃÆöglich: Datei oder Verzeichnis nicht gefunden >>>>>> *** error copying >>>>>> /usr/local/share/locale/ro/LC_MESSAGES/csound5.mo >>>>>> === Installing documentation === >>>>>> /usr/local/share/doc/csound/COPYING >>>>>> /usr/local/share/doc/csound/ChangeLog >>>>>> /usr/local/share/doc/csound/INSTALL >>>>>> /usr/local/share/doc/csound/readme-csound5.txt >>>>>> === Installing Tcl/Tk modules and scripts === >>>>>> /usr/local/lib/csound/tcl/nsliders.tk >>>>>> /usr/local/bin/matrix.tk >>>>>> === Installing uninstall script === >>>>>> /usr/local/bin/uninstall-csound5 >>>>>> === Installing MD5 checksums === >>>>>> /usr/local/csound5-2012-07-25.md5sums >>>>>> >>>>>> *** Errors occured during installation, deleting files... >>>>>> >>>>>> ------------------------------------------------------------------------------ >>>>>> Live Security Virtual Conference >>>>>> Exclusive live event will cover all the ways today's security and >>>>>> threat landscape has changed and how IT managers can respond. >>>>>> Discussions >>>>>> will include endpoint security, mobile security and the latest in >>>>>> malware >>>>>> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ >>>>>> _______________________________________________ >>>>>> Csound-devel mailing list >>>>>> Csound-devel@lists.sourceforge.net >>>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel >>>>>> >>>>> >>>>> >>>>> >>>>> ------------------------------------------------------------------------------ >>>>> Live Security Virtual Conference >>>>> Exclusive live event will cover all the ways today's security and >>>>> threat landscape has changed and how IT managers can respond. >>>>> Discussions >>>>> will include endpoint security, mobile security and the latest in >>>>> malware >>>>> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ >>>>> _______________________________________________ >>>>> Csound-devel mailing list >>>>> Csound-devel@lists.sourceforge.net >>>>> https://lists.sourceforge.net/lists/listinfo/csound-devel >>>>> >>>> >>>> ------------------------------------------------------------------------------ >>>> Live Security Virtual Conference >>>> Exclusive live event will cover all the ways today's security and >>>> threat landscape has changed and how IT managers can respond. >>>> Discussions >>>> will include endpoint security, mobile security and the latest in >>>> malware >>>> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ >>>> _______________________________________________ >>>> Csound-devel mailing list >>>> Csound-devel@lists.sourceforge.net >>>> https://lists.sourceforge.net/lists/listinfo/csound-devel >>>> >>> >>> >>> >>> ------------------------------------------------------------------------------ >>> Live Security Virtual Conference >>> Exclusive live event will cover all the ways today's security and >>> threat landscape has changed and how IT managers can respond. >>> Discussions >>> will include endpoint security, mobile security and the latest in >>> malware >>> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ >>> _______________________________________________ >>> Csound-devel mailing list >>> Csound-devel@lists.sourceforge.net >>> https://lists.sourceforge.net/lists/listinfo/csound-devel >>> >>> >>> >> >> >> >> ------------------------------------------------------------------------------ >> Live Security Virtual Conference >> Exclusive live event will cover all the ways today's security and >> threat landscape has changed and how IT managers can respond. >> Discussions >> will include endpoint security, mobile security and the latest in >> malware >> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ >> _______________________________________________ >> Csound-devel mailing list >> Csound-devel@lists.sourceforge.net >> https://lists.sourceforge.net/lists/listinfo/csound-devel >> > > ------------------------------------------------------------------------------ > Live Security Virtual Conference > Exclusive live event will cover all the ways today's security and > threat landscape has changed and how IT managers can respond. Discussions > will include endpoint security, mobile security and the latest in malware > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > _______________________________________________ > Csound-devel mailing list > Csound-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/csound-devel > ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |