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

Broken tint package when building for x230 #16

Closed
kedare opened this issue Aug 20, 2021 · 4 comments
Closed

Broken tint package when building for x230 #16

kedare opened this issue Aug 20, 2021 · 4 comments

Comments

@kedare
Copy link

kedare commented Aug 20, 2021

When running the script for x230, the build process stop at this step :

--2021-08-20 17:48:17--  https://mirror.fsf.org/trisquel/pool/main/t/tint/tint_0.04+nmu1.tar.gz
Resolving mirror.fsf.org (mirror.fsf.org)... 209.51.188.52, 2001:470:142:4::c
Connecting to mirror.fsf.org (mirror.fsf.org)|209.51.188.52|:443... connected.
HTTP request sent, awaiting response... 404 Not Found             
2021-08-20 17:48:18 ERROR 404: Not Found.
                                                                                                                                    
tar: tint_0.04+nmu1.tar.gz: Cannot open: No such file or directory 
tar: Error is not recoverable: exiting now                                                                                          
rm: cannot remove 'tint_0.04+nmu1.tar.gz': No such file or directory             
mv: cannot stat 'tint-0.04+nmu1': No such file or directory
make[1]: *** [Makefile:26: download] Error 1                                                                                        
make: *** [payloads/external/Makefile.inc:210: payloads/external/tint/tint/tint.elf] Error 2
Uh oh. Things did not go according to plan.   

The required file is apparently missing from the url.

@Thrilleratplay
Copy link
Owner

Not something I would have expected to break...but...it seems like it was corrected in coreboot patchset #48616. If you are trying to build an older version of coreboot, the cherry picked patch may need to be added to x230/compile.sh after downloadOrUpdateCoreboot

@kedare
Copy link
Author

kedare commented Aug 23, 2021

Hmm I did not specify any version during the build, so it theory that should not have happened ?

@Thrilleratplay
Copy link
Owner

@kedare There are a few ways this could happen and setting an older version is just the most obvious. The build scripts were written to automate and assist but not be overly intrusive. What is the full command line you used for build.sh? Have you used these scripts before or did you just clone/download the repo? If you don't know, tint this is just a secondary payload that is a Tetris clone, if it is something you will never use it can be removed.

@Thrilleratplay
Copy link
Owner

Verified this was fixed in coreboot v4.21. However, as the sha256 release file was not updated, either --bleeding-edge or -t 4.21 flags will be needed when using these build scripts. Hopefully this can be corrected soon.

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