18; a=rsa-sha256; cv=none; b=AaFIieJc7w687Kx6xu3HWX5zCGsy6TIqsHjxa3oqRobcqZzZFt8kh1Pw/Nj4J2fly2EaGw McToEz+myDD6LSftLktGaFtMzVGRE2XPrDg0rBqQDbIR8rYgemzsl1IThJyFs27lYjYHbv T0p/yVx1YqTTQxUmj/VoWparnPM5O6a19bv/g3SVz2dPi68pPomvN7BmULvssmxjRlPKAh mA1s3JuiWeA0A3gZ+V/R9NzZe0lO33Jqbnu/Jvcd0pg4CyFsVM4u1oKFKhdb20/GQt/2zy ZziTHJGMObpVx8798w6QPfCbxOl7nVjD9l34342sAZ6w24CoEkIGDWYKIo7UrQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1719208818; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=ZfcpfmndSXXFojSnqQ0YGlnh/yelCVHyFQpFa6hDoYQ=; b=u30KMlbf0juIPzkMln3n3FnCCLHK1TYQllCxixumFi2IdAeXIPubhW+4+DX0DKVVQvj0xz pxder70+svMP3OcUu16k5drXhiXbHi4bJNcFiYy9B7HXpG2noQWzaI/5pv5RQnrSbG1fe0 6oDZboJYQGmBQxcYs2daN/iqKTzAOKAekItsgomdQS03tjpXyCxs5BrBj5M27an1ZFZjNM mIB9GTP+LJ5/VmffWdtQSZyrNQIS//DX0+hQ/xzu2OHJSqIgNdLaimkrFhpNTZ8zmu6NP/ Q2JSPrSndiVzpnJYbvkf0kK7NQoWjglJFcwcSw9JWBCT1oBk6qU6dRLnQ9IZMw== Received: from relay.mat.cc (cow.mat.cc [79.143.244.49]) (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 "cow.mat.cc", Issuer "R3" (verified OK)) (Authenticated sender: mat/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id 4W6y421cGtzyxj; Mon, 24 Jun 2024 06:00:18 +0000 (UTC) (envelope-from mat@freebsd.org) Received: from aching.in.mat.cc (unknown [IPv6:2a01:e0a:836:f670:5683:c0c4:8893:5af]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (prime256v1) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by relay.mat.cc (Postfix) with ESMTPSA id 50095214C3; Mon, 24 Jun 2024 08:00:16 +0200 (CEST) Date: Mon, 24 Jun 2024 08:00:13 +0200 From: Mathieu Arnold To: Robert Clausecker Cc: ports@freebsd.org Subject: Re: [pkg-fallout@FreeBSD.org: [package - 140amd64-default][finance/ticker] Failed for ticker-4.6.3 in fetch] Message-ID: References: List-Id: Porting software to FreeBSD List-Archive: https://lists.freebsd.org/archives/freebsd-ports List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: freebsd-ports@freebsd.org Sender: owner-freebsd-ports@FreeBSD.org MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="irrr7rwls5u3r5ga" Content-Disposition: inline In-Reply-To: --irrr7rwls5u3r5ga Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Jun 18, 2024 at 11:50:24AM GMT, Robert Clausecker wrote: > I'm receiving this fallout message that looks like something went > wrong during fetch: >=20 > https://lists.freebsd.org/archives/freebsd-pkg-fallout/2024-June/615449.h= tml >=20 > Especially this part is suspicious: >=20 > =3D> charmbracelet-x-v0.1.0_GH0.tar.gz doesn't seem to exist in /portdist= files/. > =3D> Attempting to fetch https://codeload.github.com/charmbracelet/x/tar.= gz/v0.1.0?dummy=3D/charmbracelet-x-v0.1.0_GH0.tar.gz > fetch: 10317: No such file or directory > fetch: https://codeload.github.com/charmbracelet/x/tar.gz/v0.1.0?dummy=3D= /charmbracelet-x-v0.1.0_GH0.tar.gz: size unknown > fetch: https://codeload.github.com/charmbracelet/x/tar.gz/v0.1.0?dummy=3D= /charmbracelet-x-v0.1.0_GH0.tar.gz: size of remote file is not known > charmbracelet-x-v0.1.0_GH0.tar.gz 10 kB 69 MBps = 00s > =3D> Attempting to fetch http://distcache.FreeBSD.org/ports-distfiles/cha= rmbracelet-x-v0.1.0_GH0.tar.gz > fetch: 10317: No such file or directory >=20 > What is the meaning of the number =E2=80=9C10317?=E2=80=9D I was unable = to find where > it comes from. 10317 is the size of the file, it is passed as an argument to fetch to tell it that if the file size is different, it does not need to be fetched because the checksum will be wrong too. That being said, I have no idea what goes exacly wrong here, the fetch command must have been changed in an interesting way, maybe set DEBUG_MK_SCRIPTS=3Dyes in your environment to enable `set -x` in the framework scripts. Thinking about it, a possible problem is if the distfile is present twice in the distinfo file, so the file size somehow gets in there twice, which is one too many. --=20 Mathieu Arnold --irrr7rwls5u3r5ga Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQITBAABCgB9FiEE9XJBpJetWizkEBUef2IOCp6dQb4FAmZ5C21fFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldEY1 NzI0MUE0OTdBRDVBMkNFNDEwMTUxRTdGNjIwRTBBOUU5RDQxQkUACgkQf2IOCp6d Qb5ueAv/VghtjPFYOm09NMxStRiqAP15InCnMNVB8//sxYnKdpdGy4PsFfJItk1V 8B9XAaK+QgfQLgieknxxTaNGqXM8ZkGC59WrjIuhp+RA0HWJIvhOkso9eZGezNSw DEbTXSfBxoQe61v5SsGyvmUzWDxwlGT2SdVJIgvRREzGKtMiF7qYeFsrUJKTFsMP A8B41jU/Tup/+MCVgzC9AtjOsDEwt4F8GrMvBw6JTfDzjGDmfx1X1L740ZBkpcNi vBAJVjUt29Ah0a5hxqZ6xTs6/vNxlLnyzqji5kSyv6qnH08ODDrIY2Yg6xvtfwEW LtgWIBWd6vzvwqhn1E6Gpo1jDeoS5GKMXdiJtJiReeO2FP/F98zsqFfjryNd+LoY 9OLdgxOvgoUSHFGMWpFHFg8TNHep5iaQw8BTBRsIYTobVBO1mQPbJDfBOokzr1Na GBDQeNB1vV05ZpX62RPOPDW4P2WYCz/0SiAc6fyRtoiFNCQ4dY/boSajMub0c8on 8xNpBQpV =9SWV -----END PGP SIGNATURE----- --irrr7rwls5u3r5ga--