From owner-freebsd-questions@freebsd.org Fri Jan 13 09:20:37 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 2D57FCAAB06 for ; Fri, 13 Jan 2017 09:20:37 +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 B21F61916 for ; Fri, 13 Jan 2017 09:20:36 +0000 (UTC) (envelope-from marcel.plouf@gmail.com) Received: by mail-wm0-x241.google.com with SMTP id r144so10165431wme.0 for ; Fri, 13 Jan 2017 01:20:36 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=date:from:to:subject:message-id:mime-version :content-transfer-encoding; bh=ASP9dSvFyEaw2xN04x7dJpKdciVdHx/FtVEm1VhO9nY=; b=MVdz9l53Y46WlYKAIeblzOvmWXxmGgXJ7MRpKfIhtCfQZiBSLxBofd2fy1+YE33kpE TJU0nkplgKWvKnBnMZH0LsO4uUYHYD3ZSE+3Q32ITQLp6Kpk2/8zDoRqtCrUVjDuvBJP OizW5Wg9AjBCzyaPptE4jJUjqr61jqEJGLpDD3ElcvxTlXkQIx6JUgk7nj7tp4C+1Mba DVAQkrSXFiNmdp6+loRkAUcxeUbzKRIJqr7yJCVxDGJMwGD3zQ5wy7nsTrDvoz5lQY5g 1xVdRHFgGeG9LN04+H5qh5y3oU63grGWi0Im6qHZ5npmwwY4wJawb8JrC8/Ip4VZAH58 u4Hw== 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:mime-version :content-transfer-encoding; bh=ASP9dSvFyEaw2xN04x7dJpKdciVdHx/FtVEm1VhO9nY=; b=SE8+lrzoSpea6GmDw9oniucXkTaWHH++cQWfJNYbL10VvZd8RoHcKOFEYLOUvvUoYk 6A8y0rpcBxFFFGPNhnr9OUznE71JVN0yI4VixEqHRjCZlpGdc9DnTlpkoDjrl+3RwGIm F3xydvRsy+0KoPHfhn9Qcz6Rr8BLEA2a/w3Na0D9sp0nVyia4dCDpeOn2V90z/WWB0GV 1fBSQQw2jeRGrGPSa/GEJJYvdFQ1FOdRH1M5tm8ZaSC342MJ6a497SFiHhWcAUh9Jhk2 79gz6CQqfFP936+N32oJnqKYwKULuc2jVBk/Sz7USWFtjoo0E/zf130PbCN4zNz/h3X9 nOIw== X-Gm-Message-State: AIkVDXK9/9HcD4IIQ8YGdpxDEWXRio133BUTzdqZhLSGs7hDCERnzotf4xuc8MBu6Hx3wQ== X-Received: by 10.28.128.150 with SMTP id b144mr1460836wmd.119.1484299235150; Fri, 13 Jan 2017 01:20:35 -0800 (PST) Received: from marcel-laptop.lan (85-171-136-71.rev.numericable.fr. [85.171.136.71]) by smtp.gmail.com with ESMTPSA id 81sm2963097wmw.7.2017.01.13.01.20.34 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Fri, 13 Jan 2017 01:20:34 -0800 (PST) Date: Fri, 13 Jan 2017 10:19:31 +0100 From: marcel To: freebsd-questions@freebsd.org Subject: FreeBSD 11 & libressl Message-ID: <20170113101931.0924157e@marcel-laptop.lan> 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=US-ASCII Content-Transfer-Encoding: 7bit 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: Fri, 13 Jan 2017 09:20:37 -0000 Hi there ! 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: bmake[4]: exec(/bin/sh) failed (Argument list too long) *** Error code 1 Stop. bmake[4]: stopped in /usr/src/secure/lib/libcrypto *** Error code 1 [...] I've searched for this error, but all results report to a programation problems, but I am not a developer... The only things that is different of the LibreBSD github process is my make.conf and my src.conf. Here they are: make.conf MAKE_JOBS_NUMBER?=4 WITHOUT_X11=YES DOC_LANG=en_US.ISO8859-1 NO_SENDMAIL=true WITHOUT_MODULES=ng_bluetooth src.conf WITHOUT_BLUETOOTH=sound WITHOUT_AMD=yes WITHOUT_BLUETOOTH=yes WITHOUT_BSDINSTALL=yes WITHOUT_FLOPPY=yes WITHOUT_GAMES=yes WITHOUT_HYPERV=yes WITHOUT_ZFS=yes WITHOUT_SENDMAIL=yes So, I don't understand why my make buildworld ends with error... And I believed that libressl will be native in FreeBSD 11, am I wrong ? Thanks !