On Wed, 06 Jun 2012 02:48:45 +0900, David Holland <dholland-pkgusers%netbsd.org@localhost> wrote:
On Tue, Jun 05, 2012 at 12:13:57PM -0500, Jeremy C. Reed wrote: > > reed, IIRC you have commit access to xorg; can you please change the > > macro to be two calls instead of one, so we don't get new occurrences > > of this problem in the future? > > I created a ticket: > https://bugs.freedesktop.org/show_bug.cgi?id=50741 > > I didn't commit fix as I didn't test it. > > Also I was unsure if this is a bug in NetBSD only. > http://mail-index.netbsd.org/tech-pkg/2012/06/05/msg009447.html No, it is a bug in the configure test, or in autoconf. Shell variables aren't allowed to have spaces in their names. The question of which shells it detonates on and why is secondary.
I found that x11/libXaw should using same compiler flag checks, but not stopped. i.e. questioned point is quoted with "". related chages? http://cgit.freedesktop.org/xorg/util/macros/commit/xorg-macros.m4.in?id=52ef6f666a4fb46b693c81dc7a44612e6b78239d finally resolved? http://cgit.freedesktop.org/xorg/util/macros/commit/xorg-macros.m4.in?id=a02a9048a1b831d13d32413e2af429ac8d7a5c2b I've confirmed that doing `autoreconf' for x11/libFS with updated xorg-util-macros package, and configure & build fine. I guess that upcoming releases will not have this issue. -- OBATA Akio / obache%NetBSD.org@localhost