First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 106311
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gentoo X packagers <x11@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: barthek <gejzer@ibt.com.pl>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 106311 depends on: Show dependency tree
Bug 106311 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2005-09-17 15:01 0000
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 From Joshua Baergen (RETIRED) 2005-09-17 16:56:09 0000 -------
Did this work in r3 or r2?

------- Comment #2 From barthek 2005-09-18 03:20:42 0000 -------
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 From Donnie Berkholz 2005-09-19 09:35:21 0000 -------
Fixed, thanks for the report!

First Last Prev Next    No search results available      Search page      Enter new bug