Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 500730 - x11-libs/mx-1.4.7-r1 does not build (=1: No such file or directory)
Summary: x11-libs/mx-1.4.7-r1 does not build (=1: No such file or directory)
Status: VERIFIED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
: 500754 (view as bug list)
Depends on:
Blocks:
 
Reported: 2014-02-09 01:00 UTC by Marien Zwart (RETIRED)
Modified: 2014-02-09 12:25 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
mx-1.4.7-r1 build.log (build.log,321.19 KB, text/plain)
2014-02-09 01:00 UTC, Marien Zwart (RETIRED)
Details
mx-1.4.7-r1 config.log (config.log,48.21 KB, text/x-log)
2014-02-09 01:01 UTC, Marien Zwart (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Marien Zwart (RETIRED) gentoo-dev 2014-02-09 01:00:37 UTC
Created attachment 369914 [details]
mx-1.4.7-r1 build.log

x11-libs/mx-1.4.7-r1 fails to build because of a stray "=1":

/bin/sh ../libtool  --tag=CC   --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I..     -DG_LOG_DOMAIN=\"MxGtk\"  -Wall -DG_DISABLE_ASSERT -DG_DISABLE_CHECKS -DG_DISABLE_CAST_CHECKS -pthread -I/usr/include/gtk-2.0 -I/usr/lib64/gtk-2.0/include -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libdrm -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib64/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/libpng16  =1  -ggdb -O2 -pipe -march=native -c -o libmx_gtk_1.0_la-mx-gtk-frame.lo `test -f '../mx-gtk/mx-gtk-frame.c' || echo './'`../mx-gtk/mx-gtk-frame.c
...
x86_64-pc-linux-gnu-gcc: error: =1: No such file or directory

mx-1.4.7 is fine. Comparing their config.log, we see GTK_CFLAGS includes -DGSEAL_ENABLE=1 in 1.4.7, which is turned into =1 in 1.4.7-r1. That's probably done by the sed in gnome2_disable_deprecation_warning, which is called via gnome2_src_prepare which got added to the ebuild in 1.4.7-r1.

I suspect the correct fix is to make that sed remove any trailing =1 as well, but I'm not hindered by knowledge of how GSEAL_ENABLE is "normally" used :)
Comment 1 Marien Zwart (RETIRED) gentoo-dev 2014-02-09 01:01:19 UTC
Created attachment 369916 [details]
mx-1.4.7-r1 config.log
Comment 2 Harris Landgarten 2014-02-09 02:45:50 UTC
Same here
Comment 3 Jack River 2014-02-09 07:42:53 UTC
same here, have to skip it to continue then.
Comment 4 Pacho Ramos gentoo-dev 2014-02-09 08:02:33 UTC
Sorry, this is because I needed to modify it while running repoman due a warning :S, let me check in some minutes
Comment 5 Pacho Ramos gentoo-dev 2014-02-09 08:31:20 UTC
+  09 Feb 2014; Pacho Ramos <pacho@gentoo.org> gnome2-utils.eclass:
+  Drop also values of DGSEAL_ENABLE (#500730)
+

Try this, looks to work ok for me (I still don't understand why it merged ok for me yesterday while not doing once I added the subslot stuff for cogl :S)
Comment 6 Pacho Ramos gentoo-dev 2014-02-09 10:26:47 UTC
*** Bug 500754 has been marked as a duplicate of this bug. ***
Comment 7 Marien Zwart (RETIRED) gentoo-dev 2014-02-09 12:25:23 UTC
Much better, thanks!