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 358984 - gtk+-2.10.5 does not build because of a typo in gtk/Makefile
gtk+-2.10.5 does not build because of a typo in gtk/Makefile
Status: RESOLVED DUPLICATE of bug 358931
Product: gtk+
Classification: Platform
Component: .General
2.10.x
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2006-10-02 12:50 UTC by Joseph Sacco
Modified: 2006-10-02 13:22 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Joseph Sacco 2006-10-02 12:50:56 UTC
There is a typo in gtk/Makefile.(am|in) that prevents gtk+ from building. A patch is shown below.

-Joseph

=============================================================================
--- gtk+-2.10.5/gtk/Makefile.am-        2006-10-02 08:42:36.000000000 -0400
+++ gtk+-2.10.5/gtk/Makefile.am 2006-10-02 08:42:43.000000000 -0400
@@ -1104,7 +1104,7 @@
           && $(LN_S) gtk-goto-first-ltr.png gtk-goto-last-rtl.png              \
           && $(RM) gtk-media-forward-rtl.png                                   \
           && $(LN_S) gtk-media-rewind-ltr.png gtk-media-forward-rtl.png        \
-          && $(RM) gtk-mdedia-next-rtl.png                                     \
+          && $(RM) gtk-media-next-rtl.png                                      \
           && $(LN_S) gtk-media-previous-ltr.png gtk-media-next-rtl.png         \
           && $(RM) gtk-media-previous-rtl.png                                  \
           && $(LN_S) gtk-media-next-ltr.png gtk-media-previous-rtl.png         \
Comment 1 Sebastien Bacher 2006-10-02 13:22:04 UTC
Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find.


*** This bug has been marked as a duplicate of 358931 ***