I am having trouble installing svn-ssl using fink.  It dies when trying  
to mv libsvn_ra_dav which the build hasn't created.  The config states  
it won't create it because I have the wrong install of neon.  I  
installed the requested version of neon but as you can see below the  
incorrect one is re-installed immediately.  The config also claims it  
can't find apache but I have installed apache2-ssl and I have test  
pages running on it.

I've included the config output and the fail message - any help is  
greatly appreciated.  I've emailed the contact in the error message but  
I have had no response.

Thanks,
James

$ fink install svn-ssl
Information about 2595 packages read in 2 seconds.
The following package will be installed or updated:
  svn-ssl
The following 2 additional packages will be installed:
  neon26 svn-ssl-shlibs
Do you want to continue? [Y/n]
Reading buildlock packages...
/sw/bin/dpkg-lockwait -i  
/sw/fink/dists/stable/main/binary-darwin-powerpc/libs/neon26_0.26.4 
-1_darwin-powerpc.deb
Selecting previously deselected package neon26.
dpkg: considering removing neon25 in favour of neon26 ...
dpkg: yes, will remove neon25 in favour of neon26.
(Reading database ... 58886 files and directories currently installed.)
Unpacking neon26 (from .../neon26_0.26.4-1_darwin-powerpc.deb) ...
Setting up neon26 (0.26.4-1) ...
Setting runtime build-lock...
dpkg-deb -b /sw/src/fink.build/root-fink-buildlock-svn-ssl-1.4.2-1  
/sw/src/fink.build
dpkg-deb: building package `fink-buildlock-svn-ssl-1.4.2-1' in  
`/sw/src/fink.build/fink-buildlock-svn-ssl-1.4.2-1_2007.09.16 
-12.30.23_darwin-powerpc.deb'.
Installing build-lock package...
/sw/bin/dpkg-lockwait -i  
/sw/src/fink.build/fink-buildlock-svn-ssl-1.4.2-1_2007.09.16 
-12.30.23_darwin-powerpc.deb
Selecting previously deselected package fink-buildlock-svn-ssl-1.4.2-1.
(Reading database ... 58887 files and directories currently installed.)
Unpacking fink-buildlock-svn-ssl-1.4.2-1 (from  
.../fink-buildlock-svn-ssl-1.4.2-1_2007.09.16-12.30.23_darwin- 
powerpc.deb) ...
Setting up fink-buildlock-svn-ssl-1.4.2-1 (2007.09.16-12.30.23) ...
bzip2 -dc /sw/src/subversion-1.4.2.tar.bz2 | /sw/bin/tar -xf -   
--no-same-owner --no-same-permissions
[ -r /sw/fink/dists/stable/crypto/finkinfo/svn-ssl.patch ]
sed -e  
's|@FINKBUILD@|/sw/src/fink.build/svn-ssl-1.4.2-1/subversion-1.4.2|g'  
-e 's|@FINKPREFIX@|/sw|g' <  
/sw/fink/dists/stable/crypto/finkinfo/svn-ssl.patch | patch -p1
patching file Makefile.in
patching file build/generator/gen_make.py
patching file build/ltmain.sh
patching file gen-make.py
patching file subversion/bindings/swig/perl/native/Makefile.PL.in
patching file fink/httpd.conf
perl -pi.bak -e  's| 0\.26\.1| 0.26.1  0.26.2|' configure.in
/var/tmp/tmp.1.9GeIes
#! /bin/sh -ev
  # recreate configure with libtool 1.5
  ./autogen.sh
buildcheck: checking installation...
buildcheck: autoconf version 2.60 (ok)
buildcheck: autoheader version 2.60 (ok)
buildcheck: libtool version 1.5.10 (ok)
Copying libtool helper: /sw/share/aclocal/libtool.m4
Creating build-outputs.mk...
Creating svn_private_config.h.in...
Creating configure...

You can run ./configure now.

Running autogen.sh implies you are a maintainer.  You may prefer
to run configure in one of the following ways:

./configure --enable-maintainer-mode
./configure --disable-shared
./configure --enable-maintainer-mode --disable-shared

Note:  If you wish to run a Subversion HTTP server, you will need
Apache 2.0.  See the INSTALL file for details.


  ### Configure shared
  export F77=no; ./configure --prefix=/sw  
--libexecdir='${prefix}/lib/svn' --mandir='${prefix}/share/man'  
--infodir='${prefix}/share/info' --with-neon=/sw --with-apr=/sw  
--with-apr-util=/sw --enable-shared --without-apxs --without-apache  
--disable-mod-activation --without-jdk --disable-javahl --with-jikes=no  
--disable-swig-bindings --without-swig --without-python --without-perl  
--without-ruby --with-berkeley-db=/sw/include/db4:/sw/lib  
--disable-dependency-tracking --disable-keychain
configure: Configuring Subversion 1.4.2
configure: creating config.nice
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... gcc -E
checking build system type... powerpc-apple-darwin7.9.0
checking host system type... powerpc-apple-darwin7.9.0
checking target system type... powerpc-apple-darwin7.9.0
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking whether ln -s works... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking for static Apache module support... checking for Apache module  
support via DSO through APXS... no
==================================================================
WARNING: skipping the build of mod_dav_svn
          --with-apxs or --with-apache must be used
