Re: NPTL and TLS

2005-01-17 Thread James A. Morrison
GhostWind [EMAIL PROTECTED] writes: I'm not able to install the new NPTL supprort in may Ultra Enterprise 450 Sparc. Now, I'm trying to compile glibc, but it semms there's no TLS support. Does anyone know hot to resolve this? Thanks a lot, Fabrizio -- To UNSUBSCRIBE, email to

Re: [HELP] [PORT] sparc vs sparc5 vs ultrasparc?

2004-12-26 Thread James A. Morrison
Marcelo E. Magallon [EMAIL PROTECTED] writes: ultrasparc: CC = gcc CXX = g++ CFLAGS = -mv8 -mtune=ultrasparc ... # the rest is the same as sparc These should be fine for Sarge on SPARC. v8 is the default instruction set for Sarge and tuning for ultrasparc isn't such a bad thing. --

Re: [HELP] [PORT] sparc vs sparc5 vs ultrasparc?

2004-12-26 Thread James A. Morrison
Marcelo E. Magallon [EMAIL PROTECTED] writes: On Sun, Dec 26, 2004 at 01:54:10AM -0500, James A. Morrison wrote: Marcelo E. Magallon [EMAIL PROTECTED] writes: ultrasparc: CC = gcc CXX = g++ CFLAGS = -mv8 -mtune=ultrasparc ... # the rest is the same as sparc

Re: sparc ABI status ?

2004-12-06 Thread James A. Morrison
Bill Allombert [EMAIL PROTECTED] writes: Hello Sparc porters, My package pari include assembly code for several sparc ABI sparcv7, sparcv8_super and sparcv8_super. Which one should I choose ? Is it true that sparcv7 is no more supported by Debian/sparc ? SPARC v8plus is the default ABI.

Re: Video Encoder for Debian Sparc

2004-12-06 Thread James A. Morrison
Guido Guenther [EMAIL PROTECTED] writes: On Wed, Dec 01, 2004 at 07:27:38PM +0100, Guido Guenther wrote: On Tue, Nov 30, 2004 at 10:04:28PM -0300, Marcelo Lopes wrote: I've a Ultra10 with kernel 2.4.26 and I would like to use it to encode some videos in AVI to MPEG ( DVD, SVCD and

Re: Video Encoder for Debian Sparc

2004-11-30 Thread James A. Morrison
Marcelo Lopes [EMAIL PROTECTED] writes: I've a Ultra10 with kernel 2.4.26 and I would like to use it to encode some videos in AVI to MPEG ( DVD, SVCD and VCD ) Does anyone know any package that I can use to do that ? I would like to make some video-clips with my photos and mp3 songs.

Re: proposed silo NMU

2004-10-25 Thread James A. Morrison
Do you have a diff of the assembly generated anywhere? -- Thanks, Jim http://www.student.cs.uwaterloo.ca/~ja2morri/ http://phython.blogspot.com http://open.nit.ca/wiki/?page=jim

Re: java-vm problem w/sarge yahoo messenger

2004-10-24 Thread James A. Morrison
GAIM should do what you want. Otherwise sablevm may work as a jvm for you. -- Thanks, Jim http://www.student.cs.uwaterloo.ca/~ja2morri/ http://phython.blogspot.com http://open.nit.ca/wiki/?page=jim

Re: Sparc v8/sparc64 Debian port options?

2004-10-13 Thread James A. Morrison
Sarge is compiled for v8 and above. Also, some packages, e.g. openssl, have v9 optimized libraries to make ssh even faster. Also in sarge is a libc6-sparcv9 package which gives a 32bit v9 libc. -- Thanks, Jim http://www.student.cs.uwaterloo.ca/~ja2morri/ http://phython.blogspot.com

Re: Ultra 5 silo installation problem

2004-09-20 Thread James A. Morrison
John Kerr Anderson [EMAIL PROTECTED] writes: Hi, Thanks for the pointers, but I still think something is wrong. I created a cd image from http://www.debian.org/devel/debian-installer/ the installation went fine until once again, silo wouldn't install. It gave me a silo error code of 1.

Re: can you give me a advice

2004-09-20 Thread James A. Morrison
valentino lopez ramirez [EMAIL PROTECTED] writes: Hi I need a advice I have a Sun Ultra 10, but the Ethernet doesn't and the price de SUN PCI Ethernet is $375, and dont have money. Then I want Install Linux for Sparc in my Sun Ultra 10, I need a Distro that can recognize a PCI Ethernet,

Re: [Slight OT]: Sparc64,32 cross-compiler on x86 - funny problem

