Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 31555 - Compiling gforth-0.6.2 failed
Summary: Compiling gforth-0.6.2 failed
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: George Shapovalov (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-10-19 17:23 UTC by Park Jong-young
Modified: 2004-10-03 12:55 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 Park Jong-young 2003-10-19 17:23:55 UTC
When I try to emerge gforth, I get error, "Segmentation Fault". I can't find 
cause...:(

Reproducible: Always
Steps to Reproduce:
1. emerge sync
2. emerge -u gforth
Actual Results:  
...........
make[2]: Leaving directory `/var/tmp/portage/gforth-0.6.2/work/gforth-
0.6.2/engine'
cp -p gforth gforth~
cp: cannot stat `gforth': No such file or directory
make[1]: [gforth] Error 1 (ignored)
cp -p engine/gforth gforth
make[1]: Leaving directory `/var/tmp/portage/gforth-0.6.2/work/gforth-0.6.2'
echo ": version-string s\" 0.6.2\" ;" > kernel/version.fs
cd engine && make gforth gforth-ditc gforth-fast gforth-itc 
make[1]: Entering directory `/var/tmp/portage/gforth-0.6.2/work/gforth-
0.6.2/engine'
make[1]: `gforth' is up to date.
make[1]: `gforth-ditc' is up to date.
make[1]: `gforth-fast' is up to date.
make[1]: `gforth-itc' is up to date.
make[1]: Leaving directory `/var/tmp/portage/gforth-0.6.2/work/gforth-
0.6.2/engine'
./gforth --die-on-signal -m 4M -p ".:~+:." -i kernl32l.fi -e 3 exboot.fs -
e 'fpath= .|~+|.' -e 's" mach16b.fs"' ./kernel/main.fs -e "save-cross 
kernl16b.fi- /usr/bin/gforth-0.6.2 bye"
make: *** [kernl16b.fi-] Segmentation fault

!!! ERROR: dev-lang/gforth-0.6.2 failed.
!!! Function src_compile, Line 30, Exitcode 2
!!! (no error message)

Expected Results:  
Emerged!

linuxsvr4 root # emerge info
Portage 2.0.49-r13 (default-x86-1.4, gcc-3.2.3, glibc-2.3.2-r1, 2.4.20-xfs-r3)
=================================================================
System uname: 2.4.20-xfs-r3 i686 Intel(R) Pentium(R) 4 CPU 2.00GHz
Gentoo Base System version 1.4.3.10p1
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-O2 -march=pentium4 -funroll-loops -fprefetch-loop-arrays -pipe -fPIC"
CHOST="i686-pc-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /var/qmail/control /usr/kde/2/share/config /usr/kde/3/shar
e/config /usr/X11R6/lib/X11/xkb /opt/tomcat/conf /usr/kde/3.1/share/config /usr
/share/config"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
CXXFLAGS="-O2 -march=pentium4 -funroll-loops -fprefetch-loop-arrays -pipe -
fPIC"
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 gif jpeg kde libg++ mad 
mikmod mpeg ncurses nls pdflib png quicktime slang spell truetype xml2 xmms xv 
zlib gdbm berkdb readline arts svga java ruby mysql X sdl gpm tcpd pam libwww 
ssl perl python esd imlib oggvorbis gnome gtk qt motif opengl mozilla gtk2"
Comment 1 George Shapovalov (RETIRED) gentoo-dev 2004-10-03 12:55:46 UTC
Hi Park.

Sorry about not getting earlier to this one, it got lost among requests for new packages here unfortunately :(.
Is this still a problem? I cannot reproduce the error either on amd64 on in 32bit (x86). The error report really looks to me like a possible problem with your system setup. Looks like newly compiled interpreter segfaults. 
I'll close this bug for now, please reopen if you still have a problem.

George