Your message dated Wed, 2 May 2007 21:09:38 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Bug#421987: 'CLK_TCK' undeclared
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: glibc
Version: 2.5-1
Severity: serious

A number of packages fail to build because 'CLK_TCK' is undeclared.  I
suppose (but haven't confirmed) this comes from libc.  Is this a bug
in libc, the packages or something else?

At least the following packages fail to build:

atftp_0.7.dfsg-1.2:stats.c:160: error: 'CLK_TCK' undeclared (first use in this 
function)
diald_0.99.4-7.1:diald.c:188: error: 'CLK_TCK' undeclared (first use in this 
function)
digitaldj_0.7.5-5:ddj.c:1025: error: 'CLK_TCK' undeclared (first use in this 
function)
dsniff_2.4b1+debian-15:./sshow.c:226: error: 'CLK_TCK' undeclared (first use in 
this function)
euler_1.61.0-1:main.c:442: error: 'CLK_TCK' undeclared (first use in this 
function)
icon_9.4.2-2.7:time.c:35: error: 'CLK_TCK' undeclared (first use in this 
function)
john_1.6-40.1:bench.c:106: error: 'CLK_TCK' undeclared (first use in this 
function)
libdc1394_1.1.0-3:grab_partial_image.c:216: error: 'CLK_TCK' undeclared (first 
use in this function)
lua-posix_1.0-5:lposix.c:618: error: 'CLK_TCK' undeclared (first use in this 
function)
maxdb-7.5.00_7.5.00.34-7:ven69-a.c:71: error: 'CLK_TCK' undeclared (first use 
in this function)
scanlogd_2.2.5-2:scanlogd.c:181: error: 'CLK_TCK' undeclared (first use in this 
function)

-- 
Martin Michlmayr
http://www.cyrius.com/


--- End Message ---
--- Begin Message ---
On Wed, May 02, 2007 at 08:46:26PM +0200, Martin Michlmayr wrote:
> Package: glibc
> Version: 2.5-1
> Severity: serious
> 
> A number of packages fail to build because 'CLK_TCK' is undeclared.  I
> suppose (but haven't confirmed) this comes from libc.  Is this a bug
> in libc, the packages or something else?
> 
> At least the following packages fail to build:
> 
> atftp_0.7.dfsg-1.2:stats.c:160: error: 'CLK_TCK' undeclared (first use in 
> this function)
> diald_0.99.4-7.1:diald.c:188: error: 'CLK_TCK' undeclared (first use in this 
> function)
> digitaldj_0.7.5-5:ddj.c:1025: error: 'CLK_TCK' undeclared (first use in this 
> function)
> dsniff_2.4b1+debian-15:./sshow.c:226: error: 'CLK_TCK' undeclared (first use 
> in this function)
> euler_1.61.0-1:main.c:442: error: 'CLK_TCK' undeclared (first use in this 
> function)
> icon_9.4.2-2.7:time.c:35: error: 'CLK_TCK' undeclared (first use in this 
> function)
> john_1.6-40.1:bench.c:106: error: 'CLK_TCK' undeclared (first use in this 
> function)
> libdc1394_1.1.0-3:grab_partial_image.c:216: error: 'CLK_TCK' undeclared 
> (first use in this function)
> lua-posix_1.0-5:lposix.c:618: error: 'CLK_TCK' undeclared (first use in this 
> function)
> maxdb-7.5.00_7.5.00.34-7:ven69-a.c:71: error: 'CLK_TCK' undeclared (first use 
> in this function)
> scanlogd_2.2.5-2:scanlogd.c:181: error: 'CLK_TCK' undeclared (first use in 
> this function)

  this symbol remains in time.h though you need to have to use "old"
standards to have it:

/* This is the obsolete POSIX.1-1988 name for the same constant.  */ 
# if !defined __STRICT_ANSI__ && !defined __USE_XOPEN2K 
#  ifndef CLK_TCK 
#   define CLK_TCK      CLOCKS_PER_SEC 
#  endif 
# endif 

  The correct constant to use is CLOCKS_PER_SEC though.

  There is no bug, you can clone and reassign this bug to those
packages.

CHeers,
-- 
·O·  Pierre Habouzit
··O                                                [EMAIL PROTECTED]
OOO                                                http://www.madism.org

Attachment: pgpafKYJ78r2I.pgp
Description: PGP signature


--- End Message ---

Reply via email to