Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 163671 - media-gfx/dcraw-8.45 fails w/ USE=gimp
Summary: media-gfx/dcraw-8.45 fails w/ USE=gimp
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-01-24 23:07 UTC by Markus Rathgeb
Modified: 2007-01-24 23:13 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 Markus Rathgeb 2007-01-24 23:07:22 UTC
(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
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2007-01-24 23:13:08 UTC
Re-emerge gimp...