Build failures 24Aug23
David Pitt (9872) 363 posts |
Following a number of Makefile changes there should have been new nightly builds. A Titanium build failed :- Starting phase install_rom ... HAL_Titanium (Sources.HAL.HAL_Titanium)... amu -E install_rom INSTDIR=ADFS::Titan4.$._ROOL.TiRomTest.Titanium.RiscOS.Install.ROOL.Titanium.RISC_OS COMPONENT=HAL_Titanium TARGET=Titanium Error cannot stat 'ADFS::Titan4.$._ROOL.TiRomTest.Titanium.RiscOS.Install.ROOL.Titanium.RISC_OS.Titanium'. Fatal error cannot stat 'ADFS::Titan4.$._ROOL.TiRomTest.Titanium.RiscOS.Install.ROOL.Titanium.RISC_OS.Titanium'. Batched errors... Error cannot stat 'ADFS::Titan4.$._ROOL.TiRomTest.Titanium.RiscOS.Install.ROOL.Titanium.RISC_OS.Titanium'. That file is missing, a copy operation from Digging found the issue to be associated with the new --- ADFS::Titan4.$._ROOL.TiRomTest.Titanium.RiscOS.BuildSys.Makefiles.HAL00 2023-08-24 12:29:16.0 +0100 +++ ADFS::Titan4.$._ROOL.TiRomTest.Titanium.RiscOS.BuildSys.Makefiles.HAL 2023-08-24 12:29:16.0 +0100 @@ -41,3 +41,3 @@ -install_rom_hal: linked.${TARGET} +install_rom: linked.${TARGET} ${CP} linked.${TARGET} ${INSTDIR}.${TARGET} ${CPFLAGS} As I understand it the new HAL Makefile is as intended, the HAL source just needs to catch up. That eludes me so far. Hope this helps. |
David Pitt (9872) 363 posts |
The real issue could be elsewhere. A Pi ROM failed to build with the same HAL error. DiscDev did build here but ROOL’s builder had probably fallen over before it got that far. |
Colin (478) 2433 posts |
The iMx6 build failed with the same error – both last nights source tarball and a current git download. |
David Pitt (9872) 363 posts |
A fix has been applied and nightly ROM builds are present. With thanks. (There is no DiscDev build, 25Aug23. It does build here from the Source Code Archive however.) |
Sprow (202) 1158 posts |
While it may run to completion it still looks a bit poorly if you inspect the log – search for |
David Pitt (9872) 363 posts |
Oh dear! ADFSFiler (Sources.FileSys.ADFS.ADFSFiler)... ... AMU: in makefile ADFS::Titan4.$._ROOL.DiscDev.Disc.RiscOS.Sources.FileSys.ADFS.ADFSFiler.Makefile (around line 53): AMU: 'install' already has commands (new commands ignored) AMU: in makefile ADFS::Titan4.$._ROOL.DiscDev.Disc.RiscOS.Sources.FileSys.ADFS.ADFSFiler.Makefile (around line 61): AMU: 'resources' already has commands (new commands ignored) AMU: Don't know how to make 'install_custom' AMU: *** 'install' not re-made because of errors ***
There are indeed missing Sprite files in ThemeDefs. |