public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug build/14418] New: cross-rpcgen's object files vs. stub scanning
@ 2012-07-29 20:15 tschwinge at sourceware dot org
  2012-07-30 15:03 ` [Bug build/14418] " carlos_odonell at mentor dot com
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: tschwinge at sourceware dot org @ 2012-07-29 20:15 UTC (permalink / raw)
  To: glibc-bugs

http://sourceware.org/bugzilla/show_bug.cgi?id=14418

             Bug #: 14418
           Summary: cross-rpcgen's object files vs. stub scanning
           Product: glibc
           Version: unspecified
            Status: NEW
          Severity: minor
          Priority: P2
         Component: build
        AssignedTo: unassigned@sourceware.org
        ReportedBy: tschwinge@sourceware.org
                CC: carlos@systemhalted.org
    Classification: Unclassified


I've noticed this when doing a cross-build based on recent sources.  It
is probably harmless, but I think the cross-*.o files should be excluded
from this examination.

    (cd [...]/sunrpc/.; [...]/objdump -h [...] rpc_sample.o cross-rpc_main.o
[...] cross-rpc_sample.o compat-auth_des.os [...]) | \
            gawk '/\.gnu\.glibc-stub\./ { \
                      sub(/\.gnu\.glibc-stub\./, "", $2); \
                      stubs[$2] = 1; } \
                    END { for (s in stubs) print "#define __stub_" s }' >
[...]/sunrpc/stubsT
    [...]/objdump: cross-rpc_main.o: File format not recognized
    [...]/objdump: cross-rpc_hout.o: File format not recognized
    [...]/objdump: cross-rpc_cout.o: File format not recognized
    [...]/objdump: cross-rpc_parse.o: File format not recognized
    [...]/objdump: cross-rpc_scan.o: File format not recognized
    [...]/objdump: cross-rpc_util.o: File format not recognized
    [...]/objdump: cross-rpc_svcout.o: File format not recognized
    [...]/objdump: cross-rpc_clntout.o: File format not recognized
    [...]/objdump: cross-rpc_tblout.o: File format not recognized
    [...]/objdump: cross-rpc_sample.o: File format not recognized
    mv -f [...]/sunrpc/stubsT [...]/sunrpc/stubs
    make[2]: Leaving directory `[...]/sunrpc'

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


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

* [Bug build/14418] cross-rpcgen's object files vs. stub scanning
  2012-07-29 20:15 [Bug build/14418] New: cross-rpcgen's object files vs. stub scanning tschwinge at sourceware dot org
@ 2012-07-30 15:03 ` carlos_odonell at mentor dot com
  2012-07-30 17:02 ` schwab@linux-m68k.org
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: carlos_odonell at mentor dot com @ 2012-07-30 15:03 UTC (permalink / raw)
  To: glibc-bugs

http://sourceware.org/bugzilla/show_bug.cgi?id=14418

Carlos O'Donell <carlos_odonell at mentor dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |carlos_odonell at mentor
                   |                            |dot com

--- Comment #1 from Carlos O'Donell <carlos_odonell at mentor dot com> 2012-07-30 15:02:58 UTC ---
Are you familiar with the stub scanning code? What does it do?

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


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

* [Bug build/14418] cross-rpcgen's object files vs. stub scanning
  2012-07-29 20:15 [Bug build/14418] New: cross-rpcgen's object files vs. stub scanning tschwinge at sourceware dot org
  2012-07-30 15:03 ` [Bug build/14418] " carlos_odonell at mentor dot com
@ 2012-07-30 17:02 ` schwab@linux-m68k.org
  2012-12-04  0:01 ` carlos at systemhalted dot org
  2014-06-17 18:49 ` fweimer at redhat dot com
  3 siblings, 0 replies; 5+ messages in thread
From: schwab@linux-m68k.org @ 2012-07-30 17:02 UTC (permalink / raw)
  To: glibc-bugs

http://sourceware.org/bugzilla/show_bug.cgi?id=14418

--- Comment #2 from Andreas Schwab <schwab@linux-m68k.org> 2012-07-30 17:02:26 UTC ---
That's because $(addprefix cross-,$(rpcgen-objs)) are included in extra-objs
which is the easiest way to have them considered for +depfiles.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


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

* [Bug build/14418] cross-rpcgen's object files vs. stub scanning
  2012-07-29 20:15 [Bug build/14418] New: cross-rpcgen's object files vs. stub scanning tschwinge at sourceware dot org
  2012-07-30 15:03 ` [Bug build/14418] " carlos_odonell at mentor dot com
  2012-07-30 17:02 ` schwab@linux-m68k.org
@ 2012-12-04  0:01 ` carlos at systemhalted dot org
  2014-06-17 18:49 ` fweimer at redhat dot com
  3 siblings, 0 replies; 5+ messages in thread
From: carlos at systemhalted dot org @ 2012-12-04  0:01 UTC (permalink / raw)
  To: glibc-bugs

http://sourceware.org/bugzilla/show_bug.cgi?id=14418

Carlos O'Donell <carlos at systemhalted dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|carlos_odonell at mentor    |
                   |dot com                     |

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


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

* [Bug build/14418] cross-rpcgen's object files vs. stub scanning
  2012-07-29 20:15 [Bug build/14418] New: cross-rpcgen's object files vs. stub scanning tschwinge at sourceware dot org
                   ` (2 preceding siblings ...)
  2012-12-04  0:01 ` carlos at systemhalted dot org
@ 2014-06-17 18:49 ` fweimer at redhat dot com
  3 siblings, 0 replies; 5+ messages in thread
From: fweimer at redhat dot com @ 2014-06-17 18:49 UTC (permalink / raw)
  To: glibc-bugs

https://sourceware.org/bugzilla/show_bug.cgi?id=14418

Florian Weimer <fweimer at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
              Flags|                            |security-

-- 
You are receiving this mail because:
You are on the CC list for the bug.


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

end of thread, other threads:[~2014-06-17 18:49 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-07-29 20:15 [Bug build/14418] New: cross-rpcgen's object files vs. stub scanning tschwinge at sourceware dot org
2012-07-30 15:03 ` [Bug build/14418] " carlos_odonell at mentor dot com
2012-07-30 17:02 ` schwab@linux-m68k.org
2012-12-04  0:01 ` carlos at systemhalted dot org
2014-06-17 18:49 ` fweimer at redhat dot com

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