From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 100324 invoked by alias); 18 Feb 2019 18:22:25 -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 100250 invoked by uid 89); 18 Feb 2019 18:22:25 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-6.7 required=5.0 tests=BAYES_00,GIT_PATCH_2,KAM_LOTSOFHASH,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=H*F:U*noreply, pains, HTo:U*crossgcc, UD:by X-HELO: o10.sgmail.github.com Received: from o10.sgmail.github.com (HELO o10.sgmail.github.com) (167.89.101.201) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 18 Feb 2019 18:22:21 +0000 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=github.com; h=from:to:subject:mime-version:content-type:content-transfer-encoding; s=s20150108; bh=MwS3o4Bh/6dSbWICoiMZJSWa2Kg=; b=trYvwMdhDYNToxBW EdsOWOJlc09dnKUpizfp9Nm1S3ryv5hYLYf4PKeMsr3DyJtXjU7X3S+J2v1S1e1q cE8egBMotoMUr9gQ7VnilmOTMb6BVkv6JFDGhc4H0WZljL3D99VBf4/q3zglGH6D 6zJI8wPcSZvptyAqYfoMdWgNKOQ= Received: by filter0852p1las1.sendgrid.net with SMTP id filter0852p1las1-31994-5C6AF7DB-5 2019-02-18 18:22:19.148018914 +0000 UTC m=+1118032.847047782 Received: from github-lowworker-e55e3e3.cp1-iad.github.net (unknown [192.30.252.41]) by ismtpd0005p1iad2.sendgrid.net (SG) with ESMTP id viYIs4AxQH2waFjIlO75cw for ; Mon, 18 Feb 2019 18:22:18.987 +0000 (UTC) Received: from github.com (localhost [127.0.0.1]) by github-lowworker-e55e3e3.cp1-iad.github.net (Postfix) with ESMTP id 07FF31803E3 for ; Mon, 18 Feb 2019 10:22:19 -0800 (PST) Date: Mon, 18 Feb 2019 18:22:00 -0000 From: Alexey Neyman To: crossgcc@sourceware.org Message-ID: Subject: [crosstool-ng/crosstool-ng] 7c7eca: Improve error detection Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-GitHub-Recipient-Address: crossgcc@sourceware.org X-Auto-Response-Suppress: All X-SG-EID: 7xZTsbg3ppjBorJwV2IZA7ZazDToAKCStSasgW8YjM8sBhA1oklTWsqlF9gpnDQ4rYCZ85mtEVz36R 7dZ+HvDX9QrDAqdDOoJ8DahkMW0gAQfDGT5Px6c6YgTBDR51xEPK8K4CHv5fobVXQgyOkd9KqEMjhS rXl8IjHqGeOCQHHr0aqM+XfcUzHBMyXRWVmc8GfNtUbZXWWIv0pgoc9uMh2wAM3v+mQZpp/LNb4XyM o= X-SW-Source: 2019-02/txt/msg00012.txt.bz2 Branch: refs/heads/master Home: https://github.com/crosstool-ng/crosstool-ng Commit: 7c7eca2fab5a5a548c08b3ad48030788b8cb853b https://github.com/crosstool-ng/crosstool-ng/commit/7c7eca2fab5a5a548c08b3ad48030788b8cb853b Author: Alexey Neyman Date: 2019-02-14 (Thu, 14 Feb 2019) Changed paths: M scripts/functions Log Message: ----------- Improve error detection ... by filtering the messages that contain a *word* "warning" or "error", i.e. is preceded by a space or is at the beginning of the line. This improves the output from new uClibc-ng releases - which produce a warning about an unused label, `mprot_error`. Signed-off-by: Alexey Neyman Commit: 2c6b185c418c128aed36b91199c064be28c163d0 https://github.com/crosstool-ng/crosstool-ng/commit/2c6b185c418c128aed36b91199c064be28c163d0 Author: Alexey Neyman Date: 2019-02-14 (Thu, 14 Feb 2019) Changed paths: A packages/elf2flt/git-6d80ab6c/0000-Create-more-symlinks-to-BFD-headers.patch R packages/elf2flt/git-6d80ab6c/0000-diagnostics.h.patch A packages/elf2flt/git-6d80ab6c/0001-Check-output_elf-for-being-NULL.patch Log Message: ----------- Patch elf2flt to fix the breakage with host GCC8 ... and binutils 2.32 (more headers needed). Signed-off-by: Alexey Neyman Commit: d5c73fd9e688ccb4b060d3295574e9333c4bbff5 https://github.com/crosstool-ng/crosstool-ng/commit/d5c73fd9e688ccb4b060d3295574e9333c4bbff5 Author: Alexey Neyman Date: 2019-02-15 (Fri, 15 Feb 2019) Changed paths: A packages/strace/4.26/0000-mips-o32-fix-build.patch Log Message: ----------- strace 4.26 doesn't build on mips/o32 ... so pick up a patch from upstream. Signed-off-by: Alexey Neyman Commit: 7217116836c3c363e1c18308f6541c66f8930a52 https://github.com/crosstool-ng/crosstool-ng/commit/7217116836c3c363e1c18308f6541c66f8930a52 Author: Alexey Neyman Date: 2019-02-15 (Fri, 15 Feb 2019) Changed paths: M scripts/crosstool-NG.sh Log Message: ----------- Check/increase `ulimit -n` setting ... 2.32 ld runs out of file descriptors while linking uClibc-ng on SuperH. Signed-off-by: Alexey Neyman Commit: f71d3cb1c23d1e76fbc6549a04c64f6a8d5d4621 https://github.com/crosstool-ng/crosstool-ng/commit/f71d3cb1c23d1e76fbc6549a04c64f6a8d5d4621 Author: Alexey Neyman Date: 2019-02-16 (Sat, 16 Feb 2019) Changed paths: M scripts/build/libc/glibc.sh Log Message: ----------- Disable CXX while building glibc Otherwise, glibc 2.29 tries to use it - but we haven't built libstdc++ yet. We really need to implement #808... Until now, pass empty CXX to make. Signed-off-by: Alexey Neyman Commit: bf4b57308974252e6c7805614bce32ebfb9d40c9 https://github.com/crosstool-ng/crosstool-ng/commit/bf4b57308974252e6c7805614bce32ebfb9d40c9 Author: Alexey Neyman Date: 2019-02-17 (Sun, 17 Feb 2019) Changed paths: A samples/xtensa-fsf-elf/crosstool.config A samples/xtensa-fsf-elf/reported.by Log Message: ----------- Add sample from #985 Signed-off-by: Alexey Neyman Commit: 32dd66a35ae98cb3622c5df7ad58cbf0515d41ca https://github.com/crosstool-ng/crosstool-ng/commit/32dd66a35ae98cb3622c5df7ad58cbf0515d41ca Author: Alexey Neyman Date: 2019-02-17 (Sun, 17 Feb 2019) Changed paths: M scripts/build/cc/gcc.sh Log Message: ----------- Use -idirafter instead of copying headers. Signed-off-by: Alexey Neyman Commit: d083cbea806730fcc368f4041b2a3bff66851446 https://github.com/crosstool-ng/crosstool-ng/commit/d083cbea806730fcc368f4041b2a3bff66851446 Author: Alexey Neyman Date: 2019-02-17 (Sun, 17 Feb 2019) Changed paths: M scripts/build/libc/mingw-w64.sh M scripts/build/libc/moxiebox.sh Log Message: ----------- Move moxiebox build to post_cc core-2 gcc does not search the final prefix now for newlib's headers. Signed-off-by: Alexey Neyman Commit: 187aee1735421c983e792bcc96875f729391e906 https://github.com/crosstool-ng/crosstool-ng/commit/187aee1735421c983e792bcc96875f729391e906 Author: Alexey Neyman Date: 2019-02-18 (Mon, 18 Feb 2019) Changed paths: M packages/newlib/3.0.0.20180831/version.desc M packages/newlib/3.1.0.20181231/version.desc Log Message: ----------- No longer mark newlib 3.x experimental ... they seem to have overcome the birthing pains of 3.0.0 and build is stable. Signed-off-by: Alexey Neyman Commit: 8a61f74f38e33166f6be0dde0cae82cfe055c3bf https://github.com/crosstool-ng/crosstool-ng/commit/8a61f74f38e33166f6be0dde0cae82cfe055c3bf Author: Alexey Neyman Date: 2019-02-18 (Mon, 18 Feb 2019) Changed paths: R packages/elf2flt/git-6d80ab6c/0000-Create-more-symlinks-to-BFD-headers.patch R packages/elf2flt/git-6d80ab6c/0001-Check-output_elf-for-being-NULL.patch M packages/elf2flt/package.desc Log Message: ----------- Pick up a newer revision of elf2flt ... which includes the two local patches we have. Signed-off-by: Alexey Neyman Commit: 7d621cd831e4fb015fa151437051192135337006 https://github.com/crosstool-ng/crosstool-ng/commit/7d621cd831e4fb015fa151437051192135337006 Author: Alexey Neyman Date: 2019-02-18 (Mon, 18 Feb 2019) Changed paths: R packages/elf2flt/git-6d80ab6c/0000-diagnostics.h.patch M packages/elf2flt/package.desc M packages/newlib/3.0.0.20180831/version.desc M packages/newlib/3.1.0.20181231/version.desc A packages/strace/4.26/0000-mips-o32-fix-build.patch A samples/xtensa-fsf-elf/crosstool.config A samples/xtensa-fsf-elf/reported.by M scripts/build/cc/gcc.sh M scripts/build/libc/glibc.sh M scripts/build/libc/mingw-w64.sh M scripts/build/libc/moxiebox.sh M scripts/crosstool-NG.sh M scripts/functions Log Message: ----------- Merge pull request #1142 from stilor/rc2-fixes Fixes for regressions in 1.24.0-rc1 Compare: https://github.com/crosstool-ng/crosstool-ng/compare/fb744d815883...7d621cd831e4