Date: Sun, 18 May 2003 21:41:51 +0200 (CEST) From: Henrik Motakef <henrik.motakef@web.de> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/52407: lang/clisp wants to be compiled with GCC 2.95 Message-ID: <20030518194151.962F720B9@interim.henrik-motakef.de> Resent-Message-ID: <200305181940.h4IJeC4k009635@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 52407 >Category: ports >Synopsis: lang/clisp wants to be compiled with GCC 2.95 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun May 18 12:40:12 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Henrik Motakef >Release: FreeBSD 5.1-BETA i386 >Organization: >Environment: System: FreeBSD interim.henrik-motakef.de 5.1-BETA FreeBSD 5.1-BETA #0: Wed May 7 14:59:01 CEST 2003 henrik@interim.henrik-motakef.de:/usr/obj/usr/src/sys/GENERIC i386 >Description: There are some problems with lang/clisp when it's compiled with GCC 3: - The foreign function interface (i.e. loading C libraries) doesn't work. This breaks devel/meta-cvs, among other things - A readline-related issue makes CLISP crash when a user hits TAB under some circumstances >How-To-Repeat: - Try to use devel/meta-cvs on a system using GCC 3.x - Start clisp on such a system and type "(foo<TAB>" >Fix: Always build CLISP with GCC 2.95 --- clisp/Makefile.orig Fri Feb 21 13:34:58 2003 +++ clisp/Makefile Sun May 18 21:33:23 2003 @@ -20,6 +20,7 @@ USE_BZIP2= yes GNU_CONFIGURE= yes +USE_GCC= 2.95 # In clisp-2.28, the build dies in the "regexp" module: the build target # invokes a configure script, which encounters a different CC variable than >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030518194151.962F720B9>