Re: [Pkg-haskell-maintainers] libffi changes - help needed

2012-03-30 Thread Joey Hess
Steve McIntyre wrote: > Exactly, that's the bit I'm unclear about. Does Haskell even have the > concept of variadic function calls? (I honestly don't know!) It's nonstandard, but seems it can be done: http://stackoverflow.com/questions/5989457/haskell-ffi-support-for-functions-with-variadic-argum

Re: ARM kernel cross compilation issues for iMX53

2012-03-30 Thread Rtp
lsore...@csclub.uwaterloo.ca (Lennart Sorensen) writes: > On Fri, Mar 30, 2012 at 10:07:25AM -0500, Robert Nelson wrote: >> Do you by chance know where the mailing-list/git tree that has that ^^ >> on going development for the mx53 ? > > Well here is the website for it: > > http://limadriver.org/

Re: ARM kernel cross compilation issues for iMX53

2012-03-30 Thread Lennart Sorensen
On Fri, Mar 30, 2012 at 05:27:25PM +0200, Arnaud Patard wrote: > lima is for mali 400 but imx51 and imx53 have a amd z430 Apparently. I have got that wrong quite a while ago it seems. -- Len Sorensen -- To UNSUBSCRIBE, email to debian-arm-requ...@lists.debian.org with a subject of "unsubscr

Re: ARM kernel cross compilation issues for iMX53

2012-03-30 Thread Lennart Sorensen
On Fri, Mar 30, 2012 at 10:24:09AM -0500, Robert Nelson wrote: > Ah, yeah that's for mali.. ;) The mx51/53 use an ATI/AMD (Z430) based > graphics core... Hmm, I wonder where I got the idea the i.MX53 has a mali-400 core. I must have misunderstood something at some point. Oh well, that's too bad.

Re: ARM kernel cross compilation issues for iMX53

2012-03-30 Thread Robert Nelson
On Fri, Mar 30, 2012 at 10:18 AM, Lennart Sorensen wrote: > On Fri, Mar 30, 2012 at 10:07:25AM -0500, Robert Nelson wrote: >> Do you by chance know where the mailing-list/git tree that has that ^^ >> on going development for the mx53 ? > > Well here is the website for it: > > http://limadriver.org

Re: Initscripts concurrency clarification req.

2012-03-30 Thread Lennart Sorensen
On Fri, Mar 30, 2012 at 01:02:32PM +0530, Prasant J wrote: > I have written my custom scripts and also set the proper dependencies. > > What I want to achieve is that ScriptB should be executed only after > ScriptA completes. In ScriptB I have specified ScriptA in the > Required-Start section of s

Re: ARM kernel cross compilation issues for iMX53

2012-03-30 Thread Lennart Sorensen
On Fri, Mar 30, 2012 at 10:07:25AM -0500, Robert Nelson wrote: > Do you by chance know where the mailing-list/git tree that has that ^^ > on going development for the mx53 ? Well here is the website for it: http://limadriver.org/ They have a link to a git tree there. -- Len Sorensen -- To U

Re: ARM kernel cross compilation issues for iMX53

2012-03-30 Thread Robert Nelson
Hi Len, > The GPU on the i.MX53 is fairly capable, but maybe not as capable. > Still the GPU on the i.MX53 is getting close to having open source > drivers it seems, which is a nice bonus. Do you by chance know where the mailing-list/git tree that has that ^^ on going development for the mx53 ?

Re: ARM kernel cross compilation issues for iMX53

2012-03-30 Thread Lennart Sorensen
On Fri, Mar 30, 2012 at 08:41:25AM +1030, Paul Shirren wrote: > The Atom netbook next to me is limited to 2G ram. That was the cool > thing to have before iPads (per generation 256M, 512M, 1G ram). I am > writing this on a Core Duo laptop I pulled out of retirement and it > is limited to 3G by the

FW: Iceweasel Random Crash While Running JavaScript

2012-03-30 Thread Seavey, Erik
From: Peterson, Eric Sent: Wednesday, March 28, 2012 9:51 AM To: Seavey, Erik Subject: FW: Iceweasel Random Crash While Running JavaScript From: Peterson, Eric Sent: Thursday, March 22, 2012 1:40 PM To: pkg-mozilla-maintain...@lists.alioth.debian.org Cc: DeGroot, Jeff Subject: Iceweasel Random

Re: ARM kernel cross compilation issues for iMX53

2012-03-30 Thread Steve McIntyre
On Fri, Mar 30, 2012 at 07:19:28AM +0100, peter green wrote: >Rogério Brito wrote: >>Nice that this was brought up, so I can ask: are all ARM machine generally >>memory-starved, in comparison with other platforms? >Compared with PC hardware definately. There are a couple of modern >arm boards >i'm

Re: [Pkg-haskell-maintainers] libffi changes - help needed

2012-03-30 Thread Steve McIntyre
On Fri, Mar 30, 2012 at 08:27:24AM +0100, peter green wrote: >Joachim Breitner wrote: >>I know little about libffi and what the actually issue is >The issue is that for some reason the designers of arm eabi included >the following rule. > >"A variadic function is always marshaled as for the base st

Initscripts concurrency clarification req.

2012-03-30 Thread Prasant J
Hi, I have written my custom scripts and also set the proper dependencies. What I want to achieve is that ScriptB should be executed only after ScriptA completes. In ScriptB I have specified ScriptA in the Required-Start section of script headers. What I see is that ScriptA is started before Scri

Re: [Pkg-haskell-maintainers] libffi changes - help needed

2012-03-30 Thread peter green
Joachim Breitner wrote: I know little about libffi and what the actually issue is The issue is that for some reason the designers of arm eabi included the following rule. "A variadic function is always marshaled as for the base standard." The implication of this is that any variant of EABI oth