Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Latest commit (1.3.12-23-gd8fb007) doesn't download anymore... #252

Closed
Creteil opened this issue Jun 12, 2023 · 2 comments
Closed

Latest commit (1.3.12-23-gd8fb007) doesn't download anymore... #252

Creteil opened this issue Jun 12, 2023 · 2 comments

Comments

@Creteil
Copy link

Creteil commented Jun 12, 2023

oem@oem-ThinkPad-P15-Gen-1:~/tmp/Building/mainline$ sudo mainline --list
mainline 1.3.13
Distribution: Ubuntu 22.04.2 LTS
Architecture: amd64
Running kernel: 6.3.6-060306-generic
Updating from: 'https://kernel.ubuntu.com/~kernel-ppa/mainline/'
Found installed: linux-image-unsigned-6.3.6-060306-generic (running)
----------------------------------------------------------------
Available Kernels
----------------------------------------------------------------
6.3.7                          
6.3.6               Running    
6.3.5                          
6.3.4                          
6.3.3                          
6.3.2                          
6.3.1                          
6.3                            
6.2.16                         
6.2.15                         
6.2.14                         
6.2.13                         
6.2.12                         
6.2.11                         
6.2.10                         
6.2.9                          
6.2.8                          
6.2.7                          
6.2.6                          
6.2.5                          
6.2.4                          
6.2.3                          
6.2.2                          
6.2.1                          
6.2                            
6.1.33                         
6.1.32                         
6.1.31                         
6.1.30                         
6.1.28                         
6.1.27                         
6.1.26                         
6.1.25                         
6.1.24                         
6.1.23                         
6.1.22                         
6.1.21                         
6.1.20                         
6.1.19                         
6.1.18                         
6.1.17                         
6.1.16                         
6.1.15                         
6.1.14                         
6.1.13                         
6.1.12                         
6.1.11                         
6.1.10                         
6.1.9                          
6.1.8                          
6.1.7                          
6.1.6                          
6.1.5                          
6.1.4                          
6.1.2                          
6.1.1                          
6.1                            
6.0.19                         
6.0.18                         
6.0.17                         
6.0.16                         
6.0.15                         
6.0.14                         
6.0.13                         
6.0.12                         
6.0.11                         
6.0.10                         
6.0.9                          
6.0.8                          
6.0.7                          
6.0.6                          
6.0.5                          
6.0.4                          
6.0.3                          
6.0.1                          
6.0                            
oem@oem-ThinkPad-P15-Gen-1:~/tmp/Building/mainline$ sudo mainline --install 6.3.7
mainline 1.3.13
Distribution: Ubuntu 22.04.2 LTS
Architecture: amd64
Running kernel: 6.3.6-060306-generic
Updating from: 'https://kernel.ubuntu.com/~kernel-ppa/mainline/'
Found installed: linux-image-unsigned-6.3.6-060306-generic (running)
Installing selected kernels:
Requested 6.3.7

** (process:120386): CRITICAL **: 12:30:58.301: download_item_construct: assertion 'cksum != NULL' failed

** (process:120386): CRITICAL **: 12:30:58.301: download_task_add_to_queue: assertion 'item != NULL' failed

** (process:120386): CRITICAL **: 12:30:58.301: download_item_construct: assertion 'cksum != NULL' failed

** (process:120386): CRITICAL **: 12:30:58.301: download_task_add_to_queue: assertion 'item != NULL' failed

** (process:120386): CRITICAL **: 12:30:58.301: download_item_construct: assertion 'cksum != NULL' failed

** (process:120386): CRITICAL **: 12:30:58.301: download_task_add_to_queue: assertion 'item != NULL' failed

** (process:120386): CRITICAL **: 12:30:58.301: download_item_construct: assertion 'cksum != NULL' failed

** (process:120386): CRITICAL **: 12:30:58.301: download_task_add_to_queue: assertion 'item != NULL' failed
Downloading 6.3.7
6.3.7! download failed.                                                        
Install: no installable kernels specified
oem@oem-ThinkPad-P15-Gen-1:~/tmp/Building/mainline$
@bkw777
Copy link
Owner

bkw777 commented Jun 12, 2023

Bonehead move on my part. Fix in a few minutes.
What you can do in the short term is go into settings and enable the CHECKSUMS option.

I removed a line that was populating an array with ""s right after clearing it. I forgot the point was to ensure that the elements were at least "" and not null even if they don't get filled with checksums from the checksums file.

I happen to have that checksums setting enabled while I'm testing so it kept working for me.

@bkw777 bkw777 closed this as completed in 961c124 Jun 12, 2023
@bkw777
Copy link
Owner

bkw777 commented Jun 12, 2023

actually 15f1b69

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants