Bug 117783 - lang/clisp: fix build on FreeBSD 7
Summary: lang/clisp: fix build on FreeBSD 7
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: Alejandro Pulver
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-11-03 08:00 UTC by NIIMI Satoshi
Modified: 2007-11-30 21:30 UTC (History)
0 users

See Also:


Attachments
clisp.diff (596 bytes, patch)
2007-11-03 08:00 UTC, NIIMI Satoshi
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description NIIMI Satoshi 2007-11-03 08:00:04 UTC
Although the port is marked as broken only on pointyhat as:
| coredumps when building on pointyhat with FreeBSD 7.x
it still dumps core on my environment.

The problem is caused by GCC 4.2 and can be fixed to use older version
of GCC.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-11-03 08:00:10 UTC
Responsible Changed
From-To: freebsd-ports-bugs->alepulver

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-11-30 21:23:16 UTC
alepulver    2007-11-30 21:23:11 UTC

  FreeBSD ports repository

  Modified files:
    lang/clisp           Makefile 
  Log:
  - Use GCC 3.4 to build in FreeBSD >= 7 since it fails with GCC 4.x (the reason
    and a proper fix will be evaluated later, together with the 2.42 update).
  
  PR:             ports/117783
  Submitted by:   NIIMI Satoshi <sa2c@sa2c.net>
  Approved by:    portmgr (linimon)
  
  Revision  Changes    Path
  1.49      +3 -2      ports/lang/clisp/Makefile
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Alejandro Pulver freebsd_committer freebsd_triage 2007-11-30 21:23:34 UTC
State Changed
From-To: open->closed

Committed. Thanks!