(i hope my english is understandable) when i like to install "media-gfx/dcraw-8.45" i get the following error 11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0 >>> Source compiled. >>> Test phase [not enabled]: media-gfx/dcraw-8.45 >>> Install dcraw-8.45 into /var/tmp/portage/media-gfx/dcraw-8.45/image/ category media-gfx /usr/bin/install -d /var/tmp/portage/media-gfx/dcraw-8.45/image//usr/bin /usr/bin/install dcraw /var/tmp/portage/media-gfx/dcraw-8.45/image//usr/bin /usr/bin/install dcparse /var/tmp/portage/media-gfx/dcraw-8.45/image//usr/bin /usr/bin/install -d /var/tmp/portage/media-gfx/dcraw-8.45/image//usr/share/man/man1 /usr/bin/install dcraw.1 /var/tmp/portage/media-gfx/dcraw-8.45/image//usr/share/man/man1 /bin/install -c -d /var/tmp/portage/media-gfx/dcraw-8.45/image//usr/lib/gimp/2.0/plug-ins /usr/bin/gimptool-2.0: line 274: /bin/install: No such file or directory /bin/install -c rawphoto /var/tmp/portage/media-gfx/dcraw-8.45/image//usr/lib/gimp/2.0/plug-ins/rawphoto /usr/bin/gimptool-2.0: line 278: /bin/install: No such file or directory /usr/bin/gimptool-2.0: line 278: exec: /bin/install: cannot execute: No such file or directory !!! ERROR: media-gfx/dcraw-8.45 failed. Call stack: ebuild.sh, line 1611: Called dyn_install ebuild.sh, line 1057: Called qa_call 'src_install' environment, line 3050: Called src_install dcraw-8.45.ebuild, line 61: Called die !!! gimptool 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/dcraw-8.45/temp/build.log'. after i have done a "ln -s /usr/bin/install /bin/install" all worked fine. but i think i have to change the line in /usr/bin/gimptool-2.0 - INSTALL='/bin/install -c' + INSTALL='/usr/bin/install -c' should the gimp ebuild do that? Reproducible: Always
Re-emerge gimp...