Code: Select all
env ACCEPT_KEYWORDS="~x86" 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.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.
Code: Select all
emerge -v openoffice-binI 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 "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 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.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?
Code: Select all
emerge -v emul-linux-x86-baselibs emul-linux-x86-gtklibs emul-linux-x86-xlibsCode: Select all
emerge -v emul-linux-x86-baselibs emul-linux-x86-gtklibs emul-linux-x86-xlibs emul-linux-x86-nvidia emul-linux-x86-qtlibsCode: Select all
app-office/openoffice-bin ~amd64wouldboglin wrote:addbefore 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 systemCode: Select all
env ACCEPT_KEYWORDS="~x86"
Code: Select all
env ACCEPT_KEYWORDS="~amd64"Code: Select all
ACCEPT_KEYWORDS="~amd64" emerge openoffice-bin
Code: Select all
ACCEPT_KEYWORDS="~amd64 amd64"
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.slackerman wrote:I think this is all you have to do:
Add that line to your /etc/make.conf.Code: Select all
ACCEPT_KEYWORDS="~amd64 amd64"