[Bug 256008] linux.mk excludes arm64/aarch64

From: <bugzilla-noreply_at_freebsd.org>
Date: Sat, 17 Jul 2021 19:42:36 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=256008

--- Comment #2 from Vincent Milum Jr <freebsd@darkain.com> ---
Okay, this is turning into a much larger body of work, so I'm going to start
documenting things as I find them.

1) bsd.sites.mk also needs updating to include aarch64 before linux.mk will
work. Both in the centos and epel7 sections need aarch64 support.

2) emulators/linux_base-c7: compat-libstdc++-33-3.2.3-72.el7 doesn't exist on
aarch64.

3) emulators/linux_base-c7: redhat-lsb-core has a different filename between
i386/amd64 and aarch64.

Currently it looks like linux.mk assumes that all archs have the same file list
when doing a "makesum" - this assumption is no longer true on aarch64 with the
two noted files above. We'll need to come up with a way to provide a dynamic
file list that'll work on all arches for makesum to work properly.

-- 
You are receiving this mail because:
You are on the CC list for the bug.