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 693086 - make check fails at lt-test-save-and-export
make check fails at lt-test-save-and-export
Status: RESOLVED NOTGNOME
Product: GIMP
Classification: Other
Component: General
2.8.2
Other Linux
: Normal normal
: ---
Assigned To: GIMP Bugs
GIMP Bugs
Depends on:
Blocks:
 
 
Reported: 2013-02-03 11:10 UTC by hete2
Modified: 2013-02-17 13:15 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description hete2 2013-02-03 11:10:11 UTC
make check gives the following error:


/gimp-save-and-export/saved_imported_file_uris: 
(/opt/gimp-2.8.2/app/tests/.libs/lt-test-save-and-export:15063): GLib-GObject-WARNING **: invalid cast from `GimpView' to `GtkImage'
Trace/breakpoint trap (core dumped)
FAIL: test-save-and-export

=====================================================================
1 of 10 tests failed
Please report to http://bugzilla.gnome.org/enter_bug.cgi?product=GIMP
=====================================================================

The newest version from git produces the same error.
Comment 1 Michael Natterer 2013-02-04 23:18:45 UTC
test-save-and-export succeeds just fine for me on both master and
HEAD of the gimp-2-8 branch. Are you by any chance using Ubuntu?
Wild guess because they destroy their GTK+ pretty badly.
Comment 2 hete2 2013-02-05 14:40:34 UTC
Yes, you're right. I am using Ubuntu (Xubuntu) 12.04.
Comment 3 Michael Natterer 2013-02-06 21:53:28 UTC
Then I'm afraid Ubuntu has done something evil to their GTK+ again,
I just released 2.8.4 and distcheck succeeded on two different
machines using vanilla GTK+. Please report this in the Ubuntu
subtracker.
Comment 4 hete2 2013-02-17 13:15:04 UTC
Hallo

you are right. I built installed glibc and GTK from source an everything works fine.
Thank you for your help.