Re: [PATCH] fchownat, renameat, unlinkat: update statat dependencies

2013-05-06 Thread Paul Eggert
Thanks, I applied that, with minor touchups to the ChangeLog entry (also, I put it into the ChangeLog file).

[PATCH] fchownat, renameat, unlinkat: update statat dependencies

2013-05-06 Thread Mike Frysinger
These module only uses lstatat(), so depend on the statat module which was split out recently from fstatat. * modules/fchownat, modules/unlinkat: Change fstatat to statat. * modules/renameat: Likewise. Also delete fstat. URL: http://bugs.gentoo.org/468790 Reported-by: Mike Frysinger Signed-off-

Re: Regression in development version of bash w.r.t. associative hashes

2013-05-06 Thread Stefano Lattarini
On 05/06/2013 10:00 PM, Chet Ramey wrote: > On 5/3/13 5:48 AM, Stefano Lattarini wrote: >> [+cc bug-gnulib, see below for a reason] >> >> Minimal reproducer of the regression: >> >> $ cat foo.bash >> echo "$BASH_VERSION" >> declare -A hash >> echo ${hash[a/b]} >> echo $? >> >> $ /bin/ba

Re: Regression in development version of bash w.r.t. associative hashes

2013-05-06 Thread Chet Ramey
On 5/3/13 5:48 AM, Stefano Lattarini wrote: > [+cc bug-gnulib, see below for a reason] > > Minimal reproducer of the regression: > > $ cat foo.bash > echo "$BASH_VERSION" > declare -A hash > echo ${hash[a/b]} > echo $? > > $ /bin/bash foo.bash > 4.2.45(1)-release > > 0 > > $

Re: failure compiling octave-3.6.4 with LLVM-3.2

2013-05-06 Thread Paul Eggert
On 05/06/13 08:33, Jordi GutiƩrrez Hermoso wrote: > It looks like it might be a gnulib bug. I'm cc'ing them. Might be. It'd be helpful to see the preprocessor output, I expect.

Re: failure compiling octave-3.6.4 with LLVM-3.2

2013-05-06 Thread Jordi GutiƩrrez Hermoso
On 3 May 2013 18:44, Sergei Steshenko wrote: > trying to compile octave-3.6.4 with LLVM-3.2 I've encountered the > following error: > > " >3797 Range.cc:440:29: error: no member named 'floor' in namespace 'gnulib' >3798 double t1 = 1.0 + gnulib::floor (x); >3799

pygnulib: GLPackage

2013-05-06 Thread ghostma...@gmail.com
Hello everyone! Since last year I had a strong feeling that it is not so good to import packages as standalone files, placed in different separated folders. I've already talked to Bruno about this idea before, but it was soon forgotten since and I and Bruno didn't participated for some time in

Re: [PATCH] Add pragma to ignore clang warning as done for gcc in poll.c

2013-05-06 Thread Thomas Braun
Am Samstag, den 04.05.2013, 21:31 -0700 schrieb Paul Eggert: > I dunno, I'm a bit inclined to think that we can't > support '-Wall -Werror' for every Tom Dick and Harry > compiler out there. It's a pain enough to get it to > work even with GCC. Does it work if you configure > with "-Wall -Wno-tau