Skip site navigation (1)Skip section navigation (2)
Date:      Wed,  6 Feb 2002 13:01:08 +0100 (CET)
From:      Miguel Mendez <flynn@energyhq.homeip.net>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        twp@unchi.org
Subject:   ports/34661: lang/gcl fails to compile 
Message-ID:  <20020206120108.907163FC49@energyhq.homeip.net>

next in thread | raw e-mail | index | archive | help

>Number:         34661
>Category:       ports
>Synopsis:       lang/gcl fails to compile
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Feb 06 04:10:01 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Miguel Mendez
>Release:        FreeBSD 4.5-STABLE i386
>Organization:
Penguin Hunting Expeditions, Inc 
>Environment:
System: FreeBSD energyhq.homeip.net 4.5-STABLE FreeBSD 4.5-STABLE #0: Wed Jan 30 19:35:41 CET 2002 root@energyhq.homeip.net:/storage2/obj/storage2/src/sys/ENERGYHQ i386


	
>Description:
	When trying to compile lang/gcl the resulting executable 
(saved_gcl), which is needed to complete the compile, segfaults, no matter
what arguments are given to it.

The error:
[...]

Loading ../lsp/auto.lsp
Finished loading ../lsp/auto.lsp
Warning: LISP-IMPLEMENTATION-VERSION is being redefined.
make command
rm -f bin/gcl xbin/gcl
GCLDIR=cho /usr/ports/lang/gcl/work/gcl-2.4.0 | sed -e
'sX^/cygdrive/\([a-z]\)X\1:Xg' -e 'sX^//\([a-z]\)X\1:Xg' ;  make
install-command "INSTALL_LIB_DIR=${GCLDIR}" "prefix=${GCLDIR}"
rm -f /usr/ports/lang/gcl/work/gcl-2.4.0/bin/gcl
(echo "#!/bin/sh" ;  echo exec
/usr/ports/lang/gcl/work/gcl-2.4.0/unixport/saved_gcl \\ ;  echo '   -dir'
/usr/ports/lang/gcl/work/gcl-2.4.0/unixport/ \\ ;  echo '   -libdir'
/usr/ports/lang/gcl/work/gcl-2.4.0/ \\ ;  echo '   -eval '\''(setq
si::*allow-gzipped-file* t)'\' \\ ; echo '   -eval '\''(setq
si::*tk-library* '\"\"')'\' \\; echo '     '\"\$@\" ) >
/usr/ports/lang/gcl/work/gcl-2.4.0/bin/gcl;
echo '#' other options: -load "/tmp/foo.o" -load "jo.lsp" -eval '"(joe 3)"'
>How-To-Repeat:
	cd /usr/ports/lang/gcl && make
	
>Fix:
	none, yet
	


>Release-Note:
>Audit-Trail:
>Unformatted:
 >> /usr/ports/lang/gcl/work/gcl-2.4.0/bin/gcl
 chmod a+x /usr/ports/lang/gcl/work/gcl-2.4.0/bin/gcl
 (cd xbin ; ln -s ../bin/gcl .)
 (cd  cmpnew ; make collectfn.o)
 ../unixport/saved_gcl ../unixport/ -compile collectfn.lsp
 *** Signal 11
 
 Stop in /usr/ports/lang/gcl/work/gcl-2.4.0/cmpnew.
 *** Error code 1
 
 Stop in /usr/ports/lang/gcl/work/gcl-2.4.0.
 *** Error code 1
 
 Stop in /usr/ports/lang/gcl.
 *** Error code 1
 
 Stop in /usr/ports/lang/gcl.
 *** Error code 1
 
 Stop in /usr/ports/lang/gcl.
 
 	

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020206120108.907163FC49>