Re: [GXemul-devel] NetBSD/hpcmips install fails under GXemul 0.6.1
Status: Alpha
Brought to you by:
gavare
From: Anders G. <ga...@gm...> - 2019-06-03 18:36:08
|
Yes, the testmips failures are known issues -- I am removing everything MIPS related from the "new" framework, concentrating on the old framework where MIPS things actually work. Some unit tests remain to be rewritten to use some other architecture for testing. The important thing now is that a full install of NetBSD/hocmips can be done and that you can run something meaningful non-trivial in it, such as compile programs. As for the NetBSD patches, almost all of them were applied 20190417: see http://gavare.se/gxemul/gxemul-trunk/HISTORY.html One which I did not apply due to lack of spare time for testing was the patch regarding which CPU models that lack an FPU. Anders Den mån 3 juni 2019 11:21Andreas Gustafsson <gs...@gs...> skrev: > Anders Gavare wrote: > > Andreas: Can you also try the latest > > http://gavare.se/gxemul/src/gxemul-trunk.tar.gz ? > > I tried building it without using pkgsrc, using "./configure" and > "make", and it built, but "make install" reports errors: > > ### Test_BackwardStepCommand_NotWhenSnapshotsAreDisabled > testmips is not a known template machine name. > Use gxemul -H to get a list of valid machine templates. > Failed to create configuration from template: testmips > Aborting. > > ### Test_BackwardStepCommand_NotWhenSnapshotsAreDisabled > (BackwardStepCommand.cc line 271) failed! > > root.step should initially be 3 > Expected: 0x3 > but was: 0 > ### Test_BackwardStepCommand_Basic > testmips is not a known template machine name. > Use gxemul -H to get a list of valid machine templates. > Failed to create configuration from template: testmips > Aborting. > > ### Test_BackwardStepCommand_Basic (BackwardStepCommand.cc line 272) > failed! > > root.step should initially be 3 > Expected: 0x3 > but was: 0 > ### Test_BackwardStepCommand_ManualAddAndLoad > > ### Test_BackwardStepCommand_ManualAddAndLoad (BackwardStepCommand.cc > line 273) failed! > > apa > [...] > > 3 TESTS FAILED! > *** Error code 1 > > Stop. > > The pkgsrc package has a number of patches, many of which no longer > apply to -trunk; I wonder if they have been or should be upstreamed. > -- > Andreas Gustafsson, gs...@gs... > |