Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
asterisk install on gentoo
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo
View previous topic :: View next topic  
Author Message
slashlinux
n00b
n00b


Joined: 26 Nov 2011
Posts: 62
Location: dan

PostPosted: Fri Jul 19, 2013 8:38 am    Post subject: asterisk install on gentoo Reply with quote

Hello people,

I have a problem regarding the installation of Asterisk.
I want to install asterisk and i've got the next outputP:


Code:
emerge -av net-misc/asterisk
!!! Unable to parse profile: '/etc/make.profile'
!!! ParseError: Profile contains unsupported EAPI '5': '/usr/portage/profiles/default/linux/x86/13.0/eapi'
!!! If you have just changed your profile configuration, you should revert
!!! back to the previous configuration. Due to your current profile being
!!! invalid, allowed actions are limited to --help, --info, --sync, and
!!! --version.


What is this ? How can I fix it?


Code:
uname -a
Linux backup 2.6.30-gentoo-r4 #7 SMP Mon Dec 10 00:45:00 EET 2012 i686 Intel(R) Pentium(R) 4 CPU 3.00GHz GenuineIntel GNU/Linux



Thank you in advance
Back to top
View user's profile Send private message
chithanh
Developer
Developer


Joined: 05 Aug 2006
Posts: 2158
Location: Berlin, Germany

PostPosted: Fri Jul 19, 2013 10:53 am    Post subject: Reply with quote

Your version of portage is too old. It does not support EAPI=5, and you needed to upgrade it before switching to the 13.0 profile.

For now, change your make.profile symlink manually like this:
Code:
# rm /etc/make.profile
# ln -sf ../usr/portage/profiles/default/linux/amd64/10.0/ /etc/make.profile
# ls -l /etc/make.profile
/etc/make.profile -> ../usr/portage/profiles/default/linux/amd64/10.0
Then upgrade portage and use eselect profile to switch to a 13.0 profile again.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum