[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

'make' chek' test failing on OSX 10.4.1: "dyld: Library not loaded ... Reason: image not found"

From: OpenMacNews <OpenMacNews_at_speakeasy.net>
Date: 2005-06-17 18:21:01 CEST

hi all,

(revisiting an old/reported issue ... did i _miss_ a resolution somewhere?)

building svn120 on OSX 10.4.1 w/:

   apache 2.1.5-dev (httpd, apr, apr-util cvs rev -> 191097)
   perl 5.8.7
   bdb 4.3.28
   neon v0.24.7
   swig v1.3.24

   ltmain.sh (GNU libtool) 1.5.18 (1.1220.2.245 2005/05/16 08:55:27)
   autautoconf (GNU Autoconf) 2.59
   gcc -automake (GNU automake) 1.9.5
   powerpc-apple-darwin8-gcc-4.0.0 (GCC) 4.0.0 (Apple Computer, Inc. build 5026)

svn configs ok w/:

   ./configure \
   --prefix=/usr/local/subversion120 \
   --enable-experimental-libtool \
   --enable-shared --disable-static \
   --disable-debug \
   --disable-maintainer-mode \
   --disable-nls \
   --with-apr=/usr/local/apache2/bin/apr-1-config \
   --with-apr-util=/usr/local/apache2/bin/apu-1-config \
   --with-apxs=/usr/local/apache2/sbin/apxs \
   --without-apache \
   --with-neon=/usr/local/neon0247 \
   --enable-neon-version-check \
   --with-swig=/usr/local/swig/bin/swig \
   --with-berkeley-db=/usr/local/berkeley-db \
   --with-zlib \
   --enable-javahl \
   --with-jdk

and,

   make
   make install

seem OK as well ...

   svn, version 1.2.0 (r14790)
          compiled Jun 17 2005, 08:17:07

   Copyright (C) 2000-2005 CollabNet.
   Subversion is open source software, see http:/subversion.tigris.org/
   This product includes software developed by CollabNet
(http:/www.Collab.Net/).

   The following repository access (RA) modules are available:

   * ra_dav : Module for accessing a repository via WebDAV (DeltaV) protocol.
         - handles 'http' scheme
         - handles 'https' scheme
   * ra_svn : Module for accessing a repository using the svn network protocol.
         - handles 'svn' scheme
   * ra_local : Module for accessing a repository on local disk.
         - handles 'file' scheme

svn client & server seem to be working for me as well ...

however, 'make check' still shows:

   Running all tests in compat-test...FAILURE
   Running all tests in config-test...FAILURE
   Running all tests in diff-diff3-test...FAILURE
   Running all tests in hashdump-test...FAILURE
   Running all tests in locks-test...FAILURE
   Running all tests in opt-test...FAILURE
   Running all tests in path-test...FAILURE
   Running all tests in ra-local-test...FAILURE
   Running all tests in random-test...FAILURE
   Running all tests in repos-test...FAILURE
   Running all tests in stream-test...FAILURE
   Running all tests in string-test...FAILURE
   Running all tests in time-test...FAILURE
   Running all tests in translate-test...FAILURE
   Running all tests in utf-test...FAILURE
   Running all tests in target-test.py...success
   Running all tests in getopt_tests.py...success
   Running all tests in basic_tests.py...success
   Running all tests in commit_tests.py...success
   Running all tests in update_tests.py...success
   Running all tests in switch_tests.py...success
   Running all tests in prop_tests.py...success
   Running all tests in schedule_tests.py...success
   Running all tests in log_tests.py...success
   Running all tests in copy_tests.py...success
   Running all tests in diff_tests.py...success
   Running all tests in export_tests.py...success
   Running all tests in externals_tests.py...success
   Running all tests in merge_tests.py...success
   Running all tests in revert_tests.py...success
   Running all tests in stat_tests.py...success
   Running all tests in trans_tests.py...success
   Running all tests in autoprop_tests.py...success
   Running all tests in blame_tests.py...success
   Running all tests in special_tests.py...success
   Running all tests in svnadmin_tests.py...success
   Running all tests in svnlook_tests.py...success
   Running all tests in svnversion_tests.py...success
   Running all tests in utf8_tests.py...success
   Running all tests in history_tests.py...success
   Running all tests in lock_tests.py...success
   Running all tests in cat_tests.py...success
   Running all tests in import_tests.py...success
   Running all tests in changes-test...FAILURE
   Running all tests in fs-test...FAILURE
   Running all tests in key-test...FAILURE
   Running all tests in skel-test...FAILURE
   Running all tests in strings-reps-test...FAILURE
   At least one test FAILED, checking /usr/ports/subversion120/tests.log
   At least one test was SKIPPED, checking /usr/ports/subversion120/tests.log
   SKIP: revert_tests.py 2: reverting to corrupt text base should fail
   SKIP: utf8_tests.py 1: conversion of paths and logs to/from utf8
   make: *** [check] Error 1

where "tests.log" is showing:

   START: compat-test
   dyld: Library not loaded: /usr/local/subversion120/lib/libsvn_test-1.dylib
         Referenced from:
/usr/ports/subversion120/subversion/tests/libsvn_subr/./compat-test
         Reason: image not found
   END: compat-test

   START: config-test
   dyld: Library not loaded: /usr/local/subversion120/lib/libsvn_test-1.dylib
         Referenced from:
/usr/ports/subversion120/subversion/tests/libsvn_subr/./config-test
         Reason: image not found
   END: config-test

   START: diff-diff3-test
   dyld: Library not loaded: /usr/local/subversion120/lib/libsvn_test-1.dylib
         Referenced from:
/usr/ports/subversion120/subversion/tests/libsvn_diff/./diff-diff3-test
         Reason: image not found
   END: diff-diff3-test

   START: hashdump-test
   dyld: Library not loaded: /usr/local/subversion120/lib/libsvn_test-1.dylib
         Referenced from:
/usr/ports/subversion120/subversion/tests/libsvn_subr/./hashdump-test
         Reason: image not found
   END: hashdump-test

...

richard

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Jun 17 18:23:08 2005

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.