From mboxrd@z Thu Jan 1 00:00:00 1970 From: erik quanstrom Date: Mon, 3 Dec 2012 21:41:17 -0500 To: 9fans@9fans.net Message-ID: <35632e84336e8eae2e5d0e306f10c3f8@brasstown.quanstro.net> In-Reply-To: <20121204015250.0FC02B827@mail.bitblocks.com> References: <8CD17BB7-A598-47EF-833B-702F0CDC5306@gmail.com> <20121204015250.0FC02B827@mail.bitblocks.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: Re: [9fans] Raspberry Pi: keyboard layout Topicbox-Message-UUID: f0533114-ead7-11e9-9d60-3106f5b1d025 > contrib/* doesn't distinguish between archs. One suggestion > is to enhance contrib/*. Probably best for the contrib author > to do this (or provide directions) but I am thinking something > along these lines: > > - when installing or pulling changes, build things locally if > $objtype specific binaries don't exist in the package. And > don't pull binaries for other archs (unless explicitly asked > for). > > - when creating or pushing changes, try to push binaries for > all the archs locallly (cross) compiled. > > - when listing don't show packages known to be broken for > $objtype arch. Probably best to add config/broken and > config/fixed. sure, that works. i'd almost rather have an install script that does the building for you. but for now i've updated all my contrib packages to include 386/amd64/arm. - erik