Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Got problem when installing jdk
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Portage & Programming
View previous topic :: View next topic  
Author Message
extrapow
n00b
n00b


Joined: 25 Jan 2015
Posts: 1

PostPosted: Sun Jan 25, 2015 7:47 am    Post subject: Got problem when installing jdk Reply with quote

Hi,

I'm trying to install java jdk on my gentoo.
when I ty to install it by using this command

"emerge virtual/jdk'. I have received this error

Quote:
!!! The ebuild selected to satisfy "=dev-java/java-config-2*" has unmet requirements.
- dev-java/java-config-2.2.0::gentoo USE="" PYTHON_TARGETS="-python2_6 -python2_7 -python3_2 -python3_3"

The following REQUIRED_USE flag constraints are unsatisfied:
any-of ( python_targets_python2_6 python_targets_python2_7 python_targets_python3_2 python_targets_python3_3 )

(dependency required by "dev-java/icedtea-bin-6.1.12.7" [ebuild])
(dependency required by "virtual/jdk-1.6.0-r2" [ebuild])
(dependency required by "virtual/jdk" [argument])


Kindly please give me some guide to solve this error ??

Thanks
Back to top
View user's profile Send private message
John R. Graham
Administrator
Administrator


Joined: 08 Mar 2005
Posts: 10589
Location: Somewhere over Atlanta, Georgia

PostPosted: Sun Jan 25, 2015 9:37 am    Post subject: Reply with quote

PYTHON_TARGETS is another variable that needs to be set in /etc/portage/make.conf under certain circumstances. The error message is giving you a good hint. Include at least one Python version you've got installed. For example,
Code:
PYTHON_TARGETS="python3_2"
- John
_________________
I can confirm that I have received between 0 and 499 National Security Letters.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Portage & Programming 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