Re: bug#13516: tests/rm/unread3 fails on Mac OS X 10.8

2013-01-28 Thread Paul Eggert
On 01/28/2013 09:55 AM, Global Odey wrote: > it causes test-getcwd.sh to fail now. OK, how about the attached patch instead? Unless you have developer tools such as autoconf, please patch just lib/getcwd.c and gnulib-tests/test-getcwd.c; don't apply the patch to getcwd-abort-bug.m4. diff --git a/C

Re: [PATCH v2] mountlist: additional dummy FS names for Linux

2013-01-28 Thread Eric Wong
Pádraig Brady wrote: > On 01/28/2013 01:14 PM, Pádraig Brady wrote: > >On 12/14/2012 04:17 AM, Jim Meyering wrote: > >>If we're omitting "devfs", then should "devtmpfs" also be omitted? > > > >I don't think "devtmpfs" should be marked as dummy > >as there is storage associated with it. > >I.E. you

Re: Build errors on Solaris 2.6 & 7

2013-01-28 Thread Paul Eggert
On 01/28/13 12:12, Tom G. Christensen wrote: > It works for Solaris 7-10 but fails on Solaris 2.6 in the same way as before. OK, please try the following patch instead. It fixes that particular problem the same way as before, but I'm hoping that when combined with the double-inclusion patch that t

Re: bug#13516: tests/rm/unread3 fails on Mac OS X 10.8

2013-01-28 Thread Assaf Gordon
Global Odey wrote, On 01/28/2013 12:55 PM: > On 1/27/13 8:34 PM, Paul Eggert wrote: >> Thanks, can you please try this patch instead? It's a bit more drastic, but >> I hope it fixes the loop without introducing that other bug. > > Thank you. Your patch does the trick on OS X 10.8.2, however, it c

Re: Build errors on Solaris 2.6 & 7

2013-01-28 Thread Tom G. Christensen
On 01/28/2013 02:08 AM, Paul Eggert wrote: On 01/22/2013 11:40 AM, Tom G. Christensen wrote: It makes it worse, now it fails for Solaris< 10. OK, let's try a different tack. If memory serves Bruno Haible said a while ago that we'd eventually have to do this, so let's give it a try. Attached

Re: bug#13495: Compilation fails on Mac OS X 10.8.0

2013-01-28 Thread Assaf Gordon
Paul Eggert wrote, On 01/25/2013 05:18 PM: > On 01/25/2013 11:25 AM, Assaf Gordon wrote: > >> So I'm guessing that even though gnulib's stpncpy code is used, >> because the MacOS's native declaration of stpncpy is included, it >> causes problems when the macro is expanded to use "__stpncpy_chk". >

test-getgroups and test-vasprintf-posix fail on OS X 10.8.2

2013-01-28 Thread Global Odey
Running on (and compiling for) x86_64-apple-darwin12.2.0. Completely stock system using the latest (November) command line tools from Apple. GCC and LLVM/Clang both produce these results: === GNU coreutils 8.20.103-bb116: gnulib-tes

Re: [PATCH v2] mountlist: additional dummy FS names for Linux

2013-01-28 Thread Pádraig Brady
On 01/28/2013 01:14 PM, Pádraig Brady wrote: On 12/14/2012 04:17 AM, Jim Meyering wrote: If we're omitting "devfs", then should "devtmpfs" also be omitted? I don't think "devtmpfs" should be marked as dummy as there is storage associated with it. I.E. you can write normal files to /dev and spa

Re: bug#13516: tests/rm/unread3 fails on Mac OS X 10.8

2013-01-28 Thread Global Odey
On 1/27/13 8:34 PM, Paul Eggert wrote: Thanks, can you please try this patch instead? It's a bit more drastic, but I hope it fixes the loop without introducing that other bug. Thank you. Your patch does the trick on OS X 10.8.2, however, it causes test-getcwd.sh to fail now. Global Odey FAIL

Re: [PATCH v2] mountlist: additional dummy FS names for Linux

2013-01-28 Thread Pádraig Brady
On 12/14/2012 04:17 AM, Jim Meyering wrote: Eric Wong wrote: Jim Meyering wrote: Eric Wong wrote: * lib/mountlist.c (ME_DUMMY_0): additional dummy FS names for Linux systems. - "devpts" PTY slave filesystem - "fusectl" control filesystem for FUSE - "mqueue" enumerates POSIX messa