Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
The eclipse packages - masked
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Unsupported Software
View previous topic :: View next topic  
Author Message
MyDebian
Tux's lil' helper
Tux's lil' helper


Joined: 16 Mar 2006
Posts: 133

PostPosted: Tue Jul 11, 2006 10:57 am    Post subject: The eclipse packages - masked Reply with quote

Hello. I have a problem with the eclipse packages.
Code:

*  dev-java/eclipse-core [ Masked ]
      Latest version available: 3.2_pre2
      Latest version installed: [ Not Installed ]
      Size of downloaded files: 21,691 kB
      Homepage:    http://www.eclipse.org/
      Description: Core Runtime Utilities for Eclipse
      License:     CPL-1.0 LGPL-2.1 MPL-1.1

*  dev-java/eclipse-ecj [ Masked ]
      Latest version available: 3.1-r13
      Latest version installed: [ Not Installed ]
      Size of downloaded files: 1,591 kB
      Homepage:    http://www.eclipse.org/
      Description: Eclipse Compiler for Java
      License:     EPL-1.0

*  dev-java/eclipse-jface [ Masked ]
      Latest version available: 3.2_pre2
      Latest version installed: [ Not Installed ]
      Size of downloaded files: 21,691 kB
      Homepage:    http://www.eclipse.org/
      Description: Core Runtime Utilities for Eclipse
      License:     CPL-1.0 LGPL-2.1 MPL-1.1

*  dev-java/eclipse-osgi [ Masked ]
      Latest version available: 3.2_pre2
      Latest version installed: [ Not Installed ]
      Size of downloaded files: 65,074 kB
      Homepage:    http://www.eclipse.org/
      Description: Core Runtime Utilities for Eclipse
      License:     CPL-1.0 LGPL-2.1 MPL-1.1

*  dev-util/eclipse-cbg-editor [ Masked ]
      Latest version available: 0.3.7
      Latest version installed: [ Not Installed ]
      Size of downloaded files: 239 kB
      Homepage:    http://gstaff.org/colorEditor/
      Description: Syntax color highlighting editor for Eclipse, using jEdit syntax files
      License:     grindstaff

*  dev-util/eclipse-cdt [ Masked ]
      Latest version available: 2.0-r2
      Latest version installed: [ Not Installed ]
      Size of downloaded files: 6,608 kB
      Homepage:    http://www.eclipse.org/cdt
      Description: Eclipse C/C++ Development Tools
      License:     CPL-1.0

*  dev-util/eclipse-cdt-bin [ Masked ]
      Latest version available: 3.0.2
      Latest version installed: [ Not Installed ]
      Size of downloaded files: 70,309 kB
      Homepage:    http://www.eclipse.org/cdt
      Description: C/C++ Development Tools for Eclipse
      License:     CPL-1.0

*  dev-util/eclipse-emf-bin [ Masked ]
      Latest version available: 2.0.2
      Latest version installed: [ Not Installed ]
      Size of downloaded files: 2,794 kB
      Homepage:    http://www.eclipse.org/emf/
      Description: EMF is a modeling framework and code generation facility for building tools and other applications based
on a structured data model.
      License:     CPL-1.0

*  dev-util/eclipse-gef-bin [ Masked ]
      Latest version available: 3.0.1
      Latest version installed: [ Not Installed ]
      Size of downloaded files: 1,194 kB
      Homepage:    http://www.eclipse.org/gef/
      Description: The Graphical Editing Framework (GEF) allows developers to take an existing application model and easily
create a rich graphical editor.
      License:     CPL-1.0

*  dev-util/eclipse-pydev-bin [ Masked ]
      Latest version available: 0.8.0
      Latest version installed: [ Not Installed ]
      Size of downloaded files: 1,386 kB
      Homepage:    http://pydev.sourceforge.net
      Description: Python Development Tools for Eclipse
      License:     CPL-1.0

*  dev-util/eclipse-sdk
      Latest version available: 3.0.1-r3
      Latest version installed: [ Not Installed ]
      Size of downloaded files: 162,944 kB
      Homepage:    http://www.eclipse.org/
      Description: Eclipse Tools Platform
      License:     CPL-1.0

