I would like to install E17, and I found this procedure : http://en.gentoo-wiki.com/wiki/E17.
Everything works fine, but during emerge -ap enlightenment, I got following lines :
Code: Select all
>>> Emerging (1 of 14) media-libs/evas-9999 from enlightenment
>>> Unpacking source...
* subversion switch start -->
* old repository: http://svn.enlightenment.org/svn/e/trunk/evas@68118
* new repository: http://svn.enlightenment.org/svn/e/trunk//evas
svn: La copie de travail '.' est verrouillée
svn : lancer 'svn cleanup' pour enlever les verrous (cf 'svn help cleanup')
* ERROR: media-libs/evas-9999 failed (unpack phase):
* subversion: can't update /usr/portage/distfiles/svn-src/enlightenment//evas from http://svn.enlightenment.org/svn/e/trunk//evas.
*
* Call stack:
* ebuild.sh, line 85: Called src_unpack
* environment, line 2922: Called enlightenment_src_unpack
* environment, line 1614: Called subversion_src_unpack
* environment, line 3208: Called subversion_fetch
* environment, line 3155: Called die
* The specific snippet of code:
* ${ESVN_SWITCH_CMD} ${options} ${repo_uri} || die "${ESVN}: can't update ${wc_path} from ${repo_uri}.";
*
* If you need support, post the output of 'emerge --info =media-libs/evas-9999',
* the complete build log and the output of 'emerge -pqv =media-libs/evas-9999'.
* This ebuild is from an overlay named 'enlightenment': '/var/lib/layman/enlightenment/'
* The complete build log is located at '/var/tmp/portage/media-libs/evas-9999/temp/build.log'.
* The ebuild environment file is located at '/var/tmp/portage/media-libs/evas-9999/temp/environment'.
* S: '/var/tmp/portage/media-libs/evas-9999/work/evas'
>>> Failed to emerge media-libs/evas-9999, Log file:
>>> '/var/tmp/portage/media-libs/evas-9999/temp/build.log'
* Messages for package media-libs/evas-9999:
* ERROR: media-libs/evas-9999 failed (unpack phase):
* subversion: can't update /usr/portage/distfiles/svn-src/enlightenment//evas from http://svn.enlightenment.org/svn/e/trunk//evas.
*
* Call stack:
* ebuild.sh, line 85: Called src_unpack
* environment, line 2922: Called enlightenment_src_unpack
* environment, line 1614: Called subversion_src_unpack
* environment, line 3208: Called subversion_fetch
* environment, line 3155: Called die
* The specific snippet of code:
* ${ESVN_SWITCH_CMD} ${options} ${repo_uri} || die "${ESVN}: can't update ${wc_path} from ${repo_uri}.";
*
* If you need support, post the output of 'emerge --info =media-libs/evas-9999',
* the complete build log and the output of 'emerge -pqv =media-libs/evas-9999'.
* This ebuild is from an overlay named 'enlightenment': '/var/lib/layman/enlightenment/'
* The complete build log is located at '/var/tmp/portage/media-libs/evas-9999/temp/build.log'.
* The ebuild environment file is located at '/var/tmp/portage/media-libs/evas-9999/temp/environment'.
* S: '/var/tmp/portage/media-libs/evas-9999/work/evas'
Google suggest me to try svn cleanup in /usr/portage/distfiles/svn-src/.
I have an error, but I don't know how to go further :
Code: Select all
localhost ~ # cd /usr/portage/distfiles/svn-src/enlightenment/evas
localhost evas # svn cleanup
svn: Dans le répertoire 'src/modules/engines/gl_common/shader'
svn: Erreur en exécutant la commande 'modify-wcprop' dans 'src/modules/engines/gl_common/shader'
svn: 'src/modules/engines/gl_common/shader/filter_blur_bgra.shd' n'est pas versionné
'src/modules/engines/gl_common/shader/filter_blur_bgra.shd', is not under version control, yes, but I don't manage this SVN...
Can someone help me with this little error ?

