NetBSD Problem Report #35123

From diro@nixsys.bz  Sat Nov 25 22:32:17 2006
Return-Path: <diro@nixsys.bz>
Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11])
	by narn.NetBSD.org (Postfix) with ESMTP id C2DC363B8C1
	for <gnats-bugs@gnats.netbsd.org>; Sat, 25 Nov 2006 22:32:16 +0000 (UTC)
Message-Id: <20061125223211.C6DB97578E@asche.nixsys.bz>
Date: Sat, 25 Nov 2006 22:32:11 +0000 (UTC)
From: diro@nixsyspaus.org
Reply-To: diro@nixsyspaus.org
To: gnats-bugs@NetBSD.org
Subject: lang/utilisp fails during build
X-Send-Pr-Version: 3.95

>Number:         35123
>Category:       pkg
>Synopsis:       lang/utilisp fails during build
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    pkg-manager
>State:          closed
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Sat Nov 25 22:35:00 +0000 2006
>Closed-Date:    Mon Jun 06 05:26:46 +0000 2022
>Last-Modified:  Mon Jun 06 05:26:46 +0000 2022
>Originator:     diro@nixsys.bz
>Release:        NetBSD 3.1
>Organization:
>Environment:
System: NetBSD asche 3.1 NetBSD 3.1 (ASCHE.MP) #0: Sat Nov 18 16:53:13 UTC 2006  root@asche:/usr/src/sys/arch/alpha/compile/ASCHE.MP alpha
Architecture: alpha
Machine: alpha
>Description:

cc -export-dynamic -o utilisp main.o alloc.o eval.o init.o input.o output.o sysf                                                                                               nfix.o sysfnlist.o err.o sysfnspec.o sysfnmis.o sysfncd.o sysfnpred.o sysfnio.o                                                                                                sysfnvec.o sysfnmap.o sysfnhash.o sysfneval.o sysfnstg.o sysfnsym.o sysfnerr.o s                                                                                               ysfnsys.o sysfnnum.o gc.o version.o sysdep.o makecode.o proglink.o bignum.o sysf                                                                                               nflo.o -lm
cc -DUTILISPLIB -I. -O2 -mieee -DHAVE_CONFIG_H -DUTILISP_LIB_PATH=\"/usr/pkg/lib                                                                                               /utilisp/\" -DUTILISP_HEADER_PATH=\"/usr/pkg/lib/utilisp/\" -DLISPSYS=\"lispsys.                                                                                               l\" -DUTILISP=\"/usr/pkg/bin/utilisp\" -c -o libinit.o  init.c
init.c: In function `defeof_f':
init.c:106: warning: cast from pointer to integer of different size
init.c:106: warning: cast from pointer to integer of different size
init.c:107: warning: cast from pointer to integer of different size
init.c: In function `init_subr':
init.c:647: warning: cast to pointer from integer of different size
init.c:648: warning: cast to pointer from integer of different size
init.c: In function `init_deffunc':
init.c:756: warning: cast to pointer from integer of different size
init.c:757: warning: cast to pointer from integer of different size
init.c: In function `init_spec':
init.c:773: warning: cast from pointer to integer of different size
init.c:794: warning: cast to pointer from integer of different size
ar ruv libutilisp.a main.o alloc.o eval.o libinit.o input.o output.o sysfnfix.o                                                                                                sysfnlist.o err.o sysfnspec.o sysfnmis.o sysfncd.o sysfnpred.o sysfnio.o sysfnve                                                                                               c.o sysfnmap.o sysfnhash.o sysfneval.o sysfnstg.o sysfnsym.o sysfnerr.o sysfnsys                                                                                               .o sysfnnum.o gc.o version.o sysdep.o makecode.o proglink.o bignum.o sysfnflo.o
ar: creating libutilisp.a
a - main.o
a - alloc.o
a - eval.o
a - libinit.o
a - input.o
a - output.o
a - sysfnfix.o
a - sysfnlist.o
a - err.o
a - sysfnspec.o
a - sysfnmis.o
a - sysfncd.o
a - sysfnpred.o
a - sysfnio.o
a - sysfnvec.o
a - sysfnmap.o
a - sysfnhash.o
a - sysfneval.o
a - sysfnstg.o
a - sysfnsym.o
a - sysfnerr.o
a - sysfnsys.o
a - sysfnnum.o
a - gc.o
a - version.o
a - sysdep.o
a - makecode.o
a - proglink.o
a - bignum.o
a - sysfnflo.o
cd lib; /usr/bin/make all
UTILISP_LIB_PATH=./ UTILISP_HEADER_PATH=../src ../src/utilisp -N -n < makeall.l
[1]   Segmentation fault (core dumped) UTILISP_LIB_PATH...
*** Error code 139

Stop.
make: stopped in /usr/pkgsrc/lang/utilisp/work/utilispc-1.13/lib
*** Error code 1

Stop.
make: stopped in /usr/pkgsrc/lang/utilisp/work/utilispc-1.13
*** Error code 1

Stop.
make: stopped in /usr/pkgsrc/lang/utilisp
*** Error code 1

Stop.
make: stopped in /usr/pkgsrc/lang/utilisp


>How-To-Repeat:
	make lang/utilisp in pkgsrc-2006Q3
>Fix:


>Release-Note:

>Audit-Trail:
From: diro@nixsyspaus.org
To: gnats-bugs@NetBSD.org
Cc: 
Subject: Re: pkg/35123: lang/utilisp fails during build
Date: Sat, 3 Nov 2007 13:21:13 -0400

 Problem still exists in pkgsrc-2007Q3.

From: diro@nixsyspaus.org
To: gnats-bugs@NetBSD.org
Cc: 
Subject: Re: pkg/35123: lang/utilisp fails during build
Date: Sat, 29 Mar 2008 16:16:33 -0400

 Still fails on NetBSD 4.0.

State-Changed-From-To: open->suspended
State-Changed-By: dholland@NetBSD.org
State-Changed-When: Sun, 31 Aug 2008 22:53:16 +0000
State-Changed-Why:
I just spent quite a while trying to make it work on amd64 and gave up; it is
a horrible mess. If you (or anyone else) wants to take up where I left off,
I've stuck what I got here:
http://www.eecs.harvard.edu/~dholland/netbsd/lang-utilisp-lp64-patches-20080831.tgz


State-Changed-From-To: suspended->closed
State-Changed-By: dholland@NetBSD.org
State-Changed-When: Mon, 06 Jun 2022 05:26:46 +0000
State-Changed-Why:
utilisp is 32-bit only.

I still have those partial patches if anyone wants to try to coordinate with
upstream.


>Unformatted:

NetBSD Home
NetBSD PR Database Search

(Contact us) $NetBSD: gnats-precook-prs,v 1.4 2018/12/21 14:20:20 maya Exp $
$NetBSD: gnats_config.sh,v 1.9 2014/08/02 14:16:04 spz Exp $
Copyright © 1994-2017 The NetBSD Foundation, Inc. ALL RIGHTS RESERVED.