![](https://secure.gravatar.com/avatar/194f729f4b145e88167e476a338b9572.jpg?s=120&d=mm&r=g)
Date: Mon, 4 Feb 2013 14:12:18 +0100 From: monoped@sudrala.de To: crux@lists.crux.nu Subject: Re: subversion installed failed (404 error)
On 04.02.2013 13:59, Roelof Wobben 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 ,
... which resets the Pkgfile to the original (wrong) version. Never modify a standard port in-place! Create a private port directory instead and copy it there. Then edit the copied Pkgfile.
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.
You missed some dependencies. Use 'prt-get depinst', this will create them automatically (see 'prt-get help').
Regards, Bernd
-- Bernd Eggink http://sudrala.de _______________________________________________ CRUX mailing list CRUX@lists.crux.nu http://lists.crux.nu/mailman/listinfo/crux
Yep, prt-get depinstal did the trick.Im used that depencies are installed direct so I have to get used to use --depinst Thanks for the help. Roelof