*  dev-util/eclipse-subclipse-bin [ Masked ]
      Latest version available: 0.9.31
      Latest version installed: [ Not Installed ]
      Size of downloaded files: 1,842 kB
      Homepage:    http://subclipse.tigris.org/
      Description: Subversion Integration for Eclipse
      License:     CPL-1.0

*  dev-util/eclipse-ve-bin [ Masked ]
      Latest version available: 1.0.2
      Latest version installed: [ Not Installed ]
      Size of downloaded files: 6,120 kB
      Homepage:    http://www.eclipse.org/vep/
      Description: The Eclipse Visual Editor provides GUI builders for Eclipse.
      License:     CPL-1.0


There are all masked. And I can't unmask them !
These lines are from my /usr/portage/profiles/package.mask file :
Code:

# Adding partial eclipse builds for jface
dev-java/eclipse-osgi
dev-java/eclipse-core
dev-java/eclipse-jface

And this is my /etc/portage/package-unmask file :
Code:

dev-java/eclipse-osgi
dev-java/eclipse-core
dev-java/eclipse-jface

But when I try to emerge it... "emerge eclipse-core"
There is the same error message :
Code:
 
Calculating dependencies
!!! All ebuilds that could satisfy "eclipse-core" have been masked.
!!! One of the following masked packages is required to complete your request:
- dev-java/eclipse-core-3.2_pre2 (masked by: ~x86 keyword)
# Saleem Abdulrasool <compnerd@gentoo.org> (01 Oct 2005)
# Adding partial eclipse builds for jface

Why ?!? How can I install it ?
Back to top
View user's profile Send private message
bladus
Apprentice
Apprentice


Joined: 27 Jul 2005
Posts: 233

PostPosted: Tue Jul 11, 2006 11:07 am    Post subject: Reply with quote

you should delete all the content from the .mask file, then rename the unmask file from 'package-unmask' to 'package.unmask' (if it's not a typo) and finally add the package to the .mask AND the .keywords file.

i.E if you want to install dev-java/eclipse-osgi you should do:

echo "dev-java/eclipse-osgi" >> /etc/portage/package.keywords
echo "dev-java/eclipse-osgi" >> /etc/portage/package.unmask
Back to top
View user's profile Send private message
gami
Apprentice
Apprentice


Joined: 02 Jun 2006
Posts: 297

PostPosted: Tue Jul 11, 2006 11:11 am    Post subject: Reply with quote

@MyDebian: As you may have noticed there are two ways to mask a package on Gentoo: hard masked (package.unmask) and unstable (package.keywords).

At the moment a lot of java related packages are in an unstable state. Java handling is about to change in Gentoo, and those packages are currently being tested. See the 2006-06-26 Newsletter for an announcement.

If you want to use the new packages now please follow the Gentoo Java Upgrade Guide.

Edit: package.mask -> package.unmask


Last edited by gami on Tue Jul 11, 2006 12:24 pm; edited 1 time in total
Back to top
View user's profile Send private message
MyDebian
Tux's lil' helper
Tux's lil' helper


Joined: 16 Mar 2006
Posts: 133

PostPosted: Tue Jul 11, 2006 11:17 am    Post subject: Reply with quote

Thank you, I will.
Back to top
View user's profile Send private message
nichoj
Retired Dev
Retired Dev


Joined: 15 Aug 2005
Posts: 66

PostPosted: Tue Jul 11, 2006 9:52 pm    Post subject: Re: The eclipse packages - masked Reply with quote

MyDebian wrote:
Hello. I have a problem with the eclipse packages.
But when I try to emerge it... "emerge eclipse-core"
There is the same error message :
Code:
 
Calculating dependencies
!!! All ebuilds that could satisfy "eclipse-core" have been masked.
!!! One of the following masked packages is required to complete your request:
- dev-java/eclipse-core-3.2_pre2 (masked by: ~x86 keyword)
# Saleem Abdulrasool <compnerd@gentoo.org> (01 Oct 2005)
# Adding partial eclipse builds for jface

Why ?!? How can I install it ?


Take a close look at the message: masked by: ~x86 keyword. You must be using ACCEPT_KEYWORDS=x86, and these packages are marked ~x86.

This means you also have to add the entries those entries you added to /etc/portage/package.unmask to /etc/portage/package.keywords.

Hope that helps.
_________________
Joshua Nichols
Gentoo/Ruby Developer
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Unsupported Software 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