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.
Class Changed From-To: update->maintainer-update Fix category (submitter is maintainer)
Responsible Changed From-To: freebsd-ports-bugs->shaun shaun@ wants to have sparc64 and 4.x PRs
State Changed From-To: open->closed Committed, thanks!
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"