[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#698782: marked as done (libc6: pthread_mutexattr_setrobust is not exported)



Your message dated Sun, 23 Feb 2014 00:58:13 +0100
with message-id <20140222235813.GA18971@volta.rr44.fr>
and subject line Bug#698782: libc6: pthread_mutexattr_setrobust is not exported
has caused the Debian Bug report #698782,
regarding libc6: pthread_mutexattr_setrobust is not exported
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
698782: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=698782
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: libc6
Version: 2.11.3-4
Severity: minor

The non-posix versions of mutexattr_setrobust are not exported by libpthread:

root@p:~/x# strings /lib/libpthread.so.0 | grep mutexattr_setrobust 
pthread_mutexattr_setrobust_np

but they are defined in the pthread.h header file:

root@p:~/x# grep mutexattr_setrobust /usr/include/pthread.h 
extern int pthread_mutexattr_setrobust (pthread_mutexattr_t *__attr,
extern int pthread_mutexattr_setrobust_np (pthread_mutexattr_t *__attr,

so applications using the _np variant compile, but cannot be linked.

-- System Information:
Debian Release: 6.0.1
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: armel (armv5tejl)

Kernel: Linux 2.6.32-5-versatile
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages libc6 depends on:
ii  libc-bin                      2.11.3-4   Embedded GNU C Library: Binaries
ii  libgcc1                       1:4.4.5-8  GCC support library

libc6 recommends no packages.

Versions of packages libc6 suggests:
ii  debconf [debconf-2.0]         1.5.36.1   Debian configuration management sy
pn  glibc-doc                     <none>     (no description available)
ii  locales                       2.11.2-10  Embedded GNU C Library: National L

-- debconf information:
  glibc/upgrade: true
  glibc/restart-services:
  glibc/disable-screensaver:
  glibc/restart-failed:

--- End Message ---
--- Begin Message ---
Version: 2.13-1

On Wed, Jan 23, 2013 at 03:07:32PM +0000, Manuel Traut wrote:
> Package: libc6
> Version: 2.11.3-4
> Severity: minor
> 
> The non-posix versions of mutexattr_setrobust are not exported by libpthread:
> 
> root@p:~/x# strings /lib/libpthread.so.0 | grep mutexattr_setrobust 
> pthread_mutexattr_setrobust_np
> 
> but they are defined in the pthread.h header file:
> 
> root@p:~/x# grep mutexattr_setrobust /usr/include/pthread.h 
> extern int pthread_mutexattr_setrobust (pthread_mutexattr_t *__attr,
> extern int pthread_mutexattr_setrobust_np (pthread_mutexattr_t *__attr,
> 
> so applications using the _np variant compile, but cannot be linked.

pthread_mutexattr_setrobust is exported starting with glibc 2.12. I am
therefore marking the bug in the closest version in Debian, that is
2.13-1.

-- 
Aurelien Jarno                          GPG: 1024D/F1BCDB73
aurelien@aurel32.net                 http://www.aurel32.net

--- End Message ---

Reply to: