From nobody Mon May 15 16:45:06 2023 X-Original-To: freebsd-ports@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 4QKlbT115Vz4BpYJ for ; Mon, 15 May 2023 16:45:09 +0000 (UTC) (envelope-from SRS0=fpAz=BE=quip.cz=000.fbsd@elsa.codelab.cz) Received: from elsa.codelab.cz (elsa.codelab.cz [94.124.105.4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4QKlbS5cGvz3jZv; Mon, 15 May 2023 16:45:08 +0000 (UTC) (envelope-from SRS0=fpAz=BE=quip.cz=000.fbsd@elsa.codelab.cz) Authentication-Results: mx1.freebsd.org; none Received: from elsa.codelab.cz (localhost [127.0.0.1]) by elsa.codelab.cz (Postfix) with ESMTP id D9C6BD78B6; Mon, 15 May 2023 18:45:06 +0200 (CEST) Received: from [192.168.145.50] (ip-89-177-27-225.bb.vodafone.cz [89.177.27.225]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by elsa.codelab.cz (Postfix) with ESMTPSA id 3447ED78BA; Mon, 15 May 2023 18:45:06 +0200 (CEST) Message-ID: <2bd6a54a-1e53-8817-bf6f-9ea2f13fdba8@quip.cz> Date: Mon, 15 May 2023 18:45:06 +0200 List-Id: Porting software to FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-ports List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:102.0) Gecko/20100101 Thunderbird/102.10.1 Subject: Re: python pip install does not work on FreeBSD 13.2 Content-Language: cs-Cestina, en-US To: Yuri , Charlie Li , freebsd-ports References: <21fbbe0d-6091-7150-b1d8-b1b21b13b3ce@quip.cz> <6dd48add-3047-7ef8-eb1c-004f2246aa68@aetern.org> <0316ef7a-4556-1d85-b500-62d7c3cec631@freebsd.org> <2e3e3f33-ed39-043a-7493-bf50ef9cc3a5@quip.cz> <92b77a40-6754-234f-9769-2a45e878d189@aetern.org> From: Miroslav Lachman <000.fbsd@quip.cz> In-Reply-To: <92b77a40-6754-234f-9769-2a45e878d189@aetern.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 4QKlbS5cGvz3jZv X-Spamd-Bar: ---- X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:42000, ipnet:94.124.104.0/21, country:CZ] X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-ThisMailContainsUnwantedMimeParts: N On 15/05/2023 18:06, Yuri wrote: > That's strange, looking at the git history, even 11.0 shipped > /usr/bin/ld as a symlink to /usr/bin/ld.bfd, is it possible it was > modified locally for some reason? > > git show origin/releng/11.0:gnu/usr.bin/binutils/ld/Makefile > >> So is there some bug in "make delete-old"? > > No, delete-old should not delete /usr/bin/ld as it still exists, it's > only supposed to delete /usr/bin/ld.bfd (the gnu one). I am sorry for the noise. This is really local problem on our side. Thanks to David Wolfskill for his private message. We have some special process of preparing and distributing updates where rsync is involved and there is the problem (some changes are not transferred) So really not a bug in FreeBSD. Kind regards Miroslav Lachman