Archive-Date: Fri, 30 Aug 1996 21:58:51 +0200
Sender: owner-gnu-bugs@lp.se
Date: Fri, 30 Aug 1996 21:56:59 +0200
From: Richard Levitte - GNU on VMS hacker <levitte@vms.e.kth.se>
Reply-To: gnu-bugs@LISTS.VMS.GNU.AI.MIT.EDU, levitte@VMS.E.KTH.SE
To: gnu-bugs@LISTS.VMS.GNU.AI.MIT.EDU, pellis@AIC.MDC.COM
Message-ID: <009A7A46.A1B49361.71@vms.e.kth.se>
Subject: Re: Bug fix to diffutils-2.7

>From: pellis@aic.mdc.com (DEMI_GOD'S HAVE MORE FUN)

Thanks, I've made the correction now.

>$ diff util.c
>************
>File UNIX$WARE:[GNUDIFF.DIFFUTILS-2_7]UTIL.C;4
>  833     char *buf = dir == 0 ? "" : malloc (strlen (dir) + 1);
>  834     if (dir != 0)
>******
>File UNIX$WARE:[GNUDIFF.DIFFUTILS-2_7]UTIL.C;3
>  833     char *buf = dir == 0 ? "" : malloc (strlen (dir));
>  834     if (dir != 0)
>************

-- 
+--------------------------------------------------------------------+
! Richard Levitte, GNU on VMS hacker  ! tel: +46-8-26 52 47          !
! Spannvägen 38, I                    ! fax: none for the moment     !
! S-161 43  Bromma                    ! Internet: levitte@e.kth.se   !
! SWEDEN                              !                              !
+--<a href="http://vms.gnu.ai.mit.edu/">The GNU on VMS Project</a>---+
You may not add me to a commercial mailing list or send me commercial
advertising without my consent!
See http://www.e.kth.se/~levitte/anti.html for further reference.
================================================================================
Archive-Date: Fri, 30 Aug 1996 22:13:25 +0200
Sender: owner-gnu-bugs@lp.se
Date: Fri, 30 Aug 1996 22:11:35 +0200
From: Richard Levitte - GNU on VMS hacker <levitte@vms.e.kth.se>
Reply-To: gnu-bugs@LISTS.VMS.GNU.AI.MIT.EDU, levitte@VMS.E.KTH.SE
To: gnu-bugs@LISTS.VMS.GNU.AI.MIT.EDU, pellis@AIC.MDC.COM
Message-ID: <009A7A48.AC3040A2.13@vms.e.kth.se>
Subject: Re: Problem attempting to build beta of GNU patch 2.1

>From: pellis@aic.mdc.com (DEMI_GOD'S HAVE MORE FUN)

The following is normally due to you having defined the symbol EDIT.
Future revisions of all GNU programs I port will have a fix for this
in configure.com (The fix is to have a
SET SYMBOL/VERB/SCOPE=(NOGLOBAL,NOLOCAL) at the beginning of CONFIGURE.COM
and CONFIG.STATUS).

>$@configure
>...
>... configure.com runs without any apparent errors
>...
>$type descrip.mms             ! It's only one line long!
># Generated automatically from DESCRIP.MMS by configure.
>$type [.vms]descrip.mms       ! It's only one line long!
># Generated automatically from DESCRIP.MMS by configure.

-- 
+--------------------------------------------------------------------+
! Richard Levitte, GNU on VMS hacker  ! tel: +46-8-26 52 47          !
! Spannvägen 38, I                    ! fax: none for the moment     !
! S-161 43  Bromma                    ! Internet: levitte@e.kth.se   !
! SWEDEN                              !                              !
+--<a href="http://vms.gnu.ai.mit.edu/">The GNU on VMS Project</a>---+
You may not add me to a commercial mailing list or send me commercial
advertising without my consent!
See http://www.e.kth.se/~levitte/anti.html for further reference.
