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 161719 - Gimp 2.2.0 does not compile with Python support enabled.
Gimp 2.2.0 does not compile with Python support enabled.
Status: RESOLVED DUPLICATE of bug 161716
Product: GIMP
Classification: Other
Component: Gimp-Python
2.1.x
Other Linux
: Normal normal
: ---
Assigned To: Manish Singh
GIMP Bugs
Depends on:
Blocks:
 
 
Reported: 2004-12-19 18:30 UTC by Tom Williams
Modified: 2004-12-19 18:39 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
config.log file from the build (108.57 KB, text/plain)
2004-12-19 18:36 UTC, Tom Williams
Details

Description Tom Williams 2004-12-19 18:30:41 UTC
When I compile Gimp 2.2.0 on Linux with Python support enabled, the compile
fails due to a Makefile issue:

gcc -shared  .libs/procbrowser.o -Wl,--whole-archive
../../plug-ins/dbbrowser/.libs/libgimpprocbrowser.a -Wl,--no-whole-archive 
-Wl,--rpath -Wl,/home/tom/build/gimp-2.2.0/libgimp/.libs -Wl,--rpath
-Wl,/home/tom/build/gimp-2.2.0/libgimpwidgets/.libs -Wl,--rpath
-Wl,/home/tom/build/gimp-2.2.0/libgimpcolor/.libs -Wl,--rpath
-Wl,/home/tom/build/gimp-2.2.0/libgimpbase/.libs
../../libgimp/.libs/libgimpui-2.0.so
../../libgimpwidgets/.libs/libgimpwidgets-2.0.so
../../libgimp/.libs/libgimp-2.0.so ../../libgimpcolor/.libs/libgimpcolor-2.0.so
../../libgimpbase/.libs/libgimpbase-2.0.so -L/opt/gnome/lib
/opt/gnome/lib/libgtk-x11-2.0.so /opt/gnome/lib/libgdk-x11-2.0.so
/opt/gnome/lib/libatk-1.0.so /opt/gnome/lib/libgdk_pixbuf-2.0.so -lm
/opt/gnome/lib/libpangoxft-1.0.so /opt/gnome/lib/libpangox-1.0.so
/opt/gnome/lib/libpango-1.0.so /opt/gnome/lib/libgobject-2.0.so
/opt/gnome/lib/libgmodule-2.0.so -ldl /opt/gnome/lib/libglib-2.0.so 
-Wl,--export-dynamic -Wl,-soname -Wl,gimpprocbrowsermodule.so -o
.libs/gimpprocbrowsermodule.so
creating gimpprocbrowsermodule.la
(cd .libs && rm -f gimpprocbrowsermodule.la && ln -s ../gimpprocbrowsermodule.la
gimpprocbrowsermodule.la)
make[4]: *** No rule to make target `pygimp-logo.png', needed by `all-am'.  Stop.
make[4]: Leaving directory `/build/gimp-2.2.0/plug-ins/pygimp'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/build/gimp-2.2.0/plug-ins/pygimp'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/build/gimp-2.2.0/plug-ins'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/build/gimp-2.2.0'
make: *** [all] Error 2
tom@linux:~/build/gimp-2.2.0$
Comment 1 Tom Williams 2004-12-19 18:35:45 UTC
Here is additional information about my build environment:

tom@linux:~/build/gimp-2.2.0$ python -V       
Python 2.3.4
tom@linux:~/build/gimp-2.2.0$ gcc --version   
gcc (GCC) 3.4.3
Copyright (C) 2004 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

tom@linux:~/build/gimp-2.2.0$ pkg-config --modversion glib-2.0
2.6.0
tom@linux:~/build/gimp-2.2.0$ pkg-config --modversion gtk+-2.0
2.6.0
tom@linux:~/build/gimp-2.2.0$ 

Comment 2 Tom Williams 2004-12-19 18:36:51 UTC
Created attachment 35015 [details]
config.log file from the build

This is the config.log file from the Gimp 2.2.0 build.
Comment 3 Tom Williams 2004-12-19 18:38:05 UTC
One last thing.  BugZilla hasn't been updated to list 2.2.0 as a Gimp release
version yet so I chose 2.2-pre2, since that was the closest version to 2.2.0.  :)

Peace...
Comment 4 Sven Neumann 2004-12-19 18:39:21 UTC

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