From mint-bounce@lists.fishpool.fi Mon Jan 11 07:39:11 2010 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=y9dG/MfXChhhB4gL/neQroYcDW8CQ/eIkBsFx/rftjY=; b=n0VjbcqsFH5/jpdsd1d2A1RQDqI64tC8FSKbrQq/Xq6Nme5o7rYXO1yhTgUmR5bBBq PkbTlara9o3p+wxcCRFWDIwwDsYAfwTWcIgZARIKychFYjMKxyZ4XPCu30oHEd5SU5PV +Y6JCnc0pkeHWxn5fArY1U+etsqn7IEEHM3Mw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=kCpEJK8VVyZwu49DLIhWOze2wTfyS1KHg3FxnkOCwdX2SYgrFRAgQg0mylmpkWYHhp 4FUpKVzMNcBElLH7Nvpvjb1dP0h3KJeMX4L2wdOH6o+N7R6yQbW5KWUtJKlIYSjV93p/ SoxAkrDwjXd/GMPSzR8EpYwKnVim0BoQrVKog= MIME-Version: 1.0 In-Reply-To: <4B4B1A05.5080203@atari-source.org> References: <4B496B3F.2090306@atari-source.org> <4B4A2184.5050601@freesbee.fr> <4B4A870B.6080006@atari-source.org> <4B4AEF60.9090504@freesbee.fr> <4B4B1A05.5080203@atari-source.org> Date: Mon, 11 Jan 2010 06:37:00 -0600 Message-ID: <11a6f2b11001110437h4a36d398ob56055c2e4f60fd9@mail.gmail.com> Subject: Re: [MiNT] Sparemint Rebuild Progress From: Paul Wratt To: mint Content-Type: text/plain; charset=ISO-8859-2 X-ecartis-version: Ecartis v1.0.0 Sender: mint-bounce@lists.fishpool.fi Errors-to: mint-bounce@lists.fishpool.fi X-original-sender: paul.wratt@gmail.com Precedence: bulk List-help: List-unsubscribe: List-Id: X-List-ID: List-subscribe: List-owner: List-post: Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by mail.sparemint.org id o0BCdAub032436 On Mon, Jan 11, 2010 at 6:31 AM, Mark Duckworth wrote: > On 1/11/10 4:29 AM, Vincent Rivière wrote: >> >> Mark Duckworth wrote: >>>> >>>> Mark, can you currently rebuild everything (the working packages) >>>> without human assistance ? >>>> >>> I have no mechanism in place, but I plan to create a simple c++ program >>> that will autobuild all of sparemint. >> >> That kind of programs are usually shell scripts or Makefiles. >> It doesn't matter of you use another language, provided it remains simple >> and easily modifiable. >> >> Since every source RPM can declare its build dependencies, I would be >> surprised if such a global build tool does not already exist... >> There are many, but I think the current problem is availaiblity of MiNT specific patches, an the current mint specific build process (and hence a lack of anyone to supply a varient or compatibility of said tool) > I looked around.  I'm surprised but it really doesn't.  There's a script for > fedora but it's rather specific.  I don't think it will be a hard nut to > crack and I figured out how to get the packaged to show dependencies last > night so I know this will all work. > > Thanks, > Mark > well that should bring you up to about 65%-70% at least, right :) Paul