GNOME Bugzilla – Bug 695192
tests fail: lib/ephy-profile-utils.c missing from POTFILES.{in|skip}
Last modified: 2013-03-05 09:28:02 UTC
"make check" fails for epiphany with: make[1]: Entering directory `/home/ubuntu/gnome/checkout/epiphany/po' rm -f missing notexist srcdir=. /home/ubuntu/gnome/packages/bin/intltool-update -m The following files contain translations and are currently not in use. Please consider adding these to the POTFILES.in file, located in the po/ directory. lib/ephy-profile-utils.c If some of these files are left out on purpose then please add them to POTFILES.skip instead of POTFILES.in. A file 'missing' containing this list of left out files has been written in the current directory. Please report to http://bugzilla.gnome.org/enter_bug.cgi?product=epiphany Indeed it does have a human readable string which looks like it should be made translatable: /* Translators: The first %s is the username and the second one is the * hostname where this is happening. Example: gnome@gmail.com and * mail.google.com. */ label = g_strdup_printf (_("Password for %s in a form in %s"), username, fake_uri_str); Want me to just push the addition to POTFILES.in? When I do this, the tests at least run, but one fails with /lib/ephy-profile-utils/do_migration_invalid: ** ERROR:ephy-migration-test.c:49:test_do_migration_invalid: assertion failed: (ret == FALSE) FAIL
Created attachment 238101 [details] [review] POTFILES.in: add missing file
Attachment 238101 [details] pushed as bd8a755 - POTFILES.in: add missing file