NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
zfil
Jul 14, 2008Aspirant
Subversion : some progress
Hello I've managed to build a working subversion server : wget http://subversion.tigris.org/downloads/ ... 5.0.tar.gz wget http://subversion.tigris.org/downloads/ ... 5.0.tar.gz First untar ...
da9l
Nov 29, 2008Aspirant
Hi!
Had the exact same problems. I finally made it make after:
Reinstalling APT addon (the latest seems to be dated 2008-10-31) in order to get the most recent and most correct sources.lists file.
Adding all libraries as described in the setting up development environment howto.
Running:
apt-get install python (the tests depends on python)
apt-get install coreutils (some stuff in configure is dependent on the uniq command)
apt-get install libtool (Might have something to do with our problem below)
Make sure that you do ./configure with all options again.
Regards, da9l.
Had the exact same problems. I finally made it make after:
Reinstalling APT addon (the latest seems to be dated 2008-10-31) in order to get the most recent and most correct sources.lists file.
Adding all libraries as described in the setting up development environment howto.
Running:
apt-get install python (the tests depends on python)
apt-get install coreutils (some stuff in configure is dependent on the uniq command)
apt-get install libtool (Might have something to do with our problem below)
Make sure that you do ./configure with all options again.
Regards, da9l.
wishyou wrote: I get a problem build apr which is a part of subversion 1.5.4
Anyone have a solution to this problem?
readynas:~/svn-install/subversion-1.5.4$ make
------ making all in apr
make[1]: Entering directory `/home/XXX/svn-install/subversion-1.5.4/apr'
make[2]: Entering directory `/home/XXX/svn-install/subversion-1.5.4/apr'
/bin/sh /home/XXX/svn-install/subversion-1.5.4/apr/libtool --silent --mode=compile gcc -g -O2 -pthread -DHAVE_CONFIG_H -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -I./include -I/home/XXX/svn-install/subversion-1.5.4/apr/include/arch/unix -I./include/arch/unix -I/home/XXX/svn-install/subversion-1.5.4/apr/include -o passwd/apr_getpass.lo -c passwd/apr_getpass.c && touch passwd/apr_getpass.lo
passwd/apr_getpass.c:78: warning: static declaration for `getpass' follows non-static
passwd/apr_getpass.c: In function `getpass':
passwd/apr_getpass.c:81: error: `stderr' undeclared (first use in this function)
passwd/apr_getpass.c:81: error: (Each undeclared identifier is reported only once
passwd/apr_getpass.c:81: error: for each function it appears in.)
passwd/apr_getpass.c:82: error: `stdin' undeclared (first use in this function)
make[2]: *** [passwd/apr_getpass.lo] Error 1
make[2]: Leaving directory `/home/XXX/svn-install/subversion-1.5.4/apr'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/XXX/svn-install/subversion-1.5.4/apr'
make: *** [external-all] Error 1
readynas:~/svn-install/subversion-1.5.4$
The zlib build worked fine so all libs should be in place...
Wish
Related Content
NETGEAR Academy
Boost your skills with the Netgear Academy - Get trained, certified and stay ahead with the latest Netgear technology!
Join Us!