Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Architectures & Platforms Gentoo on AMD64
  • Search

Is there a way around this???

Have an x86-64 problem? Post here.
Locked
Advanced search
11 posts • Page 1 of 1
Author
Message
krobar
n00b
n00b
Posts: 63
Joined: Thu Feb 05, 2004 11:34 pm
Location: illinois

Is there a way around this???

  • Quote

Post by krobar » Sat Jul 10, 2004 5:34 pm

These are the packages that I would merge, in order:

Calculating dependencies
!!! all ebuilds that could satisfy "openoffice" have been masked.
!!! possible candidates are:

- app-office/openoffice-1.1.0-r5 (masked by: missing keyword)
- app-office/openoffice-1.0.3-r2 (masked by: missing keyword)
- app-office/openoffice-1.1.1-r1 (masked by: missing keyword)
- app-office/openoffice-1.1.0-r4 (masked by: missing keyword)
- app-office/openoffice-1.1.2 (masked by: missing keyword)

!!! Error calculating dependencies. Please correct.

These are the packages that I would merge, in order:

Calculating dependencies
!!! all ebuilds that could satisfy "nget" have been masked.
!!! possible candidates are:
- net-news/nget-0.26 (masked by: missing keyword)
- net-news/nget-0.25 (masked by: missing keyword)
- net-news/nget-0.22.1 (masked by: missing keyword)
- net-news/nget-0.24.2 (masked by: missing keyword)

!!! Error calculating dependencies. Please correct.

These are the packages that I would merge, in order:

Calculating dependencies
!!! all ebuilds that could satisfy "xfce" have been masked.
!!! possible candidates are:
- x11-wm/xfce-3.8.16 (masked by: missing keyword)
- x11-wm/xfce-3.8.18-r2 (masked by: missing keyword)
- x11-wm/xfce-3.8.18-r1 (masked by: missing keyword)

!!! Error calculating dependencies. Please correct.

I'm assuming some sort of emulation is required i've seen stuff about it in other posts, is there a howto or tutorial available on it?
Top
boglin
n00b
n00b
User avatar
Posts: 67
Joined: Fri Jun 07, 2002 1:57 am
Location: Kingston, ON

  • Quote

Post by boglin » Sat Jul 10, 2004 8:00 pm

add

Code: Select all

 env ACCEPT_KEYWORDS="~x86" 
before the emerge command that produced the output you posted. Assuming you are on an x86 machine, of course. Don't use that too much if you want a stable system :)
Top
krobar
n00b
n00b
Posts: 63
Joined: Thu Feb 05, 2004 11:34 pm
Location: illinois

  • Quote

Post by krobar » Sat Jul 10, 2004 8:22 pm

* GNU info directory index is up-to-date.

Calculating dependencies
!!! all ebuilds that could satisfy "app-emulation/emul-linux-x86-qtlibs" have been masked.
!!! possible candidates are:
- app-emulation/emul-linux-x86-qtlibs-1.0 (masked by: ~keyword)
- app-emulation/emul-linux-x86-qtlibs-1.1 (masked by: ~keyword)

!!! Error calculating dependencies. Please correct.

even the emulation libs are masked what is up with this
Top
cryos
Retired Dev
Retired Dev
User avatar
Posts: 242
Joined: Sat Mar 08, 2003 10:59 am
Location: US
Contact:
Contact cryos
Website

Re: Is there a way around this???

  • Quote

Post by cryos » Sat Jul 10, 2004 10:21 pm

krobar wrote:These are the packages that I would merge, in order:

Calculating dependencies
!!! all ebuilds that could satisfy "openoffice" have been masked.
!!! possible candidates are:

- app-office/openoffice-1.1.0-r5 (masked by: missing keyword)
- app-office/openoffice-1.0.3-r2 (masked by: missing keyword)
- app-office/openoffice-1.1.1-r1 (masked by: missing keyword)
- app-office/openoffice-1.1.0-r4 (masked by: missing keyword)
- app-office/openoffice-1.1.2 (masked by: missing keyword)

!!! Error calculating dependencies. Please correct.
You need to emerge openoffice-bin, as openoffice will not compile for the AMD64 platform. If you emerge openoffice-bin then you can use the 32 emulation libraries.

Code: Select all

emerge -v openoffice-bin
krobar wrote:These are the packages that I would merge, in order:

Calculating dependencies
!!! all ebuilds that could satisfy "nget" have been masked.
!!! possible candidates are:
- net-news/nget-0.26 (masked by: missing keyword)
- net-news/nget-0.25 (masked by: missing keyword)
- net-news/nget-0.22.1 (masked by: missing keyword)
- net-news/nget-0.24.2 (masked by: missing keyword)

!!! Error calculating dependencies. Please correct.
I don't have a clue about this particular package as I don't use it. Try adding ~amd64 to the keywords of the ebuild and emerging it. If it works open a bug to report that it works and it will be marked ~amd64.
krobar wrote:These are the packages that I would merge, in order:

