From owner-freebsd-current@FreeBSD.ORG Wed Dec 24 15:50:37 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 CF90A9E3 for ; Wed, 24 Dec 2014 15:50:37 +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 5EA8020E7 for ; Wed, 24 Dec 2014 15:50:37 +0000 (UTC) Received: by mail-wg0-f54.google.com with SMTP id l2so11573327wgh.13 for ; Wed, 24 Dec 2014 07:50:35 -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=Ssrk9w1CbW68ZXD71FaRmLPFvOU/uFztJwGMUBD5EEM=; b=hWjP7HUOL04KZUNB/70b2IYSLzM/keb4d4KKxI2uwaHJhBM7d9zJLp9ITOKHOinruD WF0SM/KQ0lRDCRcUhYY8BOhMceg0LgcanE+joFvRyVGSr6qUmU6Vlo/JcUJvW4Samh67 rLOG3toFzJ+ES6THcL7h3/zUrq10KuCm/7xwo= 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=Ssrk9w1CbW68ZXD71FaRmLPFvOU/uFztJwGMUBD5EEM=; b=UdzYB0eXDJZmbZ7Eub5e7Wv9nW4Bg7/AKXJTLFBMZdeLXLsLFCZDTHpdmoeGFnilj/ Ntr09V4tpA/yO/tiDYdaZ/0WQzWB25wVKtm28sM+JqAMruemF26pznOI46IDKxr7lwO1 WIoKIveXWVGm4KT/ooSk8qnH9S8RX57AQdUpeknd4VKXznsYF8244qlcugBWmzxnlVDd GS540+rUphNJVo5u4vnVmp3zNulJzFNDauxdKE84vh0JEMcsCZ/4TLJNY0+0nZOa4OBU PoW09IIwqa79zNiGiAbYPQF8jQEqQEMwVndOoiLyFVNY9YfdPa1St6oAlznTqlQSJVBL Qceg== X-Gm-Message-State: ALoCoQmpfkGRSM5jsvIRPm2Gv4K/krMYi8spHIcGi/Z3lSx7UXgxHwmxK+xy5NpYInWuZ3Wr9jtT X-Received: by 10.194.91.234 with SMTP id ch10mr66035567wjb.114.1419436234914; Wed, 24 Dec 2014 07:50:34 -0800 (PST) Received: from rsbsd.rsb ([31.200.20.30]) by mx.google.com with ESMTPSA id o2sm21611739wiy.11.2014.12.24.07.50.32 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 24 Dec 2014 07:50:33 -0800 (PST) Date: Wed, 24 Dec 2014 17:50:41 +0200 From: Beeblebrox Cc: FreeBSD Current Subject: Re: Buildworld fails due to WITHOUT_CRYPT (3 issues) Message-ID: <20141224175041.7836dee7@rsbsd.rsb> In-Reply-To: <20141224163319.64d16592@rsbsd.rsb> References: <20141224114504.73165f6a@rsbsd.rsb> <20141224124309.79f9b8fa@rsbsd.rsb> <20141224144757.4916f2c5@rsbsd.rsb> <20141224163319.64d16592@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 15:50:37 -0000 So far from what I can tell, two modules don't get built for some reason. * sys/boot/i386/boot2 I built and installed this manually: * usr/sbin/mtree This is missing, and usr.sbin/mtree gives fmtree. Trying from contrib/mtree results in: /usr/local/libexec/ccache/world/clang -O2 -pipe -DNDEBUG -std=3Dgnu99 -fs= tack-protector -Qunused-arguments -c compare.c compare.c:61:10: fatal error: 'rmd160.h' file not found #include That file seems to be one of sys/opencrypto/rmd160.h or lib/libnetbsd/rmd16= 0.h, but at this point I'm stumped. Did this have anything to do with Herbe= rt's patch?=20 I had cleaned out my poudriere amd64 jail, and mtree is needed for pkg buil= ding. I finally resorted to copying the two-week old mtree binary from /usr= /sbin to the poudriere jail. --=20 FreeBSD_amd64_11-Current_RadeonKMS