Re: queue-fix 1.4 won't compile on IRIX6.5.3m

2000-04-26 Thread Will Harris

At 21:50 24.4.2000, John McCoy, Jr wrote:
 >I've been trying to figure this one out with no luck.
 >
 >When compiling queue-fix it gives the following error:
 >./makelib str.a str_len.o str_diff.o str_diffn.o str_cpy.o \
 >str_chr.o str_rchr.o str_start.o byte_chr.o byte_rchr.o \
 >byte_diff.o byte_copy.o byte_cr.o byte_zero.o
 >./load queue-fix fifo.o fs.a stralloc.a getln.a open.a error.a \
 >substdio.a alloc.a str.a
 >ld32: Segmentation fault.  Removing output file...
 >*** Error code 1 (bu21)

Looks to me like you're trying to use the SGI linker to link gcc object 
files.  Make sure you have put gcc into any relevant makefiles or 
configuration files (conf-ld?).  If you use ld (the default) it will simply 
call the system linker, which is the MIPSPro ld32 linker.

Will
__

   "I was going to be a Neo-Deconstructivist, but Mom wouldn't let me..."

  multimedia laboratorium  [EMAIL PROTECTED]
  institut fuer informatik(pgp id)F703D035
  der universitaet zuerich(office) +41  1 635 4346
  winterthurerstr. 190(fax)+41  1 635 6809
  ch-8057 zuerich (mobile) +41 76 372 0913
  switzerland www.ifi.unizh.ch/~harris
__




Thanks, eric RE: queue-fix 1.4 won't compile on IRIX6.5.3m

2000-04-25 Thread John McCoy, Jr

I was afraid of that, looks like I need to do an emergency queue rebuild
instead, without re-importing the old queue.

*
John McCoy, Jr
Systems Administrator
Central Systems, Mills College
510-430-3321
[EMAIL PROTECTED]
*

-Original Message-
From: Eric Huss [mailto:[EMAIL PROTECTED]]
Sent: Monday, April 24, 2000 8:28 PM
To: John McCoy, Jr
Cc: [EMAIL PROTECTED]
Subject: Re: queue-fix 1.4 won't compile on IRIX6.5.3m

Sounds like a bug in the Irix linker.  Try looking to your OS vendor for
patches.  Or you can try installing gnu binutils (and then recompiling gcc
instructing it to use the binutils version of ld).  However, this is a
tricky and dangerous path to take.

-Eric

> Unfortunately I'm still new to all this, I have made sure I have the
latest
> versions of gcc++ and it's libraries. I've been able to compile the
program
> on Solaris 2.6 & 7 boxes without a problem, however the broken queue is on
> the SGI box.
>
> Has any body tried this under IRIX?
> Eric you mentioned libraries from D.J. Bernstein, do I need to get these?
> Can I use qmail-sanity's output and go in and delete files manually,
> instead?
>
> Help I'm desperate, my maillog file grows by 1Meg every couple hours!!!




Re: queue-fix 1.4 won't compile on IRIX6.5.3m

2000-04-24 Thread Eric Huss

Sounds like a bug in the Irix linker.  Try looking to your OS vendor for
patches.  Or you can try installing gnu binutils (and then recompiling gcc
instructing it to use the binutils version of ld).  However, this is a
tricky and dangerous path to take.

-Eric

> Unfortunately I'm still new to all this, I have made sure I have the latest
> versions of gcc++ and it's libraries. I've been able to compile the program
> on Solaris 2.6 & 7 boxes without a problem, however the broken queue is on
> the SGI box.
> 
> Has any body tried this under IRIX?
> Eric you mentioned libraries from D.J. Bernstein, do I need to get these?
> Can I use qmail-sanity's output and go in and delete files manually,
> instead?
> 
> Help I'm desperate, my maillog file grows by 1Meg every couple hours!!!




queue-fix 1.4 won't compile on IRIX6.5.3m

2000-04-24 Thread John McCoy, Jr

I've been trying to figure this one out with no luck.

When compiling queue-fix it gives the following error:
./makelib str.a str_len.o str_diff.o str_diffn.o str_cpy.o \
str_chr.o str_rchr.o str_start.o byte_chr.o byte_rchr.o \
byte_diff.o byte_copy.o byte_cr.o byte_zero.o
./load queue-fix fifo.o fs.a stralloc.a getln.a open.a error.a \
substdio.a alloc.a str.a
ld32: Segmentation fault.  Removing output file...
*** Error code 1 (bu21)

Unfortunately I'm still new to all this, I have made sure I have the latest
versions of gcc++ and it's libraries. I've been able to compile the program
on Solaris 2.6 & 7 boxes without a problem, however the broken queue is on
the SGI box.

Has any body tried this under IRIX?
Eric you mentioned libraries from D.J. Bernstein, do I need to get these?
Can I use qmail-sanity's output and go in and delete files manually,
instead?

Help I'm desperate, my maillog file grows by 1Meg every couple hours!!!

Thanks

Box info:
SGI Indy r5000
IRIX 6.5.3m
Gcc 2.8.1
256Megs RAM
Lots of disk space.
Qmail 1.03 (fairly normal, no pop3 or extras)

Typical maillog entries:
Apr 24 19:52:19 4C:ella qmail: 956605939.916525 warning: unable to stat
mess/1/53499
Apr 24 19:52:19 4C:ella qmail: 956605939.916756 warning: unable to stat
mess/11/53486
Apr 24 19:52:19 4C:ella qmail: 956605939.917012 warning: unable to stat
mess/11/30900
Apr 24 19:52:19 4C:ella qmail: 956605939.917247 warning: unable to stat
mess/11/52819
Apr 24 19:52:19 4C:ella qmail: 956605939.917478 warning: unable to stat
mess/11/53003
Apr 24 19:52:20 6C:ella qmail: 956605940.106213 delivery 123293: success:
did_1+0+0/
Apr 24 19:52:20 6C:ella qmail: 956605940.126366 status: local 0/25 remote
1/20
Apr 24 19:52:20 4C:ella qmail: 956605940.356701 warning: trouble injecting
bounce message, will try later
Apr 24 19:52:20 4C:ella qmail: 956605940.586380 warning: trouble injecting
bounce message, will try later
Apr 24 19:52:20 6C:ella qmail: 956605940.587046 end msg 4134


*
John McCoy, Jr
Systems Administrator
Central Systems, Mills College
510-430-3321
[EMAIL PROTECTED]
*