NetBSD Problem Report #54587

From www@netbsd.org  Mon Sep 30 18:28:51 2019
Return-Path: <www@netbsd.org>
Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified))
	by mollari.NetBSD.org (Postfix) with ESMTPS id C45237A152
	for <gnats-bugs@gnats.NetBSD.org>; Mon, 30 Sep 2019 18:28:50 +0000 (UTC)
Message-Id: <20190930182850.08BD57A247@mollari.NetBSD.org>
Date: Mon, 30 Sep 2019 18:28:49 +0000 (UTC)
From: vms@usa.com
Reply-To: vms@usa.com
To: gnats-bugs@NetBSD.org
Subject: Pkgsrc compiles SBCL with no thread support and installs an old version
X-Send-Pr-Version: www-1.0

>Number:         54587
>Category:       pkg
>Synopsis:       Pkgsrc compiles SBCL with no thread support and installs an old version
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    pkg-manager
>State:          open
>Class:          support
>Submitter-Id:   net
>Arrival-Date:   Mon Sep 30 18:30:00 +0000 2019
>Last-Modified:  Mon Sep 30 18:58:38 +0000 2019
>Originator:     VMS
>Release:        current
>Organization:
meh
>Environment:
NetBSD localhost 9.0_BETA NetBSD 9.0_BETA (GENERIC) #0: Sat Aug 10 06:19:48 UTC 2019  mkrepro@mkrepro.NetBSD.org:/usr/src/sys/arch/amd64/compile/GENERIC amd64

>Description:
In the pkgsrc sbcl makefile:

do-build:
        ${RUN} ${_ULIMIT_CMD} \
        cd ${WRKSRC} && ${PKGSRC_SETENV} ${MAKE_ENV} ${SH} make.sh --prefix=${PREFIX} ${SBCL_ARCH_ARGS} --xc-host=${SBCL_BOOT_SYSTEM:Q}

Just add --fancy to make.sh arguments like this:

do-build:
        ${RUN} ${_ULIMIT_CMD} \
        cd ${WRKSRC} && ${PKGSRC_SETENV} ${MAKE_ENV} ${SH} make.sh --fancy --prefix=${PREFIX} ${SBCL_ARCH_ARGS} --xc-host=${SBCL_BOOT_SYSTEM:Q}

SBCL will compile with thread support. If --fancy fails, you can change it for --with-sb-thread
>How-To-Repeat:
Install sbcl
>Fix:
The version could change to 1.5.7

>Release-Note:

>Audit-Trail:

Responsible-Changed-From-To: install-manager->pkg-manager
Responsible-Changed-By: martin@NetBSD.org
Responsible-Changed-When: Mon, 30 Sep 2019 18:58:38 +0000
Responsible-Changed-Why:
Not a system installer issue


>Unformatted:

NetBSD Home
NetBSD PR Database Search

(Contact us) $NetBSD: query-full-pr,v 1.43 2018/01/16 07:36:43 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.