[Bug 281101] multimedia/x265 fails in poudriere with port branch 2024Q3 due to checksum
Date: Tue, 27 Aug 2024 22:26:46 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=281101
Salz <ingo@hannover.ccc.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |ingo@hannover.ccc.de
--- Comment #3 from Salz <ingo@hannover.ccc.de> ---
When I fetch the tar from the same location as `make fetch` does, I get the
correct sha256sum, but the x265-asm-warnings.patch sha256sum is broken (see
below).
The .patch file is autogenerated by git and contains the version number at the
bottom. When I change that fro 2.46.0 to 2.45.2, the sha256sum of the file
matches the one in distinfo. So it seems bitbucket upgraded git and broke the
sha256sum.
/usr/ports/multimedia/x265$ sudo make fetch
===> License GPLv2+ accepted by the user
===> x265-3.5_2 depends on file: /usr/local/sbin/pkg - found
=> x265-3.5.tar.gz doesn't seem to exist in /usr/ports/distfiles/.
=> Attempting to fetch
https://bitbucket.org/multicoreware/x265_git/get/Release_3.5.tar.gz?meow=/x265-3.5.tar.gz
x265-3.5.tar.gz 1502 kB 2763 kBps 00s
=> x265-asm-warnings.patch doesn't seem to exist in /usr/ports/distfiles/.
=> Attempting to fetch
https://bitbucket.org/multicoreware/x265_git/commits/8f18e3ad32684eee95e885e718655f93951128c3/raw/x265-asm-warnings.patch
x265-asm-warnings.patch 4526 B 20 MBps 00s
===> Fetching all distfiles required by x265-3.5_2 for building
/usr/ports/multimedia/x265$ sha256sum ../../distfiles/x265-asm-warnings.patch
235e108845b6b24b72825c708d502e1fa90399a3549f73fa7804b35e01e85b89
../../distfiles/x265-asm-warnings.patch
/usr/ports/multimedia/x265$ cat distinfo
TIMESTAMP = 1723149544
SHA256 (x265-3.5.tar.gz) =
8a5fcfddb3e2db520b637e475a507fb00117d554bdb3204c5828626d888c306a
SIZE (x265-3.5.tar.gz) = 1538610
SHA256 (x265-asm-warnings.patch) =
b59df1758664d85347e8f04fdf0a2934b6e0248af62e03a8e0aba0840c6280f3
SIZE (x265-asm-warnings.patch) = 4526
--
You are receiving this mail because:
You are the assignee for the bug.