Module Name: src
Committed By: christos
Date: Thu Nov 25 22:08:50 UTC 2010
Modified Files:
src: UPDATING
Log Message:
Mention setenv lossage.
To generate a diff of this commit:
cvs rdiff -u -r1.215 -r1.216 src/UPDATING
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/UPDATING
diff -u src/UPDATING:1.215 src/UPDATING:1.216
--- src/UPDATING:1.215 Tue Nov 23 01:49:29 2010
+++ src/UPDATING Thu Nov 25 17:08:49 2010
@@ -1,4 +1,4 @@
-$NetBSD: UPDATING,v 1.215 2010/11/23 06:49:29 mrg Exp $
+$NetBSD: UPDATING,v 1.216 2010/11/25 22:08:49 christos 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
@@ -15,6 +15,16 @@
Recent changes:
^^^^^^^^^^^^^^^
+20101125:
+ The latest changes to setenv(3) dissallow setting environment
+ variables with names that contain '='. Revision 1.18 of env.c
+ assumed that this was allowed. Installing a new libc with an
+ old copy of /usr/bin/env causes env x=1 printenv | grep x= to
+ break which affects the autoconf tests for dependency finding,
+ so building gcc will end up printing:
+ checking dependency style of gcc... none
+ configure: error: no usable dependency style found
+ Fix it by rebuilding and re-installing env.
20101119:
Recent Xorg updates in xsrc/external/mit/ may cause various build