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 161716 - Pygimp build fails due to missing pygimp-logo.png
Pygimp build fails due to missing pygimp-logo.png
Status: RESOLVED FIXED
Product: GIMP
Classification: Other
Component: Gimp-Python
2.2.x
Other All
: Normal normal
: ---
Assigned To: Manish Singh
GIMP Bugs
: 161719 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2004-12-19 17:55 UTC by Yeti
Modified: 2008-01-15 12:43 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Yeti 2004-12-19 17:55:31 UTC
tar -jxvf gimp-2.2.0.tar.bz2
cd gimp-2.2.0
./confiure --enable-python
make

gives:

make[4]: *** No rule to make target `pygimp-logo.png', needed by `all-am'.  Stop.
make[4]: Leaving directory `/home/yeti/src/gimp-2.2.0/plug-ins/pygimp'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/yeti/src/gimp-2.2.0/plug-ins/pygimp'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/yeti/src/gimp-2.2.0/plug-ins'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/yeti/src/gimp-2.2.0'
make: *** [all] Error 2

Note I'm using `Current CVS' as version, because it's not possible to select
2.2.0 yet.
Comment 1 Sven Neumann 2004-12-19 18:39:22 UTC
*** Bug 161719 has been marked as a duplicate of this bug. ***
Comment 2 Sven Neumann 2004-12-19 18:41:40 UTC
None problem, fixed in CVS. All you need to do is to add the missing PNG file to
your build.

http://cvs.gnome.org/viewcvs/*checkout*/gimp/plug-ins/pygimp/pygimp-logo.png
Comment 3 Sven Neumann 2004-12-21 17:59:04 UTC
err, I meant to write "Known problem ..." of course.
Comment 4 Manish Singh 2004-12-28 00:12:11 UTC
Marking as fixed, since fix has been in CVS for some time now.