Re: ipsvd-0.8.1 build (test) error on RH7.3
Gerrit Pape <[email protected]>
| Newsgroups | gmane.comp.misc.pape.general |
|---|---|
| Message-ID | <20040223091830.22552.qmail@d992a5fd298ff3.315fe32.mid.smarden.org> |
On Sun, Feb 22, 2004 at 08:23:28PM -0500, Charlie Brady wrote: > But works OK on Fedora Core 1. > > ... > Checking ipsvd-cdb... [...] > ipsvd-cdb failed. Yes, looks like false alarm. I've been told of another problem, also causing the test to fail, with a shell (dash) doing $ dash -c "echo 'foo\nbar\n'" foo bar $ instead of $ csh -c "echo 'foo\nbar\n'" foo\nbar\n $ bash -c "echo 'foo\nbar\n'" foo\nbar\n $ In your case it looks like the ipsvd-cdb program processes the files in the instructions directory created for testing in a different order than they are created. I cannot say that there's anything wrong with it, and will see how I can fix the testing process. Thanks, Gerrit.