-
-
Notifications
You must be signed in to change notification settings - Fork 206
Description
Context of the Build
1. What board are you trying to build?
nitropad-nv41 but also tried with t430, x230 and librem_14
2. What repository:branch are you using to build from?
- Heads:Master
3. What version of coreboot are you trying to build
- Other (please specify) coreboot-nitrokey downloaded when
make BOARD=nitropad-nv41
4. In building the rom where did you get the blobs?
- Extracted from the online bios using the automated tools provided in Heads
5. If using the automated tools to get the blobs did you run the relevant scripts in the blobs directory
Not relevant here, the process is automated for this the nv41 board, but I ve tried also the BOARD=x230-hotp-maximized and the BOARD=t430-hotp-maximized with the blobs/xx30/download_clean_me.sh runned before and still it didn t worked
6. What operating system are you using
Linux workstation 6.1.0-12-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.52-1 (2023-09-07) x86_64 GNU/Linux
Please describe the problem
Describe the bug
I clone the github repo then do make BOARD=nitropad-nv41, but the build process is stopped by this error:
2023-09-23 16:58:50+02:00 DONE libgcrypt
2023-09-23 16:58:50+02:00 CONFIG libksba
make: *** [Makefile:472: /home/user/heads/build/x86/libksba-1.6.3/.configured] Error 1
On every board I try to build.
To Reproduce
Steps to reproduce the behavior:
- Use a debian 12 iso
- install the required packages
- clone the repo
make BOARD=nitropad-nv41or x230-hotp-maximized or t430-hotp-maximized or librem_14- See error
Expected behavior
It should build a .rom
Additional context
I remeber there was some issue with gnat/gcc on debian 12 but 3 months ago. Since then I have been able to build some board but one day i had to rm -rf heads and reclone and since then it didn't work.
What's even weirder is that I built the rom I wanted (in a qube) under debian 12 but on another ssd with QubesOS on it in a repo I'd cloned some time ago.
I tried reclone, make real.clean and make BOARD=nitropad-nv41 (and others) but it didn't work.