Re: crashing package list

"KP.Kirchdoerfer" <[email protected]> Mon, 22 Nov 2021 17:03:25 +0100
Newsgroups gmane.linux.leaf.devel
Message-ID <1692039.IBhRc4ybgl@stalker>
Hi Erich

Am Sonntag, 21. November 2021, 20:05:18 CET schrieb Erich Titl:
> Hi Folks
> 
> OK I may be a bit old fashioned as I believe a build system is supposed 
> to run without hickups and definitely without crashing. 

Agreed.

> Ours is not.
>
> the following packages fail to build for i486
> 
> protobuf-c,kismet,rtty,pmacctd,ca-certificates

for protobuf-c (and therefor kismet you need a protobuf-c compiler on the 
host.

like 
protobuf-c-compiler                           1.3.3-1build2  amd64        
Protocol Buffers C compiler (protobuf-c)

on an ubuntu system.

For rtty you may need libevdev2 on the host.

The remaining packages listed above should compile AFAIK without prerequisites 
- at least it does for me.  

What says the logs?

> Also in the current master mimalloc fails, I fixed that in my 
> environment but I feel like this should be done in a generic way, e.g. 
> the standard should not crash.

A more generic solution shall be "kernel based" - it fails with the i486/wrap 
kernel, but shall build with i686 (and geode?).
It build with arm and x86_64 toolchains.

kp

> cheers
> 
> ET