public inbox for libc-help@sourceware.org
 help / color / mirror / Atom feed
* Warnings from make
@ 2021-02-05 11:23 Christer Solskogen
  2021-02-05 12:44 ` Adhemerval Zanella
  0 siblings, 1 reply; 2+ messages in thread
From: Christer Solskogen @ 2021-02-05 11:23 UTC (permalink / raw)
  To: libc-help

While building glibc I get this:
../Rules:222: target 
'/tmp/build.s390x/glibc.full/localedata/tst-langinfo-newlocale-static' 
given more than once in the same rule
../Rules:222: target 
'/tmp/build.s390x/glibc.full/localedata/tst-langinfo-setlocale-static' 
given more than once in the same rule
../Rules:222: target '/tmp/build.s390x/glibc.full/elf/tst-tls1-static' 
given more than once in the same rule
../Rules:222: target '/tmp/build.s390x/glibc.full/elf/tst-tls2-static' 
given more than once in the same rule
../Rules:222: target 
'/tmp/build.s390x/glibc.full/elf/tst-ptrguard1-static' given more than 
once in the same rule
../Rules:222: target 
'/tmp/build.s390x/glibc.full/elf/tst-stackguard1-static' given more than 
once in the same rule
../Rules:222: target 
'/tmp/build.s390x/glibc.full/elf/tst-tls1-static-non-pie' given more 
than once in the same rule
../Rules:222: target 
'/tmp/build.s390x/glibc.full/elf/tst-libc_dlvsym-static' given more than 
once in the same rule

(I get this warning a couple of times during 'make')

[solskogen@manjaro-builder glibc.full]$ make -v
GNU Make 4.3
Built for x86_64-pc-linux-gnu
Copyright (C) 1988-2020 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later 
<http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.

Is this a problem? A problem on my side or perhaps a bug that needs 
reporting?


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

* Re: Warnings from make
  2021-02-05 11:23 Warnings from make Christer Solskogen
@ 2021-02-05 12:44 ` Adhemerval Zanella
  0 siblings, 0 replies; 2+ messages in thread
From: Adhemerval Zanella @ 2021-02-05 12:44 UTC (permalink / raw)
  To: Christer Solskogen, libc-help



On 05/02/2021 08:23, Christer Solskogen via Libc-help wrote:
> While building glibc I get this:
> ../Rules:222: target '/tmp/build.s390x/glibc.full/localedata/tst-langinfo-newlocale-static' given more than once in the same rule
> ../Rules:222: target '/tmp/build.s390x/glibc.full/localedata/tst-langinfo-setlocale-static' given more than once in the same rule
> ../Rules:222: target '/tmp/build.s390x/glibc.full/elf/tst-tls1-static' given more than once in the same rule
> ../Rules:222: target '/tmp/build.s390x/glibc.full/elf/tst-tls2-static' given more than once in the same rule
> ../Rules:222: target '/tmp/build.s390x/glibc.full/elf/tst-ptrguard1-static' given more than once in the same rule
> ../Rules:222: target '/tmp/build.s390x/glibc.full/elf/tst-stackguard1-static' given more than once in the same rule
> ../Rules:222: target '/tmp/build.s390x/glibc.full/elf/tst-tls1-static-non-pie' given more than once in the same rule
> ../Rules:222: target '/tmp/build.s390x/glibc.full/elf/tst-libc_dlvsym-static' given more than once in the same rule
> 
> (I get this warning a couple of times during 'make')
> 
> [solskogen@manjaro-builder glibc.full]$ make -v
> GNU Make 4.3
> Built for x86_64-pc-linux-gnu
> Copyright (C) 1988-2020 Free Software Foundation, Inc.
> License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
> This is free software: you are free to change and redistribute it.
> There is NO WARRANTY, to the extent permitted by law.
> 
> Is this a problem? A problem on my side or perhaps a bug that needs reporting?
> 

I haven't seen it with make 4.2.1, but at least for elf it seems to be
due the 'tests-static-internal' is added on both 'tests-internal' and
'tests-static'.  This duplicate should not be a problem, but I will
check out on clean this up.

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

end of thread, other threads:[~2021-02-05 12:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-05 11:23 Warnings from make Christer Solskogen
2021-02-05 12:44 ` Adhemerval Zanella

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).