From owner-freebsd-current@FreeBSD.ORG Wed Dec 24 14:33:15 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 A1C79FF0 for ; Wed, 24 Dec 2014 14:33:15 +0000 (UTC) Received: from mail-wg0-x236.google.com (mail-wg0-x236.google.com [IPv6:2a00:1450:400c:c00::236]) (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 432783FD2 for ; Wed, 24 Dec 2014 14:33:15 +0000 (UTC) Received: by mail-wg0-f54.google.com with SMTP id l2so11447716wgh.13 for ; Wed, 24 Dec 2014 06:33:13 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=berentweb.com; s=google; h=date:from:cc:subject:message-id:in-reply-to:references:mime-version :content-type:content-transfer-encoding; bh=F5mo7SoT7OoFM2+Ne35+CwllIT/7DUuUG+YrmGwwma4=; b=PtYT7KqyYP6p4zY+70cTwPrTNjVMy3XKOOyaheIufbzBndigSkbx6A82X7ISNpdJgi rZpvrSUNg+wbmJCezu+eKSXmbhojsHtOpdshYsEj8mc3Gqn2jLf6gC0rg3rcM2XKcESL zm6+Q+VjGrYRNvaJVSTbbuI0Mxidv5SZQF4F0= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:cc:subject:message-id:in-reply-to :references:mime-version:content-type:content-transfer-encoding; bh=F5mo7SoT7OoFM2+Ne35+CwllIT/7DUuUG+YrmGwwma4=; b=XTBEwQdgihxiBRGMaY+hkG+8WgqglZ82p7FZi2v3NxhZjxT2rkhWl7ITMt3wvZD1E4 ygVxx0hrFhY3shJHD29dBN8XeE1p7+dNTJbzrgw2knurMoXxogrRmcZP30xxStdEaZLi w3mvFG0jSLEZg65gKq8q/MGZUMsJuHORWDuSkWv0tKXqCm9ffs69jMRj7fgvjD6aoRWF WTq74Bj6vr+4qv6LEaZhfv5behu1cAsYv/X2TOW4EKCqQf93CyAjv0PjFsKIwxtM4+Fq npEy4tNJGtl5aFxfn6kb9vmNS3PZry0F3GKw6Q3gPsVb1x+iSIYDgioy0U7PFjib730u s8hg== X-Gm-Message-State: ALoCoQk6+e3ha2Tn8tIEwoZ9kgRBf/Z+fD9CK2IMh+fEzyof6Ag2kngvPVImxQlYQVcmEgD3xRWO X-Received: by 10.180.72.178 with SMTP id e18mr51068099wiv.23.1419431593561; Wed, 24 Dec 2014 06:33:13 -0800 (PST) Received: from rsbsd.rsb ([31.200.20.30]) by mx.google.com with ESMTPSA id pu3sm31819597wjc.14.2014.12.24.06.33.11 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 24 Dec 2014 06:33:12 -0800 (PST) Date: Wed, 24 Dec 2014 16:33:19 +0200 From: Beeblebrox Cc: FreeBSD Current Subject: Re: Buildworld fails due to WITHOUT_CRYPT (3 issues) Message-ID: <20141224163319.64d16592@rsbsd.rsb> In-Reply-To: <20141224144757.4916f2c5@rsbsd.rsb> References: <20141224114504.73165f6a@rsbsd.rsb> <20141224124309.79f9b8fa@rsbsd.rsb> <20141224144757.4916f2c5@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 14:33:15 -0000 * So as to keep the build going, I commented out ctld in the usr.sbin/Makef= ile * The next part to break was pkg. I set WITHOUT_PKGTOOLS, but that did not solve the problem, so I once more had to comment out in usr.sbin/Makefile "SUBDIR+=3D pkg" =3D=3D=3D> usr.sbin/pkg (all) cc -O2 -pipe -I/asp/git/src/usr.sbin/pkg/../../contrib/libucl/include -D= NDEBUG -std=3Dgnu99 -fstack-protector -Wsystem-headers -Wall -Wno-format-y2= k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpoint= er-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunus= ed-parameter -Wcast-align -Wchar-subscripts -Winline -Wnested-externs -Wred= undant-decls -Wold-style-definition -Wno-pointer-sign -Wmissing-variable-de= clarations -Wthread-safety -Wno-empty-body -Wno-string-plus-int -Wno-unused= -const-variable -Qunused-arguments -c /asp/git/src/usr.sbin/pkg/pkg.c /asp/git/src/usr.sbin/pkg/pkg.c:54:10: fatal error: 'openssl/err.h' file no= t found #include * Buildworld finally finished, but admittedly it's plain ugly. I decided to= post the last the process so as to help anyone who might have a similar ex= perience. Whether the CRYPT code should be used from base or ports is debat= able, but BASE does not seem ready for complete switch for these functions = from /src to /ports. Regards. --=20 FreeBSD_amd64_11-Current_RadeonKMS