From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 65695 invoked by alias); 1 Jul 2015 00:33:25 -0000 Mailing-List: contact glibc-bugs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: glibc-bugs-owner@sourceware.org Received: (qmail 65614 invoked by uid 48); 1 Jul 2015 00:33:17 -0000 From: "jamespharvey20 at gmail dot com" To: glibc-bugs@sourceware.org Subject: [Bug build/18615] New: scripts/sysd-rules.awk (via make process) causes a ton of gawk warnings Date: Wed, 01 Jul 2015 00:33:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: glibc X-Bugzilla-Component: build X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: jamespharvey20 at gmail dot com X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter cc target_milestone Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2015-07/txt/msg00000.txt.bz2 https://sourceware.org/bugzilla/show_bug.cgi?id=18615 Bug ID: 18615 Summary: scripts/sysd-rules.awk (via make process) causes a ton of gawk warnings Product: glibc Version: unspecified Status: NEW Severity: normal Priority: P2 Component: build Assignee: unassigned at sourceware dot org Reporter: jamespharvey20 at gmail dot com CC: carlos at redhat dot com Target Milestone: --- On arch, glibc-git and gawk 4.1.3, right after running configure, make causes a ton of (duplicate) gawk warnings, through scripts/sysd-rules.awk. Not sure (yet) if this is a harmless warning. Even if it is, and the third argument to gensub is supposed to be 1, it would be nice to pretty-up the build output by actually giving it 1. ========== make -r PARALLELMFLAGS="" -C ../glibc.git.awk.check objdir=`pwd` all make[1]: Entering directory '/home/username/glibc.git.awk.check' LC_ALL=C gawk -f scripts/sysd-rules.awk > /home/username/glibc.git.awk.check.build/sysd-rulesT \ -v all_object_suffixes='.o .os .op .og .oS' \ -v inhibit_sysdep_asm='' \ -v sysd_rules_patterns='%:% rtld-%:rtld-% rtld-%:% m_%:s_% ptw-%:%' \ -v config_sysdirs='sysdeps/unix/sysv/linux/x86_64/64 sysdeps/unix/sysv/linux/x86_64 sysdeps/unix/sysv/linux/x86 sysdeps/unix/sysv/linux/wordsize-64 sysdeps/x86_64/nptl sysdeps/unix/sysv/linux sysdeps/nptl sysdeps/pthread sysdeps/gnu sysdeps/unix/inet sysdeps/unix/sysv sysdeps/unix/x86_64 sysdeps/unix sysdeps/posix sysdeps/x86_64/64 sysdeps/x86_64/fpu/multiarch sysdeps/x86_64/fpu sysdeps/x86/fpu sysdeps/x86_64/multiarch sysdeps/x86_64 sysdeps/x86 sysdeps/ieee754/ldbl-96 sysdeps/ieee754/dbl-64/wordsize-64 sysdeps/ieee754/dbl-64 sysdeps/ieee754/flt-32 sysdeps/wordsize-64 sysdeps/ieee754 sysdeps/generic' gawk: scripts/sysd-rules.awk:56: warning: gensub: third argument `' treated as 1 gawk: scripts/sysd-rules.awk:56: warning: gensub: third argument `' treated as 1 gawk: scripts/sysd-rules.awk:56: warning: gensub: third argument `' treated as 1 gawk: scripts/sysd-rules.awk:56: warning: gensub: third argument `' treated as 1 gawk: scripts/sysd-rules.awk:56: warning: gensub: third argument `' treated as 1 {repeats maybe a few hundred times} ========== -- You are receiving this mail because: You are on the CC list for the bug.