problem in po/cs.po while compiling rev 13546 on Windows XP.

while synching with the trunk I got some error messages related to .po files, but I neglected to write them down. after compiling I get the messages below, related to po/cs.po
Cheers, Alvin
..................................................................
============ cmd ============ strip build\inkscape-console.exe ============================= ##### Target : i18n ##### compile gettext .po files to .mo --- i18n / msgfmt ============ cmd ============ msgfmt po/am.po -o build/locale/am/LC_MESSAGES/inkscape.mo ============================= ============ cmd ============ msgfmt po/ar.po -o build/locale/ar/LC_MESSAGES/inkscape.mo ============================= ============ cmd ============ msgfmt po/az.po -o build/locale/az/LC_MESSAGES/inkscape.mo ============================= ============ cmd ============ msgfmt po/be.po -o build/locale/be/LC_MESSAGES/inkscape.mo ============================= ============ cmd ============ msgfmt po/bg.po -o build/locale/bg/LC_MESSAGES/inkscape.mo ============================= ============ cmd ============ msgfmt po/bn.po -o build/locale/bn/LC_MESSAGES/inkscape.mo ============================= ============ cmd ============ msgfmt po/bn_BD.po -o build/locale/bn_BD/LC_MESSAGES/inkscape.mo ============================= ============ cmd ============ msgfmt po/br.po -o build/locale/br/LC_MESSAGES/inkscape.mo ============================= ============ cmd ============ msgfmt po/ca.po -o build/locale/ca/LC_MESSAGES/inkscape.mo ============================= ============ cmd ============ msgfmt po/ca@...3150... -o build/locale/ca@...1971.../LC_MESSAGES/inkscape.mo ============================= ============ cmd ============ msgfmt po/cs.po -o build/locale/cs/LC_MESSAGES/inkscape.mo ============================= Make error line 421: <msgfmt> problem: po/cs.po: warning: Charset missing in header. Message conversion to user's charset will not work. po/cs.po:12:2: syntax error po/cs.po:12: keyword "TREE" unknown po/cs.po:18: keyword "MERGE" unknown po/cs.po:145: missing `msgstr' section po/cs.po:146:2: syntax error po/cs.po:146: keyword "TREE" unknown po/cs.po:150: keyword "MERGE" unknown po/cs.po:197: missing `msgstr' section po/cs.po:198:2: syntax error po/cs.po:198: keyword "TREE" unknown po/cs.po:202: keyword "MERGE" unknown po/cs.po:243: missing `msgstr' section po/cs.po:244:2: syntax error po/cs.po:244: keyword "TREE" unknown po/cs.po:248: keyword "MERGE" unknown po/cs.po:403: missing `msgstr' section po/cs.po:404:2: syntax error po/cs.po:404: keyword "TREE" unknown po/cs.po:408: keyword "MERGE" unknown po/cs.po:1925: missing `msgstr' section msgfmt: too many errors, aborting
-- View this message in context: http://inkscape.13.x6.nabble.com/problem-in-po-cs-po-while-compiling-rev-135... Sent from the Inkscape - Dev mailing list archive at Nabble.com.

