Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 82326 - emerge fails while installing xorg-x11-6.8.0-r4 libXi.a Malformed archive
Summary: emerge fails while installing xorg-x11-6.8.0-r4 libXi.a Malformed archive
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High critical (vote)
Assignee: Gentoo X packagers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-02-17 02:24 UTC by dwdelta
Modified: 2005-10-05 20:09 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 dwdelta 2005-02-17 02:24:04 UTC
I tried to emerge php and as a dependency emerge installs xorg-x11-6.8.0-r4. I do not intend to install a x-system on that machines as it is a designated apache/mysql-server. During build process of x11-6.8.0-r4 the following output is generated:

make[3]: Entering directory `/var/tmp/portage/xorg-x11-6.8.0-r4/work/xc/lib/Xi'
install -c -m 0755 libXi.so.6.0 /var/tmp/portage/xorg-x11-6.8.0-r4/image//usr/lib
+ rm -f /var/tmp/portage/xorg-x11-6.8.0-r4/image//usr/lib/libXi.so.6
+ ln -s libXi.so.6.0 /var/tmp/portage/xorg-x11-6.8.0-r4/image//usr/lib/libXi.so.6
+ rm -f /var/tmp/portage/xorg-x11-6.8.0-r4/image//usr/lib/libXi.so
+ ln -s libXi.so.6.0 /var/tmp/portage/xorg-x11-6.8.0-r4/image//usr/lib/libXi.so
install -c -m 0644 libXi.a /var/tmp/portage/xorg-x11-6.8.0-r4/image//usr/lib
ranlib  /var/tmp/portage/xorg-x11-6.8.0-r4/image//usr/lib/libXi.a
ranlib: /var/tmp/portage/xorg-x11-6.8.0-r4/image//usr/lib/libXi.a: Malformed archive
make[3]: *** [install] Error 1
make[3]: Leaving directory `/var/tmp/portage/xorg-x11-6.8.0-r4/work/xc/lib/Xi'
make[2]: *** [install] Error 2
make[2]: Leaving directory `/var/tmp/portage/xorg-x11-6.8.0-r4/work/xc/lib'
make[1]: *** [install] Error 2
make[1]: Leaving directory `/var/tmp/portage/xorg-x11-6.8.0-r4/work/xc'
make: *** [install] Error 2

!!! ERROR: x11-base/xorg-x11-6.8.0-r4 failed.
!!! Function install_everything, Line 999, Exitcode 2
!!! install failed

The system is absolutely new installed stage 1 with hardened-dev-sources (see below). No problems with emerge vim, emerge apache or emerge mysql. Neither problems during bootstrap nor emerge system.



Reproducible: Always
Steps to Reproduce:
1. emerge php
2. calculating dependencies...
3. --> xorg-x11-6.8.0-r4 is emerged

Actual Results:  
Error message appears as stated above (see Details) and emerge stops

Expected Results:  
emerge successfully xorg-x11-6.8.0-r4, subsequently all other dependencies for 
php and finally php itself.

[emerge info output]
Portage 2.0.51-r15 (default-linux/x86/2004.3, gcc-3.3.5, glibc-2.3.4.20040808-
r1, 2.6.10-hardened-r3 i686)
=================================================================
System uname: 2.6.10-hardened-r3 i686 AMD Athlon(tm) Processor
Gentoo Base System version 1.4.16
Python:              dev-lang/python-2.3.4-r1 [2.3.4 (#1, Feb 10 2005, 19:49:26)
]
dev-lang/python:     2.3.4-r1
sys-devel/autoconf:  2.13, 2.59-r6
sys-devel/automake:  1.5, 1.9.4, 1.6.3, 1.7.9-r1, 1.4_p6, 1.8.5-r3
sys-devel/binutils:  2.15.92.0.2-r1
sys-devel/libtool:   1.5.10-r4
virtual/os-headers:  2.4.21-r1
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-march=athlon-tbird -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=athlon-tbird -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 apache, apache2, apm arts avi berkdb bitmap-fonts crypt cups encode 
f77 font-server foomaticdb fortran gdbm gif gnome gpm gtk gtk2 imlib ipv6 java, 
javascript, jpeg kde libg++ libwww libwww, mad mikmod mime, motif mpeg mysql 
mysql, ncurses nls odbc, oggvorbis opengl oss pam pdflib perl php, php5, png 
python qt quicktime readline sdl selinux, sockets, spell ssl ssl, svga tcpd 
truetype truetype-fonts type1-fonts usb, wifi, xml, xml2 xmms xv zlib"
Unset:  ASFLAGS, CBUILD, CTARGET, LANG, LC_ALL, LDFLAGS, PORTDIR_OVERLAY
Comment 1 dwdelta 2005-02-17 02:28:02 UTC
Ok, setting "-X" prevents emerge of xorg-x11 but the problem remains otherwise.
Comment 2 Donnie Berkholz (RETIRED) gentoo-dev 2005-02-17 16:21:00 UTC
May be related to bug #64129
Comment 3 Donnie Berkholz (RETIRED) gentoo-dev 2005-10-05 20:09:26 UTC
Is this still reproduceable? Reopen if so.