bug-findutils
[Top][All Lists]
Advanced

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

findutils alpha 4.1.7 cygwin issues


From: Gerrit P. Haase
Subject: findutils alpha 4.1.7 cygwin issues
Date: Tue, 28 Aug 2001 15:05:12 +0200

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi,

I tried to build findutils-4.1.7 on cygwin.

It compiles nearly out of the box, only one little change
was needed. But one stackdump during test, see below.

diff -urw orig/lib/strftime.c patched/lib/strftime.c
- --- orig/lib/strftime.c       Wed Apr 12 09:43:23 2000
+++ patched/lib/strftime.c      Tue Aug 28 12:57:11 2001
@@ -53,8 +53,10 @@
 #  include <time.h>
 # endif
 #endif
+#ifndef __CYGWIN__
 #if HAVE_TZNAME
 extern char *tzname[];
+# endif /* __CYGWIN__ */
 #endif
 
 /* Do multibyte processing if multibytes are supported, unless
END OF PATCH


But i also got an test failure, other tests succeeded, after removing
perm.exp:
=========
WARNING: global config file /home/siebenschlaefer/.global.djg not found.
WARNING: Couldn't find tool init file
Test Run By Gerrit on Tue Aug 28 12:43:57 2001
Native configuration is i686-pc-cygwin

                === find tests ===

Schedule of variations:
    unix

Running target unix
Using /usr/share/dejagnu/baseboards/unix.exp as board description file for 
target.
Using /usr/share/dejagnu/config/unix.exp as generic interface file for target.
Using /findutils/findutils-4.1.7-build/find/testsuite/config/unix.exp as 
tool-and-target-specific interface file.
Running /findutils/findutils-4.1.7-build/find/testsuite/find.gnu/comma.exp ...
Running /findutils/findutils-4.1.7-build/find/testsuite/find.gnu/depth.exp ...
Running /findutils/findutils-4.1.7-build/find/testsuite/find.gnu/name-opt.exp 
...
Running /findutils/findutils-4.1.7-build/find/testsuite/find.gnu/perm.exp ...
FAIL: perm, child killed: SIGABRT
      0 [sig] find 271 open_stackdumpfile: Dumping stack trace to 
find.exe.stackdump
Running 
/findutils/findutils-4.1.7-build/find/testsuite/find.gnu/prune-default-print.exp
 ...

                === find Summary ===

# of expected passes            4
# of unexpected failures        1
/findutils/findutils-4.1.7-build/find/testsuite/../find version 4.1.7

make[3]: *** [check-DEJAGNU] Error 1
make[3]: Leaving directory `/findutils/findutils-4.1.7-build/find/testsuite'
make[2]: *** [check-am] Error 2
make[2]: Leaving directory `/findutils/findutils-4.1.7-build/find/testsuite'
make[1]: *** [check-recursive] Error 1
make[1]: Leaving directory `/findutils/findutils-4.1.7-build/find'
make: *** [check-recursive] Error 1


So long,

Gerrit

-----BEGIN PGP SIGNATURE-----
Version: PGP 6.5.8 -- QDPGP 2.61c
Comment: =^..^=

iQA/AwUBO4uI+KMmDzzIydaaEQKcgACbBZoP4/GTQlepKmolhJF9RD2o8asAn0ev
yefl/3Vp1E+SQW8fFrobDjQS
=bTlH
-----END PGP SIGNATURE-----
-- 
=^..^=



reply via email to

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