X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Received: by 10.157.14.211 with SMTP id 77mr11212852otj.27.1463161269544; Fri, 13 May 2016 10:41:09 -0700 (PDT) X-Received: by 10.140.42.34 with SMTP id b31mr552940qga.6.1463161269507; Fri, 13 May 2016 10:41:09 -0700 (PDT) Newsgroups: comp.os.msdos.djgpp Date: Fri, 13 May 2016 10:41:09 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse AT google DOT com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=134.3.46.155; posting-account=OsAajgoAAADdKJnkJkmhzqP0jo6I_P_0 NNTP-Posting-Host: 134.3.46.155 References: User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: Problem with DJGPP port of grep From: "Juan Manuel Guerrero (juan DOT guerrero AT gmx DOT de) [via djgpp AT delorie DOT com]" Injection-Date: Fri, 13 May 2016 17:41:09 +0000 Content-Type: text/plain; charset=UTF-8 Bytes: 2868 Lines: 46 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk Am Freitag, 13. Mai 2016 19:15:49 UTC+2 schrieb Andris Pavenis (andris DOT pavenis AT iki DOT fi) [via djgpp AT delorie DOT com]: > Noticed problem configuring GCC build under Win10 which prevented > > usable makeinfo from being detected. As result .info files were not built. > > Verified that latest version of DJGPP port of GNU grep behaves exactly in the > > same way both under Windows Vista and Windows 10. Last package which > > did not have this problem was deleted/v2gnu/grep211b.zip. All newer versions > > failed to extract acceptable makinfo versions including one from current/v2gnu > > ------------------------------------------------------------- > > #! /bin/sh > set -x > > MAKEINFO=/dev/env/DJDIR/bin/makeinfo > grep --version > $MAKEINFO --version > ${MAKEINFO} --version | egrep 'texinfo[^0-9]*(4\.([7-9]|[1-9][0-9])|[5-9]|[1-9][0-9])' && echo OK > > --------------------------------------------------------------- > > Checked version which I had on DJGPP Installation under Windows Vista, which I used > > for building GCC and it was ancient 2.5.4 (I had followed generic rule - if it is not broken, don't > > fix it). There were fresh installation in Windows 10, so I run into trouble > > > Andris > > > PS. Running the same GCC pre-processor torture tests which showed random failures > > with gcc versions beginning from 4.6. My todays build off gcc-6.1.0 seems to survive > > just fine under WIn10. Also 'make bootstrap4' went through OK without a problems (except that > > info files were missing) I have tried DJGPP port of grep 2.25 that I have uploaded 2016-05-07 and used grep -E instead of egrep and it works flawlessly. Regards, Juan M. Guerrero