Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 60936 - util-linux: wrong dependency
Summary: util-linux: wrong dependency
Status: RESOLVED LATER
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Embedded Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-19 13:35 UTC by Christian Zoffoli (RETIRED)
Modified: 2004-08-19 15:47 UTC (History)
0 users

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


Attachments
dep fixes (util-linux-depend.chris.patch,910 bytes, patch)
2004-08-19 13:36 UTC, Christian Zoffoli (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Christian Zoffoli (RETIRED) gentoo-dev 2004-08-19 13:35:55 UTC
depend and rdepend are not correctly setted ...please correct them it's important to have the right dependencies (in particular on a embedded-uclibc envs)

Reproducible: Always
Steps to Reproduce:
1.
2.
3.






Portage 2.0.50-r9 (x86, gcc-3.3.4, glibc-0.9.26-r6, 2.6.8-rc2)
=================================================================
System uname: 2.6.8-rc2 i686 Pentium III (Coppermine)
Gentoo Base System version 1.5.2
Autoconf: sys-devel/autoconf-2.59-r4
Automake: sys-devel/automake-1.8.5-r1
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CFLAGS="-Os -pipe"
CHOST="i386-pc-linux-uclibc"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config
/usr/kde/3.1/share/config /usr/kde/3.2/share/config /usr/kde/3/share/config
/usr/lib/mozilla/defaults/pref /usr/share/config
/usr/share/texmf/dvipdfm/config/ /usr/share/texmf/dvips/config/
/usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/
/usr/share/texmf/xdvi/ /var/bind /var/qmail/alias /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-Os -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs buildpkg ccache nodoc noinfo noman sandbox sfperms strict"
GENTOO_MIRRORS="http://mirror.switch.ch/mirror/gentoo/
ftp://ftp.wh2.tu-dresden.de/pub/mirrors/gentoo
ftp://mirror.switch.ch/mirror/gentoo/"
MAKEOPTS="-j3"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://10.0.4.11/gentoo-portage"
USE="berkdb ncurses python readline ssl tcpd uclibc x86 zlib"
Comment 1 Christian Zoffoli (RETIRED) gentoo-dev 2004-08-19 13:36:16 UTC
Created attachment 37760 [details, diff]
dep fixes
Comment 2 Christian Zoffoli (RETIRED) gentoo-dev 2004-08-19 13:40:32 UTC
I've also removed the perl dependency in a uclibc env (per is only needed by chkdupexe and we can install it specifing "perl" in the USE var.

Dropping perl dep save more than 30MB of space 
Comment 3 SpanKY gentoo-dev 2004-08-19 15:02:26 UTC
putting uclibc USE around DEPEND like that is not how we want to go
Comment 4 solar (RETIRED) gentoo-dev 2004-08-19 15:47:38 UTC
Good idea but the patch needs a little work.