OpenWrt Forum Archive

Topic: subversion package for openwrt

The content of this topic has been archived on 8 Apr 2018. There are no obvious gaps in this topic, but there may still be some posts missing at the end.

Hi

Im having problems compiling the subversion package for openwrt.
it fails during the ./configure step in the process
config.log tells me the failure is because the compiler cant find libintl (-lintl)
this should be in staging_dir_mipsel but its not there
how can i get it?
I think some other things will be missing too (apr, apr_util, neon)

anyone had success compiling this package???

Thanks

john

Hi forum2006

actually that is the package I am trying to build, but not all dependencies are clear, in particular the libintl library which is needed in the build process (-lintl) falls over on my system.
I have a recent revision on kamikaze ~r7400

have you successfully built this package?

John

with latest trunk (and latest packages repository), everything is fine:

ubuntu@ubuntu-laptop:~/brcm47xx-2.6$ ll -h bin/packages/{subversion*,libintl*}
-rw-r--r-- 1 ubuntu ubuntu  15K 2007-06-23 02:20 bin/packages/libintl_0.16.1-1_mipsel.ipk
-rw-r--r-- 1 ubuntu ubuntu  50K 2007-06-23 03:48 bin/packages/subversion-client_1.4.3-1_mipsel.ipk
-rw-r--r-- 1 ubuntu ubuntu 977K 2007-06-23 03:48 bin/packages/subversion-libs_1.4.3-1_mipsel.ipk
ubuntu@ubuntu-laptop:~/brcm47xx-2.6$

Hi

For anyone interested, here are the required package links to get subversion to compile, some of them are not intuitive:

you need symbolic links from trunk/package to :

packages/libs/expat (needed by apr-utils)
packages/libs/neon
packages/libs/apr
packages/utils/apr-util
packages/libs/gettext (this provide the libintl library)

also the version of apr in the Makefile is 0.9.13 but that has been removed from the server, you need 0.9.14, so you also need to change the MD5SUM to : 4ece501c0ae86403db8b4942d7e3458c

I have managed to compile, will now try and install subversion on the router!

John

Hi!

Im also searching for subversion server fpr Whiterussian. So i tryed to compile subversion with the Makefilesources from


https://dev.openwrt.org/browser/packages/net/subversion

and the SDK, but this won't work. Could it be that these sources are only for kamikaze?

can anyone send me an ipkg of subversion?

Now the problem has sloved but theres anotherone:

my output is:

----------
user@ubuntu710server:~/OpenWrt-SDK-Linux-i686-1$ make V=99 package/subversion-{clean,compile}
make -C package subversion-clean SDK=1
make[1]: Entering directory `/home/user/OpenWrt-SDK-Linux-i686-1/package'
make -C subversion clean
Rebuilding /home/user/OpenWrt-SDK-Linux-i686-1/bin/packages/subversion-libs_1.4.5-1_mipsel.ipk
Rebuilding /home/user/OpenWrt-SDK-Linux-i686-1/bin/packages/subversion-client_1.4.5-1_mipsel.ipk
Rebuilding /home/user/OpenWrt-SDK-Linux-i686-1/bin/packages/subversion-server_1.4.5-1_mipsel.ipk
make[2]: Entering directory `/home/user/OpenWrt-SDK-Linux-i686-1/packages/net/subversion'
rm -f /home/user/OpenWrt-SDK-Linux-i686-1/bin/packages/subversion-libs_*
rm -f /home/user/OpenWrt-SDK-Linux-i686-1/bin/packages/subversion-client_*
rm -f /home/user/OpenWrt-SDK-Linux-i686-1/bin/packages/subversion-server_*
Rebuilding /home/user/OpenWrt-SDK-Linux-i686-1/bin/packages/subversion-libs_1.4.5-1_mipsel.ipk
Rebuilding /home/user/OpenWrt-SDK-Linux-i686-1/bin/packages/subversion-client_1.4.5-1_mipsel.ipk
Rebuilding /home/user/OpenWrt-SDK-Linux-i686-1/bin/packages/subversion-server_1.4.5-1_mipsel.ipk
make[3]: Entering directory `/home/user/OpenWrt-SDK-Linux-i686-1/packages/net/subversion'
make[3]: `clean-targets' is up to date.
make[3]: Leaving directory `/home/user/OpenWrt-SDK-Linux-i686-1/packages/net/subversion'
rm -rf
make[2]: Leaving directory `/home/user/OpenWrt-SDK-Linux-i686-1/packages/net/subversion'
make[1]: Leaving directory `/home/user/OpenWrt-SDK-Linux-i686-1/package'
make -C package subversion-compile SDK=1
make[1]: Entering directory `/home/user/OpenWrt-SDK-Linux-i686-1/package'
make -C expat compile
Rebuilding /home/user/OpenWrt-SDK-Linux-i686-1/bin/packages/libexpat_1.95.8-1_mipsel.ipk
make[2]: Entering directory `/home/user/OpenWrt-SDK-Linux-i686-1/packages/libs/expat'
mkdir: missing operand
Try `mkdir --help' for more information.
make[2]: *** [/.prepared] Error 1
make[2]: Leaving directory `/home/user/OpenWrt-SDK-Linux-i686-1/packages/libs/expat'
make[1]: *** [expat-compile] Error 2
make[1]: Leaving directory `/home/user/OpenWrt-SDK-Linux-i686-1/package'
make: *** [package/subversion-compile] Error 2
user@ubuntu710server:~/OpenWrt-SDK-Linux-i686-1$

----------



Greets from Germany

Florian

(Last edited by Blader on 6 Dec 2007, 20:28)

The discussion might have continued from here.