RTEMS Source Builder | DTC missing checksum after change to .xz (#119)

Chris Johns (@chris) gitlab at rtems.org
Thu Sep 18 01:27:43 UTC 2025




Chris Johns commented: https://gitlab.rtems.org/rtems/tools/rtems-source-builder/-/issues/119#note_131131


The command that sees the error is getting the sources which has to get all sources in the buildsets and configurations. The change moved the extension to `.xz` in the base recipe however:

```
$ grep gz bare/config/devel/dtc*                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      
bare/config/devel/dtc-1.2.0.cfg:%hash sha512 dtc-%{dtc_version}.tar.gz d7a8...
bare/config/devel/dtc-1.4.1-1.cfg:%hash sha256 dtc-%{dtc_version}.tar.gz 03e7...
bare/config/devel/dtc-1.6.0-1.cfg:%hash sha256 dtc-%{dtc_version}.tar.gz 9fbe0...
bare/config/devel/dtc-1.6.1-1.cfg:%hash sha256 dtc-%{dtc_version}.tar.gz 38a6...
```

shows there are older existing versions still on the `.gz` extension. The change should have added a macro that defines the extension and used that. An example is GDB with `%{gdb_src_ext}`.

-- 
View it on GitLab: https://gitlab.rtems.org/rtems/tools/rtems-source-builder/-/issues/119#note_131131
You're receiving this email because of your account on gitlab.rtems.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/bugs/attachments/20250918/2dc6113f/attachment-0001.htm>


More information about the bugs mailing list