Bug 52407 - lang/clisp wants to be compiled with GCC 2.95
Summary: lang/clisp wants to be compiled with GCC 2.95
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-05-18 20:40 UTC by Henrik Motakef
Modified: 2003-05-19 13:31 UTC (History)
0 users

See Also:


Attachments
file.diff (316 bytes, patch)
2003-05-18 20:40 UTC, Henrik Motakef
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Henrik Motakef 2003-05-18 20:40:12 UTC
	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

Fix: Always build CLISP with GCC 2.95

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>"
Comment 1 Tilman Keskinoz freebsd_committer freebsd_triage 2003-05-19 13:31:11 UTC
State Changed
From-To: open->closed

committed, thanks