From owner-freebsd-questions@freebsd.org Sat Jan 14 03:15:22 2017 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1DD75CAFFBA for ; Sat, 14 Jan 2017 03:15:22 +0000 (UTC) (envelope-from marcel.plouf@gmail.com) Received: from mail-wm0-x241.google.com (mail-wm0-x241.google.com [IPv6:2a00:1450:400c:c09::241]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B8F751CBE for ; Sat, 14 Jan 2017 03:15:21 +0000 (UTC) (envelope-from marcel.plouf@gmail.com) Received: by mail-wm0-x241.google.com with SMTP id r144so15888570wme.0 for ; Fri, 13 Jan 2017 19:15:21 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=date:from:to:subject:message-id:in-reply-to:references:mime-version :content-transfer-encoding; bh=sy8bbR6jxfAyZzPGnL9vXeqkao3M8eQMkeGaLtWyJm0=; b=YghSZ53hadHwd+Hlo7k6OfdQXsPh+lbtVPALay7nqA2vLMe1TMpToTFSw1eOt+mNtC oNBrdRpVteSgSpFHEDC9UvfkuuWHA1cBRhMDLATDNtcSZ0+QinjMFQ4L7FhlyTpwkIxu hJnxWaN2nr8rYreQU4EBGkZNKaKtfUWh7WmTaHEZGAI07tsxmeUphbquNWEFnMDDyaVP io/BHgWdM24xzjAhowHnpnsrkTRReBY+FGvogvb37DMBwWVhP+T4ynP6yKTXxjZfZenf SUgjVr695U0tCn9DgEWpQwY8dQflV2+7Ahv0YI2o9baCCylMQjoJxg2Gm7sI/7g+BOGI 6rGQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:subject:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=sy8bbR6jxfAyZzPGnL9vXeqkao3M8eQMkeGaLtWyJm0=; b=nO2weJ83bcpdwxXFPg2HMUfYzT01iPBgW0czhaf93CHZBO6+4/B4eCWaFAs27kp+MP vZNqJm5h41xII7WcmkLsR05XtODnl8dIeAEsfd5HdZM8pCxfTp1L1IDKjaihEQEYRxf4 9WdEw165vD58bwvEMoHjhMKuHnxhI0IQ2epIceCCT4EDkO/KOQ6AFVhBwjb0F41KWuUc EZbcpQW3LstLrOcFOeFqwVqSE1h2jhNXmSwRc7n8ZQXmxoiHeMzLPOKrlOsHpx61j1T1 fEd46KWYvrNcWPBEPCtI8zn3FN7z+ch4+BHswUOPVKE2HYOYitCFGli9urPIo5tIVg58 cbuA== X-Gm-Message-State: AIkVDXKMszBE21wUiObBnb8FPhExkIbXUKb2tsOACAhnu6aYCvCM4jgQrU1MR7ykYqXQ/Q== X-Received: by 10.223.181.17 with SMTP id a17mr16952125wrd.111.1484363719500; Fri, 13 Jan 2017 19:15:19 -0800 (PST) Received: from marcel-laptop ([80.214.68.233]) by smtp.gmail.com with ESMTPSA id c9sm8436112wmi.16.2017.01.13.19.15.18 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Fri, 13 Jan 2017 19:15:19 -0800 (PST) Date: Sat, 14 Jan 2017 04:14:16 +0100 From: marcel To: freebsd-questions@freebsd.org Subject: Re: FreeBSD 11 & libressl Message-ID: <20170114041416.177815e2@marcel-laptop> In-Reply-To: <51f735a6-1fdc-d669-5516-9662edbb3544@freebsd.org> References: <20170113101931.0924157e@marcel-laptop.lan> <51f735a6-1fdc-d669-5516-9662edbb3544@freebsd.org> X-Mailer: Claws Mail 3.14.1 (GTK+ 2.24.31; x86_64-unknown-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Jan 2017 03:15:22 -0000 Le Fri, 13 Jan 2017 10:06:02 +0000, Matthew Seaman a =C3=A9crit : > On 01/13/17 09:19, marcel wrote: > > I try to build FreeBSD 11 with libressl instead of openssl. > > I have tried several times but when I type openssl version, I always > > have Openssl freebsd... instead of LibreSSL... > > This time, I've followed this link https://github.com/Sp1l/LibreBSD, > > I've applied the patch, etc but when I make buildworld, it stops > > with this error: > >=20 > > bmake[4]: exec(/bin/sh) failed (Argument list too long) > > *** Error code 1 > >=20 > > Stop. > > bmake[4]: stopped in /usr/src/secure/lib/libcrypto > > *** Error code 1 > >=20 > > [...] > >=20 > > I've searched for this error, but all results report to a > > programation problems, but I am not a developer... > >=20 > > The only things that is different of the LibreBSD github process is > > my make.conf and my src.conf. Here they are: > >=20 > > make.conf > > MAKE_JOBS_NUMBER?=3D4 > > WITHOUT_X11=3DYES > > DOC_LANG=3Den_US.ISO8859-1 > > NO_SENDMAIL=3Dtrue > > WITHOUT_MODULES=3Dng_bluetooth > >=20 > > src.conf > > WITHOUT_BLUETOOTH=3Dsound > > WITHOUT_AMD=3Dyes > > WITHOUT_BLUETOOTH=3Dyes > > WITHOUT_BSDINSTALL=3Dyes > > WITHOUT_FLOPPY=3Dyes > > WITHOUT_GAMES=3Dyes > > WITHOUT_HYPERV=3Dyes > > WITHOUT_ZFS=3Dyes > > WITHOUT_SENDMAIL=3Dyes > >=20 > > So, I don't understand why my make buildworld ends with error... > >=20 > > And I believed that libressl will be native in FreeBSD 11, am I > > wrong ? =20 >=20 > Bernard's LibreBSD project is very much a work in progress, and not > really suitable for people that /aren't/ developers. >=20 > What OS version are you starting from? There are known problems > building 11 on some earlier versions. I recommend that you start by > upgrading to regular FreeBSD 11.0 as supplied by the project -- maybe > even do a clean install on a new drive. Then try Bernard's patches to > build the system with LibreSSL rather than OpenSSL from there. >=20 > Cheers, >=20 > Matthew >=20 >=20 Oooh I thought it was "nearly"-release and ok to build without being developer.=20 First, I tried with FreeBSD 10.3 STABLE but I was not following step by step the process and then I decided to upgrade to FreeBSD 11 STABLE because why not (I know it's a little bit stupid...) and followed step by step the process. What did you mean by regular FreeBSD 11 ? Thanks for reply ! Regards.