Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 620456 - app-portage/tatt-0.4 add arm64 keyword
Summary: app-portage/tatt-0.4 add arm64 keyword
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Keywording (show other bugs)
Hardware: ARM64 Linux
: Normal enhancement (vote)
Assignee: Michael Palimaka (kensington)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-06-02 19:34 UTC by Michael Lawrence
Modified: 2017-12-25 11:42 UTC (History)
1 user (show)

See Also:
Package list:
app-portage/tatt-0.4
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Lawrence 2017-06-02 19:34:38 UTC
dev-python/configobj hack ~arm64

www-client/pybugz likewise.. 

got it running on RPI3 https://github.com/sakaki-/gentoo-on-rpi3-64bit image. 

anyhow I can add the binpkgs that I have , along with logs etc. once I get home. 

not tht useful for users , but most the time my pi3 sits idle, 
--volunteer mode perhaps... chew on bugs.. send feedback to devs.. add packages that q/a .. 

only gripe tatt has at moment is syntax typo on removing x86 from config to ~arm64 (WINSCP) and being a tad lazy..  however before editing got it ruining for the most part. 

might be useful in cloud arm64 building and auto testing.. rpi3 not quite as powerful as one would like... but for now a cheep means of testing....
Comment 1 Michael Lawrence 2017-06-02 19:41:37 UTC
https://www.dropbox.com/sh/4u9gbhps0ek402e/AAC5VLBE32cwH2gGjkj0Yz9sa?dl=0

number of other bins hear by repoman and keyword hackage.. 

I'll have to fix syntax line errors , however could be a boon to arm64 testing
etc..  and YES , I have jenkins-bin also packaged...  lua and other things by "twisting" /usr/portage from time to time.... 

catalyst etc... 
anyhow I'll need to dump fs-image for docker... so all the logs and all can be pushed..
Comment 2 Jonas Stein gentoo-dev 2017-06-02 19:56:18 UTC
Michael, could you elaborate the subject line, and the body text, please?
I hardly understand what this bug report is about.
Please write clear and complete sentences. 

You can find more information here: 
https://wiki.gentoo.org/wiki/Bugzilla/Bug_report_guide

But perhaps you have the best result in a forum, or on IRC.
Comment 3 Michael Lawrence 2017-09-26 23:40:34 UTC
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=6

PYTHON_COMPAT=( python2_7 python3_{4,5,6} )

inherit distutils-r1

DESCRIPTION="arch testing tool"
HOMEPAGE="https://github.com/kensington/tatt"
SRC_URI="https://github.com/kensington/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc64 ~x86 ~amd64-linux ~x86-linux"   <~arm64 
IUSE="+templates"

RDEPEND="
	app-portage/eix
	app-portage/gentoolkit
	dev-python/configobj[${PYTHON_USEDEP}]
	dev-python/requests[${PYTHON_USEDEP}]
	www-client/pybugz
"
DEPEND="${RDEPEND}
	dev-python/setuptools[${PYTHON_USEDEP}]
"

python_install_all() {
	distutils-r1_python_install_all
	if use templates; then
		insinto "/usr/share/${PN}"
		doins -r templates
	fi
	doman tatt.1
	doman tatt.5
}
Comment 4 Michael Lawrence 2017-09-26 23:46:29 UTC
KEYWORDS="~amd64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~arm64"

add arm64 wala.. builds ... 


item builds 

at the time was pushing what can be built . on 

https://github.com/sakaki-/gentoo-on-rpi3-64bit

a number of Keyword ebuilds hack add arm64 or force by path to emerge. 


my point was pointing out +++KEYWORDS=~arm64 and packages reported will build.
Comment 5 Markus Meier gentoo-dev 2017-12-25 11:42:46 UTC
~arm64 added, closing.