Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 141439 - net-misc/netkit-timed uses deprecated CLK_TCK no longer present in glibc
Summary: net-misc/netkit-timed uses deprecated CLK_TCK no longer present in glibc
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-07-22 15:06 UTC by Martin von Gagern
Modified: 2006-07-26 22:49 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
patch to netkit-timed-0.17-r7.ebuild (netkit-timed.ebuild.patch,727 bytes, patch)
2006-07-22 15:10 UTC, Martin von Gagern
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Martin von Gagern 2006-07-22 15:06:50 UTC
measure.c: In function 'measure':
measure.c:275: error: 'CLK_TCK' undeclared (first use in this function)
measure.c:275: error: (Each undeclared identifier is reported only once
measure.c:275: error: for each function it appears in.)
make[2]: *** [measure.o] Error 1

This is similar to bug 126411, bug 124995 and bug 135419 comment 2.

The 0.17-CFLAG-DEF-fix.patch that already gets applied fixes one single occurrence of CLK_TCK, but leaves several others unfixed.
Comment 1 Martin von Gagern 2006-07-22 15:10:32 UTC
Created attachment 92523 [details, diff]
patch to netkit-timed-0.17-r7.ebuild

This patch simply adds an appropriate define to the CFLAGS in the ebuild,
and thus avoids patching the sources.
Comment 2 Wormo (RETIRED) gentoo-dev 2006-07-26 22:49:10 UTC
Thanks for the report, your fix has been committed!