Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 34162 - emerge dev-lisp/cmucl-18e failed (load "target:tools/worldload")
Summary: emerge dev-lisp/cmucl-18e failed (load "target:tools/worldload")
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Matthew Kennedy (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-11-23 00:38 UTC by lil
Modified: 2003-11-23 16:22 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 lil 2003-11-23 00:38:37 UTC
; [GC completed with 7,493,808 bytes retained and 11,870,768 bytes freed.]
; [GC will next occur when at least 19,493,808 bytes are in use.]
[Building Initial Core File (version 1) in file "target:lisp/kernel.core":
Writing 4096 bytes [1 page] from :READ-ONLY space
Writing 4096 bytes [1 page] from :STATIC space
Writing 12394496 bytes [3026 pages] from :DYNAMIC space
done]
T
* ./build-tools/load-world.sh target "CVS release-18e-branch + minimal debian
patches"
./build-tools/load-world.sh: line 32: 13648 Segmentation fault     
$TARGET/lisp/lisp -core $TARGET/lisp/kernel.core  <<EOF
(in-package :cl-user)
 
(setf (ext:search-list "target:")
      '("$TARGET/" "src/"))
 
(load "target:setenv")
 
(pushnew :no-clx *features*)
(pushnew :no-clm *features*)
(pushnew :no-hemlock *features*)
 
(load "target:tools/worldload")
$2
 
EOF
 
make: *** [all] Error 139
 
!!! ERROR: dev-lisp/cmucl-18e failed.
!!! Function src_compile, Line 34, Exitcode 2
!!! (no error message)
 





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




 elbastardo $ emerge info
Portage 2.0.49-r15 (default-x86-1.4, gcc-3.3.2, glibc-2.3.2-r9, 2.4.20-gentoo-r8)
=================================================================
System uname: 2.4.20-gentoo-r8 i686 Pentium III (Coppermine)
Gentoo Base System version 1.4.3.12
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CFLAGS="-O3 -march=pentium3 -fprefetch-loop-arrays -funroll-loops -pipe"
CHOST="i686-pc-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /var/qmail/control /usr/share/config
/usr/kde/2/share/config /usr/kde/3/share/config /usr/X11R6/lib/X11/xkb"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
CXXFLAGS="-O3 -march=pentium3 -fprefetch-loop-arrays -funroll-loops -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="sandbox ccache autoaddcvs"
GENTOO_MIRRORS="http://gentoo.oregonstate.edu
http://distro.ibiblio.org/pub/Linux/distributions/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 oss apm avi crypt cups encode foomaticdb jpeg libg++ mad mikmod motif
mpeg nls pdflib png quicktime sdl spell svga truetype xml2 xmms xv zlib gdbm
berkdb slang readline java gpm tcpd pam libwww ssl perl esd imlib oggvorbis
opengl X gtk gtk2 emacs python apache2 mod_php ncurses mozilla gnome -alsa -kde
-arts -qt gif"
Comment 1 lil 2003-11-23 16:22:25 UTC
problem solved , after recompiling the kernel and removing grsec :P