This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug build/18615] New: scripts/sysd-rules.awk (via make process) causes a ton of gawk warnings


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]