From: Giulio P. <giu...@gm...> - 2012-08-08 16:47:00
|
Hi to all, On 09/06/2012 20:44, Giulio Paci wrote: > Basilisk II has been accepted into Debian unstable. > Unfortunately the first upload is not compiling properly in most of the > supported architectures, as it is described by this compilation report: > https://buildd.debian.org/status/package.php?p=basilisk2 For ia64, mips, mipsel, sparc and powerpc it was my fault and I fixed that. For kfreebsd Alexei Svitkine committed a fix, that is working. For armel the building procedure reports: sigsegv.cpp:1623: error: 'SIGSEGV_FAULT_HANDLER_ARGLIST' was not declared in this scope sigsegv.cpp:1624: error: expected ',' or ';' before '{' token gmake: *** [obj/sigsegv.o] Error 1 gmake: *** Waiting for unfinished jobs.... *** Error code 2 I had a quick look to this issue, but, once again, the fix is beyond my knowledge and I found no useful information about it on the web (only people experimenting this issue, but no solution). Unfortunately I also had very few time last month, so I was not able to do anything useful about this issue. I have installed a Debian armel using qemu, so I have access to an armel system now. If anyone wants to propose a solution for this issue I will be able to try it. If anyone is interested I can also share the VM image. On Debian system libsigsegv is available as a system library. Is it possible to use it instead of the included sigsegv.cpp? Bests, Giulio. |