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 669207 - gnu gettext/git badness
gnu gettext/git badness
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
unspecified
Other All
: Normal normal
: 0.10.37
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on: 667664
Blocks:
 
 
Reported: 2012-02-01 22:32 UTC by Allison Karlitskaya (desrt)
Modified: 2012-02-22 03:04 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
build: avoid touching .po files during 'make' (924 bytes, patch)
2012-02-02 18:48 UTC, Allison Karlitskaya (desrt)
committed Details | Review

Description Allison Karlitskaya (desrt) 2012-02-01 22:32:04 UTC
As a user of GNU gettext automake integration and git, gstreamer is impacted by bug 661128.
Comment 1 Allison Karlitskaya (desrt) 2012-02-01 22:39:51 UTC
I can't make a patch for this until the patch in bug 667664 is committed.
Comment 2 Allison Karlitskaya (desrt) 2012-02-02 18:48:25 UTC
Created attachment 206656 [details] [review]
build: avoid touching .po files during 'make'

A simple workaround to deal with GNU gettext automake integration
failing to deal with git.
Comment 3 David Schleef 2012-02-22 03:03:46 UTC
Pushed, slightly differently, to all modules.

commit 31861969a937d4daec993a07ca57aaeb1122a621
Author: Ryan Lortie <desrt@desrt.ca>
Date:   Thu Feb 2 13:45:25 2012 -0500

    build: avoid touching .po files during 'make'
    
    A simple workaround to deal with GNU gettext automake integration
    failing to deal with git.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=669207