Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Jun 2004 16:23:53 -0700 (PDT)
From:      Kevin Oberman <oberman@es.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/67851: pwlib requires gc-3.3 to build properly on V4 systems
Message-ID:  <20040611232353.B60A25D08@ptavv.es.net>
Resent-Message-ID: <200406112330.i5BNUMgX072249@freefall.freebsd.org>

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

>Number:         67851
>Category:       ports
>Synopsis:       pwlib requires gc-3.3 to build properly on V4 systems
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jun 11 23:30:21 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Kevin Oberman
>Release:        FreeBSD 4.10-PRERELEASE i386
>Organization:
ESnet--THe Energy Sciences Network
>Environment:
System: FreeBSD ptavv.es.net 4.10-PRERELEASE FreeBSD 4.10-PRERELEASE #31: Mon May 17 09:24:38 PDT 2004 oberman@ptavv.es.net:/usr/obj/usr/src/sys/PTAVV i386

>Description:
	pwlib will not buidl on V4 due to c++ errors. This is fixed by
compiling with gcc-3.3.4. (It is likely that 3.2 also would work OK,
but I have not tried it.
>How-To-Repeat:
	cd /usr/ports/devel/pwlib && make
>Fix:

--- Makefile.orig       Fri Jun 11 15:11:02 2004
+++ Makefile    Fri Jun 11 14:59:53 2004
@@ -25,6 +25,7 @@
 USE_GMAKE=     yes
 USE_OPENLDAP=  yes
 USE_AUTOCONF_VER=      253
+USE_GCC=       3.3
 CONFIGURE_ENV= OSRELEASE=${OSVERSION}
 ALL_TARGET=    optnoshared
 MAKE_ENV=      PWLIBDIR=${WRKDIR}/pwlib
>Release-Note:
>Audit-Trail:
>Unformatted:



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