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 142520 - compiling gstreamer core fails
compiling gstreamer core fails
Status: RESOLVED NOTABUG
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other Linux
: Normal normal
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2004-05-14 06:52 UTC by Amaury Jacquot
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Amaury Jacquot 2004-05-14 06:52:26 UTC
/usr/bin/msgfmt: af.po: headerfield `PO-Revision-Date' missing in header
/usr/bin/msgfmt: af.po: headerfield `Last-Translator' missing in header
/usr/bin/msgfmt: af.po: headerfield `Language-Team' missing in header
/usr/bin/msgfmt: af.po: headerfield `MIME-Version' missing in header
/usr/bin/msgfmt: af.po: headerfield `Content-Type' missing in header
/usr/bin/msgfmt: af.po: headerfield `Content-Transfer-Encoding' missing in header
af.po:10:2: parse error
af.po:10: keyword "af" unknown
/usr/bin/msgfmt: found 8 fatal errors
make[1]: *** [af.gmo] Error 1
make[1]: Leaving directory `/media/projects/packages/gstreamer/gstreamer/po'
make: *** [install-recursive] Error 1
Comment 1 Thomas Vander Stichele 2004-05-14 07:25:11 UTC
cd po
rm *.po
cvs update
cd ..
make
Comment 2 Amaury Jacquot 2004-05-14 07:56:16 UTC
shouldn't "make maintainer-clean" do that already ?