Re: libc6 upgrade apparently failing on some netwinders

2007-05-02 Thread Wookey
On 2007-05-02 18:56 +0100, peter green wrote: > nearly a week ago a bug was filed against libc6 > (http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=421037) reporting a sigill > when upgrading on a netwinder. Replies to the bug report say that on some > netwinders it does work. > > there is stil

Re: Apt-get install php5 problems

2007-05-02 Thread peter green
>The following packages have unmet dependencies: > php-pear: Depends: php5-common (>= 5.2.0-8+etch3) but 5.2.0-8+etch1 >is to be installed >E: Broken packages looks like an issue with an arch all package being availible in the security repo but the corresponding arch specific package not being. i

libc6 upgrade apparently failing on some netwinders

2007-05-02 Thread peter green
nearly a week ago a bug was filed against libc6 (http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=421037) reporting a sigill when upgrading on a netwinder. Replies to the bug report say that on some netwinders it does work. there is still no information in the bug report log on what the illegal

Question about Flash player

2007-05-02 Thread Maxime Tierrie
Hi everyone, I'm currently studying the possibility of porting Flash applications for ARM targets. After spending some times with Google, I'm quite confused. It appears that porting Flash for ARM is quite hard. So, if anyone have already an experience with Flash, Linux and ARM, I will apprecia

Re: fw: gcc v4 interworking patch

2007-05-02 Thread David Weinehall
On Tue, May 01, 2007 at 04:44:43PM +0100, Wookey wrote: [snip] > - if (TARGET_INTERWORK || arm_arch4t) > + if (TARGET_INTERWORK && arm_arch4) > +output_asm_insn("add%!\tpc,pc,8", operands); > +output_asm_insn("tst\t%0,#1", operands); > +output_asm_insn("moveq\tpc,%0", operands); > +