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 328135 - Build of CVS HEAD fails
Build of CVS HEAD fails
Status: RESOLVED FIXED
Product: gucharmap
Classification: Core
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gucharmap maintainers
gucharmap maintainers
Depends on:
Blocks:
 
 
Reported: 2006-01-22 06:53 UTC by Elijah Newren
Modified: 2006-01-22 14:16 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Elijah Newren 2006-01-22 06:53:02 UTC
I'm getting the following:

Making all in es
/floss/building/gnome/gucharmap/help/es
make[3]: Entering directory `/floss/building/gnome/gucharmap/help/es'
make[3]: *** No rule to make target `Makefile.am', needed by `Makefile.in'.  Stop.
make[3]: Leaving directory `/floss/building/gnome/gucharmap/help/es'

A simple check shows that 'es' is the only language missing a Makefile.am in the relevant subdirectory of help.  The fix is relatively easy; just copy a Makefile.am from one of the other languages and then do a simple search and replace on the contents (e.g. s/de/es/ if copying the German Makefile.am).
Comment 1 Behdad Esfahbod 2006-01-22 07:12:11 UTC
Weird, Francisco Javier F. Serrador removed the file while updating the es translations!  Readded.  Thanks.

2006-01-22  Behdad Esfahbod  <behdad@gnome.org>

        * help/es/Makefile.am:  Weird, Francisco Javier F. Serrador removed
        the file while updating the es translations!  Readded. (bug #328135,
        Elijah Newren)

Comment 2 Behdad Esfahbod 2006-01-22 07:34:23 UTC
Oops.  In fact it was an incomplete act of moving the es help files to use gnome-doc-utils.  See http://live.gnome.org/GnomeDocUtilsTranslationMigration and the comments in gucharmap/help/Makefile.am.

Can you test please?

2006-01-22  Behdad Esfahbod  <behdad@gnome.org>

        Migrate 'es' help files to gnome-doc-utils.

        * help/es/Makefile.am: Oops, removed again.

        * configure.ac (AC_CONFIG_OUTPUT): Removed help/es/Makefile.

        * help/Makefile.am (SUBDIRS): Removed es.

Comment 3 Elijah Newren 2006-01-22 14:16:43 UTC
Yep, works for me.  Thanks!