First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 24969
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Martin Holzer (RETIRED) <mholzer@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Jeff Ames <jeffames@gmail.com>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 24969 depends on: Show dependency tree
Bug 24969 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: 2003-07-21 08:12 0000
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 From Martin Holzer (RETIRED) 2003-07-21 08:23:11 0000 -------
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 From Martin Holzer (RETIRED) 2003-07-21 10:24:12 0000 -------
fixed in cvs

First Last Prev Next    No search results available      Search page      Enter new bug