Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 134582 - graphviz-2.6 ebuild tries to pull in x11-libs/libXpm even with -X in USE flags
Summary: graphviz-2.6 ebuild tries to pull in x11-libs/libXpm even with -X in USE flags
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-05-27 21:09 UTC by Manuel McLure
Modified: 2006-05-27 22:42 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 Manuel McLure 2006-05-27 21:09:54 UTC
emerge --info output:

=================================================================
leng ~ # emerge --info
Portage 2.0.54-r2 (hardened/x86/2.6, gcc-3.4.5, glibc-2.3.6-r3, 2.6.14-hardened-r5 i686)
=================================================================
System uname: 2.6.14-hardened-r5 i686 AMD Athlon(tm) XP 2100+
Gentoo Base System version 1.6.14
dev-lang/python:     2.4.2
dev-python/pycrypto: [Not Present]
dev-util/ccache:     [Not Present]
dev-util/confcache:  [Not Present]
sys-apps/sandbox:    1.2.17
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.6-r1
sys-devel/binutils:  2.16.1
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-O2 -march=athlon-xp -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /etc/mail/dspam /var/bind /var/run/dspam"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O2 -march=athlon-xp -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig ccache distlocks fixpackages sandbox sfperms strict"
GENTOO_MIRRORS="http://gentoo.osuosl.org/ ftp://ftp.ucsb.edu/pub/mirrors/linux/gentoo/ ftp://mirrors.tds.net/gentoo http://mirror.tucdemonic.org/gentoo/ ftp://ftp.ussg.iu.edu/pub/linux/gentoo http://csociety-ftp.ecn.purdue.edu/pub/gentoo/"
LC_ALL="en_US.UTF-8"
MAKEOPTS="-j2"
PKGDIR="/usr/portage//packages/x86/"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage/"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.us.gentoo.org/gentoo-portage"
USE="3dnow 3dnowext alsa apache2 audiofile berkdb bzip2 cdb cdr crypt cups curl dlloader expat fam flac foomaticdb gd gdbm geoip gif gmp gpm hardened idn imagemagick java jpeg libwww mad mhash mikmod mmx mmxext ncurses nls nptl nptlonly ogg pam pcre perl php pic png ppds python readline samba scanner snmp sse ssl tcpd threads tiff truetype udev usb userlocales utf8 vhosts vorbis x86 xml2 zlib userland_GNU kernel_linux elibc_glibc"
Unset:  CTARGET, INSTALL_MASK, LANG, LDFLAGS, LINGUAS, PORTAGE_RSYNC_EXTRA_OPTS, PORTAGE_RSYNC_OPTS
=================================================================

make.conf contents:

=================================================================
USE="3dnow 3dnowext -acl apache2 -arts cups -f77 foomaticdb -fortran gd -gnome -gtk -ipv6 -kde -ldap mmxext mmx -motif -mozilla -mysql nptl nptlonly -opengl pam -postgres ppds -qt -sdl sse -svga -tcltk threads usb utf8 vhosts -X -xmms"
CHOST="i686-pc-linux-gnu"
CFLAGS="-O2 -march=athlon-xp -pipe"
CXXFLAGS="${CFLAGS}"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR_OVERLAY="/usr/local/portage"
MAKEOPTS="-j2"
FEATURES="ccache sandbox fixpackages"
GENTOO_MIRRORS="http://gentoo.osuosl.org/ ftp://ftp.ucsb.edu/pub/mirrors/linux/gentoo/ ftp://mirrors.tds.net/gentoo http://mirror.tucdemonic.org/gentoo/ ftp://ftp.ussg.iu.edu/pub/linux/gentoo http://csociety-ftp.ecn.purdue.edu/pub/gentoo/"
ALSA_CARDS="via82xx"
SYNC="rsync://rsync.us.gentoo.org/gentoo-portage"
PORTAGE_NICENESS=3
=================================================================

emerge output:

=================================================================
leng ~ # emerge -pv graphviz

These are the packages that I would merge, in order:

Calculating dependencies -
!!! All ebuilds that could satisfy "x11-libs/libXpm" have been masked.
!!! One of the following masked packages is required to complete your request:
- x11-libs/libXpm-3.5.5 (masked by: ~x86 keyword)
- x11-libs/libXpm-3.5.4.2 (masked by: ~x86 keyword)

For more information, see MASKED PACKAGES section in the emerge man page or
refer to the Gentoo Handbook.
!!!    (dependency required by "media-gfx/graphviz-2.6" [ebuild])
=================================================================

The ebuild shows:

=================================================================
    X? || (
        ( x11-libs/libXaw x11-libs/libXpm )
    virtual/x11 )"
=================================================================

which seems to imply that the X libraries will only be pulled in if the X USE flag is set, but this doesn't seem to be working. I even added

media-gfx/graphviz -X

to /etc/portage/package.use to no avail.
Comment 1 Manuel McLure 2006-05-27 22:39:44 UTC
Apparently a new ebuild for graphviz got checked in just before I posted this bug which changes the syntax for the X USE flag RDEPEND. Testing now.
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2006-05-27 22:42:21 UTC
Fixed, closing.