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/14418] New: cross-rpcgen's object files vs. stub scanning


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.


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