Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 200456 - media-gfx/gimp-2.4.2 fails trying to make gimp-2.4.2.tar.bz2
Summary: media-gfx/gimp-2.4.2 fails trying to make gimp-2.4.2.tar.bz2
Status: RESOLVED DUPLICATE of bug 200229
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: All Linux
: High normal
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-11-26 22:56 UTC by Paul Taylor
Modified: 2007-11-26 22:58 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Paul Taylor 2007-11-26 22:56:11 UTC
gimp-2.4.2 fails to build because it appears gimp-2.4.2.tar.bz2 has been included as a build target:

[snip]

if i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12   -I/usr/include  -DGIMP_DISABLE_DEPRECATED -DG_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DPANGO_DISABLE_DEPRECATED -DGDK_MULTIHEAD_SAFE -DGTK_MULTIHEAD_SAFE  -march=pentium4 -mtune=pentium4 -O2 -pipe -msse -mfpmath=sse -msse2 -fomit-frame-pointer -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -MT CML_explorer.o -MD -MP -MF ".deps/CML_explorer.Tpo" -c -o CML_explorer.o CML_explorer.c; \
        then mv -f ".deps/CML_explorer.Tpo" ".deps/CML_explorer.Po"; else rm -f ".deps/CML_explorer.Tpo"; exit 1; fi
make[3]: *** No rule to make target `gimp-2.4.2.tar.bz2', needed by `all-am'.  Stop.
make[3]: *** Waiting for unfinished jobs....
make[3]: Leaving directory `/var/tmp/portage/media-gfx/gimp-2.4.2/work/gimp-2.4.2/plug-ins/common'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/media-gfx/gimp-2.4.2/work/gimp-2.4.2/plug-ins'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/media-gfx/gimp-2.4.2/work/gimp-2.4.2'
make: *** [all] Error 2
 *
 * ERROR: media-gfx/gimp-2.4.2 failed.
 * Call stack:
 *               ebuild.sh, line 1762:  Called dyn_compile
 *               ebuild.sh, line  891:  Called qa_call 'src_compile'
 *               ebuild.sh, line   35:  Called src_compile
 *             environment, line 2555:  Called die
 * The specific snippet of code:
 *       emake || diefunc "$FUNCNAME" "$LINENO" "$?" "emake failed"
 *  The die message:
 *   emake failed
 *
 * If you need support, post the topmost build error, and the call stack if relevant.
 * A complete build log is located at '/var/tmp/portage/media-gfx/gimp-2.4.2/temp/build.log'.


gimp-2.4.2/plug-ins/common/Makefile contains "am__EXEEXT_1 = gimp-2.4.2.tar.bz2"  which is then included into the libexec_PROGRAMS and PROGRAMS targets.  (I'm not sure how to fix this though.)
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2007-11-26 22:58:23 UTC

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