From nobody Tue Aug 10 09:00:27 2021 X-Original-To: ports-bugs@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 BE762137B4A9 for ; Tue, 10 Aug 2021 09:00:27 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (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 "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4GkRk34yl5z3lDF for ; Tue, 10 Aug 2021 09:00:27 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 927E218CCE for ; Tue, 10 Aug 2021 09:00:27 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 17A90Rjb088367 for ; Tue, 10 Aug 2021 09:00:27 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 17A90RhG088366 for ports-bugs@FreeBSD.org; Tue, 10 Aug 2021 09:00:27 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 257731] www/threejs: Fetch fails with file size mismatch Date: Tue, 10 Aug 2021 09:00:27 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: yasu@utahime.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: thierry@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter flagtypes.name Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Ports bug reports List-Archive: https://lists.freebsd.org/archives/freebsd-ports-bugs List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-ports-bugs@freebsd.org X-BeenThere: freebsd-ports-bugs@freebsd.org MIME-Version: 1.0 X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D257731 Bug ID: 257731 Summary: www/threejs: Fetch fails with file size mismatch Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: thierry@FreeBSD.org Reporter: yasu@utahime.org Flags: maintainer-feedback?(thierry@FreeBSD.org) Assignee: thierry@FreeBSD.org Fetch of this port fails with file size mismatch as following. ---------------------------------------------------------------------- yasu@rolling-vm-freebsd2[1165]% pwd /usr/ports/www/threejs yasu@rolling-vm-freebsd2[1166]% make fetch =3D=3D=3D> License MIT accepted by the user =3D=3D=3D> three.js-131 depends on file: /usr/local/sbin/pkg - found =3D> mrdoob-three.js-r131_GH0.tar.gz doesn't seem to exist in /net/freebsd/ports/distfiles/. =3D> Attempting to fetch https://codeload.github.com/mrdoob/three.js/tar.gz/r131?dummy=3D/mrdoob-thr= ee.js-r131_GH0.tar.gz fetch: https://codeload.github.com/mrdoob/three.js/tar.gz/r131?dummy=3D/mrdoob-thr= ee.js-r131_GH0.tar.gz: size unknown fetch: https://codeload.github.com/mrdoob/three.js/tar.gz/r131?dummy=3D/mrdoob-thr= ee.js-r131_GH0.tar.gz: size of remote file is not known mrdoob-three.js-r131_GH0.tar.gz 265 MB 1728 kBps 02m= 37s =3D> Fetched file size mismatch (expected 278799424, actual 278804443) =3D> Trying next site =3D> Attempting to fetch http://distcache.FreeBSD.org/ports-distfiles/mrdoob-three.js-r131_GH0.tar.gz fetch: http://distcache.FreeBSD.org/ports-distfiles/mrdoob-three.js-r131_GH0.tar.g= z: Not Found =3D> Couldn't fetch it - please try to retrieve this =3D> port manually into /net/freebsd/ports/distfiles/ and try again. *** Error code 1 Stop. make: stopped in /usr/ports/www/threejs yasu@rolling-vm-freebsd2[1167]%=20 ---------------------------------------------------------------------- According to the commit log of ports tree, this port was updated to r131 on= Jun 30th. ---------------------------------------------------------------------- yasu@rolling-vm-freebsd2[1172]% git log -n 1 --date=3Ddefault -- www/threej= s/=20=20=20=20 /usr/ports commit 21c583814d9e Author: Thierry Thomas Date: Fri Jul 30 18:23:17 2021 +0200 www/threejs: upgrade to r131 Release notes at . yasu@rolling-vm-freebsd2[1173]% ---------------------------------------------------------------------- But on upstream repository tag 'r131' currently points to the commit on Aug= ust 5th. https://github.com/mrdoob/three.js/commits/r131 So it seems the tag is changed after this port is updated to r131. --=20 You are receiving this mail because: You are the assignee for the bug.=