Discussion:
[Bug build/13012] New: build fails because glibc internal __SIGRTMIN is being accessed
wkor97gy0eef1fr at p dot mintemail.com
2011-07-21 16:42:20 UTC
Permalink
http://sourceware.org/bugzilla/show_bug.cgi?id=13012

Summary: build fails because glibc internal __SIGRTMIN is being
accessed
Product: gdb
Version: 7.2
Status: NEW
Severity: normal
Priority: P2
Component: build
AssignedTo: ***@sourceware.org
ReportedBy: ***@p.mintemail.com


using an alternate libc (musl 0.7.2) the build fails.

linux-nat.c: In function `lin_thread_get_thread_signals':
linux-nat.c:5777: error: `__SIGRTMIN' undeclared (first use in this function)

solution: use SIGRTMIN ?
--
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.
tromey at redhat dot com
2011-08-03 20:42:23 UTC
Permalink
http://sourceware.org/bugzilla/show_bug.cgi?id=13012

Tom Tromey <tromey at redhat dot com> changed:

What |Removed |Added
----------------------------------------------------------------------------
CC| |tromey at redhat dot com

--- Comment #1 from Tom Tromey <tromey at redhat dot com> 2011-08-03 20:41:30 UTC ---
I think if you want this to work, you will have to send
patches and test them against glibc as well.
--
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.
tromey at sourceware dot org
2018-09-26 11:52:16 UTC
Permalink
https://sourceware.org/bugzilla/show_bug.cgi?id=13012

Tom Tromey <tromey at sourceware dot org> changed:

What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |WAITING
CC| |tromey at sourceware dot org

--- Comment #2 from Tom Tromey <tromey at sourceware dot org> ---
Is this still a problem?
--
You are receiving this mail because:
You are on the CC list for the bug.
Loading...