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/14661] New: "make check" relies on C-locale output from readelf


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

             Bug #: 14661
           Summary: "make check" relies on C-locale output from readelf
           Product: glibc
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: build
        AssignedTo: unassigned@sourceware.org
        ReportedBy: jrnieder@gmail.com
                CC: carlos@systemhalted.org
    Classification: Unclassified


In the same spirit as bug 14660:

 $ make check
[...]
 make[2] : on entre dans le rÃpertoire  [...]/nptl_db Â
 diff -p -U 0 ../sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist
[...]/build/nptl_db/libthread_db.symlist
 readelf -W -s [...]/build/nptl/libpthread.so | gawk -f
[...]/build/nptl_db/db-symbols.v.i > [...]/build/nptl_db/db-symbols.out
 make[2]: *** [[...]/build/nptl_db/db-symbols.out] Erreur 1
 $ $ head nptl_db/db-symbols.out 
 _thread_db_pthread_eventbuf_eventmask_event_bits ***MISSING***
 _thread_db_pthread_start_routine ***MISSING***
 _thread_db_sizeof_list_t ***MISSING***
 _thread_db_pthread_schedparam_sched_priority ***MISSING***
 _thread_db_td_eventbuf_t_eventdata ***MISSING***
 _thread_db_list_t_prev ***MISSING***
 _thread_db_pthread_cancelhandling ***MISSING***
 _thread_db___pthread_keys ***MISSING***
 __nptl_create_event ***MISSING***
 _thread_db_sizeof_pthread ***MISSING***

-- 
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]