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.)
*** This bug has been marked as a duplicate of bug 200229 ***