View Issue Details

IDProjectCategoryView StatusLast Update
0002722ardourbugspublic2020-04-19 20:14
Reporterjoegiampaoli Assigned Tocth103  
PrioritynormalSeveritymajorReproducibilityhave not tried
Status closedResolutionfixed 
Product VersionSVN/2.0-ongoing 
Fixed in VersionSVN/2.0-ongoing 
Summary0002722: SVN-5174 - scons install terminated because of errors
DescriptionCompiled as always with scons without errors then when doing "sudo scons install" somwhere in the middle this popped out:

mo_builder(["gtk2_ardour/de_DE.mo"], ["gtk2_ardour/de_DE.po"])
po_builder(["gtk2_ardour/cs_CZ.po"], ["gtk2_ardour/po/cs_CZ.po", "gtk2_ardour/gtk2_ardour.pot"])
Updating gtk2_ardour/cs_CZ.po
......................................................................................................................................................................................................................... done.
mo_builder(["gtk2_ardour/cs_CZ.mo"], ["gtk2_ardour/cs_CZ.po"])
gtk2_ardour/cs_CZ.po:8042: 'msgstr' is not a valid C format string, unlike 'msgid'. Reason: The string ends in the middle of a directive.
gtk2_ardour/cs_CZ.po:8047: 'msgstr' is not a valid C format string, unlike 'msgid'. Reason: The string ends in the middle of a directive.
msgfmt: found 2 fatal errors
scons: *** [gtk2_ardour/cs_CZ.mo] Error 1
scons: building terminated because of errors.
TagsNo tags attached.

Activities

joegiampaoli

2009-06-14 02:23

reporter   ~0006106

Keep getting this error with SVN 5182

hamsterjam

2009-06-14 17:55

reporter   ~0006114

Confirmed. I ran into the "unable to import audio" bug in my copy of Ubuntu Studio 8.10. Followed the directions in the forum this afternoon to build from SVN checkout, but it fails as above during the install phase.

I don't even need Czech...

hamsterjam

2009-06-14 20:18

reporter   ~0006118

Further to my last posting:

I checked the indicated lines in gtk2_ardour/cs_CZ.po (which is still listed as the German translation in the header...) and they are each missing a "d" after a % character. Insert those "d"'s, scons make install and voila.

And, as promised in the forum, I can now import audio.

Thanks to all involved in this project. I have only just discovered it and my first impressions are slack-jawed amazement at its comprehensive awesomeness.

Now all I have to do is learn how to use it properly.

2009-06-23 21:24

 

bug-2722-1.patch (490 bytes)   
Index: gtk2_ardour/po/cs_CZ.po
===================================================================
--- gtk2_ardour/po/cs_CZ.po	(revision 5262)
+++ gtk2_ardour/po/cs_CZ.po	(working copy)
@@ -5236,12 +5236,12 @@
 #: gtk2_ardour/connection_editor.cc:531
 #, c-format
 msgid "in %d"
-msgstr "V %"
+msgstr "V %d"
 
 #: gtk2_ardour/connection_editor.cc:533
 #, c-format
 msgid "out %d"
-msgstr "Ven %"
+msgstr "Ven %d"
 
 #: gtk2_ardour/connection_editor.cc:657
 msgid "Name for new connection:"
bug-2722-1.patch (490 bytes)   

kemitix

2009-06-23 21:27

reporter   ~0006161

The gtk2_ardour/cs_CZ.po appears to be created when running scons. The patch I've attached adds the missing 'd's into the original cs_CZ.po file.

I was having the same problem in r5262.

cth103

2009-06-25 12:38

administrator   ~0006172

This should be fixed in SVN.

system

2020-04-19 20:14

developer   ~0021932

Issue has been closed automatically, by Trigger Close Plugin.
Feel free to re-open with additional information if you think the issue is not resolved.

Issue History

Date Modified Username Field Change
2009-06-12 18:26 joegiampaoli New Issue
2009-06-14 02:23 joegiampaoli Note Added: 0006106
2009-06-14 17:55 hamsterjam Note Added: 0006114
2009-06-14 20:18 hamsterjam Note Added: 0006118
2009-06-23 21:24 kemitix File Added: bug-2722-1.patch
2009-06-23 21:27 kemitix Note Added: 0006161
2009-06-25 12:38 cth103 cost => 0.00
2009-06-25 12:38 cth103 Note Added: 0006172
2009-06-25 12:38 cth103 Status new => resolved
2009-06-25 12:38 cth103 Fixed in Version => SVN/2.0-ongoing
2009-06-25 12:38 cth103 Resolution open => fixed
2009-06-25 12:38 cth103 Assigned To => cth103
2010-04-24 10:28 cth103 Category bugs => bugs2
2010-04-24 10:31 cth103 Category bugs2 => bugs
2020-04-19 20:14 system Note Added: 0021932
2020-04-19 20:14 system Status resolved => closed