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.


_______________________________________________
bugs mailing list
[email protected]
http://lists.rtems.org/mailman/listinfo/bugs

Reply via email to