After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 384396 - build fails: No rule to make target `de.gmo'
build fails: No rule to make target `de.gmo'
Status: RESOLVED DUPLICATE of bug 342500
Product: jhbuild
Classification: Infrastructure
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: Jhbuild maintainers
Jhbuild QA
Depends on:
Blocks:
 
 
Reported: 2006-12-10 16:03 UTC by Christian Kirbach
Modified: 2007-01-08 21:18 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Christian Kirbach 2006-12-10 16:03:47 UTC
see also http://jhbuild.bxlug.be/builds/2006-12-10-0005/logs/libgsf/#build
Comment 1 Morten Welinder 2006-12-12 02:02:05 UTC
Something is very weird with your build system.  Note the following line
from configure.in:

ALL_LINGUAS="es sv"

I.e., it should not even try to do anything for locale de.  Do you have a
LINGUAS file lying around?

(And something is up with the build log.  Some of the final few lines appear
to be reordered.)
Comment 2 Christian Kirbach 2006-12-12 09:57:36 UTC
in my .jhbuildrc

os.environ['LINGUAS'] = 'es de' 

there is no LINGUAS file lying around. build fails on e fresh cvs checkout.

when I remove the LINGUAS env variable the build succeeds.
Comment 3 Christian Kirbach 2006-12-12 10:21:19 UTC
odd

LINGUAS="es de" ./autogen.sh

and build succeeds


if I put the os.environ line back it build fails again

Comment 4 Morten Welinder 2006-12-12 14:14:05 UTC
That would make it a jhbuild bug.  (Two, if you count the reordering in
comment #1.)

jhbuild should not extend the set of languages of a package beyond the
set availble.

Moving to jhbuild.
Comment 5 Christian Persch 2007-01-08 17:28:13 UTC
Isn't this intltool bug 342500 ?
Comment 6 Christian Kirbach 2007-01-08 21:18:36 UTC
It entirely is. You are a genius.

*** This bug has been marked as a duplicate of 342500 ***