public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* grep-3.0-2 issues within Makefile
@ 2017-05-29  8:39 Daniel Fort
  2017-05-29  8:52 ` Daniel Fort
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Daniel Fort @ 2017-05-29  8:39 UTC (permalink / raw)
  To: cygwin

grep-3.0-2 binary will not function as expected when the -v option is
used in a Makefile.

Resolution - downgrade to grep-3.0-1.

When using Cygwin to build Magic Lantern users stated reporting a
build errors on new Cygwin installs around November 2016. The
resolution was to downgrade grep to the previous version.

The discussion and instructions on how to prepare Cygwin to compile
Magic Lantern are in this forum topic:

http://www.magiclantern.fm/forum/index.php?topic=15894.msg154435#msg154435

Using a Cygwin install that includes the default grep-3.0-1 will
result in errors when running the follow Makefile code:

localsyms: libtcctmp.o
    @$(READELF) $< -Ws | $(AWK) "{print \$$8}" | sort | uniq \
        | grep -v "^tcc_new$$" \
        | grep -v "^tcc_delete$$" \
        | grep -v "^tcc_add_file$$" \
        | grep -v "^tcc_relocate$$" \
        | grep -v "^tcc_get_symbol$$" \
        | grep -v "^tcc_add_symbol$$" \
        | grep -v "^tcc_set_options$$" \
        | grep -v "^tcc_load_offline_section$$" \
        > $@

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2017-05-29 19:18 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-05-29  8:39 grep-3.0-2 issues within Makefile Daniel Fort
2017-05-29  8:52 ` Daniel Fort
2017-05-29  9:48 ` Marco Atzeri
2017-05-29 12:43   ` Eric Blake
2017-05-29 14:29     ` Eric Blake
2017-05-29 17:16       ` Brian Inglis
2017-05-29 19:50 ` Daniel Fort

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).