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

On Jul 19, 2005, at 3:02 PM, Paul Querna wrote:


APR 1.2.0 is ready for testing and voting for release.


I'm facing problems with the test suite on both FreeBSD 5.2.1 and Darwin 8.2.0.

The Darwin output:

[EMAIL PROTECTED] apr-1.2.0 $ make test
(cd test && make check)
for prog in testlockperf testshmproducer testshmconsumer testmutexscope testall ; do \
        ./$prog; \
        if test $? = 255; then \
                echo "$prog failed"; \
                break; \
        fi; \
done
dyld: Library not loaded: /usr/local/apr/lib/libapr-1.0.dylib
Referenced from: /Volumes/Files/projects/asf/apr-1.2.0/test/./ testlockperf
  Reason: image not found
dyld: Library not loaded: /usr/local/apr/lib/libapr-1.0.dylib
Referenced from: /Volumes/Files/projects/asf/apr-1.2.0/test/./ testshmproducer
  Reason: image not found
dyld: Library not loaded: /usr/local/apr/lib/libapr-1.0.dylib
Referenced from: /Volumes/Files/projects/asf/apr-1.2.0/test/./ testshmconsumer
  Reason: image not found
dyld: Library not loaded: /usr/local/apr/lib/libapr-1.0.dylib
Referenced from: /Volumes/Files/projects/asf/apr-1.2.0/test/./ testmutexscope
  Reason: image not found
dyld: Library not loaded: /usr/local/apr/lib/libapr-1.0.dylib
  Referenced from: /Volumes/Files/projects/asf/apr-1.2.0/test/./testall
  Reason: image not found

I assume it tries to link against an installed libapr, and I have not made install (and IMHO shouldn't have to).

FreeBSD:

[EMAIL PROTECTED] apr-1.2.0 $ make test
(cd test && make check)
for prog in testlockperf testshmproducer testshmconsumer testmutexscope testall ; do ./$prog; if test $? = 255; then echo "$prog failed"; break; fi; done This program won't work on this platform because there is no support for threads.
*** Error code 254

Stop in /local0/asf/apr-1.2.0/test.
*** Error code 1

Stop in /local0/asf/apr-1.2.0.

The configure script (correctly) detects that this build should not be threaded, but apparently the test suite does not pick up that clue phone.

S.

- --
[EMAIL PROTECTED]              http://www.temme.net/sander/
PGP FP: 51B4 8727 466A 0BC3 69F4  B7B8 B2BE BC40 1529 24AF



-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (Darwin)

iD8DBQFC3QaDnjkrwtLH+RIRAqzzAJ9R6P3k80+Jb/hVraQZupuVH92rHACeIj6L
DFX2BVaYPEKNwyAQYEyw6+0=
=DiJr
-----END PGP SIGNATURE-----

Reply via email to