NetBSD-Bugs archive

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

Re: PR/57807 CVS commit: src/sys/sys



As I reported, recent -current **host** with sys/sys/endian.h
rev 1.34 and later cannot cross-build **targets** without
external/cddl/osnet/sys/sys/types.h rev 1.21:

https://mail-index.netbsd.org/source-changes/2024/09/11/msg153276.html

So, it is really unfortunate if we don't have cddl/types.h
rev 1.21 in NetBSD 10.1.

With cherry-picking the cddl/types.h commit, I've confirmed for
netbsd-10 (both for `-c gcc` and `-c clang`):

(1) `tools/*` can be built. (Some are ports specific, or
    gcc/clang specific.)

(2) Full build for amd64 and evbarm64 successfully completes
    (with MKX11=yes).

(3) No new regression observed for amd64 and evbarm64.
    (Only for `-c gcc` builds; there are some ATF failures for
    `-c clang` builds before cherry-picking, even for -current.)

However, still, I'm not very sure whether this is safe to
pullup just before 10.1 release... Martin, how do you think?

Thanks,
rin


Home | Main Index | Thread Index | Old Index