From owner-freebsd-questions@FreeBSD.ORG Sat Jan 31 00:22:26 2015 Return-Path: Delivered-To: freebsd-questions@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 6B9277F7 for ; Sat, 31 Jan 2015 00:22:26 +0000 (UTC) Received: from mail-we0-x231.google.com (mail-we0-x231.google.com [IPv6:2a00:1450:400c:c03::231]) (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 09B57D95 for ; Sat, 31 Jan 2015 00:22:25 +0000 (UTC) Received: by mail-we0-f177.google.com with SMTP id l61so29847991wev.8 for ; Fri, 30 Jan 2015 16:22:24 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=s1Ro27ZvzziHLXEhAlRNy0h6WdlhI63q3M6PJab1vmU=; b=nYCaeyADUOPG1iuK8RUNpXZLYYU4M4/rVBN8ugo1D8zGZk/uimukNkbnKfz4kbH4e2 iAkO/l67b3Y18eWsGsWiISSkbZyoJRa/1CZXjCOtw8eq+m9IDYUuqt6msXwwisjL4F3l +eojkiIVPiVFKoeVc8hqnISKZfDsoLDcfJs6zcPITOT5yvkARzwztLsGvKlXiJgocG9j iEhqAQOMqpD1lHrWouJ/6QFZD5Kt0cJM/QmvT3+H4NQycq9LVfS9yptE9osbTk7Bm7Pm 1jjEyEtTtxcMI8BxLegNYF/zTL2DLes2RCQw6i9DdclKHWMpjxypvmdlSh8Kb4L3AzvZ 3lHg== X-Received: by 10.180.93.226 with SMTP id cx2mr197313wib.63.1422663743990; Fri, 30 Jan 2015 16:22:23 -0800 (PST) MIME-Version: 1.0 Received: by 10.216.35.135 with HTTP; Fri, 30 Jan 2015 16:22:03 -0800 (PST) From: Maurizio De Santis Date: Sat, 31 Jan 2015 01:22:03 +0100 Message-ID: Subject: etcupdate bootstrapping fails with "make: don't know how to make distrib-dirs. Stop" To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 31 Jan 2015 00:22:26 -0000 Hello, I'm trying to bootstrap etcupdate without success. This is what I'm doing: root@host:~ # etcupdate extract -L log.txt Failed to build new tree. root@host:~ # cat log.txt >>> extract command: tarball= >>> Building tree at /var/db/etcupdate/current with make make: don't know how to make distrib-dirs. Stop make: stopped in /usr/src root@host:~ # Am I doing anything wrong? Thank you -- Maurizio De Santis