po/cs.po:12:2: syntax error po/cs.po:12: keyword "TREE" unknown po/cs.po:18: keyword "MERGE" unknown po/cs.po:145: missing `msgstr' section
There are revision conflict markers in that file.
Run a 'bzr revert' on it and you should be good.

sorry, I am not comfortable with the use of bzr commands, I don't know what a revert command will do. Is there any way of manually editing the file to fix the problem?
Alvin
-- View this message in context: http://inkscape.13.x6.nabble.com/problem-in-po-cs-po-while-compiling-rev-135... Sent from the Inkscape - Dev mailing list archive at Nabble.com.

On Sep 6, 2014 6:51 PM, "alvinpenner" <penner@...1856...> wrote:
sorry, I am not comfortable with the use of bzr commands, I don't know
what a
revert command will do. Is there any way of manually editing the file to fix the problem?
Yeah, but it will probably take a lot of work.
Just type 'bzr revert' at the prompt and that will fix it.

yes, indeed, that fixed it!
thanks for the help, Alvin
-- View this message in context: http://inkscape.13.x6.nabble.com/problem-in-po-cs-po-while-compiling-rev-135... Sent from the Inkscape - Dev mailing list archive at Nabble.com.

On Sat, 6 Sep 2014 15:59:58 -0700 (PDT) alvinpenner <penner@...1856...> wrote:
yes, indeed, that fixed it!
thanks for the help, Alvin
-- View this message in context: http://inkscape.13.x6.nabble.com/problem-in-po-cs-po-while-compiling-rev-135... Sent from the Inkscape - Dev mailing list archive at Nabble.com.
Slashdot TV. Video for Nerds. Stuff that matters. http://tv.slashdot.org/ _______________________________________________ Inkscape-devel mailing list Inkscape-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-devel
Unlimited Disk, Data Transfer, PHP/MySQL Domain Hosting http://www.doteasy.com
I am stuck at rev 13529. How do I advance my files to the latest rev using bzr? I use Slackware Linux 14.1.

if you are encountering exactly the same error messages I got, then it is likely that the same revert solution will work for you as well. If your error messages are different, then you will need to post more details.
Cheers, Alvin
-- View this message in context: http://inkscape.13.x6.nabble.com/problem-in-po-cs-po-while-compiling-rev-135... Sent from the Inkscape - Dev mailing list archive at Nabble.com.

On Mon, 8 Sep 2014 17:43:45 -0700 (PDT) alvinpenner <penner@...1856...> wrote:
if you are encountering exactly the same error messages I got, then it is likely that the same revert solution will work for you as well. If your error messages are different, then you will need to post more details.
Cheers, Alvin
-- View this message in context: http://inkscape.13.x6.nabble.com/problem-in-po-cs-po-while-compiling-rev-135... Sent from the Inkscape - Dev mailing list archive at Nabble.com.
Want excitement? Manually upgrade your production database. When you want reliability, choose Perforce. Perforce version control. Predictably reliable. http://pubads.g.doubleclick.net/gampad/clk?id=157508191&iu=/4140/ostg.cl... _______________________________________________ Inkscape-devel mailing list Inkscape-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-devel
Unlimited Disk, Data Transfer, PHP/MySQL Domain Hosting http://www.doteasy.com
when I did bzr update I got a message telling me that version (old version number) was up to date.
bzr revert if I understand it takes you back one version.
I need a command to update to the latest version number. Currently I am wiping out everything and copying the entire branch with bzr branch lp:inkscape There has to be a simpler way. I just don't know it.

when I did bzr update I got a message telling me that version (old version number) was up to date.
bzr revert if I understand it takes you back one version.
I need a command to update to the latest version number. Currently I am wiping out everything and copying the entire branch with bzr branch lp:inkscape There has to be a simpler way. I just don't know it.
Since you initially ran 'bzr branch' instead of 'bzr checkout,' your local copy will not be bound to the upstream repository.
To fetch revisions from trunk with an unbound branch, run 'bzr pull lp:inkscape'.
To bind your local copy to the repository, run 'bzr bind lp:inkscape'. You can then in the future run 'bzr update' to fetch revisions.

On Mon, 8 Sep 2014 13:18:01 -0400 john Culleton <John@...1202...> wrote:
Unlimited Disk, Data Transfer, PHP/MySQL Domain Hosting http://www.doteasy.com
I am stuck at rev 13529. How do I advance my files to the latest rev using bzr? I use Slackware Linux 14.1.
My brute force solution was to wipe out the contents of the directory and reinstall from scratch.
Now I am up to 0.91 13549. There should be an easier way.

Was the problem not knowing the command to update or it not showing the expected revision in the about box?
Cheers, Josh On Sep 9, 2014 5:25 AM, "john Culleton" <John@...1202...> wrote:
On Mon, 8 Sep 2014 13:18:01 -0400 john Culleton <John@...1202...> wrote:
Unlimited Disk, Data Transfer, PHP/MySQL Domain Hosting http://www.doteasy.com
I am stuck at rev 13529. How do I advance my files to the latest rev using bzr? I use Slackware Linux 14.1.
My brute force solution was to wipe out the contents of the directory and reinstall from scratch.
Now I am up to 0.91 13549. There should be an easier way.
-- John Culleton Wexford Press Free list of books for self-publishers: http://wexfordpress.net/shortlist.html PDF e-book: "Create Book Covers with Scribus" available at http://www.booklocker.com/books/4055.html
Want excitement? Manually upgrade your production database. When you want reliability, choose Perforce. Perforce version control. Predictably reliable.
http://pubads.g.doubleclick.net/gampad/clk?id=157508191&iu=/4140/ostg.cl... _______________________________________________ Inkscape-devel mailing list Inkscape-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/inkscape-devel
participants (4)
-
alvinpenner
-
john Culleton
-
Josh Andler
-
Liam White