Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 34387 - The following packagaes build and run on amd64 and should be flagged such
Summary: The following packagaes build and run on amd64 and should be flagged such
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: AMD64 Linux
: High trivial (vote)
Assignee: AMD64 Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-11-25 21:19 UTC by David Henderson
Modified: 2003-12-13 09:52 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 David Henderson 2003-11-25 21:19:40 UTC
using "ACCEPT_KEYWORDS=~amd64" I was able to successfully build the following
packages:
gnome-base/ORBit2-2.8.2
app-text/gnome-spell-1.0.5
sys-devel/automake-1.7.8

using "ACCEPT_KEYWORDS="x86"" or (*) "ACCEPT_KEYWORDS="~x86" I was able to
successfully install the following packages:
gnome-extra/libgtkhtml-3.0.9
gnome-extra/gal-1.99.10
net-libs/libsoup-1.99.26
net-mail/evolution-1.4.5 (got the preceeding 3 from this)
(now for the trivial ones)
gnome-extra/gnome-audio-2.0.0
x11-themes/gdm-themes-1.0-r1 (*)
x11-themes/gentoo-artwork-0.3
x11-themes/gnome-themes-extras-0.4 (*)
x11-themes/ximian-artwork-0.2.29.0.6.2 (*)
x11-themes/xmms-themes-0.0.3 (*)
x11-themes/mplayer-skins-0.2-r3
x11-themes/metacity-themes-1.0 (*)
x11-themes/nautilus-themes-1.0 (*)

x11-themes/blueglass-xcursors-0.4 
Note, with the XCursors, I have an issue that the blueglass cursor is engaged
(from .XDefaults) when I log in and then reverts after gnome initialises, I
believe this is a local configuration problem, however.



Reproducible: Always
Steps to Reproduce:
1. ebuild as noted 
2.
3.

Actual Results:  
packages functioned


Note : had issue with "amd64" hardware platform not being accepted on post...

root@erwin root # emerge info
Portage 2.0.49-r15 (default-amd64-1.4, gcc-3.3.1, glibc-2.3.2-r2,
2.6.0-test10-gentoo-r1)
=================================================================
System uname: 2.6.0-test10-gentoo-r1 x86_64 4
Gentoo Base System version 1.4.3.10
ACCEPT_KEYWORDS="amd64"
AUTOCLEAN="yes"
CFLAGS="-O2 -funroll-loops -fprefetch-loop-arrays -pipe -fomit-frame-pointer"
CHOST="x86_64-pc-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /var/qmail/control /usr/kde/2/share/config
/usr/kde/3/share/config /usr/X11R6/lib/X11/xkb /usr/kde/3.1/share/config
/usr/share/config"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
CXXFLAGS="-O2 -funroll-loops -fprefetch-loop-arrays -pipe -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="sandbox ccache autoaddcvs"
GENTOO_MIRRORS="http://gentoo.oregonstate.edu
http://distro.ibiblio.org/pub/Linux/distributions/gentoo"
MAKEOPTS="-j3"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="amd64 oss 3dnow apm avi crypt -cups encode foomaticdb gif gpm -java jpeg
libg++ libwww mikmod mmx mpeg ncurses nls pdflib png -qt quicktime spell sse
truetype xml2 xmms xv zlib gdbm berkdb slang readline arts sdl tcpd pam ssl perl
python esd imlib oggvorbis qt motif opengl mozilla gphoto2 X gtk gtk2 gnome kde
mbox cdr alsa samba usb xml ldap"
Comment 1 David Henderson 2003-11-25 21:20:35 UTC
had to set hardware platform to amd64 AFTER posting... odd...
Comment 2 Brad House 2003-11-26 06:05:41 UTC
You MUST NOT set ACCEPT_KEYWORDS to x86 or ~x86 while on an
amd64 system. you can get horrible errors if you emerge an
e-build that does  `use x86` && patch yadayada

the CORRECT method is to add  ~amd64 to the flags inside the
ebuilds themselves, and make sure ~amd64 is in your ACCEPT_KEYWORDS

I will attempt to emerge these tonight.
Comment 3 David Henderson 2003-12-09 18:24:34 UTC
He is so right; seemed fine at the time but in short order all of gnome started segfaulting for no apparent reason; eventually had to rebuild from stage 1!!

from now on Im behaving; nano -w whatever.ebuild and add ~amd64!!
Comment 4 Brad House 2003-12-13 09:52:46 UTC
done
please don't report blocks like this
I tend to not get around to it b/c to close the bug, I have to
commit all the changes (as well as test them all).
It's ok to submit a block of things like this if they are 
deps of one another, but most here were not .

Anyhow, I finally got around to it, and I'm marking this
fixed.