On Mon, Feb 4, 2013 at 7:59 PM, Roelof Wobben <rwobben@hotmail.com> wrote:
Date: Mon, 4 Feb 2013 19:48:41 +0700
Subject: Re: subversion installed failed (404 error) From: benisty.e@gmail.com To: rwobben@hotmail.com
On Mon, Feb 4, 2013 at 7:23 PM, Roelof Wobben <rwobben@hotmail.com> wrote:
Date: Mon, 4 Feb 2013 17:54:13 +0700 Subject: Re: subversion installed failed (404 error) From: benisty.e@gmail.com To: monoped@sudrala.de CC: crux@lists.crux.nu
On Mon, Feb 4, 2013 at 5:46 PM, Bernd Eggink <monoped@sudrala.de> wrote:
On 04.02.2013 09:22, Roelof Wobben wrote:
Hello,
When I want to install subversion by prt-get install subversion it's fails with this message:
Error 'Downloading http://www.apache.org/dist/subversion/subversion-1.7.7.tar.bz2 failed.
A search for "apache download" quickly reveals the correct download link:
http://mirror.derwebwolf.net/apache/subversion/subversion-1.7.8.tar.bz2
or you could chose one of the numerous gentoo mirrors [1] and add it to pkgmk.conf
[1] http://www.gentoo.org/main/en/mirrors2.xml _______________________________________________ CRUX mailing list CRUX@lists.crux.nu http://lists.crux.nu/mailman/listinfo/crux
Changin the number to 1.7.8 did the trick. But another problem did arise. When compiling I see this error message:
Checking for APR configure:error: the --with-apr parameter is incorrect. It must specify an install prefix, a build directory or an apr-config file.
So the build is still unsuccessfull.
works for me, you may want to update your ports tree and try again
I did
ports -u , after that prt-get sysup and see a message that my system is up-to-date. After that I did prt-get install subversion and see the error message again.
So it is not working for me.
it seems you did not install dependencies, use depinst instead of install. please take some time to read CRUX's handbook and manpages of your package manager, this is crucial.