/opt/tomo/FreeBSD/386/lib/lib9.a doesn't exist: assuming it will be an archive
cc -c -m32 -g -O -Wno-deprecated-declarations -Wuninitialized -Wunused -Wreturn-type -Wimplicit -I/opt/tomo/FreeBSD/386/include -I/opt/tomo/include -I/usr/local/include -I/usr/X11R6/include -DFREEBSD_386 convD2M.c
mk: no recipe to make 'setfcr-FreeBSD-386.o'
mk: for j in ... : exit status=exit(1)
looks like etfcr-FreeBSD-386.o was removed in an old commit, the referenced tickets also mention that this may be the reason that charon crashes on start. there apparently are reasons for this which will need to be investigated. the objective here is to fix the FreeBSD-386 build so tomo can be used as a web server.
cc -m32 -L/usr/openwin/lib -L/usr/local/lib -L/usr/X11R6/lib -o o.out yacc.o /opt/tomo/FreeBSD/386/lib/libbio.a /opt/tomo/FreeBSD/386/lib/lib9.a
ld: error: /usr/lib/crt1.o is incompatible with elf_i386_fbsd
ld: error: /usr/lib/crti.o is incompatible with elf_i386_fbsd
ld: error: /usr/lib/crtbegin.o is incompatible with elf_i386_fbsd
ld: error: /usr/lib/libgcc.a(udivdi3.o) is incompatible with elf_i386_fbsd
ld: error: /usr/lib/libgcc_s.so is incompatible with elf_i386_fbsd
ld: error: /lib/libc.so.7 is incompatible with elf_i386_fbsd
ld: error: /usr/lib/libgcc.a(udivdi3.o) is incompatible with elf_i386_fbsd
ld: error: /usr/lib/libgcc_s.so is incompatible with elf_i386_fbsd
ld: error: /usr/lib/crtend.o is incompatible with elf_i386_fbsd
ld: error: /usr/lib/crtn.o is incompatible with elf_i386_fbsd
cc: error: linker command failed with exit code 1 (use -v to see invocation)
mk: cc -m32 -L/usr/openwin/lib ... : exit status=exit(1)
mk: for j in ... : exit status=exit(1)
xjix added on 2022-12-12 02:44:14:
a 32-bit jail can be created using bastillebsd this may resolve the missing 32bit libc issue.
xjix added on 2022-12-12 18:25:22:
command to bootstrap the jail:
bastille bootstrap 13.1-RELEASE --i386
the goal is to setup a production deployment of svc/httpd ticket on the freebsd cluster (and possibly in NFSN)
xjix added on 2022-12-19 02:30:42:
(cd libinterp; mk install)
/opt/tomo/FreeBSD/386/lib/libinterp.a doesn't exist: assuming it will be an archive
rm -f runt.h && limbo -a -I../module ../module/runt.m > runt.h
Floating point exception (core dumped)
mk: rm -f runt.h ... : exit status=exit(136), deleting 'runt.h'
mk: for j in ... : exit status=exit(1)