public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug build/14661] New: "make check" relies on C-locale output from readelf
@ 2012-10-03 18:04 jrnieder at gmail dot com
  2012-10-03 18:13 ` [Bug build/14661] " jrnieder at gmail dot com
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: jrnieder at gmail dot com @ 2012-10-03 18:04 UTC (permalink / raw)
  To: glibc-bugs


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.


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

* [Bug build/14661] "make check" relies on C-locale output from readelf
  2012-10-03 18:04 [Bug build/14661] New: "make check" relies on C-locale output from readelf jrnieder at gmail dot com
@ 2012-10-03 18:13 ` jrnieder at gmail dot com
  2012-10-03 18:15 ` jrnieder at gmail dot com
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: jrnieder at gmail dot com @ 2012-10-03 18:13 UTC (permalink / raw)
  To: glibc-bugs


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

--- Comment #1 from Jonathan Nieder <jrnieder at gmail dot com> 2012-10-03 18:13:29 UTC ---
Created attachment 6664
  --> http://sourceware.org/bugzilla/attachment.cgi?id=6664
nptl_db/Makefile: force C locale when running readelf

This patch

-- 
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] 6+ messages in thread

* [Bug build/14661] "make check" relies on C-locale output from readelf
  2012-10-03 18:04 [Bug build/14661] New: "make check" relies on C-locale output from readelf jrnieder at gmail dot com
  2012-10-03 18:13 ` [Bug build/14661] " jrnieder at gmail dot com
@ 2012-10-03 18:15 ` jrnieder at gmail dot com
  2012-10-04 12:55 ` aj at suse dot de
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: jrnieder at gmail dot com @ 2012-10-03 18:15 UTC (permalink / raw)
  To: glibc-bugs


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

--- Comment #2 from Jonathan Nieder <jrnieder at gmail dot com> 2012-10-03 18:14:53 UTC ---
Hit submit too early, sorry. With the attached patch applied, the db-symbols
test passes for me.

-- 
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] 6+ messages in thread

* [Bug build/14661] "make check" relies on C-locale output from readelf
  2012-10-03 18:04 [Bug build/14661] New: "make check" relies on C-locale output from readelf jrnieder at gmail dot com
  2012-10-03 18:13 ` [Bug build/14661] " jrnieder at gmail dot com
  2012-10-03 18:15 ` jrnieder at gmail dot com
@ 2012-10-04 12:55 ` aj at suse dot de
  2012-10-08 21:20 ` jrnieder at gmail dot com
  2014-06-17  4:11 ` fweimer at redhat dot com
  4 siblings, 0 replies; 6+ messages in thread
From: aj at suse dot de @ 2012-10-04 12:55 UTC (permalink / raw)
  To: glibc-bugs


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

Andreas Jaeger <aj at suse dot de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |aj at suse dot de

--- Comment #3 from Andreas Jaeger <aj at suse dot de> 2012-10-04 12:55:12 UTC ---
The patch looks fine. Could you send it to libc-alpha so that somebody else
commits it, please?

I suggest the following change:
* Send the changelog entry as plain text, not as a diff

Thanks!

-- 
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] 6+ messages in thread

* [Bug build/14661] "make check" relies on C-locale output from readelf
  2012-10-03 18:04 [Bug build/14661] New: "make check" relies on C-locale output from readelf jrnieder at gmail dot com
                   ` (2 preceding siblings ...)
  2012-10-04 12:55 ` aj at suse dot de
@ 2012-10-08 21:20 ` jrnieder at gmail dot com
  2014-06-17  4:11 ` fweimer at redhat dot com
  4 siblings, 0 replies; 6+ messages in thread
From: jrnieder at gmail dot com @ 2012-10-08 21:20 UTC (permalink / raw)
  To: glibc-bugs


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

Jonathan Nieder <jrnieder at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED

--- Comment #4 from Jonathan Nieder <jrnieder at gmail dot com> 2012-10-08 21:19:17 UTC ---
commit 72bd2088
Author: Jonathan Nieder <jrnieder@gmail.com>
Date:   Mon Oct 8 14:04:23 2012 -0700

    nptl_db/Makefile: force C locale when running readelf

-- 
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] 6+ messages in thread

* [Bug build/14661] "make check" relies on C-locale output from readelf
  2012-10-03 18:04 [Bug build/14661] New: "make check" relies on C-locale output from readelf jrnieder at gmail dot com
                   ` (3 preceding siblings ...)
  2012-10-08 21:20 ` jrnieder at gmail dot com
@ 2014-06-17  4:11 ` fweimer at redhat dot com
  4 siblings, 0 replies; 6+ messages in thread
From: fweimer at redhat dot com @ 2014-06-17  4:11 UTC (permalink / raw)
  To: glibc-bugs

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

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] 6+ messages in thread

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

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-10-03 18:04 [Bug build/14661] New: "make check" relies on C-locale output from readelf jrnieder at gmail dot com
2012-10-03 18:13 ` [Bug build/14661] " jrnieder at gmail dot com
2012-10-03 18:15 ` jrnieder at gmail dot com
2012-10-04 12:55 ` aj at suse dot de
2012-10-08 21:20 ` jrnieder at gmail dot com
2014-06-17  4:11 ` 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).