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 344432 - gnome-2-14 branch of cvs fails to build
gnome-2-14 branch of cvs fails to build
Status: RESOLVED FIXED
Product: gnome-screensaver
Classification: Deprecated
Component: general
CVS HEAD
Other Linux
: Normal normal
: ---
Assigned To: gnome-screensaver maintainers
gnome-screensaver maintainers
Depends on:
Blocks:
 
 
Reported: 2006-06-09 18:25 UTC by Elijah Newren
Modified: 2006-06-10 10:48 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch to fix this; remove nonexistent id translation (864 bytes, patch)
2006-06-09 23:06 UTC, Elijah Newren
committed Details | Review

Description Elijah Newren 2006-06-09 18:25:45 UTC
I'm getting:
/floss/building/gnome/gnome-screensaver/po
make[2]: Entering directory `/floss/building/gnome/gnome-screensaver/po'
make[2]: *** No rule to make target `id.po', needed by `id.gmo'.  Stop.
make[2]: Leaving directory `/floss/building/gnome/gnome-screensaver/po'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/floss/building/gnome/gnome-screensaver'
make: *** [all] Error 2
Comment 1 Elijah Newren 2006-06-09 23:06:50 UTC
Created attachment 67074 [details] [review]
Patch to fix this; remove nonexistent id translation
Comment 2 William Jon McCann 2006-06-09 23:28:59 UTC
Jeez, not again.  Here are the relevent ChangeLog entries:

2006-06-05  Ahmad Riza H Nst  <rizahnst@eriagempita.co.id>

        * configure.ac: Added id.po in to ALL_LINGUAS line (added before,
                        but currently disappeared, so re-added)

...

==== 2.14.2 ====

2006-05-29  William Jon McCann  <mccann@jhu.edu>

        * NEWS: Update for 2.14.2 release.
        * configure.ac: Remove id from ALL_LINGUAS because
        the file wasn't added to this branch.

2006-05-20  Ahmad Riza H Nst  <rizahnst@eriagempita.co.id>

        * configure.ac: Added id (indonesian) in to ALL_LINGUAS line.


Thanks, Elijah.  Please commit to 2-14 and would you mind trying to contact this guy or the i18n folks to let them know what's happening.
Comment 3 Elijah Newren 2006-06-09 23:34:08 UTC
2006-06-09  Elijah Newren  <newren gmail com>

        * configure.ac: Remove id from ALL_LINGUAS.  Will contact Ahmad
        and i18n shortly to try to ensure it doesn't get added back unless
        it is accompanied with the actual translation.  #344432.

:)
Comment 4 William Jon McCann 2006-06-10 03:08:06 UTC
Great.  Thanks for doing that.
Comment 5 Christian Rose 2006-06-10 10:48:16 UTC
I have now copied id.po from gnome-screensaver HEAD and added and committed that to the gnome-2-14 branch, verified that it now actually exists on that branch, and then added "id" to ALL_LINGUAS in configure.ac of the gnome-2-14 branch again now.

Hopefully this should solve the problem in a way that is satisfactory to everyone. I will contact the responsible translator in order to try to make sure this does not happen again.