[Bug 162857] New: make dist is broken

[email protected] Mon, 3 Jan 2005 16:53:42 -0500 (EST)
Newsgroups gmane.editors.conglomerate.cvs
Message-ID <[email protected]>
Please DO NOT reply to this by email. All additional comments should be made in
the comments box of this bug report.

 http://bugzilla.gnome.org/show_bug.cgi?id=162857
 conglomerate | general | Ver: cvs

           Summary: make dist is broken
           Product: conglomerate
           Version: cvs
          Platform: Other
        OS/Version: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: general
        AssignedTo: [email protected]
        ReportedBy: [email protected]


when I type `make dist` I get

make[1]: Leaving directory `/usr/src/conglomerate/po'
make[1]: Entering directory `/usr/src/conglomerate/po'
make conglomerate.pot
make[2]: Entering directory `/usr/src/conglomerate/po'
INTLTOOL_EXTRACT=../intltool-extract ../intltool-update --gettext-package
conglomerate --pot
ERROR: xgettext failed to generate PO template file because there is non-ASCII
       string marked for translation. Please make sure that all strings marked
       for translation are in uniform encoding (say UTF-8), then *prepend* the
       following line to POTFILES.in and rerun intltool-update:

           [encoding: UTF-8]

make[2]: *** [conglomerate.pot] Error 1
make[2]: Leaving directory `/usr/src/conglomerate/po'
make[1]: *** [update-po] Error 2
make[1]: Leaving directory `/usr/src/conglomerate/po'
make: *** [distdir] Error 1
stappers@mir-CHROOT:/usr/src/conglomerate
$

What was recently changed is the addition of more  dispecs/*.xds.in file,
so I did

--- po/POTFILES.in      29 Dec 2004 17:30:26 -0000      1.44
+++ po/POTFILES.in      3 Jan 2005 21:47:40 -0000
@@ -1,19 +1,19 @@
 # Generated by upstream script uss/mkpotfilesin
 # Use that script
 # because 'intltool-update' doesn't know about display spec files
-[type: gettext/xml]dispspecs/cnxml.xds.in
-[type: gettext/xml]dispspecs/dispspec.xds.in
-[type: gettext/xml]dispspecs/docbook.xds.in
-[type: gettext/xml]dispspecs/forrest-document.xds.in
-[type: gettext/xml]dispspecs/kernel-traffic-newsletter.xds.in
-[type: gettext/xml]dispspecs/opml.xds.in
-[type: gettext/xml]dispspecs/readme.xds.in
-[type: gettext/xml]dispspecs/relax-ng.xds.in
-[type: gettext/xml]dispspecs/teixlite.xds.in
-[type: gettext/xml]dispspecs/website-layout.xds.in
-[type: gettext/xml]dispspecs/website-webpage.xds.in
-[type: gettext/xml]dispspecs/xhtml1-strict.xds.in
-[type: gettext/xml]dispspecs/xsl.xds.in
+[encoding: UTF-8][type: gettext/xml]dispspecs/cnxml.xds.in
+[encoding: UTF-8][type: gettext/xml]dispspecs/dispspec.xds.in
+[encoding: UTF-8][type: gettext/xml]dispspecs/docbook.xds.in
+[encoding: UTF-8][type: gettext/xml]dispspecs/forrest-document.xds.in
+[encoding: UTF-8][type: gettext/xml]dispspecs/kernel-traffic-newsletter.xds.in
+[encoding: UTF-8][type: gettext/xml]dispspecs/opml.xds.in
+[encoding: UTF-8][type: gettext/xml]dispspecs/readme.xds.in
+[encoding: UTF-8][type: gettext/xml]dispspecs/relax-ng.xds.in
+[encoding: UTF-8][type: gettext/xml]dispspecs/teixlite.xds.in
+[encoding: UTF-8][type: gettext/xml]dispspecs/website-layout.xds.in
+[encoding: UTF-8][type: gettext/xml]dispspecs/website-webpage.xds.in
+[encoding: UTF-8][type: gettext/xml]dispspecs/xhtml1-strict.xds.in
+[encoding: UTF-8][type: gettext/xml]dispspecs/xsl.xds.in
 data/conglomerate.desktop.in
 data/conglomerate.keys.in
 data/conglomerate.schemas.in

But then I get 

make[1]: Leaving directory `/usr/src/conglomerate/po'
make[1]: Entering directory `/usr/src/conglomerate/po'
Makefile:189: *** target pattern contains no `%'.  Stop.
make[1]: Leaving directory `/usr/src/conglomerate/po'
make: *** [distdir] Error 1
stappers@mir-CHROOT:/usr/src/conglomerate
$

------- You are receiving this mail because: -------
You are the assignee for the bug.