Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 151421 - xorg-server-1.1.1-r1 installation stops before finish with minimal USE flag
Summary: xorg-server-1.1.1-r1 installation stops before finish with minimal USE flag
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo X packagers
URL: http://rafb.net/paste/results/1OR90P5...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-15 01:31 UTC by George Kargiotakis
Modified: 2006-10-17 00:43 UTC (History)
1 user (show)

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 George Kargiotakis 2006-10-15 01:31:40 UTC
When using the "minimal" installation of xorg-server-1.1.1-r1 stops right here:
 * Moving GL files for dynamic switching ...                                                                                                                                 [ ok ]
rm: cannot remove `/var/tmp/portage/xorg-server-1.1.1-r1/image//usr/share/man/man1/Xserver.1x': No such file or directory
install: cannot stat `hw/xfree86/xorg.conf.example': No such file or directory
 
!!! ERROR: x11-base/xorg-server-1.1.1-r1 failed.
Call stack:
  ebuild.sh, line 1546:   Called dyn_install
  ebuild.sh, line 1020:   Called src_install
  xorg-server-1.1.1-r1.ebuild, line 440:   Called die
 
!!! couldn't install xorg.conf.example
!!! If you need support, post the topmost build error, and the call stack if relevant.

The problem seems to be this patch: "${FILESDIR}/xorg-conf-example.patch" on line 280 
and this part afterwards (line 440) makes the ebuild to die:
    doins hw/xfree86/xorg.conf.example \
        || die "couldn't install xorg.conf.example"



Portage 2.1.1 (default-linux/x86/2006.0, gcc-4.1.1, glibc-2.4-r3, 2.6.9-gentoo-r9 i686)
=================================================================
System uname: 2.6.9-gentoo-r9 i686 Intel(R) Pentium(R) 4 CPU 1.70GHz
Gentoo Base System version 1.12.5
Last Sync: Sun, 15 Oct 2006 06:50:01 +0000
app-admin/eselect-compiler: [Not Present]
dev-java/java-config: 2.0.30
dev-lang/python:     2.4.3-r4
dev-python/pycrypto: 2.0.1-r5
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-r2
sys-devel/binutils:  2.16.1-r3
sys-devel/gcc-config: 1.3.13-r4
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.17-r1
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i586-pc-linux-gnu"
CFLAGS="-Os -march=i586 -pipe -fomit-frame-pointer"
CHOST="i586-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/3.4/env /usr/kde/3.4/share/config /usr/kde/3.4/shutdown /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/share/X11/xkb /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/"
CONFIG_PROTECT_MASK="/etc/env.d /etc/env.d/java/ /etc/gconf /etc/java-config/vms/ /etc/revdep-rebuild /etc/terminfo"
CXXFLAGS="-Os -march=i586 -pipe -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig buildpkg distlocks metadata-transfer parallel-fetch sandbox sfperms strict"
GENTOO_MIRRORS="ftp://ftp.uoi.gr/mirror/OS/gentoo/ http://gentoo.math.bme.hu http://ftp.ntua.gr/pub/linux/gentoo/"
LINGUAS=""
MAKEOPTS="-j3"
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --delete-after --stats --timeout=180 --exclude='/distfiles' --exclude='/local' --exclude='/packages'"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
USE="x86 alsa apache2 apm bash-completion bitmap-fonts bzip2 cli crypt cups dlloader dri elibc_glibc encode fbcon foomaticdb fortran gif imlib input_devices_keyboard input_devices_mouse input_devices_synaptics kernel_linux libg++ libwww livecd mad mikmod minimal mp3 mpeg mpi ncurses nptl nptlonly ogg oss pam pcre perl pppd qt3 qt4 readline reflection session spl ssl truetype truetype-fonts type1-fonts udev unicode userland_GNU userlocales video_cards_fbdev video_cards_vesa vorbis xml zlib"
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, LDFLAGS, PORTAGE_RSYNC_EXTRA_OPTS, PORTDIR_OVERLAY
Comment 1 Joshua Baergen (RETIRED) gentoo-dev 2006-10-15 08:05:09 UTC
Please just attach the results instead of using paste services.

Fixed in CVS.  xorg.conf.example is not installed in minimal mode.
Comment 2 Joshua Baergen (RETIRED) gentoo-dev 2006-10-15 08:07:15 UTC
Oh, and thanks for the report! :)
Comment 3 Jakub Moc (RETIRED) gentoo-dev 2006-10-17 00:43:38 UTC
*** Bug 151670 has been marked as a duplicate of this bug. ***