From owner-freebsd-current@freebsd.org Tue Apr 6 17:26:09 2021 Return-Path: Delivered-To: freebsd-current@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 160FD5B1349 for ; Tue, 6 Apr 2021 17:26:09 +0000 (UTC) (envelope-from mad@madpilot.net) Received: from mailman.nyi.freebsd.org (mailman.nyi.freebsd.org [IPv6:2610:1c1:1:606c::50:13]) by mx1.freebsd.org (Postfix) with ESMTP id 4FFDvh5yRFz3vZy for ; Tue, 6 Apr 2021 17:26:08 +0000 (UTC) (envelope-from mad@madpilot.net) Received: by mailman.nyi.freebsd.org (Postfix) id C9ECB5B1404; Tue, 6 Apr 2021 17:26:08 +0000 (UTC) Delivered-To: current@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id C9A505B1403 for ; Tue, 6 Apr 2021 17:26:08 +0000 (UTC) (envelope-from mad@madpilot.net) Received: from mail.madpilot.net (vogon.madpilot.net [159.69.1.99]) (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 did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4FFDvh4gxYz3vm5 for ; Tue, 6 Apr 2021 17:26:08 +0000 (UTC) (envelope-from mad@madpilot.net) Received: from mail (mail [192.168.254.3]) by mail.madpilot.net (Postfix) with ESMTP id 4FFDvg0QcVz6dPW; Tue, 6 Apr 2021 19:26:07 +0200 (CEST) Received: from mail.madpilot.net ([192.168.254.3]) by mail (mail.madpilot.net [192.168.254.3]) (amavisd-new, port 10026) with ESMTP id o4E3dR452DeM; Tue, 6 Apr 2021 19:26:03 +0200 (CEST) Subject: Re: Problem compiling libgit2 To: Filippo Moretti , FreeBSD Current References: <2116917727.454796.1617728376803.ref@mail.yahoo.com> <2116917727.454796.1617728376803@mail.yahoo.com> From: Guido Falsi Message-ID: Date: Tue, 6 Apr 2021 19:26:02 +0200 In-Reply-To: <2116917727.454796.1617728376803@mail.yahoo.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 4FFDvh4gxYz3vm5 X-Spamd-Bar: ---- X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[] X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.34 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, 06 Apr 2021 17:26:09 -0000 On 06/04/21 18:59, Filippo Moretti via freebsd-current wrote: > After moving ports to git I had the following error while updating libgit2:===>  Extracting for libgit2-1.1.0 > => ===>  Extracting for libgit2-1.1.0 > => SHA256 Checksum OK for libgit2-1.1.0.tar.gz. > ===>  Patching for libgit2-1.1.0 > sed: /usr/ports/devel/libgit2/work/libgit2-1.1.0/cmake/Modules/SelectHTTPSBackend.cmake: No such file or directory > *** Error code 1 > > Stop. > make[1]: stopped in /usr/ports/devel/libgit2 > *** Error code 1 > > Stop. > make: stopped in /usr/ports/devel/libgit2 > > > my system:root@STING /usr/ports/devel/libgit2]# uname -a > FreeBSD STING 14.0-CURRENT FreeBSD 14.0-CURRENT #23 main-n245729-51cc31088bf: Tue Mar 30 18:58:45 CEST 2021     root@STING:/usr/obj/usr/src/amd64.amd64/sys/STING  amd64 > It's been fixed, update your ports tree. -- Guido Falsi