<?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>55444</bug_id>
          
          <creation_ts>2004-06-28 10:18 0000</creation_ts>
          <short_desc>porthole 0.3.1 fails with all unmasked pygtks</short_desc>
          <delta_ts>2004-06-28 13:16:10 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>unspecified</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>check@radicalmedia.com</reporter>
          <assigned_to>port001@gentoo.org</assigned_to>
          

      

      
          <long_desc isprivate="0">
            <who>check@radicalmedia.com</who>
            <bug_when>2004-06-28 10:18:20 0000</bug_when>
            <thetext>All available builds of pygtk seem to SLOT pygtk to 1.2 or 2 -- see below -- which means that the porthole 0.3.1 ebuild won&apos;t emerge properly, because it looks for a pygtk that&apos;s slotted to 0.  If you grep for a slot of 2 in the ebuild file, it compiles and runs.  I&apos;m not uploading a patch because SLOTing is still a bit of mystery to me and I don&apos;t want to upload something that might break someone&apos;s system.  Plus it&apos;s changing one letter.

BUILD ERROR:
remora pkg # emerge -v porthole
Calculating dependencies ...done!
&gt;&gt;&gt; emerge (1 of 1) app-portage/porthole-0.3.1 to /
&gt;&gt;&gt; md5 src_uri ;-) porthole-0.3.1.tar.bz2

 * pygtk was not merged with the gnome
 * USE flag. Porthole requires pygtk be
 * built with this flag for libglade support.

!!! ERROR: app-portage/porthole-0.3.1 failed.
!!! Function pkg_setup, Line 35, Exitcode 0
!!! pygtk missing gnome support



remora pkg # grep SLOT /usr/portage/dev-python/pygtk/*.ebuild
/usr/portage/dev-python/pygtk/pygtk-0.6.11-r1.ebuild:SLOT=&quot;1.2&quot;
/usr/portage/dev-python/pygtk/pygtk-0.6.11.ebuild:SLOT=&quot;1.2&quot;
/usr/portage/dev-python/pygtk/pygtk-1.99.13-r1.ebuild:SLOT=&quot;2&quot;
/usr/portage/dev-python/pygtk/pygtk-2.0.0-r1.ebuild:SLOT=&quot;2&quot;
/usr/portage/dev-python/pygtk/pygtk-2.0.0.ebuild:SLOT=&quot;2&quot;
/usr/portage/dev-python/pygtk/pygtk-2.2.0.ebuild:SLOT=&quot;2&quot;

FROM:
/usr/portage/app-portage/porthole/porthole-0.3.1.ebuild
THIS: if grep 0 ${pygtk_install}/SLOT &gt; /dev/null; then
SHOULD BE THIS: if grep 2 ${pygtk_install}/SLOT &gt; /dev/null; then

Reproducible: Always
Steps to Reproduce:
1.
2.
3.</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>port001@gentoo.org</who>
            <bug_when>2004-06-28 13:05:14 0000</bug_when>
            <thetext>oops :) Not sure how I missed that, my tests worked somehow.

Fixed in CVS, Thanks. </thetext>
          </long_desc>
      
    </bug>

</bugzilla>