Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Aug 2005 17:40:24 GMT
From:      Mike Edenfield <kutulu@kutulu.org>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/80916: db43 does not build (with gcc4.0?)
Message-ID:  <200508011740.j71HeOaj072263@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/80916; it has been noted by GNATS.

From: Mike Edenfield <kutulu@kutulu.org>
To: bug-followup@FreeBSD.org,  kutulu@kutulu.org
Cc:  
Subject: Re: ports/80916: db43 does not build (with gcc4.0?)
Date: Mon, 01 Aug 2005 13:32:22 -0400

 I know this PR is closed but I wanted to make sure this got into the 
 audit trail:
 
 The bug here is actually an rpcgen bug from FreeBSD 5.x and up; the main 
 RPC program function is always emitted 'static' but the header file 
 declares all functions, including that one, as 'extern'.  This changed 
 between 4.x and 5.x -- previously the 'extern' declaractor was not 
 emitted at all.
 
 I've submitted a bug report for rpcgen; I don't know if that means we 
 can remove this patch once rpcgen is fixed, since it has been "broken" 
 since early in 5.x.
 
 --Mike



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