<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "http://bugs.gentoo.org/bugzilla.dtd">

<bugzilla version="2.22.7"
          urlbase="http://bugs.gentoo.org/"
          maintainer="bugzilla@gentoo.org"
>

    <bug>
          <bug_id>222635</bug_id>
          
          <creation_ts>2008-05-18 12:55 0000</creation_ts>
          <short_desc>The ebuild of dcraw does not install the Gimp plugin correctly</short_desc>
          <delta_ts>2009-04-04 13:31:48 0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>Gentoo Linux</product>
          <component>Ebuilds</component>
          <version>unspecified</version>
          <rep_platform>All</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>WORKSFORME</resolution>
          
          
          
          <priority>P2</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          
          <everconfirmed>1</everconfirmed>
          <reporter>pgaal@gmx.net</reporter>
          <assigned_to>wschlich@gentoo.org</assigned_to>
          <cc>gengor@gentoo.org</cc>
    
    <cc>tom.gl@free.fr</cc>

      

      
          <long_desc isprivate="0">
            <who>pgaal@gmx.net</who>
            <bug_when>2008-05-18 12:55:13 0000</bug_when>
            <thetext>Emerging dcraw-8.73 dies at the stage of installing the Gimp plugin, although the latter is built normally:

&gt;&gt;&gt; Install dcraw-8.73 into /var/tmp/portage/media-gfx/dcraw-8.73/image/ category media-gfx
/usr/bin/install -d /var/tmp/portage/media-gfx/dcraw-8.73/image//usr/bin
/usr/bin/install dcraw /var/tmp/portage/media-gfx/dcraw-8.73/image//usr/bin
/usr/bin/install dcparse /var/tmp/portage/media-gfx/dcraw-8.73/image//usr/bin
/usr/bin/install -d /var/tmp/portage/media-gfx/dcraw-8.73/image//usr/share/man/man1
/usr/bin/install dcraw.1 /var/tmp/portage/media-gfx/dcraw-8.73/image//usr/share/man/man1
/bin/install -c -d /var/tmp/portage/media-gfx/dcraw-8.73/image//usr/lib/gimp/2.0/plug-ins
/usr/bin/gimptool-2.0: line 274: /bin/install: Datei oder Verzeichnis nicht gefunden
/bin/install -c rawphoto /var/tmp/portage/media-gfx/dcraw-8.73/image//usr/lib/gimp/2.0/plug-ins/rawphoto
/usr/bin/gimptool-2.0: line 278: /bin/install: Datei oder Verzeichnis nicht gefunden
/usr/bin/gimptool-2.0: line 278: exec: /bin/install: cannot execute: Datei oder Verzeichnis nicht gefunden
*
* ERROR: media-gfx/dcraw-8.73 failed.
* Call stack:
*               ebuild.sh, line   49:  Called src_install
*             environment, line 2074:  Called die
* The specific snippet of code:
*           env DESTDIR=&quot;${D}&quot; ${gimptool} --install-admin-bin rawphoto || die &quot;gimptool failed&quot;;
*  The die message:
*   gimptool failed</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>pgaal@gmx.net</who>
            <bug_when>2008-05-18 13:14:54 0000</bug_when>
            <thetext>Created an attachment (id=153539)
Patch to install the plugin differently

The change has been taken from gimp-greycstoration-1.2.7.ebuild. As far as I can see, it is still needed for dcraw-8.83.</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>wschlich@gentoo.org</who>
            <bug_when>2008-05-26 11:47:30 0000</bug_when>
            <thetext>(In reply to comment #0)
&gt; Emerging dcraw-8.73 dies at the stage of installing the Gimp plugin, although
&gt; the latter is built normally:
&gt; 
&gt; &gt;&gt;&gt; Install dcraw-8.73 into /var/tmp/portage/media-gfx/dcraw-8.73/image/ category media-gfx
&gt; /usr/bin/install -d /var/tmp/portage/media-gfx/dcraw-8.73/image//usr/bin
&gt; /usr/bin/install dcraw /var/tmp/portage/media-gfx/dcraw-8.73/image//usr/bin
&gt; /usr/bin/install dcparse /var/tmp/portage/media-gfx/dcraw-8.73/image//usr/bin
&gt; /usr/bin/install -d
&gt; /var/tmp/portage/media-gfx/dcraw-8.73/image//usr/share/man/man1
&gt; /usr/bin/install dcraw.1
&gt; /var/tmp/portage/media-gfx/dcraw-8.73/image//usr/share/man/man1
&gt; /bin/install -c -d
&gt; /var/tmp/portage/media-gfx/dcraw-8.73/image//usr/lib/gimp/2.0/plug-ins
&gt; /usr/bin/gimptool-2.0: line 274: /bin/install: Datei oder Verzeichnis nicht
&gt; gefunden
&gt; /bin/install -c rawphoto
&gt; /var/tmp/portage/media-gfx/dcraw-8.73/image//usr/lib/gimp/2.0/plug-ins/rawphoto
&gt; /usr/bin/gimptool-2.0: line 278: /bin/install: Datei oder Verzeichnis nicht
&gt; gefunden
&gt; /usr/bin/gimptool-2.0: line 278: exec: /bin/install: cannot execute: Datei oder
&gt; Verzeichnis nicht gefunden
&gt; *
&gt; * ERROR: media-gfx/dcraw-8.73 failed.
&gt; * Call stack:
&gt; *               ebuild.sh, line   49:  Called src_install
&gt; *             environment, line 2074:  Called die
&gt; * The specific snippet of code:
&gt; *           env DESTDIR=&quot;${D}&quot; ${gimptool} --install-admin-bin rawphoto || die
&gt; &quot;gimptool failed&quot;;
&gt; *  The die message:
&gt; *   gimptool failed

Cannot reproduce this using media-gfx/gimp-2.4.2.
You probably need to remerge gimp.</thetext>
          </long_desc>
      
          <attachment
              isobsolete="0"
              ispatch="1"
              isprivate="0"
          >
            <attachid>153539</attachid>
            <date>2008-05-18 13:14 0000</date>
            <desc>Patch to install the plugin differently</desc>
            <filename>dcraw-8.73.ebuild.patch</filename>
            <type>text/plain</type>
            <data encoding="base64">LS0tIG9yZy9kY3Jhdy04LjczLmVidWlsZAkyMDA3LTA3LTI2IDIwOjM1OjUwLjAwMDAwMDAwMCAr
MDIwMAorKysgZGNyYXcvZGNyYXctOC43My5lYnVpbGQJMjAwOC0wNS0xOCAxNDoyNjowOS4wMDAw
MDAwMDAgKzAyMDAKQEAgLTU4LDcgKzU4LDggQEAKIAkJZmkKIAogCQkjIGluc3RhbGwgcGx1Z2lu
Ci0JCWVudiBERVNURElSPSIke0R9IiAke2dpbXB0b29sfSAtLWluc3RhbGwtYWRtaW4tYmluIHJh
d3Bob3RvIHx8IGRpZSAiZ2ltcHRvb2wgZmFpbGVkIgorCQlleGVpbnRvICQoJHtnaW1wdG9vbH0g
LS1naW1wcGx1Z2luZGlyKS9wbHVnLWlucyB8fCBkaWUgImdpbXB0b29sIGZhaWxlZCIKKwkJZG9l
eGUgcmF3cGhvdG8gfHwgZGllICJJbnN0YWxsYXRpb24gZmFpbGVkIgogCiAJZmkKIH0K
</data>        

          </attachment>
    </bug>

</bugzilla>