Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 106311 - xorg-x11-6.8.2-r4 USE keyword ignored
Summary: xorg-x11-6.8.2-r4 USE keyword ignored
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo X packagers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-17 15:01 UTC by barthek
Modified: 2005-09-19 09:35 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 barthek 2005-09-17 15:01:09 UTC
the ebuild doesnt fetch eurofonts if minimal USE flag is used.
unpack_all() though tries to unpack them ignoring fact that because of minimal
flag they are not being fetched. this results in xorg being unable to compile:
 * Unpacking fonts ...

!!! ERROR: x11-base/xorg-x11-6.8.2-r4 failed.
!!! Function unpack, Line 363, Exitcode 0
!!! eurofonts-X11.tar.bz2 does not exist

emerge info:
Portage 2.0.52-r1 (default-linux/x86/2005.0, gcc-3.4.4, glibc-2.3.5-r1,
2.6.12-gentoo-r6 i686)
=================================================================
System uname: 2.6.12-gentoo-r6 i686 Pentium III (Katmai)
Gentoo Base System version 1.12.0_pre8
distcc 2.18.3 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632) [enabled]
dev-lang/python:     2.3.5, 2.4.1-r1
sys-apps/sandbox:    1.2.13
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
sys-devel/binutils:  2.16.1
sys-devel/libtool:   1.5.20
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-pipe -march=pentium3 -O3 -fstack-protector -funroll-all-loops"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config
/usr/lib/X11/xkb /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-pipe -march=pentium3 -O3 -fstack-protector -funroll-all-loops"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig collision-protect distcc distlocks sandbox sfperms strict
userpriv usersandbox"
GENTOO_MIRRORS="http://gentoo.mirror.solnet.ch
http://trumpetti.atm.tut.fi/gentoo/
http://linux.rz.ruhr-uni-bochum.de/download/gentoo-mirror"
LDFLAGS="-Wl,-O1"
MAKEOPTS="-j4"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync3.se.gentoo.org/gentoo-portage"
USE="x86 X berkdb bitmap-fonts caps chroot crypt eds emboss gd glibc-omitfp gpm
gstreamer gtk gtk2 hardened hpn jpeg minimal mmx mp3 ncurses nptl nptlonly ogg
pam pam_chroot pam_timestamp perl png pthreads python readline sftplogging slang
speex sse ssl symlink tcpd threads truetype type1-fonts vorbis zlib userland_GNU
kernel_linux elibc_glibc"
Unset:  ASFLAGS, CTARGET, LANG, LC_ALL, LINGUAS, PORTDIR_OVERLAY
Comment 1 Joshua Baergen (RETIRED) gentoo-dev 2005-09-17 16:56:09 UTC
Did this work in r3 or r2?
Comment 2 barthek 2005-09-18 03:20:42 UTC
i have r2 installed and have _probably_ used the same USE keyword.
here are the relevant sections of the ebuild:
...
SRC_URI="!minimal? ( mirror://gentoo/eurofonts-X11.tar.bz2 )
...
        # Unpack extra fonts stuff from Mandrake
        ebegin "Unpacking fonts"                
                if use nls; then
                        unpack gemini-koi8-u.tar.bz2 > /dev/null
                fi                                              
                unpack eurofonts-X11.tar.bz2 > /dev/null
                if use font-server; then
                        unpack xfsft-encodings-${XFSFT_ENC_VER}.tar.bz2 > /dev/null
                fi
        eend 0
Comment 3 Donnie Berkholz (RETIRED) gentoo-dev 2005-09-19 09:35:21 UTC
Fixed, thanks for the report!