Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 118497 - media-sound/noxmms-1.2.7 DEPENDs on dev-libs/glib-1.2
Summary: media-sound/noxmms-1.2.7 DEPENDs on dev-libs/glib-1.2
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: High blocker (vote)
Assignee: Gentoo Sound Team
URL: http://xmmsd.sourceforge.net/noxmms/
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-10 00:45 UTC by Jeroen Roovers (RETIRED)
Modified: 2006-01-10 01:42 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
noxmms-1.2.7-glib-DEPEND.patch (noxmms-1.2.7-glib-DEPEND.patch,606 bytes, patch)
2006-01-10 00:47 UTC, Jeroen Roovers (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jeroen Roovers (RETIRED) gentoo-dev 2006-01-10 00:45:36 UTC
Simple patch to follow.
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2006-01-10 00:47:45 UTC
Created attachment 76698 [details, diff]
noxmms-1.2.7-glib-DEPEND.patch
Comment 2 Jeroen Roovers (RETIRED) gentoo-dev 2006-01-10 01:02:22 UTC
From the website (see URL):

[root@wonka root]# ldd /usr/bin/noxmms
        libgmodule-1.2.so.0 => /usr/lib/libgmodule-1.2.so.0 (0x4001b000)
        libgthread-1.2.so.0 => /usr/lib/libgthread-1.2.so.0 (0x4001f000)
        libpthread.so.0 => /lib/libpthread.so.0 (0x40022000)
        libdl.so.2 => /lib/libdl.so.2 (0x40071000)
        libnoxmms.so.1 => /usr/lib/libnoxmms.so.1 (0x40074000)
        libglib-1.2.so.0 => /usr/lib/libglib-1.2.so.0 (0x4007c000)
        libc.so.6 => /lib/libc.so.6 (0x400a2000)
        /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)
[root@wonka root]# noxmms

And locally:

epia /keeps/gentoo/cvs/gentoo-x86/media-sound/noxmms # ldd /usr/bin/noxmms
        linux-gate.so.1 =>  (0xffffe000)
        libgmodule-1.2.so.0 => /usr/lib/libgmodule-1.2.so.0 (0x4ba7f000)
        libgthread-1.2.so.0 => /usr/lib/libgthread-1.2.so.0 (0x4b93d000)
        libpthread.so.0 => /lib/libpthread.so.0 (0x4b915000)
        libnoxmms.so.1 => /usr/lib/libnoxmms.so.1 (0xb7f1c000)
        libglib-1.2.so.0 => /usr/lib/libglib-1.2.so.0 (0x4bab1000)
        libdl.so.2 => /lib/libdl.so.2 (0x4b81f000)
        libc.so.6 => /lib/libc.so.6 (0x4b6c0000)
        /lib/ld-linux.so.2 (0x4b6a5000)
epia /keeps/gentoo/cvs/gentoo-x86/media-sound/noxmms #
Comment 3 Jeroen Roovers (RETIRED) gentoo-dev 2006-01-10 01:35:03 UTC
After unmerging =dev-libs/glib-1.2*:

epia ~ # emerge noxmms
[...]
checking for GLIB - version >= 1.2.2... no
*** The glib-config script installed by GLIB could not be found
*** If GLIB was installed in PREFIX, make sure PREFIX/bin is in
*** your path, or set the GLIB_CONFIG environment variable to the
*** full path to glib-config.
configure: error: *** GLIB >= 1.2.2 not installed - please install first ***

!!! Please attach the following file when filing a report to bugs.gentoo.org:
!!! /var/tmp/portage/noxmms-1.2.7/work/noxmms-1.2.7/config.log

!!! ERROR: media-sound/noxmms-1.2.7 failed.
!!! Function econf, Line 489, Exitcode 0
!!! econf failed
!!! If you need support, post the topmost build error, NOT this status message.

I'll just go and fix this quickly if nobody minds. :)
Comment 4 Jeroen Roovers (RETIRED) gentoo-dev 2006-01-10 01:42:07 UTC
Fixed in CVS.