Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 31478 - net-misc/dhcpcd should depend on virtual/glibc
Summary: net-misc/dhcpcd should depend on virtual/glibc
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Martin Holzer (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-10-19 01:56 UTC by Dmitry Platonov
Modified: 2003-10-19 02:26 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 Dmitry Platonov 2003-10-19 01:56:24 UTC
net-misc/dhcpcd should depend on virtual/glibc:
****@portage # ldd `which dhcpcd`
        libc.so.6 => /lib/libc.so.6 (0x4001f000)
        /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)
****@portage # grep DEPEND /usr/portage/net-misc/dhcpcd/dhcpcd-1.3.22_p4-r1.
ebuild 
DEPEND=""


Reproducible: Always
Steps to Reproduce:
1. ldd `which dhcpcd`
2. grep DEPEND /usr/portage/net-misc/dhcpcd/dhcpcd-1.3.22_p4-r1.ebuild 
DEPEND=""
3.

Actual Results:  
See above

Expected Results:  
Something like
DEPEND="virtual/glibc"

****@portage # emerge --info
Portage 2.0.49-r13 (default-x86-1.4, gcc-3.2.3, glibc-2.3.2-r1, 2.6.0-test7-bk3)
=================================================================
System uname: 2.6.0-test7-bk3 i686 Celeron (Mendocino)
Gentoo Base System version 1.4.3.10p1
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-march=pentium2 -O3 -pipe -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /var/qmail/control /usr/share/config 
/usr/kde/2/share/config /usr/kde/3/share/config /usr/X11R6/lib/X11/xkb"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
CXXFLAGS="-march=pentium2 -O3 -pipe -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="sandbox ccache autoaddcvs"
GENTOO_MIRRORS="http://gentoo.oregonstate.edu http://distro.ibiblio.
org/pub/Linux/distributions/gentoo"
MAKEOPTS="-j2 -s"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/mnt/new/tmp/"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/root/ebuilds"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 apm avi crypt encode foomaticdb gif jpeg libg++ libwww mad mikmod mpeg 
ncurses nls pdflib png quicktime spell truetype xml2 xv zlib gdbm berkdb slang 
readline svga ggi tcltk java guile ruby X sdl gpm tcpd pam ssl perl python imlib 
oggvorbis motif cdr dvd -xmms -3dnow -cups opengl gtk gtk2 -gnome alsa oss -qt 
-kde -esd -arts"
Comment 1 Martin Holzer (RETIRED) gentoo-dev 2003-10-19 02:26:42 UTC
in cvs