From nobody Fri Jul 02 09:30:15 2021 X-Original-To: freebsd-current@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 89DE911D3544 for ; Fri, 2 Jul 2021 09:30:27 +0000 (UTC) (envelope-from eduardo@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4GGVDg3XWMz3Q73 for ; Fri, 2 Jul 2021 09:30:27 +0000 (UTC) (envelope-from eduardo@freebsd.org) Received: from mail-ed1-f41.google.com (mail-ed1-f41.google.com [209.85.208.41]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) (Authenticated sender: eduardo) by smtp.freebsd.org (Postfix) with ESMTPSA id 5CB962699D for ; Fri, 2 Jul 2021 09:30:27 +0000 (UTC) (envelope-from eduardo@freebsd.org) Received: by mail-ed1-f41.google.com with SMTP id t3so12352398edc.7 for ; Fri, 02 Jul 2021 02:30:27 -0700 (PDT) X-Gm-Message-State: AOAM531tQtRfRfMyNAS0YC5RU0NMLG91tiEOazaZS6RovLoFUDfwx/55 pWRBEt9zR62eQImGaYFohZV/ce5K7qQSH533trk= X-Google-Smtp-Source: ABdhPJx83XD/WV54pz+fXqxbjr6Um9A2AGj63vpZoEArrvObsOGKRcEM264COOafs8UPYnL2TKumhKTAk4vL8WfLsnM= X-Received: by 2002:aa7:d801:: with SMTP id v1mr5476787edq.349.1625218226213; Fri, 02 Jul 2021 02:30:26 -0700 (PDT) List-Id: Discussions about the use of FreeBSD-current List-Archive: https://lists.freebsd.org/archives/freebsd-current List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-current@freebsd.org MIME-Version: 1.0 From: Nuno Teixeira Date: Fri, 2 Jul 2021 10:30:15 +0100 X-Gmail-Original-Message-ID: Message-ID: Subject: etcupdate: Failed to build new tree To: FreeBSD CURRENT Content-Type: multipart/alternative; boundary="0000000000000e55ec05c6209bce" X-ThisMailContainsUnwantedMimeParts: Y --0000000000000e55ec05c6209bce Content-Type: text/plain; charset="UTF-8" Hello, Last update I have some issues with etcupdate: etcupdate warning: "No previous tree to compare against, a sane comparison is not possible." That I corrected with: etcupdate extract etcupdate diff > /tmp/etc.diff patch -R < /tmp/etc.diff (etcupdate diff doesn't show any diffs.) Today I've just updated current and etcupdate -p gives: "Failed to build new tree" What might be wrong? Thanks Nuno Teixeira --0000000000000e55ec05c6209bce--