NetBSD-Bugs archive

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

Re: misc/54581: Issues building NetBSD-9 under NetBSD-5.2



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

From: Brian Buhrow <buhrow%nfbcal.org@localhost>
To: gnats-bugs%netbsd.org@localhost, misc-bug-people%netbsd.org@localhost, gnats-admin%netbsd.org@localhost,
        netbsd-bugs%netbsd.org@localhost
Cc: kre%munnari.OZ.AU@localhost, buhrow%nfbcal.org@localhost
Subject: Re: misc/54581: Issues building NetBSD-9 under NetBSD-5.2
Date: Mon, 30 Sep 2019 13:54:15 -0700

 	hello Robert.  In continuing to try and build netbsd-9 under
 NetBSD-5.2, I've run into one of these compiler options that gcc 4.1
 doesn't like and which you committed about a year ago to the tree.  I
 wonder if there is another way to  get the same functionality, without
 having to get the older version of gcc bunched up?
 
 
 file you committed to:
 /external/bsd/mdocml/bin/mandoc/Makefile
 
 Commit message:
 revision 1.15
 date: 2018-08-16 03:59:52 +0000;  author: kre;  state: Exp;  lines: +6 -2;
 comm
 itid: QkqVURZoER2OtiOA;
 
 man_term.c needs -Wno-error=array-bounds for the exact same reason
 as libmandoc/mandoc-validate.c
 
 And as we do not have recallocarray() in libc, we need the compat
 source file for the full build, as well as for tools builds.
 ----------------------------
 


Home | Main Index | Thread Index | Old Index