Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 95664 - sys-libs/db-4.2.52_p2: emerge failed in a chroot'ed environment
Summary: sys-libs/db-4.2.52_p2: emerge failed in a chroot'ed environment
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Other
: High normal (vote)
Assignee: Paul de Vrieze (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-06-10 04:00 UTC by Toralf Förster
Modified: 2005-06-13 02:31 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 Toralf Förster gentoo-dev 2005-06-10 04:00:21 UTC
Under chroot (updating my UML root_fs file) I got:

...
os_abs.o os_alloc.o os_clock.o os_config.o os_dir.o os_errno.o os_fid.o
os_fsync.o os_handle.o os_id.o os_map.o os_method.o os_oflags.o os_open.o
os_region.o os_rename.o os_root.o os_rpath.o os_rw.o os_seek.o os_sleep.o
os_spin.o os_stat.o os_tmpdir.o os_unlink.osha1.o txn.o txn_auto.o txn_method.o
txn_rec.o txn_recover.o txn_region.o txn_stat.o txn_util.o xa.o xa_db.o xa_map.o
i686-pc-linux-gnu-ranlib .libs/libdb-4.2.a
creating libdb-4.2.la
(cd .libs && rm -f libdb-4.2.la && ln -s ../libdb-4.2.la libdb-4.2.la)
rm -f libdb.a
test ! -f .libs/libdb-4.2.a || \
        ln -s .libs/libdb-4.2.a libdb.a
test -f .libs/libdb-4.2.a || \
        (test -f libdb-4.2.a && ln -s libdb-4.2.a libdb.a)
/bin/sh ./libtool --mode=compile i686-pc-linux-gnu-g++ -c -I. -I../dist/.. 
-D_GNU_SOURCE -D_REENTRANT -O2 -march=pentium3 -fomit-frame-pointer -pipe
../dist/../cxx/cxx_db.cpp
 i686-pc-linux-gnu-g++ -c -I. -I../dist/.. -D_GNU_SOURCE -D_REENTRANT -O2
-march=pentium3 -fomit-frame-pointer -pipe ../dist/../cxx/cxx_db.cpp  -DPIC
mv -f cxx_db.o .libs/cxx_db.o
mv: cannot stat `cxx_db.o': No such file or directory
make: *** [cxx_db.lo] Error 1

!!! ERROR: sys-libs/db-4.2.52_p2 failed.
!!! Function src_compile, Line 91, Exitcode 2
!!! make failed
!!! If you need support, post the topmost build error, NOT this status message.



Reproducible: Always
Steps to Reproduce:
1.
2.
3.




Portage 2.0.51.19 (default-linux/x86/2005.0, gcc-3.3.5-20050130,
glibc-2.3.4.20041102-r1, 2.6.11-hardened-r13 i686)
=================================================================
System uname: 2.6.11-hardened-r13 i686
Gentoo Base System version 1.6.12
Python:              dev-lang/python-2.3.5 [2.3.5 (#1, May 12 2005, 15:19:52)]
dev-lang/python:     2.3.5
sys-apps/sandbox:    [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.5
sys-devel/binutils:  2.15.92.0.2-r10
sys-devel/libtool:   1.5.16
virtual/os-headers:  2.6.8.1-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-O2 -march=pentium3 -fomit-frame-pointer -pipe"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.3/env
/usr/kde/3.3/share/config /usr/kde/3.3/shutdown /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="-O2 -march=pentium3 -fomit-frame-pointer -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs autoconfig ccache distlocks sandbox sfperms strict"
GENTOO_MIRRORS="ftp://pandemonium.tiscali.de/pub/gentoo/
ftp://mirror.nutsmaas.nl/gentoo/
http://mirrors.sec.informatik.tu-darmstadt.de/gentoo/
ftp://mir1.ovh.net/gentoo-distfiles/"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
USE="x86 alsa apm arts avi berkdb bitmap-fonts crypt cups emboss encode
foomaticdb fortran gdbm gif gnome gpm gtk gtk2 imlib ipv6 javascript jpeg kde
libg++ libwww mad mikmod motif mp3 mpeg ncurses nls oggvorbis opengl oss pam
pdflib perl png python qt quicktime readline sdl spell ssl tcpd truetype
truetype-fonts type1-fonts userlocales xml2 xmms xv zlib userland_GNU
kernel_linux elibc_glibc"
Unset:  ASFLAGS, CBUILD, CTARGET, LANG, LC_ALL, LDFLAGS, LINGUAS, PORTDIR_OVERLAY
Comment 1 Toralf Förster gentoo-dev 2005-06-13 02:25:43 UTC
I hate such bugs, it compiles and installs now in the right way.
Comment 2 Toralf Förster gentoo-dev 2005-06-13 02:31:45 UTC
Additional info, sems that the old gcc-config produces this bug, cound this by
comparing the log files.