GNU bug report logs - #42716
building adns 1.6 on FreeBSD fails

Please note: This is a static page, with minimal formatting, updated once a day.
Click here to see this page with the latest information and nicer formatting.

Package: adns; Reported by: Kurt Jaeger <pi@HIDDEN>; dated Wed, 5 Aug 2020 12:52:02 UTC; Maintainer for adns is adns-discuss@HIDDEN.

Message received at submit <at> debbugs.gnu.org:


Received: (at submit) by debbugs.gnu.org; 5 Aug 2020 12:51:27 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Wed Aug 05 08:51:27 2020
Received: from localhost ([127.0.0.1]:50344 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1k3ItB-0002Wd-Bk
	for submit <at> debbugs.gnu.org; Wed, 05 Aug 2020 08:51:27 -0400
Received: from fc.opsec.eu ([193.105.105.132]:28317)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <pi@HIDDEN>) id 1k3IdK-0008N0-N6
 for submit <at> debbugs.gnu.org; Wed, 05 Aug 2020 08:35:03 -0400
Received: from pi by fc.opsec.eu with local (Exim 4.94 (FreeBSD))
 (envelope-from <pi@HIDDEN>)
 id 1k3IdG-000CT3-Uv; Wed, 05 Aug 2020 14:34:58 +0200
Date: Wed, 5 Aug 2020 14:34:58 +0200
From: Kurt Jaeger <pi@HIDDEN>
To: submit <at> debbugs.gnu.org
Subject: building adns 1.6 on FreeBSD fails
Message-ID: <20200805123458.GM1265@HIDDEN>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
X-Spam-Score: 1.0 (+)
X-Debbugs-Envelope-To: submit
X-Mailman-Approved-At: Wed, 05 Aug 2020 08:51:23 -0400
Cc: pi@HIDDEN
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -0.0 (/)

Package: adns

Hi!

I'm the port maintainer for the FreeBSD port dns/adns.

While trying to update the port to 1.6, it looks like the
test harness / regress setup fails to generate the proper replacement
files ?

For example:

n file included from ../client/adnstest.c:40:
In file included from ./hredirect.h:3:
./hsyscalls.h:11:91: error: expected parameter declarator
  ...fd_set *rfds , fd_set *wfds , fd_set *efds , struct timeval *to ,  );
                                                                           ^
The hsyscalls.h file generated from regress/hsyscalls.h.m4 and
regress/hsyscalls.i4 seems to add a superflous 'comma' at
the end of most calls in that and other files, like this:

int Hselect(    int max , fd_set *rfds , fd_set *wfds , fd_set *efds , struct timeval *to ,     );
#ifdef HAVE_POLL
int Hpoll(      struct pollfd *fds , int nfds , int timeout ,   );
#endif
int Hsocket(    int domain , int type , int protocol ,  );
int Hfcntl(     int fd , int cmd , ... ,        );
int Hconnect(   int fd , const struct sockaddr *addr , int addrlen ,    );
int Hbind(      int fd , const struct sockaddr *addr , int addrlen ,    );
int Hlisten(    int fd , int backlog ,  );
int Hsendto(    int fd , const void *msg , int msglen , unsigned int flags , const struct sockaddr *addr , int addrlen ,        );
int Hrecvfrom(  int fd , void *buf , int buflen , unsigned int flags , struct sockaddr *addr , int *addrlen ,   );
int Hread(      int fd , void *buf , size_t buflen ,    );
int Hwrite(     int fd , const void *buf , size_t len ,         );

-- 
pi@HIDDEN         +49 171 3101372                  Now what ?




Acknowledgement sent to Kurt Jaeger <pi@HIDDEN>:
New bug report received and forwarded. Copy sent to adns-discuss@HIDDEN. Full text available.
Report forwarded to adns-discuss@HIDDEN:
bug#42716; Package adns. Full text available.
Please note: This is a static page, with minimal formatting, updated once a day.
Click here to see this page with the latest information and nicer formatting.
Last modified: Wed, 5 Aug 2020 13:00:02 UTC

GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997 nCipher Corporation Ltd, 1994-97 Ian Jackson.