Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 98184 - sys-libs/glibc-2.3.5 depgraph broken
Summary: sys-libs/glibc-2.3.5 depgraph broken
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: High normal
Assignee: Gentoo Toolchain Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-07-06 23:51 UTC by Dirk Heinrichs
Modified: 2005-07-07 01:44 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 Dirk Heinrichs 2005-07-06 23:51:30 UTC
After yesterdays and todays emerge-webrsync, I get this: 
 
# emerge -Duvp --newuse world 
 
These are the packages that I would merge, in order: 
 
Calculating world dependencies \ 
!!! All ebuilds that could satisfy ">=sys-kernel/linux-headers-2.6.5" have 
been masked. 
!!! One of the following masked packages is required to complete your request: 
- sys-kernel/linux-headers-2.6.11-r2 (masked by: ) 
- sys-kernel/linux-headers-2.6.8.1-r4 (masked by: ) 
 
For more information, see MASKED PACKAGES section in the emerge man page or 
section 2.2 "Software Availability" in the Gentoo Handbook. 
!!!    (dependency required by "sys-libs/glibc-2.3.5" [ebuild]) 
 
 
!!! Problem with ebuild sys-apps/man-pages-2.05 
!!! Possibly a DEPEND/*DEPEND problem. 
 
!!! Depgraph creation failed. 
 

Reproducible: Always
Steps to Reproduce:
1. emerge-webrsync 
2. emerge -Duvp --newuse world   
Actual Results:  
Can't upgrade system. 

Expected Results:  
Upgrade system. 

Portage 2.0.51.22-r1 (default-linux/x86/2005.0, gcc-3.4.4, glibc-2.3.5-r0, 
2.6.11.12 i686) 
================================================================= 
System uname: 2.6.11.12 i686 Pentium III (Katmai) 
Gentoo Base System version 1.6.12 
dev-lang/python:     2.3.5, 2.4.1-r1 
sys-apps/sandbox:    1.2.10 
sys-devel/autoconf:  2.13, 2.59-r7 
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.5 
sys-devel/binutils:  2.16.1 
sys-devel/libtool:   1.5.18-r1 
virtual/os-headers:  2.6.11-r2 
ACCEPT_KEYWORDS="x86 ~x86" 
AUTOCLEAN="yes" 
CBUILD="i686-pc-linux-gnu" 
CFLAGS="-march=pentium3 -O2 -pipe -fomit-frame-pointer" 
CHOST="i686-pc-linux-gnu" 
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.4/env /usr/kde/3.4/share/config /usr/kde/3.4/shutdown /usr/kde/3/share/config /usr/lib/X11/xkb /usr/share/config /var/qmail/control" 
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/texmf/web2c /etc/env.d" 
CXXFLAGS="-march=pentium3 -O2 -pipe -fomit-frame-pointer" 
DISTDIR="/gentoo/distfiles" 
FEATURES="autoconfig distlocks sandbox sfperms strict" 
GENTOO_MIRRORS="ftp://ftp-stud.fht-esslingen.de/pub/Mirrors/gentoo/ 
ftp://mirrors.sec.informatik.tu-darmstadt.de/gentoo/ 
http://ftp.easynet.nl/mirror/gentoo/ 
http://ftp.snt.utwente.nl/pub/os/linux/gentoo 
http://ftp.uni-erlangen.de/pub/mirrors/gentoo http://gentoo.osuosl.org" 
LINGUAS="de" 
MAKEOPTS="" 
PKGDIR="/usr/portage/packages" 
PORTAGE_TMPDIR="/gentoo/build" 
PORTDIR="/usr/portage" 
PORTDIR_OVERLAY="/usr/local/portage" 
SYNC="rsync://rsync.gentoo.org/gentoo-portage" 
USE="x86 X Xaw3d acl alsa arts athena autofs avi bash-completion berkdb 
bitmap-fonts bzlib caps cdr crypt cups dga dlloader dnd emacs emboss encode 
exif fam fbcon font-server foomaticdb gif gpm gtk gtk2 hardened imagemagick 
imap imlib jpeg kde kdexdeltas largeterminal lcms ldap libg++ libwww 
logitech-mouse maildir mbox mcal motif mozcalendar moznocompose moznoirc 
mozsvg mp3 mpeg mule ncurses nls nntp nodroproot nptl nptlonly ogg oggvorbis 
ooo-kde opengl pam parse-clocks pcre pdflib perl perlsuid pic pie png posix 
ppds pwdb python qt quicktime readline samba sasl savedconfig serial slang 
smime socks5 spell sse ssl swig symlink tcltk tcpd tetex threads tiff truetype 
truetype-fonts type1-fonts usb vim-with-x vorbis wmf wxwindows xml2 xprint xv 
zlib linguas_de userland_GNU kernel_linux elibc_glibc" 
Unset:  ASFLAGS, CTARGET, LANG, LC_ALL, LDFLAGS
Comment 1 Dirk Heinrichs 2005-07-07 01:44:09 UTC
Forget about it. I had a forgotten "-x86" entry for linux-headers in 
/etc/portage/package.keywords, back from the time when linux-headers was for 
2.4 kernels and I needed linux26-headers. 
 
Interesting that this didn't come up earlier.