Bug 107104 - sysutils/cromwell requires GCC 3.4 and will fail with GCC 4.x
Summary: sysutils/cromwell requires GCC 3.4 and will fail with GCC 4.x
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: Shaun Amott
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-12-22 20:40 UTC by Rink Springer
Modified: 2006-12-27 03:50 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Rink Springer freebsd_committer freebsd_triage 2006-12-22 20:40:15 UTC
	sysutils/cromwell does not build correctly using GCC 4.x. Since it has
	not seen any updates for quite some time, it is unlikely that this will
	be fixed some day. Therefore, insist on GCC 3.

Fix: Apply the following patch:



Note that any GCC 3.x should work, but GCC 4.x will bomb out. That is
	why I ensist 3.4, as this is the currently shipped compiler.--P3DOjwaFPt56fJnZZoF7TMwfM0C4MPlAnqsmmwvpAzNj3c64
Content-Type: text/plain; name="file.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="file.diff"

--- sysutils/cromwell/Makefile.old	Fri Dec 22 20:12:44 2006
+++ sysutils/cromwell/Makefile	Fri Dec 22 20:15:42 2006
@@ -20,6 +20,7 @@
 COMMENT=	Linux (and FreeBSD :-) BIOS images for the Microsoft Xbox
 
 USE_PERL5_BUILD=	yes
+USE_GCC=		3.4
 
 SUB_FILES=	pkg-message
 
How-To-Repeat: 	Try building it with GCC 4.x, it will bomb out.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2006-12-22 20:40:28 UTC
Class Changed
From-To: update->maintainer-update

Fix category (submitter is maintainer)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2006-12-22 20:40:41 UTC
Responsible Changed
From-To: freebsd-ports-bugs->shaun

shaun@ wants to have sparc64 and 4.x PRs
Comment 3 Shaun Amott freebsd_committer freebsd_triage 2006-12-27 03:40:17 UTC
State Changed
From-To: open->closed

Committed, thanks!
Comment 4 dfilter service freebsd_committer freebsd_triage 2006-12-27 03:45:15 UTC
shaun       2006-12-27 03:44:56 UTC

  FreeBSD ports repository

  Modified files:
    sysutils/cromwell    Makefile 
  Log:
  Depend on gcc 3.4, since it fails with 4.x and is unlikely to be fixed.
  
  PR:             ports/107104
  Submitted by:   rink (maintainer)
  
  Revision  Changes    Path
  1.2       +1 -0      ports/sysutils/cromwell/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"