Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 38080 - KEYWORD curiosity in fluxbox' ebuilds
Summary: KEYWORD curiosity in fluxbox' ebuilds
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High minor (vote)
Assignee: Commonbox Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-01-13 07:10 UTC by Carsten Otto
Modified: 2004-01-13 11:33 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 Carsten Otto 2004-01-13 07:10:32 UTC
Hello!
I have following KEYWORDs in my fluxbox-ebuilds:

fluxbox-0.1.14-r2.ebuild:KEYWORDS="x86 ppc sparc hppa mips amd64 alpha"
fluxbox-0.9.6.ebuild:KEYWORDS="~x86 ppc ~mips ~sparc ~alpha ~amd64"
fluxbox-0.9.7.ebuild:KEYWORDS="x86 sparc hppa"
fluxbox-0.9.7-r1.ebuild:KEYWORDS="x86 sparc hppa"

Since I am running stable x86 it is very difficult to understand, how emerge -something fluxbox/world works now:

emerge -vp fluxbox shows:
[ebuild     U ] x11-wm/fluxbox-0.9.7-r1 [0.9.6] +nls -xinerama +truetype -kde +gnome

emerge -vpu world shows no fluxbox (running 0.9.6 atm)

emerge -vpu world (with ~x86 set) shows a whole lot, but no fluxbox

emerge -vp fluxbox (with ~x86 set) shows (the same as without ~x86)
[ebuild     U ] x11-wm/fluxbox-0.9.7-r1 [0.9.6] +nls -xinerama +truetype -kde +gnome

I must admit I don't really get how to use -u, -U, ... to have an up to date (stable) system, but something is wrong here.

I know that this is no serious bug, but letting you know can't be wrong.

Reproducible: Always
Steps to Reproduce:




Portage 2.0.49-r20 (default-x86-1.4, gcc-3.2.3, glibc-2.3.2-r3, 2.4.22)
=================================================================
System uname: 2.4.22 i686 AMD Duron(tm) Processor
Gentoo Base System version 1.4.3.10
ccache version 2.3 [enabled]
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-O2 -march=athlon-xp -pipe"
CHOST="i686-pc-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config
/usr/kde/3.1/share/config /usr/kde/3/share/config /usr/share/config
/usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/
/var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
CXXFLAGS="-O2 -march=athlon-xp -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs ccache sandbox"
GENTOO_MIRRORS="ftp://ftp.informatik.rwth-aachen.de/pub/Linux/gentoo/
ftp://sunsite.informatik.rwth-aachen.de/pub/Linux/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://rsync.Informatik.rwth-aachen.de/gentoo-portage"
USE="3dnow X aalib acpi acpi4linux apache1 avi berkdb bonobo cdr crypt cups dga
dvd encode esd ethereal faad ffmpeg foomaticdb gd gdbm gif gnome gtk gtk2
hostap-noplx imagemagick imlib imlib2 java jpeg libg++ libwww mad maildir mmx
motif mozilla moznocompose moznoirc moznomail mpeg mysql ncurses nls oggvorbis
opengl openssh oss pam pdflib perl php plotutils png python qt quicktime
readline samba sdl slang spell sse ssl svga tcltk tcpd tetex tiff truetype
vim-with-x x86 xml2 xmms xv zlib"
Comment 1 Ciaran McCreesh 2004-01-13 11:15:56 UTC
Is fluxbox in your world file? The KEYWORDS are sensible... Please post the
output of 'grep fluxbox /var/cache/edb/world'.
Comment 2 Carsten Otto 2004-01-13 11:22:31 UTC
Empty, so no fluxbox inside.
Comment 3 Ciaran McCreesh 2004-01-13 11:33:42 UTC
There we go then, that explains your results :) Did you do an emerge /path/to/ebuild at some point possibly? To fix things, add in x11-wm/fluxbox to that file...