Opened 8 years ago

Closed 8 years ago

#7489 closed defect (fixed)

xindy-2.5.1 is broken by grep-2.23

Reported by: ken@… Owned by: ken@…
Priority: normal Milestone: 7.9
Component: BOOK Version: SVN
Severity: normal Keywords:
Cc:

Description

Somewhat reminiscent of #5926.

The latin.xdy and utf8.xdy files are created by sorting files in latin1,2,3 together for latin.xdy and sorting utf8 versions of those for utf8.xdy. After the sort, they are passed through grep -v ';' to remove blank lines.

In both cases, grep now just outputs

Binary file (standard input) matches

For the first one, grep is now going to choke because they are in different encodings. For the second, we already forced POSIX so UTF-8 does not fit.

I think I have a fix, replacing grep by awk.

Change History (2)

comment:1 by ken@…, 8 years ago

Owner: changed from blfs-book@… to ken@…
Status: newassigned

comment:2 by ken@…, 8 years ago

Resolution: fixed
Status: assignedclosed

Done in r17027.

Note: See TracTickets for help on using tickets.