Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 24969 - dev-perl/glib name conflict with dev-libs/glib ?
Summary: dev-perl/glib name conflict with dev-libs/glib ?
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Martin Holzer (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-07-21 08:12 UTC by Jeff Ames
Modified: 2003-07-21 10:24 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jeff Ames 2003-07-21 08:12:05 UTC
When I 'emerge -upD world', I get this error:
emerge: there are no masked or unmasked ebuilds to satisfy ">=glib-1.2.10-r5".

!!! Problem with ebuild app-i18n/kanjipad-1.2.3
!!! Possibly a DEPEND/*DEPEND problem.

!!! Depgraph creation failed.

Also, it seems to be matching the dev-perl/glib before dev-libs/glib when I do
'emerge -p glib', which leads me to believe this name conflict is what's causing
the DEPEND problem...

[ebuild  N   ] dev-perl/extutils-depends-0.101  
[ebuild  N   ] dev-perl/glib-0.26  

# emerge info
Portage 2.0.48-r5 (default-x86-1.4, gcc-3.2.3, glibc-2.3.2-r1)
=================================================================
System uname: 2.4.21 i686 Intel(R) Pentium(R) III Mobile CPU      1200MHz
GENTOO_MIRRORS="http://gentoo.oregonstate.edu
http://distro.ibiblio.org/pub/Linux/distributions/gentoo"
CONFIG_PROTECT="/etc /var/qmail/control /usr/share/config
/usr/kde/2/share/config /usr/kde/3/share/config /usr/X11R6/lib/X11/xkb
/usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
PORTDIR="/usr/portage"
DISTDIR="/usr/portage/distfiles"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR_OVERLAY="/usr/local/portage"
USE="x86 oss avi crypt cups encode foomaticdb gif jpeg libg++ mad mikmod mmx
mpeg ncurses nls pdflib png quicktime spell truetype xml2 xmms xv zlib directfb
gdbm berkdb slang readline tetex aalib svga tcltk java X sdl gpm tcpd pam libwww
ssl perl python imlib oggvorbis gtk qt opengl mozilla gphoto2 cdr acpi
acpi4linux apache2 canna cjk dga dvd fbcon gtk2 i8x0 imap pcmcia plotutils samba
sse tiff usb wmf xinerama xml -3dnow -apm -arts -kde -esd -gnome -motif doc"
COMPILER="gcc3"
CHOST="i686-pc-linux-gnu"
CFLAGS="-march=pentium3 -O3 -pipe"
CXXFLAGS="-march=pentium3 -O3 -pipe"
ACCEPT_KEYWORDS="x86 ~x86"
MAKEOPTS="-j2"
AUTOCLEAN="yes"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
FEATURES="sandbox ccache"
Comment 1 Martin Holzer (RETIRED) gentoo-dev 2003-07-21 08:23:11 UTC
there's no cat in the DEPEND section
DEPEND=">=gtk+-1.2.10-r8 >=glib-1.2.10-r4"
should be 
DEPEND=">=x11-libs/gtk+-1.2.10-r8 >=dev-libs/glib-1.2.10-r4"

 
Comment 2 Martin Holzer (RETIRED) gentoo-dev 2003-07-21 10:24:12 UTC
fixed in cvs