Calculating dependencies
!!! all ebuilds that could satisfy "xfce" have been masked.
!!! possible candidates are:
- x11-wm/xfce-3.8.16 (masked by: missing keyword)
- x11-wm/xfce-3.8.18-r2 (masked by: missing keyword)
- x11-wm/xfce-3.8.18-r1 (masked by: missing keyword)

!!! Error calculating dependencies. Please correct.

I'm assuming some sort of emulation is required i've seen stuff about it in other posts, is there a howto or tutorial available on it?
I seem to remember there is some kind of problem with xfce, but I can't remember what. Again try keywording it yourself, emerge it and see if it works.

You must have compiled 32 emulation support into the kernel, and make sure you have emerged the necessary 32 emulation libraries. See the sticky tech notes post at the top of this forum - it has a section on 32 bit emulation in there.

Code: Select all

emerge -v emul-linux-x86-baselibs emul-linux-x86-gtklibs emul-linux-x86-xlibs
I have personally added all the emulation libraries to ~amd64 in package.keywords, and have emerged the following,

Code: Select all

emerge -v emul-linux-x86-baselibs emul-linux-x86-gtklibs emul-linux-x86-xlibs emul-linux-x86-nvidia emul-linux-x86-qtlibs
It is all running pretty well for me, with all emul libs at version 1.1. Hope this makes it a little clearer to you. Don't ever use ~x86 in an AMD64 64 bit compiled version of Gentoo!
Top
krobar
n00b
n00b
Posts: 63
Joined: Thu Feb 05, 2004 11:34 pm
Location: illinois

  • Quote

Post by krobar » Sun Jul 11, 2004 12:32 am

openoffice-bin still won't install still saying it's masked

i installed all the emul libs and i'm working on the 32bit chroot now maybe that can help
Top
krobar
n00b
n00b
Posts: 63
Joined: Thu Feb 05, 2004 11:34 pm
Location: illinois

  • Quote

Post by krobar » Sun Jul 11, 2004 12:35 am

openoffice-bin still won't install still saying it's masked

i installed all the emul libs and i'm working on the 32bit chroot now maybe that can help
although i don't know how to add ~amd64 in package keywords
Top
thumper
Guru
Guru
User avatar
Posts: 555
Joined: Fri Dec 06, 2002 2:58 am
Location: Venice FL

  • Quote

Post by thumper » Sun Jul 11, 2004 1:54 am

in /etc/portage make a file called package.keywords

in that file add:

Code: Select all

app-office/openoffice-bin ~amd64
save the file and try your emerge.

George
Top
krobar
n00b
n00b
Posts: 63
Joined: Thu Feb 05, 2004 11:34 pm
Location: illinois

  • Quote

Post by krobar » Sun Jul 11, 2004 11:33 pm

boglin wrote:add

Code: Select all

 env ACCEPT_KEYWORDS="~x86" 
before the emerge command that produced the output you posted. Assuming you are on an x86 machine, of course. Don't use that too much if you want a stable system :)
would

Code: Select all

 env ACCEPT_KEYWORDS="~amd64"
work fine or would that cause problems? or if it would work is there a way to make it permanent

Code: Select all

 ACCEPT_KEYWORDS="~amd64" emerge openoffice-bin
i did that and it worked perfect so that my thinking at least

and does anyone know how to make vmware workstation work?

the ebuild app-emulation/emul-linux-x86-qtlibs won't emerge it's reporting that it's being masked also.
Calculating dependencies
!!! all ebuilds that could satisfy "app-emulation/emul-linux-x86-qtlibs" have been masked.
!!! possible candidates are:
- app-emulation/emul-linux-x86-qtlibs-1.0 (masked by: ~keyword)
- app-emulation/emul-linux-x86-qtlibs-1.1 (masked by: ~keyword)

!!! Error calculating dependencies. Please correct.
Top
slackerman
n00b
n00b
User avatar
Posts: 72
Joined: Sun Feb 22, 2004 12:32 am
Location: Palo Alto, CA

Set ACCEPT_KEYWORDS in make.conf

  • Quote

Post by slackerman » Mon Jul 12, 2004 5:02 am

I think this is all you have to do:

Code: Select all

ACCEPT_KEYWORDS="~amd64 amd64"
Add that line to your /etc/make.conf.

Cheers,

- slackerman
Top
krobar
n00b
n00b
Posts: 63
Joined: Thu Feb 05, 2004 11:34 pm
Location: illinois

  • Quote

Post by krobar » Mon Jul 12, 2004 5:07 am

cool thanks i will see if that works tomorrow
Top
Maedhros
Bodhisattva
Bodhisattva
User avatar
Posts: 5511
Joined: Wed Apr 14, 2004 8:10 pm
Location: Durham, UK

Re: Set ACCEPT_KEYWORDS in make.conf

  • Quote

Post by Maedhros » Mon Jul 12, 2004 7:43 am

slackerman wrote:I think this is all you have to do:

Code: Select all

ACCEPT_KEYWORDS="~amd64 amd64"
Add that line to your /etc/make.conf.
This will make your entire system use unstable packages. Make sure that's what you want before you do it. (It works fine for me though. :D )
No-one's more important than the earthworm.
Top
Locked

11 posts • Page 1 of 1

Return to “Gentoo on AMD64”

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy

 

 

magic