From nobody@FreeBSD.org  Mon Mar 30 19:43:15 2009
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id B0A04106566B
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 30 Mar 2009 19:43:15 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id A025C8FC22
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 30 Mar 2009 19:43:15 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n2UJhFcg066358
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 30 Mar 2009 19:43:15 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id n2UJhFJN066357;
	Mon, 30 Mar 2009 19:43:15 GMT
	(envelope-from nobody)
Message-Id: <200903301943.n2UJhFJN066357@www.freebsd.org>
Date: Mon, 30 Mar 2009 19:43:15 GMT
From: Alex <alex323@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: dns/ldns will not compile
X-Send-Pr-Version: www-3.1
X-GNATS-Notify: konstantin@saurbier.net

>Number:         133220
>Category:       ports
>Synopsis:       dns/ldns will not compile
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Mar 30 19:50:02 UTC 2009
>Closed-Date:    Tue May 12 08:19:41 UTC 2009
>Last-Modified:  Tue May 12 08:19:41 UTC 2009
>Originator:     Alex
>Release:        7.1-RELEASE
>Organization:
>Environment:
>Description:
ldns-1.5.1 will not compile:

# make
===>  Building for ldns-1.5.1
./libtool --tag=CC --mode=compile cc -I/usr/local/include -DHAVE_CONFIG_H -I. -I. -Wwrite-strings -W -Wall -O2 -g -O2 -pipe -march=athlon-xp -fno-strict-aliasing  -I. -I. -c  keys.c
libtool: compile:  cc -I/usr/local/include -DHAVE_CONFIG_H -I. -I. -Wwrite-strings -W -Wall -O2 -g -O2 -pipe -march=athlon-xp -fno-strict-aliasing -I. -I. -c keys.c  -fPIC -DPIC -o .libs/keys.o
keys.c: In function 'ldns_key_new':
keys.c:74: warning: implicit declaration of function 'ldns_key_set_external_key'
keys.c: At top level:
keys.c:660: warning: conflicting types for 'ldns_key_set_external_key'
keys.c:74: warning: previous implicit declaration of 'ldns_key_set_external_key' was here
keys.c: In function 'ldns_key_set_external_key':
keys.c:661: error: 'struct <anonymous>' has no member named 'external_key'
keys.c: In function 'ldns_key_external_key':
keys.c:783: error: 'const struct <anonymous>' has no member named 'external_key'
gmake: *** [keys.o] Error 1
*** Error code 1

Stop in /usr/ports/dns/ldns.
*** Error code 1

Stop in /usr/ports/dns/ldns.
>How-To-Repeat:

>Fix:


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Mon Mar 30 19:50:14 UTC 2009 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=133220 

From: Edwin Groothuis <edwin@FreeBSD.org>
To: konstantin@saurbier.net
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/133220: dns/ldns will not compile
Date: Mon, 30 Mar 2009 19:50:12 UT

 Maintainer of dns/ldns,
 
 Please note that PR ports/133220 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/133220
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org

From: Konstantin Saurbier <konstantin@saurbier.net>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/133220: dns/ldns will not compile
Date: Tue, 31 Mar 2009 21:00:18 +0200

 Hi,
 
 I was not able to reproduce this error. I checked this different  
 systems just to
 make sure that my build/test system is not somewhat changed.
 I tried to build ldns 1.5.1 with and without the installed port of  
 ldns 1.4.1, so
 neither a fresh install nor an upgrade produced errors.
 
 The systems were:
 
 - i386, 7.1-RELEASE, SMP (Dual P3)
 - i386, CURRENT of February 1st, UP (Athlon XP)
 - sparc64, CURRENT of March 6th , SMP (Dual UltraSparc III)
 
 The file keys.c compiles without errors on my systems. You removed  
 your custom
 compiler options in your previous attempts (reported via private mail  
 to me), but
 that did not help.
 I really have no idea whats happening.
 
 Best regards,
 Konstantin Saurbier
State-Changed-From-To: feedback->closed 
State-Changed-By: pav 
State-Changed-When: Tue May 12 08:19:32 UTC 2009 
State-Changed-Why:  
Maintainer cannot reproduce, I cannot reproduce. Sorry 

http://www.freebsd.org/cgi/query-pr.cgi?pr=133220 
>Unformatted:
