Well, that is the wrong place to fix it, but congratulations you got to the 
bottom of the problem. I've applied your patch to the correct place 
autoconf/bacula-macros/os.m4 ...  in the current source code stream.



On Friday 23 June 2006 21:44, [EMAIL PROTECTED] wrote:
> In the message dated: Fri, 23 Jun 2006 19:18:58 BST,
> The pithy ruminations from Martin Simmons on
> <Re: [Bacula-users] incorrect fstype identification, backups fail (bacula
> 1.38. 9, Irix 6.5)> were:
> => >>>>> On Fri, 23 Jun 2006 13:02:23 -0400, mark bergman said:
> => >
>
>       [SNIP!]
>
> =>
> => FWIW, the configure works for me on IRIX 6.5.
> =>
> => What does uname -s return on your system?  The configure expects IRIX.
>
> That's it...
>
>       uname -s
>       IRIX64
>
> So, configure doesn't identify the OS correctly.
>
> [pause while I edit configure]
>
> OK, that fixed it.
>
> Here's the diff(1) to configure to get it to recognize IRIX64 as being part
> of IRIX...
>
> ---------------------------------------------------------------------------
>--- *** configure   Fri Jun 23 15:38:26 2006
> --- configure+IRIX64    Fri Jun 23 15:39:30 2006
> ***************
> *** 4660,4666 ****
>   fi
>   fi
>
> ! if test $HAVE_UNAME=yes -a x`uname -s` = xIRIX
>   then
>
>
> --- 4660,4666 ----
>   fi
>   fi
>
> ! if test $HAVE_UNAME=yes -a x`uname -s` = xIRIX -o x`uname -s` = xIRIX64
>   then
>
>
> ***************
> *** 4743,4749 ****
>   elif test $HAVE_UNAME=yes -a x`uname -s` = xOpenBSD
>   then
>           DISTNAME=openbsd
> ! elif test $HAVE_UNAME=yes -a x`uname -s` = xIRIX
>   then
>           DISTNAME=irix
>   elif test $HAVE_UNAME=yes -a x`uname -s` = xBSD/OS
> --- 4743,4749 ----
>   elif test $HAVE_UNAME=yes -a x`uname -s` = xOpenBSD
>   then
>           DISTNAME=openbsd
> ! elif test $HAVE_UNAME=yes -a x`uname -s` = xIRIX -o x`uname -s` = xIRIX64
>   then
>           DISTNAME=irix
>   elif test $HAVE_UNAME=yes -a x`uname -s` = xBSD/OS
> ---------------------------------------------------------------------------
>---
>
> =>
> => grep uname config.log   # should see uname -s = IRIX
> => grep IRIX src/config.h  # should see #define HAVE_IRIX_OS 1
> =>
>
> Thanks,
>
> Mark
>
> => __Martin
> =>
>
>
>
>
>
> The information contained in this e-mail message is intended only for the
> personal and confidential use of the recipient(s) named above. If the
> reader of this message is not the intended recipient or an agent
> responsible for delivering it to the intended recipient, you are hereby
> notified that you have received this document in error and that any review,
> dissemination, distribution, or copying of this message is strictly
> prohibited. If you have received this communication in error, please notify
> us immediately by e-mail, and delete the original message.
>
> Using Tomcat but need to do more? Need to support web services, security?
> Get stuff done quickly with pre-integrated technology to make your job
> easier Download IBM WebSphere Application Server v.1.0.1 based on Apache
> Geronimo
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
> _______________________________________________
> Bacula-users mailing list
> Bacula-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/bacula-users

-- 
Best regards,

Kern

  (">
  /\
  V_V

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to