* new ARAnyM with better FPU
@ 2012-03-20 22:24 Petr Stehlik
[not found] ` <Pine.BSM.4.64L.1203210905300.23907@herc.mirbsd.org>
2012-05-06 23:19 ` Thorsten Glaser
0 siblings, 2 replies; 16+ messages in thread
From: Petr Stehlik @ 2012-03-20 22:24 UTC (permalink / raw)
To: debian-68k; +Cc: linux-m68k
Hello there,
I think you might be interested in the new ARAnyM release. The version
0.9.12 comes with a brand new FPU emulation core that should be precise
because it's using the libmpfr, thanks to Andreas.
Andreas also fixed CAS and CAS2 instructions that were behaving
incorrectly in some cases.
Both these fixes could help running the Linux-m68k kernel and the
Debian-68k system more stable on the ARAnyM.
I have prepared some binary packages (available for download now) and
ARAnyM Debian maintainer is working on updating the package in Debian
sid as well.
Enjoy,
Petr
^ permalink raw reply [flat|nested] 16+ messages in thread[parent not found: <Pine.BSM.4.64L.1203210905300.23907@herc.mirbsd.org>]
* Re: new ARAnyM with better FPU
[not found] ` <Pine.BSM.4.64L.1203210905300.23907@herc.mirbsd.org>
@ 2012-03-21 9:34 ` Petr Stehlik
2012-03-21 10:08 ` Geert Uytterhoeven
0 siblings, 1 reply; 16+ messages in thread
From: Petr Stehlik @ 2012-03-21 9:34 UTC (permalink / raw)
To: Thorsten Glaser; +Cc: debian-68k, Linux/m68k
Thorsten Glaser píše v St 21. 03. 2012 v 09:07 +0000:
> >ARAnyM Debian maintainer is working on updating the package in Debian
> >sid as well.
>
> OK, great. I’ll wait for that, upgrade the box with sid on
> it and will backport to *shudder* hardy
Well, beware: Ubuntu < 10.10 (including the 10.04 LTS Lucid Lynx) does
not have the necessary libmpfr3+. That also means that the Ubuntu Lucid
packages I have prepared at
http://sourceforge.net/projects/aranym/files/aranym/0.9.12/
do NOT contain the new MPFR based FPU core made by Andreas.
So if you really want to try out the new ARAnyM FPU on your Hardy make
sure you'll backport libmpfr3+ there first.
Petr
^ permalink raw reply [flat|nested] 16+ messages in thread* Re: new ARAnyM with better FPU
2012-03-21 9:34 ` Petr Stehlik
@ 2012-03-21 10:08 ` Geert Uytterhoeven
2012-03-21 13:41 ` Petr Stehlik
0 siblings, 1 reply; 16+ messages in thread
From: Geert Uytterhoeven @ 2012-03-21 10:08 UTC (permalink / raw)
To: Petr Stehlik; +Cc: Thorsten Glaser, debian-68k, Linux/m68k
Hi Petr,
On Wed, Mar 21, 2012 at 10:34, Petr Stehlik <pstehlik@sophics.cz> wrote:
> Thorsten Glaser píše v St 21. 03. 2012 v 09:07 +0000:
>> >ARAnyM Debian maintainer is working on updating the package in Debian
>> >sid as well.
>>
>> OK, great. I’ll wait for that, upgrade the box with sid on
>> it and will backport to *shudder* hardy
>
> Well, beware: Ubuntu < 10.10 (including the 10.04 LTS Lucid Lynx) does
> not have the necessary libmpfr3+. That also means that the Ubuntu Lucid
> packages I have prepared at
>
> http://sourceforge.net/projects/aranym/files/aranym/0.9.12/
>
> do NOT contain the new MPFR based FPU core made by Andreas.
>
> So if you really want to try out the new ARAnyM FPU on your Hardy make
> sure you'll backport libmpfr3+ there first.
Thanks!
I've just installed the binary for Lucid, and now cp/mv/du from coreutils
work again (they failed with out-of-memory errors under Ubuntu's 0.9.9).
I guess that was due to the CAS/CAS2 bugs?
Gr{oetje,eeting}s,
Geert
--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org
In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds
^ permalink raw reply [flat|nested] 16+ messages in thread* Re: new ARAnyM with better FPU
2012-03-21 10:08 ` Geert Uytterhoeven
@ 2012-03-21 13:41 ` Petr Stehlik
2012-03-21 15:08 ` Geert Uytterhoeven
2012-03-26 20:41 ` new ARAnyM with better FPU Geert Uytterhoeven
0 siblings, 2 replies; 16+ messages in thread
From: Petr Stehlik @ 2012-03-21 13:41 UTC (permalink / raw)
To: Geert Uytterhoeven; +Cc: debian-68k, Linux/m68k
Geert Uytterhoeven píše v Wed 21. 03. 2012 v 11:08 +0100:
> > Well, beware: Ubuntu < 10.10 (including the 10.04 LTS Lucid Lynx) does
> > not have the necessary libmpfr3+. That also means that the Ubuntu Lucid
> > packages I have prepared at
> >
> > http://sourceforge.net/projects/aranym/files/aranym/0.9.12/
> >
> > do NOT contain the new MPFR based FPU core made by Andreas.
> >
> > So if you really want to try out the new ARAnyM FPU on your Hardy make
> > sure you'll backport libmpfr3+ there first.
> I've just installed the binary for Lucid, and now cp/mv/du from coreutils
> work again (they failed with out-of-memory errors under Ubuntu's 0.9.9).
> I guess that was due to the CAS/CAS2 bugs?
Most probably.
I am wondering if it is worth backporting the libmpfr and making new
ARAnyM packages for 10.04 when the 12.04 is to be released in a month.
Petr
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: new ARAnyM with better FPU
2012-03-21 13:41 ` Petr Stehlik
@ 2012-03-21 15:08 ` Geert Uytterhoeven
2012-03-21 18:33 ` Petr Stehlik
2012-03-23 12:26 ` ARAnyM 0.9.13 with MPFR even for Lucid Petr Stehlik
2012-03-26 20:41 ` new ARAnyM with better FPU Geert Uytterhoeven
1 sibling, 2 replies; 16+ messages in thread
From: Geert Uytterhoeven @ 2012-03-21 15:08 UTC (permalink / raw)
To: Petr Stehlik; +Cc: debian-68k, Linux/m68k
On Wed, Mar 21, 2012 at 14:41, Petr Stehlik <pstehlik@sophics.cz> wrote:
> I am wondering if it is worth backporting the libmpfr and making new
> ARAnyM packages for 10.04 when the 12.04 is to be released in a month.
Indeed, next month we'll all be forced into the new GUI generation...
Gr{oetje,eeting}s,
Geert
--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org
In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds
^ permalink raw reply [flat|nested] 16+ messages in thread* Re: new ARAnyM with better FPU
2012-03-21 15:08 ` Geert Uytterhoeven
@ 2012-03-21 18:33 ` Petr Stehlik
2012-03-21 18:44 ` Thorsten Glaser
2012-03-23 12:26 ` ARAnyM 0.9.13 with MPFR even for Lucid Petr Stehlik
1 sibling, 1 reply; 16+ messages in thread
From: Petr Stehlik @ 2012-03-21 18:33 UTC (permalink / raw)
To: Geert Uytterhoeven; +Cc: debian-68k, Linux/m68k
Geert Uytterhoeven píše v Wed 21. 03. 2012 v 16:08 +0100:
> On Wed, Mar 21, 2012 at 14:41, Petr Stehlik <pstehlik@sophics.cz> wrote:
> > I am wondering if it is worth backporting the libmpfr and making new
> > ARAnyM packages for 10.04 when the 12.04 is to be released in a month.
>
> Indeed, next month we'll all be forced into the new GUI generation...
Actually we won't be forced into that. First, the 10.04 LTS is supported
till April next year so people can stay on it for another year. That's
why I was wondering whether to backport the libmpfr or not.
And second, we have several possibilities of not getting United :-)
There's the Classic mode of Gnome Shell that is basically good old Gnome
2 (just rewritten to use newer libraries), then the new Gnome Shell with
some particular extensions can be used almost like a normal desktop
(Linus and other reported) and at last but not least, the
http://cinnamon.linuxmint.com/ is maturing quickly!
Petr
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: new ARAnyM with better FPU
2012-03-21 18:33 ` Petr Stehlik
@ 2012-03-21 18:44 ` Thorsten Glaser
0 siblings, 0 replies; 16+ messages in thread
From: Thorsten Glaser @ 2012-03-21 18:44 UTC (permalink / raw)
To: debian-68k; +Cc: Linux/m68k
Petr Stehlik dixit:
>> Indeed, next month we'll all be forced into the new GUI generation...
>
>Actually we won't be forced into that. First, the 10.04 LTS is supported
Uhm guys – use Debian?
There’s also things like IceWM, evilwm and others. No need to go all GUI
on us poor unsuspecting textmode people.
But thanks for the reminder about mpfr. Will do that. Or try to push and
accelerate my move from hardy to testing.
bye,
//mirabilos
--
22:59⎜<Vutral> glaub ich termkit is kompliziert | glabe nicht das man
damit schneller arbeitet | reizüberflutung │ wie windows │ alles evil
zuviel bilder │ wie ein spiel | 23:00⎜<Vutral> die meisten raffen auch
nicht mehr von windows | 23:01⎜<Vutral> bilderbücher sind ja auch nich
wirklich verbreitet als erwachsenen literatur ‣ who needs GUIs thus?
^ permalink raw reply [flat|nested] 16+ messages in thread
* ARAnyM 0.9.13 with MPFR even for Lucid
2012-03-21 15:08 ` Geert Uytterhoeven
2012-03-21 18:33 ` Petr Stehlik
@ 2012-03-23 12:26 ` Petr Stehlik
2012-03-23 14:54 ` Thorsten Glaser
2012-03-25 9:55 ` Geert Uytterhoeven
1 sibling, 2 replies; 16+ messages in thread
From: Petr Stehlik @ 2012-03-23 12:26 UTC (permalink / raw)
To: Geert Uytterhoeven; +Cc: debian-68k, Linux/m68k
Geert Uytterhoeven píše v St 21. 03. 2012 v 16:08 +0100:
> On Wed, Mar 21, 2012 at 14:41, Petr Stehlik <pstehlik@sophics.cz> wrote:
> > I am wondering if it is worth backporting the libmpfr and making new
> > ARAnyM packages for 10.04 when the 12.04 is to be released in a month.
>
> Indeed, next month we'll all be forced into the new GUI generation...
I couldn't stand the feeling that Geert cannot enjoy new Andreas' MPFR
FPU emulation in ARAnyM so I have backported the libmpfr4 for Lucid:
http://sourceforge.net/projects/aranym/files/aranym/0.9.13/lucid_mpfr4/
And I have also released a new version of ARAnyM that includes another
fix that Andreas made two days ago:
http://sourceforge.net/projects/aranym/files/aranym/0.9.13/
Enjoy :-)
Petr
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: ARAnyM 0.9.13 with MPFR even for Lucid
2012-03-23 12:26 ` ARAnyM 0.9.13 with MPFR even for Lucid Petr Stehlik
@ 2012-03-23 14:54 ` Thorsten Glaser
2012-03-25 9:55 ` Geert Uytterhoeven
1 sibling, 0 replies; 16+ messages in thread
From: Thorsten Glaser @ 2012-03-23 14:54 UTC (permalink / raw)
To: Petr Stehlik; +Cc: debian-68k, Linux/m68k, Antonin Kral
Petr Stehlik dixit:
>I couldn't stand the feeling that Geert cannot enjoy new Andreas' MPFR
>FPU emulation in ARAnyM so I have backported the libmpfr4 for Lucid:
I’ve built mpfr4 for hardy and am now fighting with the PPA.
Should be there soon. I renamed the -dev package into libmpfr4-dev
to have this not be picked up by ANYTHING else in the system.
>And I have also released a new version of ARAnyM that includes another
>fix that Andreas made two days ago:
>
>http://sourceforge.net/projects/aranym/files/aranym/0.9.13/
Mh. I’ll backport the src:aranym from sid once its maintainer (Cc’d)
has made the upload. Will post here then. (In the hope it doesn’t
use too many “new Debian” features…)
My other hosts use lenny (let’s just keep that alone, or maybe
I take my hardy source packages) and sid (so no issue once
Antonin has uploaded).
bye,
//mirabilos
--
“Having a smoking section in a restaurant is like having
a peeing section in a swimming pool.”
-- Edward Burr
^ permalink raw reply [flat|nested] 16+ messages in thread* Re: ARAnyM 0.9.13 with MPFR even for Lucid
2012-03-23 12:26 ` ARAnyM 0.9.13 with MPFR even for Lucid Petr Stehlik
2012-03-23 14:54 ` Thorsten Glaser
@ 2012-03-25 9:55 ` Geert Uytterhoeven
2012-05-06 23:38 ` Thorsten Glaser
1 sibling, 1 reply; 16+ messages in thread
From: Geert Uytterhoeven @ 2012-03-25 9:55 UTC (permalink / raw)
To: Petr Stehlik; +Cc: debian-68k, Linux/m68k
Hi Petr,
On Fri, Mar 23, 2012 at 13:26, Petr Stehlik <pstehlik@sophics.cz> wrote:
> I couldn't stand the feeling that Geert cannot enjoy new Andreas' MPFR
> FPU emulation in ARAnyM so I have backported the libmpfr4 for Lucid:
>
> http://sourceforge.net/projects/aranym/files/aranym/0.9.13/lucid_mpfr4/
>
> And I have also released a new version of ARAnyM that includes another
> fix that Andreas made two days ago:
>
> http://sourceforge.net/projects/aranym/files/aranym/0.9.13/
Thanks! You're too kind ;-)
Gr{oetje,eeting}s,
Geert
--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org
In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: new ARAnyM with better FPU
2012-03-21 13:41 ` Petr Stehlik
2012-03-21 15:08 ` Geert Uytterhoeven
@ 2012-03-26 20:41 ` Geert Uytterhoeven
2012-03-27 8:06 ` Petr Stehlik
2012-03-27 15:24 ` Andreas Schwab
1 sibling, 2 replies; 16+ messages in thread
From: Geert Uytterhoeven @ 2012-03-26 20:41 UTC (permalink / raw)
To: Petr Stehlik; +Cc: debian-68k, Linux/m68k
Hi Petr,
On Wed, Mar 21, 2012 at 14:41, Petr Stehlik <pstehlik@sophics.cz> wrote:
> Geert Uytterhoeven píše v Wed 21. 03. 2012 v 11:08 +0100:
>> I've just installed the binary for Lucid, and now cp/mv/du from coreutils
>> work again (they failed with out-of-memory errors under Ubuntu's 0.9.9).
>> I guess that was due to the CAS/CAS2 bugs?
>
> Most probably.
Bad news:
aranym_0.9.12-1.lucid_amd64.deb: du works
aranym_0.9.13-1.lucid.mpfr4_amd64.deb: du fails with "memory exhausted",
just like in 0.9.9.
Gr{oetje,eeting}s,
Geert
--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org
In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds
^ permalink raw reply [flat|nested] 16+ messages in thread* Re: new ARAnyM with better FPU
2012-03-26 20:41 ` new ARAnyM with better FPU Geert Uytterhoeven
@ 2012-03-27 8:06 ` Petr Stehlik
2012-03-27 15:24 ` Andreas Schwab
1 sibling, 0 replies; 16+ messages in thread
From: Petr Stehlik @ 2012-03-27 8:06 UTC (permalink / raw)
To: Geert Uytterhoeven; +Cc: debian-68k, Linux/m68k
Geert Uytterhoeven píše v Po 26. 03. 2012 v 22:41 +0200:
> Bad news:
>
> aranym_0.9.12-1.lucid_amd64.deb: du works
> aranym_0.9.13-1.lucid.mpfr4_amd64.deb: du fails with "memory exhausted",
> just like in 0.9.9.
Hmm. The difference between those two particular packages is that the
latter has the new MPFR FPU that should have been better than the one in
previous versions (otherwise Andreas wouldn't bother implementing it, I
believe).
Could you please try building the http://packages.debian.org/sid/aranym
that contains a patch for another post-release FPU bugfix? If that
doesn't help then feel free to stay with 0.9.12 as it contains the CPU
CAS fixes and also the proven FPU.
Andreas is reading this for sure so he might have a clue about the
failing 'du' with MPFR FPU emulation as well.
Petr
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: new ARAnyM with better FPU
2012-03-26 20:41 ` new ARAnyM with better FPU Geert Uytterhoeven
2012-03-27 8:06 ` Petr Stehlik
@ 2012-03-27 15:24 ` Andreas Schwab
2012-03-29 10:49 ` Petr Stehlik
1 sibling, 1 reply; 16+ messages in thread
From: Andreas Schwab @ 2012-03-27 15:24 UTC (permalink / raw)
To: Geert Uytterhoeven; +Cc: Petr Stehlik, debian-68k, Linux/m68k
Geert Uytterhoeven <geert@linux-m68k.org> writes:
> aranym_0.9.13-1.lucid.mpfr4_amd64.deb: du fails with "memory exhausted",
> just like in 0.9.9.
Stupid portability bug, fixed now.
Andreas.
--
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5
"And now for something completely different."
^ permalink raw reply [flat|nested] 16+ messages in thread
* Re: new ARAnyM with better FPU
2012-03-20 22:24 new ARAnyM with better FPU Petr Stehlik
[not found] ` <Pine.BSM.4.64L.1203210905300.23907@herc.mirbsd.org>
@ 2012-05-06 23:19 ` Thorsten Glaser
1 sibling, 0 replies; 16+ messages in thread
From: Thorsten Glaser @ 2012-05-06 23:19 UTC (permalink / raw)
To: Petr Stehlik; +Cc: debian-68k, linux-m68k
Petr Stehlik dixit:
>I have prepared some binary packages (available for download now) and
>ARAnyM Debian maintainer is working on updating the package in Debian
>sid as well.
I’ve NMU’d the package in Debian so it’s finally working, and backported
that¹ to Kubuntu Hardy, using my² backported mpfr4 (co-installable, does
not touch anything else in the system, thus safe to use).
① https://launchpad.net/~mirabilos/+archive/ppa/+sourcepub/2438011/+listing-archive-extra
② https://launchpad.net/~mirabilos/+archive/ppa/+sourcepub/2323556/+listing-archive-extra
Highlights:
Zlib ................................... : yes
Enjoy!
//mirabilos
--
16:47⎜«mika:#grml» .oO(mira ist einfach gut....) 23:22⎜«mikap:#grml»
mirabilos: und dein bootloader ist geil :) 23:29⎜«mikap:#grml» und ich
finds saugeil dass ich ein bsd zum booten mit grml hab, das muss ich dann
gleich mal auf usb-stick installieren -- Michael Prokop über MirOS bsd4grml
^ permalink raw reply [flat|nested] 16+ messages in thread
end of thread, other threads:[~2012-05-06 23:38 UTC | newest]
Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-20 22:24 new ARAnyM with better FPU Petr Stehlik
[not found] ` <Pine.BSM.4.64L.1203210905300.23907@herc.mirbsd.org>
2012-03-21 9:34 ` Petr Stehlik
2012-03-21 10:08 ` Geert Uytterhoeven
2012-03-21 13:41 ` Petr Stehlik
2012-03-21 15:08 ` Geert Uytterhoeven
2012-03-21 18:33 ` Petr Stehlik
2012-03-21 18:44 ` Thorsten Glaser
2012-03-23 12:26 ` ARAnyM 0.9.13 with MPFR even for Lucid Petr Stehlik
2012-03-23 14:54 ` Thorsten Glaser
2012-03-25 9:55 ` Geert Uytterhoeven
2012-05-06 23:38 ` Thorsten Glaser
2012-03-26 20:41 ` new ARAnyM with better FPU Geert Uytterhoeven
2012-03-27 8:06 ` Petr Stehlik
2012-03-27 15:24 ` Andreas Schwab
2012-03-29 10:49 ` Petr Stehlik
2012-05-06 23:19 ` Thorsten Glaser
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox