Re: create a big test, collect the fallout

2006-07-08 Thread Simon Josefsson
Ralf Wildenhues <[EMAIL PROTECTED]> writes: > Hi Simon, > > * Simon Josefsson wrote on Fri, Jul 07, 2006 at 01:58:00AM CEST: >> Simon Josefsson <[EMAIL PROTECTED]> writes: >> >> > I'll see if I can fix the crc module, it is probably the same 64-bit >> > problem as in the md4 or md5 module a while

Re: create a big test, collect the fallout

2006-07-08 Thread Ralf Wildenhues
Hi Simon, * Simon Josefsson wrote on Fri, Jul 07, 2006 at 01:58:00AM CEST: > Simon Josefsson <[EMAIL PROTECTED]> writes: > > > I'll see if I can fix the crc module, it is probably the same 64-bit > > problem as in the md4 or md5 module a while ago. > > Nope, I think the self-test was created wit

Re: create a big test, collect the fallout

2006-07-06 Thread Sergey Poznyakoff
Simon Josefsson <[EMAIL PROTECTED]> wrote: > Shishi actually do @include getdate.texi in its manual, so please > don't install this part. And GNU tar does the same. Regards, Sergey

Re: create a big test, collect the fallout

2006-07-06 Thread Ralf Wildenhues
Hello Eric, * Eric Blake wrote on Fri, Jul 07, 2006 at 03:12:21AM CEST: > According to Ralf Wildenhues on 7/6/2006 2:51 PM: > > > > 1) $destdir may not contain slashes: gnulib-tool does `mkdir "$destdir"' > >to create it, and `cd "$destdir"; $cmds; cd ..' to enter/exit. > > That also could r

Re: create a big test, collect the fallout

2006-07-06 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Ralf Wildenhues on 7/6/2006 2:51 PM: > > 1) $destdir may not contain slashes: gnulib-tool does `mkdir "$destdir"' >to create it, and `cd "$destdir"; $cmds; cd ..' to enter/exit. That also could run into problems if CDPATH is defined

Re: create a big test, collect the fallout

2006-07-06 Thread Simon Josefsson
Simon Josefsson <[EMAIL PROTECTED]> writes: > I'll see if I can fix the crc module, it is probably the same 64-bit > problem as in the md4 or md5 module a while ago. Nope, I think the self-test was created with an old buggy crc.c implementation. I've changed the test vector to be what the curren

Re: create a big test, collect the fallout

2006-07-06 Thread Simon Josefsson
Paul Eggert <[EMAIL PROTECTED]> writes: > Ralf Wildenhues <[EMAIL PROTECTED]> writes: > >> 4) Documentation should not be copied into the source tree (bug in >>getdate module; I'm inferring from other modules here) or the >>gnulib-tool should 'mkdir doc' to avoid a cp failure. OK? > > My

Re: create a big test, collect the fallout

2006-07-06 Thread Paul Eggert
Ralf Wildenhues <[EMAIL PROTECTED]> writes: > 4) Documentation should not be copied into the source tree (bug in >getdate module; I'm inferring from other modules here) or the >gnulib-tool should 'mkdir doc' to avoid a cp failure. OK? My kneejerk reaction is I'd rather that gnulib-tool c

create a big test, collect the fallout

2006-07-06 Thread Ralf Wildenhues
One of the cheapest (ahem) ways to catch a number of gnulib bugs is to create one tree with all modules and all tests in it. If it works, that is. So I started doing this manually, again. Here's some fallout on the way to make path/to/gnulib-tool --with-tests $l --dir=foo --megatest work.