[Bug 295726] Poudriere fetch not checking distfiles for lang/python311

From: <bugzilla-noreply_at_freebsd.org>
Date: Sat, 30 May 2026 17:51:37 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=295726

Benjamin Takacs <nimaje+fbz@bureaucracy.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |nimaje+fbz@bureaucracy.de

--- Comment #1 from Benjamin Takacs <nimaje+fbz@bureaucracy.de> ---
easier reproducer, that doesn't depend on poudriere, previously fetched
distfiles or the python port:

1. mkdir /tmp/bug-295726
2. touch /tmp/bug-295726/freebsd-pkg-2.7.5_GH0.tar.gz
3. Go to the ports-mgmt/pkg port
4. DISTDIR=/tmp/bug-295726 make fetch
4.1. notice that nothing gets fetched
5. DISTDIR=/tmp/bug-295726 FETCH_REGET=0 make checksum

=> SHA256 Checksum mismatch for freebsd-pkg-2.7.5_GH0.tar.gz.

So  make fetch  skips fetching solely based on the filename.

-- 
You are receiving this mail because:
You are the assignee for the bug.