View previous topic :: View next topic |
Author |
Message |
linux_os2 Apprentice
Joined: 29 Aug 2018 Posts: 258 Location: Zedelgem Belgium
|
Posted: Wed Oct 19, 2022 10:48 am Post subject: SOLVED file: egl-wayland-1.1.11.tar.gz VERIFY FAILED! |
|
|
during compiling kernel 5.15.59-gentoo-x86_64 for x86_64 following error occurs:
Code: | !!! Fetched file: egl-wayland-1.1.11.tar.gz VERIFY FAILED!
!!! Reason: Filesize does not match recorded size
!!! Got: 60207
!!! Expected: 60459 |
last part off genkernel.log:
Code: | >>> Downloading 'https://github.com/NVIDIA/egl-wayland/archive/refs/tags/1.1.11.tar.gz'
--2022-10-19 13:31:13-- https://github.com/NVIDIA/egl-wayland/archive/refs/tags/1.1.11.tar.gz
Resolving github.com... 140.82.121.4
Connecting to github.com|140.82.121.4|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://codeload.github.com/NVIDIA/egl-wayland/tar.gz/refs/tags/1.1.11 [following]
--2022-10-19 13:31:13-- https://codeload.github.com/NVIDIA/egl-wayland/tar.gz/refs/tags/1.1.11
Resolving codeload.github.com... 140.82.121.10
Connecting to codeload.github.com|140.82.121.10|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [application/x-gzip]
Saving to: '/var/cache/distfiles/egl-wayland-1.1.11.tar.gz.__download__'
0K .......... .......... .......... .......... .......... 1.21M
50K ........ 1.00M=0.05s
2022-10-19 13:31:13 (1.17 MB/s) - '/var/cache/distfiles/egl-wayland-1.1.11.tar.gz.__download__' saved [60207]
!!! Fetched file: egl-wayland-1.1.11.tar.gz VERIFY FAILED!
!!! Reason: Filesize does not match recorded size
!!! Got: 60207
!!! Expected: 60459
Refetching... File renamed to '/var/cache/distfiles/egl-wayland-1.1.11.tar.gz._checksum_failure_.wh97gzno'
!!! Couldn't download 'egl-wayland-1.1.11.tar.gz'. Aborting.
* Fetch failed for 'gui-libs/egl-wayland-1.1.11', Log file:
* '/var/tmp/portage/gui-libs/egl-wayland-1.1.11/temp/build.log'
* Messages for package gui-libs/egl-wayland-1.1.11:
* Fetch failed for 'gui-libs/egl-wayland-1.1.11', Log file:
* '/var/tmp/portage/gui-libs/egl-wayland-1.1.11/temp/build.log'
* ERROR: compile_external_modules() failed to compile out-of-tree-modules!
* Please consult '/var/log/genkernel.log' for more information and any
* errors that were reported above. |
Last edited by linux_os2 on Wed Oct 19, 2022 4:35 pm; edited 1 time in total |
|
Back to top |
|
|
Ionen Developer
Joined: 06 Dec 2018 Posts: 2887
|
Posted: Wed Oct 19, 2022 11:08 am Post subject: |
|
|
Don't know how genkernel does things, but gui-libs/egl-wayland-1.1.11 no longer exists in ::gentoo and was replaced by egl-wayland-1.1.11-r1 back on Sep 09 with an updated tarball (upstream retagged it) |
|
Back to top |
|
|
mike155 Advocate
Joined: 17 Sep 2010 Posts: 4438 Location: Frankfurt, Germany
|
Posted: Wed Oct 19, 2022 11:35 am Post subject: |
|
|
Code: | !!! Fetched file: egl-wayland-1.1.11.tar.gz VERIFY FAILED! |
This can happen if upstream changes a file after a Gentoo ebuild was released. Upstream shouldn't do that - but sometimes it happens.
See: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e51aabf58f77c344a5bb1c0f6e4c34fd03b2d28
Code: | gui-libs/egl-wayland: revbump with updated 1.1.11 tag
Upstream tagged the wrong commit then updated it without
making it a new release. |
|
|
Back to top |
|
|
linux_os2 Apprentice
Joined: 29 Aug 2018 Posts: 258 Location: Zedelgem Belgium
|
Posted: Wed Oct 19, 2022 4:33 pm Post subject: |
|
|
Ionen wrote: | Don't know how genkernel does things, but gui-libs/egl-wayland-1.1.11 no longer exists in ::gentoo and was replaced by egl-wayland-1.1.11-r1 back on Sep 09 with an updated tarball (upstream retagged it) |
resolved the problem |
|
Back to top |
|
|
|