Comment 13 for bug 983096

Revision history for this message
Andreas Hasenack (ahasenack) wrote :

Here are both build logs:

- worked (my ppa): https://launchpadlibrarian.net/107988433/buildlog_ubuntu-precise-i386.landscape-client_12.05-0ubuntu0.12.04_BUILDING.txt.gz

- didn't work (precise-proposed): https://launchpadlibrarian.net/109921861/buildlog_ubuntu-precise-i386.landscape-client_12.05-0ubuntu0.12.04_BUILDING.txt.gz

Scroll down to the package listing, look for package landscape-client-ui-install.

I grepped both logs for "locale", and the only difference in the output is exactly that package listing:

andreas@nsn7:~/sru$ grep locale broke.txt > locale-broke.txt
andreas@nsn7:~/sru$ grep locale worked.txt > locale-worked.txt
andreas@nsn7:~/sru$ diff -u locale-broke.txt locale-worked.txt
--- locale-broke.txt 2012-07-24 15:27:52.009345657 -0300
+++ locale-worked.txt 2012-07-24 15:27:56.545345494 -0300
@@ -9,3 +9,7 @@
 creating debian/tmp/usr/share/locale/fr
 creating debian/tmp/usr/share/locale/fr/LC_MESSAGES
 copying build/mo/fr/LC_MESSAGES/landscape-client.mo -> debian/tmp/usr/share/locale/fr/LC_MESSAGES
+drwxr-xr-x root/root 0 2012-06-19 20:05 ./usr/share/locale/
+drwxr-xr-x root/root 0 2012-06-19 20:05 ./usr/share/locale/fr/
+drwxr-xr-x root/root 0 2012-06-19 20:05 ./usr/share/locale/fr/LC_MESSAGES/
+-rw-r--r-- root/root 3957 2012-06-19 20:05 ./usr/share/locale/fr/LC_MESSAGES/landscape-client.mo

I don't know what happened. Should be just retry the build?