Re: gnulib for android?

2012-01-29 Thread Corbin Champion
Understood. Looks like a little Android specific code has got in a newer version than Octave has by default. I will update. I will also not stop this far in. I will provide patches when I have them. On Jan 29, 2012 9:00 PM, "Paul Eggert" wrote: > On 01/29/2012 08:36 AM, Corbin Champion wrote:

Re: gnulib for android?

2012-01-29 Thread Paul Eggert
On 01/29/2012 08:36 AM, Corbin Champion wrote: > Reading through that, it was not clear if anyone was successful > building gnulib for Android. It sounds like they were building a > subset for a particular purpose. Is that correct? Yes, that's how Gnulib is normally used. > I am wondering if a

Re: [PATCH gnulib 4/4] RFC stat: x86_64 mingw64 #define stat as _stat64.

2012-01-29 Thread Bruno Haible
Marc-André Lureau wrote: > > What is the problem in the first place? Which warning or error did you > > get? Please also show snippets from the .h files with relevant information. > > stat.c: In function 'rpl_stat': > stat.c:67:3: warning: passing argument 2 of 'orig_stat' from > incompatible poin

[PATCH] maint.mk: sc_prohibit_canonicalize_without_use: avoid false positive

2012-01-29 Thread Jim Meyering
This is a prerequisite for a coreutils patch I'm about to post: >From bfb5863e350590d8fe9a643d840c7d0b5f3d934b Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 29 Jan 2012 22:30:20 +0100 Subject: [PATCH] maint.mk: sc_prohibit_canonicalize_without_use: avoid false positive * top/maint.mk (

Re: [PATCH gnulib 4/4] RFC stat: x86_64 mingw64 #define stat as _stat64.

2012-01-29 Thread Marc-André Lureau
On Sat, Jan 28, 2012 at 12:49 PM, Bruno Haible wrote: > If you have to make such a change to lib/tempname.c, the chances are high > that gnulib users also will have to adapt their programs. Which would be > against the spirit of gnulib: Packages that use gnulib should use the > POSIX or glibc API.

Re: gnulib for android?

2012-01-29 Thread Corbin Champion
Reading through that, it was not clear if anyone was successful building gnulib for Android. It sounds like they were building a subset for a particular purpose. Is that correct? Also a separate conversation started called "Android porting results" where someone reports the same first issue I am

Re: bug#10305: coreutils-8.14, "rm -r" fails with EBADF

2012-01-29 Thread Jim Meyering
severity 10305 wishlist tags 10305 + notabug thanks Eric Blake wrote: > On 12/21/2011 11:42 AM, Paul Eggert wrote: >> On 12/21/11 08:27, Eric Blake wrote: >>> maybe we should wrap opendir() so that the gnulib rpl_opendir() >>> always opens a directory at the same time >> >> That sounds a bit drast

Re: gnulib for android?

2012-01-29 Thread Paul Eggert
As a matter of fact that topic came up recently on this mailing list; I suggest reading and later messages in that thread, and if you have any further questions please feel to follow up here.

gnulib for android?

2012-01-29 Thread Corbin Champion
We are working on getting Octave working on Android. We have many of the dependencies (all necessary ones) not included with the Octave source working and tested on Android. We also have libcruft building fine. What we don't have is gnulib source, which is included under libgnu directory in the