View previous topic :: View next topic |
Author |
Message |
tessmonsta Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
![](images/avatars/1280932712449bf11961651.jpg)
Joined: 28 Jul 2005 Posts: 114
|
Posted: Sat Aug 13, 2005 1:05 pm Post subject: Subversion install Blocked!? |
|
|
Me again,
After a few net searches, I've decided to install Subversion to manage my website files. I found this tutorial (http://gentoo-wiki.com/HOWTO_Subversion) on the Gentoo Wiki, but as soon as I get to emerge -av subversion...
Code: |
These are the packages that I would merge, in order:
Calculating dependencies ...done!
[blocks B ] dev-libs/apr (is blocking dev-util/subversion-1.1.3)
[blocks B ] >=net-www/apache-2.0.54-r10 (is blocking dev-util/subversion-1.1.3)
[ebuild N ] dev-lang/swig-1.3.21 +X -guile -java +perl -php +python -ruby -tcltk 1,975 kB
[ebuild N ] net-misc/neon-0.24.7 -expat +ssl +zlib 589 kB
[ebuild N ] dev-util/subversion-1.1.3 +apache2 -bash-completion +berkdb -emacs -java +nls +perl +python +ssl 6,634 kB
Total size of downloads: 9,199 kB
!!! Error: The above package list contains packages which cannot be installed
!!! on the same system.
|
Apache2 and SSH are already installed. I'm still new to gentoo aswell, so forgive me if this is trivial...
Thanks in advance,
-Tess |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
ArsDangor Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
![](images/avatars/gallery/Star Wars/movie_star_wars_emperors_guard.gif)
Joined: 20 May 2003 Posts: 477
|
Posted: Sat Aug 13, 2005 3:45 pm Post subject: |
|
|
It seems you're using a ~x86 version of Apache, and are trying to install an x86 version of subversion. Try the following:
Code: | $ echo ~dev-util/subversion-1.2.1 >> /etc/portage/package.keywords # Create directory /etc/portage if it does'nt exist
$ emerge -uDN world
$ emerge subversion | Also, when you update your system, are you using the -U flag? You should not use it. Ever. Read the portage handbook to understand better why. _________________ Cómo usar Portage correctamente |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
neonknight Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
![](images/avatars/2995376163f9d8ef1db449.gif)
Joined: 19 Jul 2003 Posts: 357 Location: Zurich, Switzerland
|
Posted: Sat Aug 13, 2005 4:40 pm Post subject: |
|
|
you will need either an older release of apache (r8 should work as well) or install also an ~x86-release of subversion. I have
net-www/apache-2.0.54-r8
dev-util/subversion-1.1.3
(this is both x86) |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
SinoTech Advocate
![Advocate Advocate](/images/ranks/rank-G-1-advocate.gif)
Joined: 20 Mar 2004 Posts: 2579 Location: Neunkirchen / Saarland / Germany
|
Posted: Sun Sep 11, 2005 11:06 am Post subject: |
|
|
subersion-1.2.3-r1 works well with >=apache-2.0.54-r10
Mfg
Sino |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|