From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29025 invoked by alias); 27 Feb 2017 22:17:16 -0000 Mailing-List: contact crossgcc-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: crossgcc-owner@sourceware.org Received: (qmail 29007 invoked by uid 89); 27 Feb 2017 22:17:15 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-6.2 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,GIT_PATCH_2,KAM_LOTSOFHASH,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=H*r:Unknown, HX-Envelope-From:sk:sourcew, abandon, Home X-HELO: m69-170.mailgun.net Received: from m69-170.mailgun.net (HELO m69-170.mailgun.net) (166.78.69.170) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 27 Feb 2017 22:17:05 +0000 X-Mailgun-Sending-Ip: 166.78.69.170 X-Mailgun-Sid: WyIwZTgzNyIsICJjcm9zc2djY0Bzb3VyY2V3YXJlLm9yZyIsICI0MGYiXQ== Received: from github.com (Unknown [192.30.252.41]) by mxa.mailgun.org with ESMTP id 58b4a560.7f6df36ed780-smtp-out-n01; Mon, 27 Feb 2017 22:17:04 -0000 (UTC) Date: Mon, 27 Feb 2017 22:17:00 -0000 From: Alexey Neyman Reply-To: Alexey Neyman To: crossgcc@sourceware.org Message-ID: <58b4a55dea927_7cf93f8a1dcabc28784e3@hookshot-fe5-cp1-prd.iad.github.net.mail> Subject: [crosstool-ng/crosstool-ng] df1e3e: Revert "Fix breakage from sed_r change in some aux... Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_58b4a55dea555_7cf93f8a1dcabc2878345"; charset=UTF-8 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2017-02/txt/msg00041.txt.bz2 ----==_mimepart_58b4a55dea555_7cf93f8a1dcabc2878345 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-length: 4267 Branch: refs/heads/master Home: https://github.com/crosstool-ng/crosstool-ng Commit: df1e3e32cfb7cf09e4636b08eeffb53181ca1e83 https://github.com/crosstool-ng/crosstool-ng/commit/df1e3e32cfb7cf09e4636b08eeffb53181ca1e83 Author: Alexey Neyman Date: 2017-02-26 (Sun, 26 Feb 2017) Changed paths: M scripts/addToolVersion.sh M scripts/patch-renumber.sh M scripts/populate.in M scripts/saveSample.sh.in M scripts/xldd.in Log Message: ----------- Revert "Fix breakage from sed_r change in some auxiliary scripts" This reverts commit 5ea3f2967f105713ec0c707b4f3da9519912f9d0. Commit: 59bab98b2de061f395dc81f9a31157b4b1f9de91 https://github.com/crosstool-ng/crosstool-ng/commit/59bab98b2de061f395dc81f9a31157b4b1f9de91 Author: Alexey Neyman Date: 2017-02-26 (Sun, 26 Feb 2017) Changed paths: M Makefile.in M configure.ac M kconfig/Makefile M scripts/addToolVersion.sh M scripts/build/arch.sh M scripts/build/binutils/binutils.sh M scripts/build/cc/100-gcc.sh M scripts/build/debug/200-duma.sh M scripts/build/debug/300-gdb.sh M scripts/build/debug/duma.in M scripts/build/internals.sh M scripts/build/kernel/linux.sh M scripts/build/libc/glibc.sh M scripts/build/test_suite/gcc.sh M scripts/crosstool-NG.sh.in M scripts/functions M scripts/gen_in_frags.sh M scripts/patch-renumber.sh M scripts/populate.in M scripts/saveSample.sh.in M scripts/showSamples.sh M scripts/xldd.in Log Message: ----------- Revert "Determine whether -E/-r option selects extended regexp" This reverts commit 7bcf18bfab84374d3305c7a088f95ac1219ddf93. Commit: 2dae1cf81619606b133888675d5ebf1b688d9d7c https://github.com/crosstool-ng/crosstool-ng/commit/2dae1cf81619606b133888675d5ebf1b688d9d7c Author: Alexey Neyman Date: 2017-02-26 (Sun, 26 Feb 2017) Changed paths: M Makefile.in M configure.ac M scripts/build/companion_libs/110-mpfr.sh M scripts/crosstool-NG.sh.in M scripts/functions M scripts/patch-renumber.sh M scripts/saveSample.sh.in Log Message: ----------- Require GNU sed After much struggling with macos (BSD) sed and even getting everything work in crosstool-ng itself, I had to abandon that because some components rely on GNU syntax. Specifically, GNU libc uses '/.../{H;g}' (note absense of the separator after 'g'). So, revert the -r/-E detection and check for sed's being of GNU origin. MacOS people, sorry, but you'd have to install GNU sed. Signed-off-by: Alexey Neyman Commit: b3c23b7fdb62f396d47f46d8e3908725570d4acd https://github.com/crosstool-ng/crosstool-ng/commit/b3c23b7fdb62f396d47f46d8e3908725570d4acd Author: Alexey Neyman Date: 2017-02-27 (Mon, 27 Feb 2017) Changed paths: M configure.ac Log Message: ----------- Sed version may be reported differently Either "GNU sed, version" or "gsed (GNU sed)". Signed-off-by: Alexey Neyman Commit: 1ec5e7aa3400b534264ba1c2fa3949dc6a2cca90 https://github.com/crosstool-ng/crosstool-ng/commit/1ec5e7aa3400b534264ba1c2fa3949dc6a2cca90 Author: Alexey Neyman Date: 2017-02-27 (Mon, 27 Feb 2017) Changed paths: M Makefile.in M configure.ac M kconfig/Makefile M scripts/addToolVersion.sh M scripts/build/arch.sh M scripts/build/binutils/binutils.sh M scripts/build/cc/100-gcc.sh M scripts/build/companion_libs/110-mpfr.sh M scripts/build/debug/200-duma.sh M scripts/build/debug/300-gdb.sh M scripts/build/debug/duma.in M scripts/build/internals.sh M scripts/build/kernel/linux.sh M scripts/build/libc/glibc.sh M scripts/build/test_suite/gcc.sh M scripts/crosstool-NG.sh.in M scripts/functions M scripts/gen_in_frags.sh M scripts/patch-renumber.sh M scripts/populate.in M scripts/saveSample.sh.in M scripts/showSamples.sh M scripts/xldd.in Log Message: ----------- Merge pull request #618 from stilor/revert-sed-require-gnu-sed Require GNU sed on macos Compare: https://github.com/crosstool-ng/crosstool-ng/compare/85ae00c1a633...1ec5e7aa3400 ----==_mimepart_58b4a55dea555_7cf93f8a1dcabc2878345--