Port-m68k archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Urgent: need volunteers to fix the build





On 9/18/26 16:00, Martin Husemann wrote:
On Fri, Sep 18, 2026 at 03:43:00PM +0200, Radoslaw Kujawa wrote:
Hi list.

On 9/18/26 08:47, Martin Husemann wrote:
our autobuilds have been broken since weeks. First, atari broke by overflowing
the ramdisk build since the new tzcode went in.

Probably easiest way to unblock here is dropping keymaps from the install.
Sure, it may annoy the user, but the install is still perfectly possible.

Keymaps are usefull, we should find something less usefull to drop.
Main question here is: was the old code just a few bytes beyound the limit
or did the change introduce some new dependency that now pulls in unwanted
parts of libc?

At first glance it is the former.

If I remember, previous floppy had literally zero bytes free. It's just 282 new bytes or so.


Now the new unbound breaks
all m68k builds due to missing compiler switches to deal with some bigger
switch/case table.I suggest that we add to external/bsd/unbound/lib/libunbound/Makefile:
COPTS.configparser.c+= -mlong-jump-table-offsets

if'd on ${MACHINE_CPU} == "m68k"

That sounds like the way to go.
OK, will do.

Radoslaw



Home | Main Index | Thread Index | Old Index