Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug
Bug#: 41170
Alias:
Product:
Component:
Status: RESOLVED
Resolution: DUPLICATE of bug 2272
Assigned To: Gentoo Linux Gnome Desktop Team <gnome@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Christian Seiler <chris_se@gmx.net>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
gdk.diff The patch to the ebuild. patch Christian Seiler 2004-02-10 14:48 0000 600 bytes Details | Diff
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 41170 depends on: 13484 Show dependency tree
Bug 41170 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2004-02-10 14:46 0000
While emerging the GIMP I noticed that portage wanted to emerge also the GNOME
1.4 libraries. I do not want these.

I then traced the dependency down to the package media-libs/gdk-pixbuf.

Reproducible: Always
Steps to Reproduce:
emerge -p gdk-pixbuf without having gnome-base/gnome-libs installed and with
having the gnome USE flag unset.
Actual Results:  
gnome-libs is on the list of the packages that are to be emerged.

Expected Results:  
gnome-libs should not be on the list of the packages that are to be emerged.

I modified the ebuild so that the gnome-base/gnome-libs would only be a
dependency if the gnome USE flag was set. gdk-pixbuf emerged just fine and
until
now I did not have any problems with the GIMP.

Here is the patch to the ebuild.

--- gdk-pixbuf-0.22.0.ebuild.old        2004-02-09 21:30:32.000000000 +0100
+++ gdk-pixbuf-0.22.0.ebuild    2004-02-09 21:30:32.000000000 +0100
@@ -4,7 +4,7 @@

 inherit virtualx libtool gnome.org

-IUSE="doc"
+IUSE="doc gnome"
 S=${WORKDIR}/${P}
 DESCRIPTION="GNOME Image Library"
 HOMEPAGE="http://www.gtk.org/"
@@ -13,7 +13,7 @@
        media-libs/tiff
        =x11-libs/gtk+-1.2*
        >=media-libs/libpng-1.2.1
-       >=gnome-base/gnome-libs-1.4.1.2-r1"
+       gnome? ( >=gnome-base/gnome-libs-1.4.1.2-r1 )"
 # We need gnome-libs here, else gnome support do not get compiled into
 # gdk-pixbuf (the GnomeCanvasPixbuf library )

------- Comment #1 From Christian Seiler 2004-02-10 14:48:48 0000 -------
Created an attachment (id=25362) [details]
The patch to the ebuild.

------- Comment #2 From foser (RETIRED) 2004-02-10 15:12:38 0000 -------
search please 

and there's actually a comment there which explains the situation *sigh* (even in the diff)

*** This bug has been marked as a duplicate of 2272 ***

Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug