* List archives ?
@ 1998-05-18 15:05 Kris Boulez
1998-05-18 15:14 ` Jakub Jelinek
` (3 more replies)
0 siblings, 4 replies; 5+ messages in thread
From: Kris Boulez @ 1998-05-18 15:05 UTC (permalink / raw)
To: ultralinux
I couldn't find an archive for this list. Didn't I looked hard
enough, did I look in the wrong place or should I ask my "I can't
compile xxx && yy" questions here ?
P.S. You all did a great job with this ultrapenguin. I just
'converted' an ultra-1 and I must say that I (and my
collegues) are impressed.
Kris,
--
Kris Boulez kris@belbone.be
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: List archives ?
1998-05-18 15:05 List archives ? Kris Boulez
@ 1998-05-18 15:14 ` Jakub Jelinek
1998-05-18 15:53 ` Kris Boulez
` (2 subsequent siblings)
3 siblings, 0 replies; 5+ messages in thread
From: Jakub Jelinek @ 1998-05-18 15:14 UTC (permalink / raw)
To: ultralinux
>
> I couldn't find an archive for this list. Didn't I looked hard
> enough, did I look in the wrong place or should I ask my "I can't
> compile xxx && yy" questions here ?
>
> P.S. You all did a great job with this ultrapenguin. I just
> 'converted' an ultra-1 and I must say that I (and my
> collegues) are impressed.
I don't know if there is any archive. But you should ask your I can't
compile xxx && yy questions here.
If it is related to mysql, then things are going to be solved really soon.
If it is a problem related to programs using threads (either cannot link a
static binary with -lpthreads or crashes of those programs), then it is
fixed and will be available soon.
If it is a problem related to shared library compiled without -fPIC/fpic,
then a bug in ld is currently being fixed.
If it is any other bug, let us know.
Cheers,
Jakub
___________________________________________________________________
Jakub Jelinek | jj@sunsite.mff.cuni.cz | http://sunsite.mff.cuni.cz
Administrator of SunSITE Czech Republic, MFF, Charles University
___________________________________________________________________
Ultralinux - first 64bit OS to take full power of the UltraSparc
Linux version 2.1.102 on a sparc64 machine (498.80 BogoMips).
___________________________________________________________________
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: List archives ?
1998-05-18 15:05 List archives ? Kris Boulez
1998-05-18 15:14 ` Jakub Jelinek
@ 1998-05-18 15:53 ` Kris Boulez
1998-05-18 15:56 ` Jakub Jelinek
1998-05-19 22:50 ` R. Marc
3 siblings, 0 replies; 5+ messages in thread
From: Kris Boulez @ 1998-05-18 15:53 UTC (permalink / raw)
To: ultralinux
Quoting Jakub Jelinek (jj@sunsite.ms.mff.cuni.cz):
[ description of outstanding bugs deleted]
> If it is any other bug, let us know.
>
In trying to compile ssh-1.2.22 I get the following
[root@t123 ssh-1.2.22]# make
gcc -pipe -c -I. -I./gmp-2.0.2-ssh-2 -I./zlib-1.0.4 -DHAVE_CONFIG_H -DHOST_KEY_FILE=\"/etc/ssh_host_key\" -DHOST_CONFIG_FILE=\"/etc/ssh_config\" -DSERVER_CONFIG_FILE=\"/etc/sshd_config\" -DSSH_PROGRAM=\"/usr/local/bin/ssh\" -DETCDIR=\"/etc\" -DPIDDIR=\"/var/run\" -DSSH_BINDIR=\"/usr/local/bin\" -DTIS_MAP_FILE=\"/etc/sshd_tis.map\" -g -O2 -I/usr/X11R6/include ssh.c
ssh.c: In function `main':
ssh.c:389: storage size of `ws' isn't known
ssh.c:865: `TIOCGWINSZ' undeclared (first use this function)
ssh.c:865: (Each undeclared identifier is reported only once
ssh.c:865: for each function it appears in.)
make: *** [ssh.o] Error 1
Trying to use sparc64-linux-gcc (what is it and why is it hidden in
/usr/local/bin) didn't seem to solve the problem neither.
Another problem I seem to have is with X. Every time another window
gets the focus the screen 'blinks' (getting completely blank and coming
back up). This is very annoying to say the least, not to say unworkable.
Kris,
--
Kris Boulez kris@belbone.be
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: List archives ?
1998-05-18 15:05 List archives ? Kris Boulez
1998-05-18 15:14 ` Jakub Jelinek
1998-05-18 15:53 ` Kris Boulez
@ 1998-05-18 15:56 ` Jakub Jelinek
1998-05-19 22:50 ` R. Marc
3 siblings, 0 replies; 5+ messages in thread
From: Jakub Jelinek @ 1998-05-18 15:56 UTC (permalink / raw)
To: ultralinux
>
> Quoting Jakub Jelinek (jj@sunsite.ms.mff.cuni.cz):
>
> [ description of outstanding bugs deleted]
>
> > If it is any other bug, let us know.
> >
> In trying to compile ssh-1.2.22 I get the following
>
> [root@t123 ssh-1.2.22]# make
> gcc -pipe -c -I. -I./gmp-2.0.2-ssh-2 -I./zlib-1.0.4 -DHAVE_CONFIG_H -DHOST_KEY_FILE=\"/etc/ssh_host_key\" -DHOST_CONFIG_FILE=\"/etc/ssh_config\" -DSERVER_CONFIG_FILE=\"/etc/sshd_config\" -DSSH_PROGRAM=\"/usr/local/bin/ssh\" -DETCDIR=\"/etc\" -DPIDDIR=\"/var/run\" -DSSH_BINDIR=\"/usr/local/bin\" -DTIS_MAP_FILE=\"/etc/sshd_tis.map\" -g -O2 -I/usr/X11R6/include ssh.c
> ssh.c: In function `main':
> ssh.c:389: storage size of `ws' isn't known
> ssh.c:865: `TIOCGWINSZ' undeclared (first use this function)
> ssh.c:865: (Each undeclared identifier is reported only once
> ssh.c:865: for each function it appears in.)
> make: *** [ssh.o] Error 1
Aha. This is a bug in ssh. In contrib area of ultrapenguin-1.0.9 you can
find a ssh rpm which includes the necessary fix (and the binaries if you
want - it is 1.2.22 as well).
>
> Trying to use sparc64-linux-gcc (what is it and why is it hidden in
> /usr/local/bin) didn't seem to solve the problem neither.
It is the 64bit compiler, currently used only to make kernel.
>
>
> Another problem I seem to have is with X. Every time another window
> gets the focus the screen 'blinks' (getting completely blank and coming
> back up). This is very annoying to say the least, not to say unworkable.
This one should be fixed in current kernel. So, if you don't want to wait,
read instructions on ftp://vger.rutgers.edu/pub/linux/README.CVS and cvs
checkout the new kernel and compile it yourself. Tell me whether X blinking
disappeared.
Cheers,
Jakub
___________________________________________________________________
Jakub Jelinek | jj@sunsite.mff.cuni.cz | http://sunsite.mff.cuni.cz
Administrator of SunSITE Czech Republic, MFF, Charles University
___________________________________________________________________
Ultralinux - first 64bit OS to take full power of the UltraSparc
Linux version 2.1.102 on a sparc64 machine (498.80 BogoMips).
___________________________________________________________________
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: List archives ?
1998-05-18 15:05 List archives ? Kris Boulez
` (2 preceding siblings ...)
1998-05-18 15:56 ` Jakub Jelinek
@ 1998-05-19 22:50 ` R. Marc
3 siblings, 0 replies; 5+ messages in thread
From: R. Marc @ 1998-05-19 22:50 UTC (permalink / raw)
To: ultralinux
> I couldn't find an archive for this list. Didn't I looked hard
In response to this, I've hacked together a quick archive using the messages
I have saved. I do this since I've looked for an archive myself.
If anyone has a mailbox with all the entries in this list and could
tar, gzip and mail 'em to me, I can have a more complete archive
available.
If this is totally uneccessary and racked with silliness, lemme know and I
won't bother maintaining it. Otherwise, the address is:
http://ultrapenguin.copacetic.net
As soon as mysqld runs on UltraPenguin, I'll be moving it to a Ultra Sparc.
For the time being it's running on my PC :).
R. Marc
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~1998-05-19 22:50 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
1998-05-18 15:05 List archives ? Kris Boulez
1998-05-18 15:14 ` Jakub Jelinek
1998-05-18 15:53 ` Kris Boulez
1998-05-18 15:56 ` Jakub Jelinek
1998-05-19 22:50 ` R. Marc
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.