ports/52407: lang/clisp wants to be compiled with GCC 2.95

Henrik Motakef henrik.motakef at web.de
Sun May 18 19:40:14 UTC 2003


>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 at 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:



More information about the freebsd-ports-bugs mailing list