From owner-freebsd-ports@freebsd.org Wed Mar 27 15:46:42 2019 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9A8B31553449 for ; Wed, 27 Mar 2019 15:46:42 +0000 (UTC) (envelope-from pmaechler-ml@glattnet.ch) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 035E88192A for ; Wed, 27 Mar 2019 15:46:42 +0000 (UTC) (envelope-from pmaechler-ml@glattnet.ch) Received: by mailman.ysv.freebsd.org (Postfix) id B22491553448; Wed, 27 Mar 2019 15:46:41 +0000 (UTC) Delivered-To: ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 53CA81553447 for ; Wed, 27 Mar 2019 15:46:41 +0000 (UTC) (envelope-from pmaechler-ml@glattnet.ch) Received: from mx21.glattnet.ch (mx21.glattnet.ch [IPv6:2a00:a680:120::21]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E413481929 for ; Wed, 27 Mar 2019 15:46:39 +0000 (UTC) (envelope-from pmaechler-ml@glattnet.ch) X-Halon-VSP: End: -------------------- X-Halon-Time: : 1.295763035 s X-Halon-Notes: : ALL_TRUSTED,HTML_MESSAGE X-Halon-RPD: : 0 X-Halon-SA: : -1 X-Halon-ID: 7ff9f620-50a7-11e9-aee0-005056b0513b X-Halon-VSP: Start: DATA_Outbound Received: from GW3051 (unknown [192.168.2.51]) by mx21.glattnet.ch (Halon) with ESMTPSA id 7ff9f620-50a7-11e9-aee0-005056b0513b; Wed, 27 Mar 2019 16:46:34 +0100 (CET) From: "Philippe Maechler" To: Subject: dsc on FreeBSD 11.2-p9 Date: Wed, 27 Mar 2019 16:46:34 +0100 Message-ID: <013701d4e4b4$41d43720$c57ca560$@glattnet.ch> MIME-Version: 1.0 X-Mailer: Microsoft Outlook 16.0 Content-Language: de-ch Thread-Index: AdTks7bQt5YfLoM4SM+nV4dBnXexPQ== X-Rspamd-Queue-Id: E413481929 X-Spamd-Bar: --- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-3.91 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; NEURAL_HAM_MEDIUM(-1.00)[-0.995,0]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; MIME_GOOD(-0.10)[multipart/alternative,text/plain]; TO_DN_NONE(0.00)[]; DMARC_NA(0.00)[glattnet.ch]; AUTH_NA(1.00)[]; RCPT_COUNT_ONE(0.00)[1]; IP_SCORE(-1.92)[ip: (-6.23), ipnet: 2a00:a680::/32(-1.86), asn: 61174(-1.49), country: CH(0.00)]; MX_GOOD(-0.01)[mx21.glattnet.ch,mx22.glattnet.ch]; NEURAL_HAM_SHORT(-0.89)[-0.890,0]; R_SPF_NA(0.00)[]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+,1:+]; ASN(0.00)[asn:61174, ipnet:2a00:a680::/32, country:CH]; MID_RHS_MATCH_FROM(0.00)[]; RCVD_TLS_ALL(0.00)[]; RCVD_COUNT_TWO(0.00)[2] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.29 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Mar 2019 15:46:42 -0000 Hello FreeBSD Ports I'm trying to install dns-oarc's dsc (dns/dsc) on our nameservers, but fail and have little to no clue how I can fix that. The last few lines that gets on the console are: depbase=`echo country_index.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ cc -DHAVE_CONFIG_H -I. -I. -I/usr/local/include -O2 -pipe -fstack-protector -fno-strict-aliasing -I/usr/local/include -MT country_index.o -MD -MP -MF $depbase.Tpo -c -o country_index.o country_index.c &&\ mv -f $depbase.Tpo $depbase.Po /usr/include/arpa/nameser.h:140:8: error: unknown type name 'u_char'; did you mean 'char'? const u_char *dnptrs[25]; ^ /usr/include/arpa/nameser.h:141:8: error: unknown type name 'u_char'; did you mean 'char'? const u_char **lastdnptr; ^ /usr/include/arpa/nameser.h:166:8: error: unknown type name 'u_char'; did you mean 'char'? const u_char * rdata; ^ /usr/include/arpa/nameser.h:177:2: error: unknown type name 'u_int' u_int ttl; ^ /usr/include/arpa/nameser.h:179:8: error: unknown type name 'u_char'; did you mean 'char'? const u_char * rdata; ^ /usr/include/arpa/nameser.h:585:1: error: unknown type name 'u_int' u_int ns_get16(const u_char *); ^ /usr/include/arpa/nameser.h:585:23: error: unknown type name 'u_char'; did you mean 'char'? u_int ns_get16(const u_char *); ^ /usr/include/arpa/nameser.h:586:1: error: unknown type name 'u_long'; did you mean 'long'? u_long ns_get32(const u_char *); ^ /usr/include/arpa/nameser.h:586:24: error: unknown type name 'u_char'; did you mean 'char'? u_long ns_get32(const u_char *); ^ /usr/include/arpa/nameser.h:587:30: error: expected ')' void ns_put16(u_int, u_char *); ^ /usr/include/arpa/nameser.h:587:15: note: to match this '(' void ns_put16(u_int, u_char *); ^ /usr/include/arpa/nameser.h:587:16: error: a parameter list without types is only allowed in a function definition void ns_put16(u_int, u_char *); ^ /usr/include/arpa/nameser.h:588:31: error: expected ')' void ns_put32(u_long, u_char *); ^ /usr/include/arpa/nameser.h:588:15: note: to match this '(' void ns_put32(u_long, u_char *); ^ /usr/include/arpa/nameser.h:588:16: error: a parameter list without types is only allowed in a function definition void ns_put32(u_long, u_char *); ^ fatal error: too many errors emitted, stopping now [-ferror-limit=] 20 errors generated. gmake[5]: *** [Makefile:602: config_hooks.o] Error 1 gmake[5]: *** Waiting for unfinished jobs.... country_index.c:126:21: warning: implicitly declaring library function 'memcpy' with type 'void *(void *, const void *, unsigned long)' [-Wimplicit-function-declaration] memcpy(_mmcountry, entry_data.utf8_string, len); ^ country_index.c:126:21: note: include the header or explicitly provide a declaration for 'memcpy' country_index.c:251:28: warning: implicitly declaring library function 'strlen' with type 'unsigned long (const char *)' [-Wimplicit-function-declaration] return hashendian(key, strlen(key), 0); ^ country_index.c:251:28: note: include the header or explicitly provide a declaration for 'strlen' country_index.c:257:12: warning: implicitly declaring library function 'strcasecmp' with type 'int (const char *, const char *)' [-Wimplicit-function-declaration] return strcasecmp(a, b); ^ country_index.c:257:12: note: include the header or explicitly provide a declaration for 'strcasecmp' country_index.c:294:13: warning: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))' [-Wimplicit-function-declaration] exit(1); ^ country_index.c:294:13: note: include the header or explicitly provide a declaration for 'exit' 4 warnings generated. gmake[5]: Leaving directory '/usr/ports/dns/dsc/work/dsc-2.8.0/src' gmake[4]: *** [Makefile:727: all-recursive] Error 1 gmake[4]: Leaving directory '/usr/ports/dns/dsc/work/dsc-2.8.0/src' gmake[3]: *** [Makefile:423: all] Error 2 gmake[3]: Leaving directory '/usr/ports/dns/dsc/work/dsc-2.8.0/src' gmake[2]: *** [Makefile:420: all-recursive] Error 1 gmake[2]: Leaving directory '/usr/ports/dns/dsc/work/dsc-2.8.0' ===> Compilation failed unexpectedly. Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to the maintainer. *** Error code 1 Stop. make[1]: stopped in /usr/ports/dns/dsc *** Error code 1 Stop. make: stopped in /usr/ports/dns/dsc ===>>> make build failed for dns/dsc ===>>> Aborting update ===>>> Update for dns/dsc failed ===>>> Aborting update I already tried with MAKE_JOBS_UNSAFE=yes (same error), updatet the ports tree, updated all other ports and tried the rebuild. I get the same error on 4 different 11.2-BSD Boxes. Is there anything else I can try to solve this issue? If you need more information e.g. a complete build log, don't hesitate to ask me Tia philippe