bug-gnulib
[Top][All Lists]
Advanced

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

Re: Minix support, part 5


From: Bruno Haible
Subject: Re: Minix support, part 5
Date: Mon, 1 Aug 2011 02:33:44 +0200
User-agent: KMail/1.13.6 (Linux/2.6.37.6-0.5-desktop; KDE/4.6.0; x86_64; ; )

Thomas Cort wrote:
> A lot of the FILE related stuff changed in Minix 3.2.0 with the import
> of our new NetBSD based libc and NetBSD based includes. It might be
> more beneficial to target Minix 3.2.0 which will be released as stable
> in a few months. By the time the gnulib changes get integrated into
> third party software, released, added to pkgsrc, and imported into our
> pkgsrc tree, Minix 3.2.0 will probably be stable.

Note that the current code, meant to work with Minix 3.1.8, will then
likely lead to compilation errors with 3.2.0. And that means compilation
errors in m4, coreutils, findutils, and other packages. So, given that
it takes some time for gnulib changes to propagate into new releases,
it would be useful if you submit gnulib patches for these changes as soon
as these changes are stable; before Minix 3.2.0.

For reference, to test the stdioext area of gnulib, you do
$ ./gnulib-tool --create-testdir --dir=/tmp/testdir --with-tests \
  --single-configure fbufmode fflush fpurge freadable freadahead \
  freading freadptr freadseek fseeko fseterr fwritable fwriting fpending
$ cd /tmp/testdir
$ ./configure
$ make
$ make check

Of course I'm not interested in changes that make Minix 3.2.0 work and
at the same time break on Minix 3.1.8. That means, some Autoconf test
or #ifdefology will likely be needed.

Bruno
-- 
In memoriam Jean Jaurès <http://en.wikipedia.org/wiki/Jean_Jaurès>



reply via email to

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