Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Dec 2002 16:39:42 -0800 (PST)
From:      Kevin Oberman <oberman@es.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/46642: net/irrtoolset will not build under 5.0
Message-ID:  <20021231003942.DF53F5D04@ptavv.es.net>

next in thread | raw e-mail | index | archive | help

>Number:         46642
>Category:       ports
>Synopsis:       net/irrtoolset will not build under 5.0
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Dec 30 16:40:03 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Kevin Oberman
>Release:        FreeBSD 4.7-STABLE i386
>Organization:
ESnet--The Energy Science Network
>Environment:
System: FreeBSD ptavv.es.net 4.7-STABLE FreeBSD 4.7-STABLE #15: Wed Nov 6 16:11:56 PST 2002 oberman@ptavv.es.net:/usr/obj/usr/src/sys/PTAVV i386


	
>Description:
	The IRRToolSet will not build under 5.0 as it uses gcc3 by
default and IRRToolSet has not been updated by its authors to be
compatible with the changes to g++.

I believe that simply adding "USE_GCC=2.95" will allow it to build
under 5.0, but I am not able to test this as I have not been able to
get a 5.0 system to run reliably on my only non-production system.

In any case, this should not cause any problems on 4.x systems.

>How-To-Repeat:
	make the port.
>Fix:

Patch with:


--- Makefile	Sat Nov 16 06:58:13 2002
+++ Makefile.new	Mon Dec 30 16:29:44 2002
@@ -18,6 +18,7 @@
 USE_BISON=	yes
 USE_GMAKE=	yes
 GNU_CONFIGURE=	Yes
+USE_GCC=	2.95
 CONFIGURE_ENV=	TCL_TK_INCLUDE_DIR="${PREFIX}/include/tcl8.3:${PREFIX}/include/tk8.3" \
 		TCL_TK_LIBRARY_DIR=${PREFIX}/lib \
 		TCL_LIBRARY=${PREFIX}/lib/tcl8.3 \


>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021231003942.DF53F5D04>