From owner-freebsd-current@FreeBSD.ORG Wed Dec 24 09:45:01 2014 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EB86EA31 for ; Wed, 24 Dec 2014 09:45:00 +0000 (UTC) Received: from mail-wi0-x229.google.com (mail-wi0-x229.google.com [IPv6:2a00:1450:400c:c05::229]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7F93B1E03 for ; Wed, 24 Dec 2014 09:45:00 +0000 (UTC) Received: by mail-wi0-f169.google.com with SMTP id r20so15301888wiv.0 for ; Wed, 24 Dec 2014 01:44:58 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=berentweb.com; s=google; h=date:from:to:subject:message-id:mime-version:content-type :content-transfer-encoding; bh=+a1wCaebjNOY3A+ncIABsdn51uK8I5HThj6SFio4e8E=; b=Wk0zaXZn+80883q3geBU77PqAh3mOsppgHYmPQNeqFiEcR3U2KbPunl6uh9Rn+IQ28 R8IkWROsIfuYdvGCyIiHfR6YWNZTFb5gCpZrypu9n3cXuPcuK3rDr+nOPWdwFoq2wswl UVz+GTYqPuKJk6D3XHut9ryNSuVlE2d/f5Jvk= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:subject:message-id:mime-version :content-type:content-transfer-encoding; bh=+a1wCaebjNOY3A+ncIABsdn51uK8I5HThj6SFio4e8E=; b=OrBiUX6epSMUrDYg+1l9knnx1t+kOZ4YotHoafILqhv2uRt7ItVqCWtZFhknAzpRAu QfX+3AXm4eBaxTQWlCEB4IaaXZe0foKiV5lFzkG+hOJ2y4T/PabDjNTQXHLSxXVsjjst GGphuQvUrN+S90udT75iWJk6KGTAD7QRrvXZVhJqFMEciIiZTeKBtlYJogAqdNIEwwEH V5ul5PFMCnoVVUQpat+KaKayAvtfm9mfP8Se2uCxkTkGNr9A3D10BU141xmkX7X5wXgK GCR2IGrPoGEQL3CrzELAUDKTnznxXwNn7yodfRLAqt9zJ3ucYlqbOYj9+XfdyQQjG7QC WPYw== X-Gm-Message-State: ALoCoQlAehZ1CRpfkE4bcv1PpfYgwGVhKKEcMuu8SCjuA+OtzIfoc9znah4g1Srdw8bp/5mOofuH X-Received: by 10.194.57.43 with SMTP id f11mr59447822wjq.6.1419414298530; Wed, 24 Dec 2014 01:44:58 -0800 (PST) Received: from rsbsd.rsb ([31.200.15.54]) by mx.google.com with ESMTPSA id n3sm20539893wiw.5.2014.12.24.01.44.56 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 24 Dec 2014 01:44:57 -0800 (PST) Date: Wed, 24 Dec 2014 11:45:04 +0200 From: Beeblebrox To: Subject: Buildworld fails due to WITHOUT_CRYPT (3 issues) Message-ID: <20141224114504.73165f6a@rsbsd.rsb> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Dec 2014 09:45:01 -0000 I plan on using openssl from ports and have no need for kerberos. /etc/src.conf >> WITHOUT_CRYPT=3D yes * First problem is with bsnmp (used WITHOUT_BSNMP to bypass) =3D=3D=3D> lib/libbsnmp/libbsnmp (all) cc -O2 -pipe -I/asp/git/src/lib/libbsnmp/libbsnmp/../../../contrib/bsnm= p/lib -DHAVE_ERR_H -DHAVE_GETADDRINFO -DHAVE_STRLCPY -DHAVE_STDINT_H -DHAVE= _INTTYPES_H -DQUADFMT=3D'"llu"' -DQUADXFMT=3D'"llx"' -DNDEBUG -std=3Dgnu99 = -fstack-protector -Wsystem-headers -Wall -Wno-format-y2k -W -Wno-unused-par= ameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-ty= pe -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-= align -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-s= tyle-definition -Wno-pointer-sign -Wmissing-variable-declarations -Wthread-= safety -Wno-empty-body -Wno-string-plus-int -Wno-unused-const-variable -Qun= used-arguments -c /asp/git/src/lib/libbsnmp/libbsnmp/../../../contrib/bsnmp= /lib/snmpcrypto.c -o snmpcrypto.o /asp/git/src/lib/libbsnmp/libbsnmp/../../../contrib/bsnmp/lib/snmpcrypto.c:= 370:1: error:=20 conflicting types for 'snmp_passwd_to_keys' snmp_passwd_to_keys(struct snmp_user *user, char *passwd __unused) /asp/git/src/lib/libbsnmp/libbsnmp/../../../contrib/bsnmp/lib/snmp.h:273:16= : note:=20 previous declaration is here enum snmp_code snmp_passwd_to_keys(struct snmp_user *, char *); /asp/git/src/lib/libbsnmp/libbsnmp/../../../contrib/bsnmp/lib/snmpcrypto.c:= 382:1: error:=20 conflicting types for 'snmp_get_local_keys' snmp_get_local_keys(struct snmp_user *user, uint8_t *eid __unused, /asp/git/src/lib/libbsnmp/libbsnmp/../../../contrib/bsnmp/lib/snmp.h:274:16= : note:=20 previous declaration is here enum snmp_code snmp_get_local_keys(struct snmp_user *, uint8_t *, uint32_t); * Second problem is with ldns (used WITHOUT_LDNS as temporary fix) =3D=3D=3D> lib/libldns (all) /usr/local/libexec/ccache/world/clang -target x86_64-unknown-freebsd11.0 -= O2 -pipe -I/asp/git/src/lib/libldns/../../contrib/ldns -DNDEBUG -std=3Dgn= u99 -fstack-protector -Wsystem-headers -Wall -Wno-format-y2k -W -Wno-unused= -parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-un= initialized -Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int -Wno-unu= sed-const-variable -Wno-tautological-compare -Wno-unused-value -Wno-parenth= eses-equality -Wno-unused-function -Wno-enum-conversion -Qunused-arguments = -c /asp/git/src/lib/libldns/../../contrib/ldns/buffer.c -o buffer.o In file included from /asp/git/src/lib/libldns/../../contrib/ldns/buffer.c:= 12: In file included from /asp/git/src/lib/libldns/../../contrib/ldns/ldns/ldns= .h:98: /asp/git/src/lib/libldns/../../contrib/ldns/ldns/dane.h:31:10: fatal error:= =20 'openssl/ssl.h' file not found #include * I found no work-around for this problem so I'm now stuck. =3D=3D=3D> lib/libc/tests/hash (depend) (cd /asp/git/src/lib/libc/tests/hash && make -f /asp/git/src/lib/libc/tests= /hash/Makefile _RECURSING_PROGS=3D SUBDIR=3D PROG=3Dh_hash DEPENDFILE=3D.= depend.h_hash .MAKE.DEPENDFILE=3D.depend.h_hash depend) (cd /asp/git/src/lib/libc/tests/hash && make -f /asp/git/src/lib/libc/tests= /hash/Makefile _RECURSING_PROGS=3D SUBDIR=3D PROG=3Dsha2_test DEPENDFILE= =3D.depend.sha2_test .MAKE.DEPENDFILE=3D.depend.sha2_test depend) rm -f .depend.sha2_test CC=3D'/usr/local/libexec/ccache/world/clang -target x86_64-unknown-freebsd1= 1.0 ' mkdep -f .depend.sha2_test -a -I/asp/git/src/lib/libc/tests/hash/.= ./../../../crypto/openssh/openbsd-compat -I/asp/git/src/lib/libc/tests/hash= /../../../../crypto/openssh -I/asp/git/src/lib/libnetbsd -I/asp/git/src/con= trib/netbsd-tests -DNDEBUG -std=3Dgnu99 /asp/git/src/contrib/netbsd-tests= /lib/libc/hash/t_sha2.c /asp/git/src/contrib/netbsd-tests/lib/libc/hash/t_sha2.c:45:10: fatal error= :=20 'openssl/sha.h' file not found * I would prefer being able to use SSH from world (instead of dropbear), bu= t that seems impossible when openssl is disabled. * Different question, but when doing buildworld for i386 (buildworld TARGET= =3Di386) I try CCACHE_DISABLE=3Dyes or -DNO_CCACHE. Both alternatives seem = to be ignored, because of the output I see scrolling by (all lines begin wi= th "/usr/local/libexec/ccache/world/clang"). Is this as expected or am I do= ing it wrong? Regards. --=20 FreeBSD_amd64_11-Current_RadeonKMS