2004-07-04 Thread James A. Morrison
Richard Chan [EMAIL PROTECTED] writes: I am building a Sparc32,64 cross-compiler on x86 for speeding up my kernel compiles on Debian (Gentoo-Sparc Aurora as well - but that's another story). Please bear with me as I explain a strange problem that bites me - it has to do with the GCC 3.4.1

Re: Bug#243525: New file open dialog box doesn't work correctly

2004-06-09 Thread James A. Morrison
O Admar Schoonen [EMAIL PROTECTED] writes: n Tue, Jun 08, 2004 at 02:20:36AM -0400, James A. Morrison wrote: bug#243525 seems to only affect GNU/Linux on sparc. Could someone besides me confirm that the new file selectors filters don't work. You should be able to test with file-roller

Re: Bug#243525: New file open dialog box doesn't work correctly

2004-06-08 Thread James A. Morrison
Hi, bug#243525 seems to only affect GNU/Linux on sparc. Could someone besides me confirm that the new file selectors filters don't work. You should be able to test with file-roller, gedit, or epiphany. -- Thanks, Jim http://www.student.cs.uwaterloo.ca/~ja2morri/

Re: 64bits df

2003-11-14 Thread James A. Morrison
On Fri, 2003-11-14 at 19:12, Ben Collins wrote: Ok, I've gotten glibc build fixed up again so that v9 and 64-bit get built correctly. Not sure when this will show up in the archive, but consider it a done deal from my side. Also, anyone noticing that the sparc32 program is broken, that got

Re: 64bits df

2003-11-12 Thread James A. Morrison
On Wed, 2003-11-12 at 22:27, David S. Miller wrote: On Wed, 12 Nov 2003 19:06:17 -0800 David S. Miller davem@redhat.com wrote: The statfs64 etc. structure layouts are defined in files in the glibc sources, somewhere under sysdeps/unix/sysv/linux/sparc/* That's where you need to see if

Re: 64bits df

2003-11-11 Thread James A. Morrison
On Tue, 2003-11-11 at 20:40, Otto Solares wrote: Hi! i am trying to compile an app with 64bits on a ultrasparc, so i installed lib6-dev-sparc64 package, kernel 2.6.0-test9-bk16: [EMAIL PROTECTED]:~$ gcc -o hello hello.c [EMAIL PROTECTED]:~$ file hello hello: ELF 64-bit MSB executable,

g++ and lib64stdc++

2003-10-22 Thread James A. Morrison
Hey, Would it possible to include a driver for g++ that when lib64stdc++ is installed has g++ compile with -m64 by default? Jim

Re: g++ and lib64stdc++

2003-10-22 Thread James A. Morrison
On Wed, 2003-10-22 at 13:23, Ben Collins wrote: On Wed, Oct 22, 2003 at 12:12:28PM -0400, James A. Morrison wrote: Hey, Would it possible to include a driver for g++ that when lib64stdc++ is installed has g++ compile with -m64 by default? Not really a driver, but I plan on including

Keyboard input with a type5 keyboard is b0rked.

2003-02-01 Thread James A Morrison
EndSection James A. Morrison

uname -p/-i

2002-10-21 Thread James A Morrison
Now for the actual question: is this a kernel bug or a bug in coreutils, or even a bug in my setup? James A. Morrison

UltraSparc IIi 400MHz.

2002-08-20 Thread James A Morrison
, but the IIi is never listed as being sold at 400MHz. James A. Morrison

Re: Really silly mouse question

2002-07-08 Thread James A Morrison
Would we be able to post this 'clone' mouse pad on the sparc port webpage? James A. Morrison -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Re: debian / solaris

2001-10-16 Thread James A Morrison
is not a cross-compiler. I don't know any more of this problem, I promptly switched to GNU/Linux when I had the chance. James Morrison

Re: Mouse and X

2001-09-17 Thread James A Morrison
Is gpm running? James Morrison

xmms and iptables

2001-09-16 Thread James A Morrison
kernel but there is another problem. On line 166 of arch/sparc64/kernel/sparc64_ksyms.c I get undefined symbol atomic_dec_and_lock. I am using gcc3.0-sparc64 to compile my kernel. Any help would be appriciated with these problems. James Morrison

xmms

2001-09-16 Thread James A Morrison
The xmms ogg vorbis problem has been reported to xmms and a fix is already commited to their cvs version. James Morrison

To be a debian developer

2001-07-31 Thread James A Morrison
gnupg key that would be much appreciated. My intention is mostly to work on debian GNU HURD, but I have a sparc box and will be able to work on debian-sparc as well, unless someone has a port of mach[34] for sparc ;) James Morrison

Re: Sun blade 100

2001-07-26 Thread James A Morrison
This is my keyboard section from XF86Config-4. Option XkbRules xfree86 Option XkbModel sun Option XkbLayout us Option XkbCompat compat/complete Option XkbTypes types/complete Option XkbKeycodes sun(type5) Option XkbGeometry sun(type) Option XkbSymbols sun/us(sun5) James Morrison