Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug
Bug#: 37616
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gentoo Ruby Team <ruby@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Park Ji-in <mithrandir@electrang.net>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
ruby-gdkpixbuf2-0.8.1.ebuild ruby-gdkpixbuf2-0.8.1.ebuild text/plain Park Ji-in 2004-01-08 08:34 0000 442 bytes Details
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 37616 depends on: Show dependency tree
Bug 37616 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-01-08 08:25 0000
when I did
ACCEPT_KEYWORDS="~x86" emerge =ruby-gnome-0.81 ,
I found that this emerging wants media-libs/gdk-pixbuf ,
but it's now in gtk package, not alone. 

so I remove Dep to gdk-pixbuf in ruby-gdkpixbuf2 and it succesfully installed.

and result of ldd is below, with no missing lib.

$ ldd /usr/lib/ruby/site_ruby/1.8/i686-linux-gnu/gdk_pixbuf2.so
        libruby18.so.1.8 => /usr/lib/libruby18.so.1.8 (0x4001e000)
        libgdk_pixbuf-2.0.so.0 => /usr/lib/libgdk_pixbuf-2.0.so.0 (0x44e3b000)
        libm.so.6 => /lib/libm.so.6 (0x44ac4000)
        libgobject-2.0.so.0 => /usr/lib/libgobject-2.0.so.0 (0x44d93000)
        libgmodule-2.0.so.0 => /usr/lib/libgmodule-2.0.so.0 (0x44e2f000)
        libdl.so.2 => /lib/libdl.so.2 (0x44ae8000)
        libglib-2.0.so.0 => /usr/lib/libglib-2.0.so.0 (0x44cab000)
        libcrypt.so.1 => /lib/libcrypt.so.1 (0x453af000)
        libc.so.6 => /lib/libc.so.6 (0x44999000)
        /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x80000000)

and the sample ruby script in ruby-gdkpixbuf2 works fine.

Reproducible: Always
Steps to Reproduce:

------- Comment #1 From Park Ji-in 2004-01-08 08:26:21 0000 -------
I suggest to remove deps to 'media-libs/gdk-pixbuf' from
dev-ruby/ruby-gdkpixbuf2

------- Comment #2 From Park Ji-in 2004-01-08 08:34:58 0000 -------
Created an attachment (id=23390) [details]
ruby-gdkpixbuf2-0.8.1.ebuild

removing dependency to gdk-pixbuf, and add >=gtk+-2.0 (which gdk-pixbuf is in)

------- Comment #3 From Park Ji-in 2004-01-08 09:00:44 0000 -------
at 
'when I did
ACCEPT_KEYWORDS="~x86" emerge =ruby-gnome-0.81 ,'
this is ruby-gnome2-0.81 :) not ruby-gnome-0.81

------- Comment #4 From Mamoru KOMACHI (RETIRED) 2004-01-23 00:05:47 0000 -------
Fixed in CVS. Thanks for reporting.

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