Your message dated Sat, 26 Aug 2017 19:33:47 +0200
with message-id <[email protected]>
and subject line Re: Bug#641512: sys/timerfd.h does not compile with C99
has caused the Debian Bug report #641512,
regarding sys/timerfd.h does not compile with C99
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 [email protected]
immediately.)
--
641512: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=641512
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: libc6-dev-i386
Version: 2.13-20
Severity: normal
File: /usr/include/sys/timerfd.h
/tmp$ cat timerfdtest.c
#include <sys/timerfd.h>
/tmp$ gcc -std=c99 -c timerfdtest.c -o /dev/null
In file included from timerfdtest.c:1:0:
/usr/include/x86_64-linux-gnu/sys/timerfd.h:46:28: error: unknown type name
‘clockid_t’
Compiles fine without -std=c99.
- Josh Triplett
-- System Information:
Debian Release: wheezy/sid
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'stable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 3.0.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=C.UTF-8, LC_CTYPE=C.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages libc6-dev-i386 depends on:
ii libc6-dev 2.13-20
ii libc6-i386 2.13-20
Versions of packages libc6-dev-i386 recommends:
ii gcc-multilib 4:4.6.1-2
libc6-dev-i386 suggests no packages.
-- no debconf information
--- End Message ---
--- Begin Message ---
Version: 2.25-experimental0
On 2011-09-13 20:38, Josh Triplett wrote:
> Package: libc6-dev-i386
> Version: 2.13-20
> Severity: normal
> File: /usr/include/sys/timerfd.h
>
> /tmp$ cat timerfdtest.c
> #include <sys/timerfd.h>
> /tmp$ gcc -std=c99 -c timerfdtest.c -o /dev/null
> In file included from timerfdtest.c:1:0:
> /usr/include/x86_64-linux-gnu/sys/timerfd.h:46:28: error: unknown type name
> ‘clockid_t’
>
> Compiles fine without -std=c99.
>
This has been fixed upstream in version 2.25 which is now available in
experimental. I am therefore closing the bug with this version.
--
Aurelien Jarno GPG: 4096R/1DDD8C9B
[email protected] http://www.aurel32.net
--- End Message ---