From 693bbb792b6d8f519a3524c9188b198a6edc8ef2 Mon Sep 17 00:00:00 2001 From: mrg Date: Tue, 13 Feb 2018 04:36:00 +0000 Subject: note that openssl and GCC may upset your builds. --- UPDATING | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'UPDATING') diff --git a/UPDATING b/UPDATING index 14bf40c7e9c..f7498cf29b3 100644 --- a/UPDATING +++ b/UPDATING @@ -1,4 +1,4 @@ -$NetBSD: UPDATING,v 1.290 2017/12/27 08:29:02 martin Exp $ +$NetBSD: UPDATING,v 1.291 2018/02/13 04:36:00 mrg Exp $ This file (UPDATING) is intended to be a brief reference to recent changes that might cause problems in the build process, and a guide for @@ -19,6 +19,12 @@ See also: BUILDING, build.sh, Makefile. Recent changes: ^^^^^^^^^^^^^^^ +20180212: + between OpenSSL and GCC updates, many things may fail to build. + any failure that looks like GCC or openssl is best handled by + a clean destdir and objdir. Full cleandir and destdir deletion + is recommended if build failures occur. + 20171225: removal of the vadvise syscall requires manual removal of all associated files from the libc build object directory (including -- cgit