==================================================================
configure: Apache Portable Runtime (APR) library configuration
checking for APR... yes
checking APR version... 0.9.12
configure: Apache Portable Runtime Utility (APRUTIL) library  
configuration
checking for APR-util... yes
checking APR-UTIL version... 0.9.12
configure: checking neon library
checking neon library version... 0.26.4
You have neon version 0.26.4,
but Subversion needs neon 0.25.5.

An appropriate version of neon could not be found, so libsvn_ra_dav
will not be built.  If you want to build libsvn_ra_dav, please either
install neon 0.25.5 on this system

or

get neon 0.25.5 from:
     http://www.webdav.org/neon/neon-0.25.5.tar.gz
unpack the archive using tar/gunzip and rename the resulting
directory from ./neon-0.25.5/ to ./neon/

no suitable neon found
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
configuring libtool now
checking for a sed that does not truncate output... /usr/bin/sed
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... no
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -p
checking how to recognise dependent libraries... pass_all
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking whether we are using the GNU C++ compiler... yes
checking whether g++-3.3 accepts -g... yes
checking how to run the C++ preprocessor... g++-3.3 -E
checking whether we are using the GNU Fortran 77 compiler... no
checking whether no accepts -g... no
checking the maximum length of command line arguments... 65536
checking command to parse /usr/bin/nm -p output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc static flag  works... yes
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fno-common
checking if gcc PIC flag -fno-common works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/bin/ld) supports shared  
libraries... yes
checking dynamic linker characteristics... darwin7.9.0 dyld
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++-3.3... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... no
checking whether the g++-3.3 linker (/usr/bin/ld) supports shared  
libraries... yes
checking for g++-3.3 option to produce PIC... -fno-common
checking if g++-3.3 PIC flag -fno-common works... yes
checking if g++-3.3 supports -c -o file.o... yes
checking whether the g++-3.3 linker (/usr/bin/ld) supports shared  
libraries... yes
checking dynamic linker characteristics... darwin7.9.0 dyld
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
appending configuration tag "F77" to libtool
checking whether libtool accepts --tag=XXX... yes
checking whether libtool needs -no-undefined... no
checking whether to avoid circular linkage at all costs... no
checking for trang... none
checking for socket in -lsocket... no
configure: WARNING: APR-UTIL may or may not be using the specified
                      Berkeley DB at `/sw/include/db4:/sw/lib'.  Using  
the Berkeley DB
                      supplied by APR-UTIL.
checking for availability of Berkeley DB... yes
checking for Mac OS KeyChain Services... no
checking for msgfmt... /sw/bin/msgfmt
checking for msgmerge... /sw/bin/msgmerge
checking for xgettext... /sw/bin/xgettext
checking for library containing bindtextdomain... -lintl
checking for bind_textdomain_codeset... yes
checking if we are using GNU gettext... yes
checking for ANSI C header files... (cached) yes
checking for an ANSI C-conforming const... yes
checking for size_t... yes
checking for working memcmp... yes
checking for vprintf... yes
checking for _doprnt... no
checking for symlink... yes
checking for readlink... yes
checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking for inflate in -lz... yes
configure: Disabling apache module activation
checking for python... /sw/bin/python
checking for perl... /usr/bin/perl
checking for ruby... /sw/bin/ruby
checking for rb_hash_foreach()... no
configure: WARNING: The detected Ruby is too old for Subversion to use
configure: WARNING: A Ruby which has rb_hash_foreach is required to use  
the
configure: WARNING: Subversion Ruby bindings
configure: WARNING: Upgrade to the official 1.8.2 release, or later
checking for none... none
configure: Configuring python swig binding
checking for Python includes... -I/sw/include/python2.4
checking for compiling Python extensions... gcc -fno-strict-aliasing   
-Wno-long-double -no-cpp-precomp -mno-fused-madd -DNDEBUG -g -O3 -Wall  
-Wstrict-prototypes
checking for linking Python extensions... gcc -L/sw/lib -bundle  
-undefined dynamic_lookup -bundle_loader /sw/bin/python
checking for linking Python libraries... -L/sw/lib -bundle -undefined  
dynamic_lookup -bundle_loader /sw/bin/python
checking for apr_int64_t Python/C API format string... L
checking perl version... 5008001
configure: creating ./config.status
config.status: creating Makefile
config.status: WARNING:  Makefile.in seems to ignore the --datarootdir  
setting
config.status: creating tools/backup/hot-backup.py
config.status: creating contrib/client-side/svn_load_dirs.pl
config.status: creating contrib/client-side/svncopy.pl
config.status: creating contrib/client-side/testsvncopy.pl
config.status: creating tools/hook-scripts/commit-access-control.pl
config.status: creating tools/hook-scripts/commit-email.pl
config.status: creating subversion/bindings/swig/perl/native/Makefile.PL
config.status: creating packages/solaris/pkginfo
config.status: creating subversion/svn_private_config.h
config.status: executing mkdir-init commands
/usr/bin/install -c -d subversion/bindings/java/javahl/classes
/usr/bin/install -c -d subversion/bindings/java/javahl/include

----- SNIP TO FAILURE -----

/usr/bin/install -d -m 755  
/sw/src/fink.build/root-svn-ssl-dev-1.4.2-1/sw
/bin/mv /sw/src/fink.build/root-svn-ssl-1.4.2-1/sw/include  
/sw/src/fink.build/root-svn-ssl-dev-1.4.2-1/sw/
/usr/bin/install -d -m 755  
/sw/src/fink.build/root-svn-ssl-dev-1.4.2-1/sw/lib
/bin/mv /sw/src/fink.build/root-svn-ssl-1.4.2-1/sw/lib/*.a  
/sw/src/fink.build/root-svn-ssl-dev-1.4.2-1/sw/lib/
/bin/mv /sw/src/fink.build/root-svn-ssl-1.4.2-1/sw/lib/*.la  
/sw/src/fink.build/root-svn-ssl-dev-1.4.2-1/sw/lib/
/bin/mv  
/sw/src/fink.build/root-svn-ssl-1.4.2-1/sw/lib/libsvn_client-1.dylib  
/sw/src/fink.build/root-svn-ssl-dev-1.4.2-1/sw/lib/
/bin/mv  
/sw/src/fink.build/root-svn-ssl-1.4.2-1/sw/lib/libsvn_delta-1.dylib  
/sw/src/fink.build/root-svn-ssl-dev-1.4.2-1/sw/lib/
/bin/mv  
/sw/src/fink.build/root-svn-ssl-1.4.2-1/sw/lib/libsvn_diff-1.dylib  
/sw/src/fink.build/root-svn-ssl-dev-1.4.2-1/sw/lib/
/bin/mv  
/sw/src/fink.build/root-svn-ssl-1.4.2-1/sw/lib/libsvn_fs-1.dylib  
/sw/src/fink.build/root-svn-ssl-dev-1.4.2-1/sw/lib/
/bin/mv  
/sw/src/fink.build/root-svn-ssl-1.4.2-1/sw/lib/libsvn_fs_base-1.dylib  
/sw/src/fink.build/root-svn-ssl-dev-1.4.2-1/sw/lib/
/bin/mv  
/sw/src/fink.build/root-svn-ssl-1.4.2-1/sw/lib/libsvn_fs_fs-1.dylib  
/sw/src/fink.build/root-svn-ssl-dev-1.4.2-1/sw/lib/
/bin/mv  
/sw/src/fink.build/root-svn-ssl-1.4.2-1/sw/lib/libsvn_ra-1.dylib  
/sw/src/fink.build/root-svn-ssl-dev-1.4.2-1/sw/lib/
/bin/mv  
/sw/src/fink.build/root-svn-ssl-1.4.2-1/sw/lib/libsvn_ra_dav-1.dylib  
/sw/src/fink.build/root-svn-ssl-dev-1.4.2-1/sw/lib/
mv: rename  
/sw/src/fink.build/root-svn-ssl-1.4.2-1/sw/lib/libsvn_ra_dav-1.dylib to  
/sw/src/fink.build/root-svn-ssl-dev-1.4.2-1/sw/lib/libsvn_ra_dav 
-1.dylib: No such file or directory
### execution of /bin/mv failed, exit code 1
Removing runtime build-lock...
Removing build-lock package...
/sw/bin/dpkg-lockwait -r fink-buildlock-svn-ssl-1.4.2-1
(Reading database ... 56323 files and directories currently installed.)
Removing fink-buildlock-svn-ssl-1.4.2-1 ...
Failed: phase installing: svn-ssl-dev-1.4.2-1 failed

Before reporting any errors, please run "fink selfupdate" and
try again.  If you continue to have issues, please check to see if the
FAQ on fink's website solves the problem.  If not, ask on the fink-users
or fink-beginners mailing lists.  As a last resort, you can try  
e-mailing
the maintainer directly:

         Christian Schaffner <[EMAIL PROTECTED]>

Note that many fink package maintainers do not have access to all  
possible
hardware configurations, so you may have better luck on the mailing  
lists.




-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Fink-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to