I used to download snapshots almost every day and test them. But when they were moved I stopped, since I was uncertain how to do. Today I tried for the first time. Besides the earlier sent mail, I have the following.
- Why have a test that produce errors on the screen and ends up with:
clock_gettime() not present, but this should be OK
I have librt:
find /usr -name librt*
/usr/lib/pa20_64/librt.2
/usr/lib/pa20_64/librt.sl
/usr/lib/librt.2
/usr/lib/librt.sl
- Why are needed executable files not executable (eg) ./configure.server[167]: ./build/lfs.sh: Execute permission denied.
Checking for clock_gettime() requiring librt ...
test-clockgettime-librt.c: In function main': test-clockgettime-librt.c:9: error: CLOCK_MONOTONIC' undeclared (first use in t
his function)
test-clockgettime-librt.c:9: error: (Each undeclared identifier is reported only
once
test-clockgettime-librt.c:9: error: for each function it appears in.)
make: *** [test-clockgettime-librt.o] Error 1
test-clockgettime-librt.c: In function main': test-clockgettime-librt.c:9: error: CLOCK_MONOTONIC' undeclared (first use in t
his function)
test-clockgettime-librt.c:9: error: (Each undeclared identifier is reported only
once
test-clockgettime-librt.c:9: error: for each function it appears in.)
make: *** [test-clockgettime-librt.o] Error 1
clock_gettime() not present, but this should be OK
-- Regards Lars Ebeling
http://leopg9.no-ip.org Hobbithobbyist
"I am not young enough to know everything." -- Oscar Wilde
In <00ba01c90f21$769dcbc0$0500a8c0 at noip.org> "Lars Ebeling" <lars.ebeling at leopg9.no-ip.org> writes:
- Why have a test that produce errors on the screen and ends up with:
clock_gettime() not present, but this should be OK
clock_gettime() is used by the C-ARES library from version 1.5, but their dependency checks for using librt are broken. So this is to work-around the C-ARES breakage.
I'll see if I can make it more quiet.
- Why are needed executable files not executable (eg) ./configure.server[167]: ./build/lfs.sh: Execute permission denied.
Unfortunately, the Subversion system does not store read/write/exec file permission flags (at least I don't know how to set it up). I suppose the configure script could do a 'chmod ugo+x build/*.sh' for that ...
Henrik
participants (2)
-
henrik@hswn.dk
-
lars.ebeling@leopg9.no-ip.org