<?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>66342</bug_id>
          
          <creation_ts>2004-10-04 13:13 0000</creation_ts>
          <short_desc>Inkscape not properly handling dependencies</short_desc>
          <delta_ts>2004-12-22 14:16:25 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>Applications</component>
          <version>2004.2</version>
          <rep_platform>All</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          
          <priority>P2</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          
          <everconfirmed>1</everconfirmed>
          <reporter>andrewski@fr.st</reporter>
          <assigned_to>graphics@gentoo.org</assigned_to>
          <cc>hoffbrinkle@hotmail.com</cc>

      

      
          <long_desc isprivate="0">
            <who>andrewski@fr.st</who>
            <bug_when>2004-10-04 13:13:29 0000</bug_when>
            <thetext>Hi, I got the following error while trying to install media-gfx/inkscape-0.37:

checking for gtk+-2.0 &gt;= 2.0.0  libart-2.0 &gt;= 2.3.10  libxml-2.0 &gt;= 2-2.4.24  sigc++-1.2... Package sigc++-1.2 was not found in the pkg-config search path.
Perhaps you should add the directory containing `sigc++-1.2.pc&apos;
to the PKG_CONFIG_PATH environment variable
No package &apos;sigc++-1.2&apos; found

configure: error: Library requirements (gtk+-2.0 &gt;= 2.0.0  libart-2.0 &gt;= 2.3.10  libxml-2.0 &gt;= 2-2.4.24  sigc++-1.2) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them.

Sure enough, I didn&apos;t have dev-libs/libsigc++ installed on my system.  However, shouldn&apos;t the ebuild have pulled that in as a dependency?</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>markus@trippelsdorf.net</who>
            <bug_when>2004-11-06 22:47:46 0000</bug_when>
            <thetext>Same thing here on amd64.
The problem is, that libsigc++2.0.1 and 2.0.5 are stable on amd64,
but inkscape needs version 1.2.x to be build.
The line (from the ebuild):
&gt;=dev-libs/libsigc++-1.2
should be:
=dev-libs/libsigc++-1.2*
</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>hoffbrinkle@hotmail.com</who>
            <bug_when>2004-12-14 18:59:07 0000</bug_when>
            <thetext>I ran into the same problem using amd64.  Creating an inkscape-0.37-r1.ebuild in my overlay directory that had the change in Comment #1 solved the problem for me.  libsigc++-1.2 is slotted, and as such doesn&apos;t seem to cause any problems.  Either way, the current &apos;stable&apos; ebuild for inkscape is broken on a standard amd64 system.

The patch is simple enough that I can put it right here:

--- media-gfx/inkscape/inkscape-0.37.ebuild     2004-06-24 19:06:41.000000000 -0400
+++ media-gfx/inkscape/inkscape-0.37-r1.ebuild  2004-12-14 21:47:41.477739000 -0500
@@ -21,7 +21,7 @@
        dev-libs/popt
        sys-libs/zlib
        media-libs/libpng
-       &gt;=dev-libs/libsigc++-1.2
+       =dev-libs/libsigc++-1.2*
        gnome? ( &gt;=gnome-base/libgnomeprint-2.2
                &gt;=gnome-base/libgnomeprintui-2.2 )&quot;
</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>hanno@gentoo.org</who>
            <bug_when>2004-12-22 14:16:25 0000</bug_when>
            <thetext>fixed</thetext>
          </long_desc>
      
    </bug>

</bugzilla>