Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 87064 - : emerge xorg-x11 (xorg-x11-6.8.2-r1) hangs after archiving ./rstartd.real with tar in the end of compilation
Summary: : emerge xorg-x11 (xorg-x11-6.8.2-r1) hangs after archiving ./rstartd.real wi...
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo X packagers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-28 22:36 UTC by Valentin Dimakov
Modified: 2005-03-29 11:05 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 Valentin Dimakov 2005-03-28 22:36:11 UTC
formally can't install xorg-x11-6.8.2-r1
after typing "emerge system" it compiles successfully xorg-x11, installs fonts etc., and writes:

--- cut here------
+ mkdir -p /var/tmp/portage/xorg-x11-6.8.2-r1/image//etc/X11/rstart
tar: ./rstartd.real: File shrank by 562949953353145 bytes; padding with zeros
tar: ./rstartd.real: Wrote only 7168 of 10240 bytes

and after that hangs...

Reproducible: Always
Steps to Reproduce:
1. emerge --sync
2. emerge --fetchonly system 
3. emerge system

Actual Results:  
The real size of rstartd.real is 12305158144 bytes (over 12Gb !!!???)


Gentoo Base System version 1.4.16
Portage 2.0.51.19 (default-linux/x86/2004.3, gcc-3.3.5, glibc-2.3.4.20041102-r1, 
2.6.9-gentoo-r1 i686)
=================================================================
System uname: 2.6.9-gentoo-r1 i686 Intel(R) Pentium(R) 4 CPU 3.20GHz
Python:               [2.3.4 (#1, Oct 24 2004, 00:50:52)]
dev-lang/python:     [Not Present]
sys-devel/autoconf:  2.59-r6, 2.13
sys-devel/automake:  1.7.9-r1, 1.8.5-r3, 1.5, 1.4_p6, 1.6.3, 1.9.4
sys-devel/binutils:  2.15.92.0.2-r1
sys-devel/libtool:   1.5.10-r4
virtual/os-headers:  2.6.8.1-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-march=pentium4 -mcpu=pentium4 -malign-double -minline-all-stringops -
ffast-math -g -msse -mfpmath=sse -msse2 -O3 -pipe -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config /usr/share/
config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-march=pentium4 -mcpu=pentium4 -malign-double -minline-all-stringops -
ffast-math -g -msse -mfpmath=sse -msse2 -O3 -pipe -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs autoconfig ccache distlocks sandbox sfperms"
GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/Linux/
distributions/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 X a52 aac acpi alsa apache2 apm arts avi bitmap-fonts bluetooth bzlib 
cdr crypt cups divx4linux doc dvd dvdr dvdread emacs emboss encode fbcon ffmpeg 
fftw flash font-server foomaticdb fortran ftp gdbm gif ginac gnome gphoto2 gpm 
gtk gtk2 icc icc-pgo imlib ipv6 java javascript jikes jpeg junit kde leim libg++ 
libwww lirc mad mikmod mime ming motif mozilla mp3 mpeg mule nas ncurses nls 
nptl oggvorbis openal opengl oss pam pcmcia pcntl pcre pda pdflib perl php png 
pnp posix ppds prelude python qt quicktime readline recode samba sdl sharedext 
sharedmem sockets spell sse svga tcltk tcpd tetex theora threads tiff tokenizer 
truetype truetype-fonts trusted type1-fonts unicode usb v4l vcd videos wifi wmf 
wxwindows xface xine xml2 xmms xpm xprint xsl xv xvid zlib"
Unset:  ASFLAGS, CBUILD, CTARGET, LANG, LC_ALL, LDFLAGS, PORTDIR_OVERLAY

filesystem: reiserFS (default settings)
LiveCD: install-x86-universal-2004.3-r1
Computer: Dell Inspiron 9100 Notebook (CPU:P4 3.2GHz HT/RAM:1Gb/HDD:80Gb)
Linux Kernel: default from LiveCD 2004.3
Comment 1 Donnie Berkholz (RETIRED) gentoo-dev 2005-03-29 11:05:48 UTC
Tone down your CFLAGS, recompile tar, and try again.

A suggestion:
CFLAGS="-march=pentium4 -O2 -pipe -fomit-frame-pointer"