[Bug 280674] multimedia/x265 fails checksum on x265-asm-warnings.patch
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 280674] multimedia/x265-3.5_3 fails checksum on x265-asm-warnings.patch"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 280674] multimedia/x265-3.5_3 fails checksum on x265-asm-warnings.patch"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 280674] multimedia/x265-3.5_3 fails checksum on x265-asm-warnings.patch"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 280674] multimedia/x265-3.5_3 fails checksum on x265-asm-warnings.patch"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 280674] multimedia/x265-3.5_3 fails checksum on x265-asm-warnings.patch"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 280674] multimedia/x265-3.5_3 fails checksum on x265-asm-warnings.patch"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 280674] multimedia/x265-3.5_3 fails checksum on x265-asm-warnings.patch"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 280674] multimedia/x265-3.5_3 fails checksum on x265-asm-warnings.patch"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 280674] multimedia/x265-3.5_3 fails checksum on x265-asm-warnings.patch"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 280674] multimedia/x265-3.5_3 fails checksum on x265-asm-warnings.patch"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 280674] multimedia/x265-3.5_3 fails checksum on x265-asm-warnings.patch"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 280674] multimedia/x265-3.5_3 fails checksum on x265-asm-warnings.patch"
- Reply: bugzilla-noreply_a_freebsd.org: "[Bug 280674] multimedia/x265-3.5_3 fails checksum on x265-asm-warnings.patch"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 07 Aug 2024 17:50:10 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=280674 Bug ID: 280674 Summary: multimedia/x265 fails checksum on x265-asm-warnings.patch Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: ports-bugs@FreeBSD.org Reporter: lysfjord.daniel@smokepit.net As summary say; checksum fails for the patch. Current SHA256 (as downloaded today, 2024-08-07): SHA256 (x265-asm-warnings.patch) = b59df1758664d85347e8f04fdf0a2934b6e0248af62e03a8e0aba0840c6280f3 Current build log: ===> Fetching all distfiles required by x265-3.5_3 for building => SHA256 Checksum OK for x265-3.5.tar.gz. => SHA256 Checksum mismatch for x265-asm-warnings.patch. ===> Refetch for 1 more times files: x265-asm-warnings.patch => x265-asm-warnings.patch doesn't seem to exist in /portdistfiles/. => Attempting to fetch https://bitbucket.org/multicoreware/x265_git/commits/8f18e3ad32684eee95e885e718655f93951128c3/raw/x265-asm-warnings.patch x265-asm-warnings.patch 4526 B 78 MBps 00s ===> Fetching all distfiles required by x265-3.5_3 for building ===> Fetching all distfiles required by x265-3.5_3 for building => SHA256 Checksum OK for x265-3.5.tar.gz. => SHA256 Checksum mismatch for x265-asm-warnings.patch. ===> Giving up on fetching files: x265-asm-warnings.patch Make sure the Makefile and distinfo file (/usr/ports/multimedia/x265/distinfo) are up to date. If you are absolutely sure you want to override this check, type "make NO_CHECKSUM=yes [other args]". *** Error code 1 Stop. make[1]: stopped in /usr/ports/multimedia/x265 *** Error code 1 ---8<---snip---->8----- Last build (2024-07-10): ===> Fetching all distfiles required by x265-3.5_3 for building => SHA256 Checksum OK for x265-3.5.tar.gz. => SHA256 Checksum mismatch for x265-asm-warnings.patch. ===> Refetch for 1 more times files: x265-asm-warnings.patch => x265-asm-warnings.patch doesn't seem to exist in /portdistfiles/. => Attempting to fetch https://bitbucket.org/multicoreware/x265_git/commits/8f18e3ad32684eee95e885e718655f93951128c3/raw/x265-asm-warnings.patch x265-asm-warnings.patch 4526 B 130 MBps 00s ===> Fetching all distfiles required by x265-3.5_3 for building ===> Fetching all distfiles required by x265-3.5_3 for building => SHA256 Checksum OK for x265-3.5.tar.gz. => SHA256 Checksum OK for x265-asm-warnings.patch. Only related change in git to Makefile is a change to use tabs instead of spaces: --- a/multimedia/x265/Makefile +++ b/multimedia/x265/Makefile @@ -4,8 +4,8 @@ PORTREVISION= 3 CATEGORIES= multimedia MASTER_SITES= https://bitbucket.org/multicoreware/x265_git/get/${BB_TAG}.tar.gz?meow=/ -PATCH_SITES= https://bitbucket.org/multicoreware/x265_git/commits/8f18e3ad32684eee95e885e718655f93951128c3/raw/ -PATCHFILES+= x265-asm-warnings.patch:-p1 +PATCH_SITES= https://bitbucket.org/multicoreware/x265_git/commits/8f18e3ad32684eee95e885e718655f93951128c3/raw/ +PATCHFILES+= x265-asm-warnings.patch:-p1 MAINTAINER= ports@virtual-estates.net COMMENT= H.265/High Efficiency Video Coding (HEVC) format Is the "SHA256 Checksum mismatch" error shown both if it is a mismatch, and also if there's no file found? --- Comment #1 from Bugzilla Automation <bugzilla@FreeBSD.org> --- Maintainer informed via mail -- You are receiving this mail because: You are the assignee for the bug.