From owner-freebsd-current@freebsd.org Tue Oct 16 03:40:06 2018 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7046510DEFFF for ; Tue, 16 Oct 2018 03:40:06 +0000 (UTC) (envelope-from grahamperrin@gmail.com) Received: from mail-wr1-x432.google.com (mail-wr1-x432.google.com [IPv6:2a00:1450:4864:20::432]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id DA46D77C0C for ; Tue, 16 Oct 2018 03:40:05 +0000 (UTC) (envelope-from grahamperrin@gmail.com) Received: by mail-wr1-x432.google.com with SMTP id a13-v6so23650802wrt.5 for ; Mon, 15 Oct 2018 20:40:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=subject:to:references:cc:from:message-id:date:user-agent :mime-version:in-reply-to:content-transfer-encoding:content-language; bh=1NdItYnBmej+Q2QWUrEzhhjGMysURrApp60GZ4kI0jM=; b=d5iiIq6pyEwEwfQq+ZndIIbloiKE02IRRDWClSUdHEQ2eWt5JmnOsC9yvFJ3iLBRJj 9LaQzPvNpaweOdWRCgf/k22O+UxK/s+DCm8M/tlQovBDmjYQVfUt59bvy+VMoRpNiiKO b400O8lHZ+NJvwiJEColyTbwgsaDfPwU/h6889PQTciU/R686cubRlAeiSyOQGlSJdVA jy2XVRmGoZ0k/e/9KLZty9NtpFh0Qztyzk5mW1ZSeiRAn3e26/qbTI4uFv4mrUal92cL GlmPenCUbK5aaWPKKQC1+N99sEoopHqf4ECd93skmX1Eqaz5LWv1uHKf4tJTGcgttErZ nhJA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:references:cc:from:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding :content-language; bh=1NdItYnBmej+Q2QWUrEzhhjGMysURrApp60GZ4kI0jM=; b=KpXwKIkozZOqOsLVf5XV7dBnOgvX/9l21qNtqAaxFyQu8CXCQUMIDft/QP1SkNSt/s iQKhO9acR0D08lCRBN0pmO1ZDLeROoJsqPrhbTa84rRyevVvsLlhtICFL4WK1k3cllwV /6W9Dfm70wnAEzLRnc6hY93HJYx7036mmmzsjHSZSdFWl2G4Zc+N551h+cns4pWKAbNq eAOg328zYW3yyVQ4qDGWLeMg+KGISIvavh8Fxuk2D75RtRA6CBPQrS8CjpivbwRPiU6a +KaDPZOvF/u4PzWItOA1VLNgO6a0kqRBLW2JYtJnaNzmepNG/bkRxlKf9T668uHEbxlk wpGw== X-Gm-Message-State: ABuFfoiAotoiPIM3x41/0IUfew4nqw83pM/uJVUoDwx93hcvDbriMgmG PpYaOUHFyxoc4WPyIToEzUsbQqSH X-Google-Smtp-Source: ACcGV608x0escmupKo/q+atS792U3jlZ95FZW4f5c/KyErBR2npL4k41ww3u2mV55Zc4HPLQSUgpDQ== X-Received: by 2002:a5d:6692:: with SMTP id l18-v6mr18337413wru.154.1539661204069; Mon, 15 Oct 2018 20:40:04 -0700 (PDT) Received: from [192.168.1.231] (79-66-139-63.dynamic.dsl.as9105.com. [79.66.139.63]) by smtp.gmail.com with ESMTPSA id e6-v6sm9576699wrc.70.2018.10.15.20.40.01 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 15 Oct 2018 20:40:02 -0700 (PDT) Subject: Problem compiling rust: observations on swap: GNU tar To: Cy Schubert References: <20181014213422.3188BC1B@spqr.komquats.com> Cc: "freebsd-current@freebsd.org" From: Graham Perrin Message-ID: <97680f3e-fb00-abc7-81d5-c61c9cae75e2@gmail.com> Date: Tue, 16 Oct 2018 04:40:00 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:60.0) Gecko/20100101 Thunderbird/60.2.1 MIME-Version: 1.0 In-Reply-To: <20181014213422.3188BC1B@spqr.komquats.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Content-Language: en-US X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.27 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: Tue, 16 Oct 2018 03:40:06 -0000 On 14/10/2018 22:34, Cy Schubert wrote: > Set TAR in make.conf to gnu tar from ports. Some tarballs will cause bsdtar to exhaust memory and swap. There was discussion a while ago suggesting this is a bug in vmm. Thanks! My make.conf for poudriere: root@momh167-gjp4-hpelitebook8570p-freebsd:~ # cat /usr/local/etc/poudriere.d/make.conf ICA_CERTS=/usr/ports/distfiles/QuoVadisRootCA2.crt DEFAULT_VERSIONS+= samba=4.8 GNUTAR=on root@momh167-gjp4-hpelitebook8570p-freebsd:~ # – like so (the third line of the file), yes?