Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 106794 - ACCEPT_KEYWORDS="~amd64" emerge pixie returns: "All ebuilds that could satisfy "pixie" have been masked."
Summary: ACCEPT_KEYWORDS="~amd64" emerge pixie returns: "All ebuilds that c...
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-21 07:27 UTC by Filip Ambróz
Modified: 2005-09-21 07:55 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Filip Ambróz 2005-09-21 07:27:23 UTC
I don't know if this is bug or not since it's in test branch, just wanted to let
you know. Good luck, you are doing great work.

Reproducible: Always
Steps to Reproduce:
1.
2.
3.




Portage 2.0.51.22-r2 (default-linux/amd64/2005.1, gcc-3.4.4, glibc-2.3.5-r1,
2.6.12-gentoo-r10 x86_64)
=================================================================
System uname: 2.6.12-gentoo-r10 x86_64 AMD Athlon(tm) 64 Processor 2800+
Gentoo Base System version 1.6.13
dev-lang/python:     2.3.5-r2
sys-apps/sandbox:    1.2.12
sys-devel/autoconf:  2.13, 2.59-r6
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6
sys-devel/binutils:  2.15.92.0.2-r10
sys-devel/libtool:   1.5.18-r1
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="amd64"
AUTOCLEAN="yes"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=k8 -pipe -O3"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.4/env
/usr/kde/3.4/share/config /usr/kde/3.4/shutdown /usr/kde/3/share/config
/usr/lib/X11/xkb /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-march=k8 -pipe -O3"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks sandbox sfperms strict"
GENTOO_MIRRORS="http://gentoo.ynet.sk/pub http://gentoo.inode.at/
http://gentoo.math.bme.hu http://src.gentoo.pl"
LANG="sk_SK.utf8"
LINGUAS="en sk"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
USE="amd64 X alsa arts avi berkdb bitmap-fonts cdr crypt cups curl doc dvd dvdr
eds emboss encode fam foomaticdb fortran gif gnome gpm gstreamer gtk gtk2 imlib
ipv6 jpeg kde lzw lzw-tiff mad mp3 mpeg ncurses nls nvidia opengl pam pdflib
perl png python qt quicktime readline samba sdl spell ssl tcpd tiff
truetype-fonts type1-fonts unicode usb userlocales xml2 xpm xv zlib linguas_en
linguas_sk userland_GNU kernel_linux elibc_glibc"
Unset:  ASFLAGS, CTARGET, LC_ALL, LDFLAGS, PORTDIR_OVERLAY
Comment 1 Patrick Lauer gentoo-dev 2005-09-21 07:55:47 UTC
as far as I can tell pixie can't run on 64bit:

grep KEYWORD *.ebuild
pixie-1.4.1-r1.ebuild:KEYWORDS="-amd64 ~ppc sparc x86"
pixie-1.4.5.ebuild:KEYWORDS="-amd64 ~ppc ~sparc ~x86"

as you can see it's explicitly marked "not AMD64", so emerge will not try to
install it.