autoconf
[Top][All Lists]
Advanced

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

Configuring subdirectories test


From: Patrick Welche
Subject: Configuring subdirectories test
Date: Thu, 8 Nov 2007 14:40:31 +0000
User-agent: Mutt/1.5.14 (2007-03-22)

I'm seeing a failure for test 131, today's CVS-head (hopefully same as git ;-) )
on NetBSD-current/i386. I'm a little confused as to how it could pass. It
seems that a variety of files/directories are created, then (testsuite):

  # Running the outer configure recursively should provide the innermost
  # help strings.
  chmod a-w inner/innermost inner .

So the chmod a-w . means that tests/testsuite.dir/131 is

dr-xr-xr-x  4 prlw1  wheel  512 Nov  3 15:07 131

The next thing after the chmod is

./configure

which wants to write config.log to . and can't. (No a+w on 131)


How is this meant to work?

Cheers,

Patrick




reply via email to

[Prev in Thread] Current Thread [Next in Thread]