HubyRod Tux's lil' helper
Joined: 24 Mar 2004 Posts: 92
|
Posted: Wed Feb 28, 2007 2:55 pm Post subject: Gentoo/Red Hat Enterprise |
|
|
Code: | $ cat /etc/redhat-release
Red Hat Enterprise Linux WS release 3 (Taroon Update 8) |
I installed the prefixed gentoo portage but now I have the following messages when I try to emerge subversion:
Code: | $ emerge subversion
Calculating dependencies /$EPREFIX/usr/lib/portage/bin/ebuild.sh: $EPREFIX/usr/portage/eclass/java-utils-2.eclass: line 2263: conditional binary operator expected
$EPREFIX/usr/lib/portage/bin/ebuild.sh: $EPREFIX/usr/portage/eclass/java-utils-2.eclass: line 2263: syntax error near `=~'
$EPREFIX/usr/lib/portage/bin/ebuild.sh: $EPREFIX/usr/portage/eclass/java-utils-2.eclass: line 2263: ` if [[ ${jar} =~ ${PV} ]]; then'
!!! ERROR: dev-util/subversion-1.4.0 failed.
Call stack:
, line : Called die
!!! died sourcing $EPREFIX/usr/portage/eclass/java-utils-2.eclass in inherit()
!!! If you need support, post the topmost build error, and the call stack if relevant.
!!! A complete build log is located at ''.
$EPREFIX/usr/lib/portage/bin/ebuild.sh: $EPREFIX/usr/portage/eclass/java-utils-2.eclass: line 2263: conditional binary operator expected
$EPREFIX/usr/lib/portage/bin/ebuild.sh: $EPREFIX/usr/portage/eclass/java-utils-2.eclass: line 2263: syntax error near `=~'
$EPREFIX/usr/lib/portage/bin/ebuild.sh: $EPREFIX/usr/portage/eclass/java-utils-2.eclass: line 2263: ` if [[ ${jar} =~ ${PV} ]]; then'
!!! ERROR: dev-util/subversion-1.3.2-r3 failed.
Call stack:
, line : Called die
!!! died sourcing $EPREFIX/usr/portage/eclass/java-utils-2.eclass in inherit()
!!! If you need support, post the topmost build error, and the call stack if relevant.
!!! A complete build log is located at ''.
$EPREFIX/usr/lib/portage/bin/ebuild.sh: $EPREFIX/usr/portage/eclass/java-utils-2.eclass: line 2263: conditional binary operator expected
$EPREFIX/usr/lib/portage/bin/ebuild.sh: $EPREFIX/usr/portage/eclass/java-utils-2.eclass: line 2263: syntax error near `=~'
$EPREFIX/usr/lib/portage/bin/ebuild.sh: $EPREFIX/usr/portage/eclass/java-utils-2.eclass: line 2263: ` if [[ ${jar} =~ ${PV} ]]; then'
!!! ERROR: dev-util/subversion-1.4.2 failed.
Call stack:
, line : Called die
!!! died sourcing $EPREFIX/usr/portage/eclass/java-utils-2.eclass in inherit()
!!! If you need support, post the topmost build error, and the call stack if relevant.
!!! A complete build log is located at ''.
-
emerge: there are no ebuilds to satisfy "<=dev-lang/swig-1.3.25".
(dependency required by "dev-util/subversion-1.2.3-r3" [ebuild]) |
I have subversion installed somewhere else:
Code: | $ svn --version
svn, version 1.3.1 (r19032) |
I tried to add subversion to $EPREFIX/etc/make.profile/package.provided
but I have the following message:
Code: | $ emerge --sync
!!! svn does not exist, so SVN support is disabled.
!!! Type "emerge dev-util/subversion" to enable SVN support. |
I am now stuck, does anyone have a clue? |
|