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



The following reply was made to PR standards/57807; it has been noted by GNATS.

From: Rin Okuyama <rokuyama.rk%gmail.com@localhost>
To: Taylor R Campbell <riastradh%NetBSD.org@localhost>, martin%NetBSD.org@localhost
Cc: gnats-bugs%netbsd.org@localhost, netbsd-bugs%NetBSD.org@localhost, kre%NetBSD.org@localhost
Subject: Re: PR/57807 CVS commit: src/sys/sys
Date: Sat, 28 Sep 2024 18:38:21 +0900

 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