Comment 4 for bug 1709905

Revision history for this message
Andy Williams (wilandy) wrote :

Hi Colin,

Sorry for not replying earlier; I've been out on holiday until today. Unfortunately the fix didn't solve the problem on SLES11 SP4. I tried with both the 0.08-13 and the 0.08-15 tarballs and the result is the same:

stress-ng-0.08.13 # make
autoconfig: using -lcrypt
autoconfig: using -lrt
autoconfig: using -lpthread
autoconfig: using -laio
autoconfig: using float decimal support
autoconfig: using nop assembler instruction
autoconfig: using 64 byte alignment attribute
autoconfig: using 128 byte alignment attribute
autoconfig: using 64K byte alignment attribute
autoconfig: using sched affinity CPU masks
autoconfig: using madvise
autoconfig: using POSIX semaphores
autoconfig: using SYSV message queues
autoconfig: using SYSV shared memory
autoconfig: using inotify
... ... ...
... ... ...
cc -Wall -Wextra -DVERSION="0.08.13" -O2 -std=gnu99 -DHAVE_LIB_CRYPT -DHAVE_LIB_RT -DHAVE_LIB_PTHREAD -DHAVE_LIB_AIO -DHAVE_FLOAT_DECIMAL -DHAVE_ASM_NOP -DHAVE_ALIGNED_64 -DHAVE_ALIGNED_128 -DHAVE_ALIGNED_64K -DHAVE_AFFINITY -DHAVE_MADVISE -DHAVE_SEM_POSIX -DHAVE_MQ_SYSV -DHAVE_SHM_SYSV -DHAVE_INOTIFY -c -o stress-fallocate.o stress-fallocate.c
cc -Wall -Wextra -DVERSION="0.08.13" -O2 -std=gnu99 -DHAVE_LIB_CRYPT -DHAVE_LIB_RT -DHAVE_LIB_PTHREAD -DHAVE_LIB_AIO -DHAVE_FLOAT_DECIMAL -DHAVE_ASM_NOP -DHAVE_ALIGNED_64 -DHAVE_ALIGNED_128 -DHAVE_ALIGNED_64K -DHAVE_AFFINITY -DHAVE_MADVISE -DHAVE_SEM_POSIX -DHAVE_MQ_SYSV -DHAVE_SHM_SYSV -DHAVE_INOTIFY -c -o stress-fault.o stress-fault.c
cc -Wall -Wextra -DVERSION="0.08.13" -O2 -std=gnu99 -DHAVE_LIB_CRYPT -DHAVE_LIB_RT -DHAVE_LIB_PTHREAD -DHAVE_LIB_AIO -DHAVE_FLOAT_DECIMAL -DHAVE_ASM_NOP -DHAVE_ALIGNED_64 -DHAVE_ALIGNED_128 -DHAVE_ALIGNED_64K -DHAVE_AFFINITY -DHAVE_MADVISE -DHAVE_SEM_POSIX -DHAVE_MQ_SYSV -DHAVE_SHM_SYSV -DHAVE_INOTIFY -c -o stress-fcntl.o stress-fcntl.c
stress-fcntl.c: In function ‘do_fcntl’:
stress-fcntl.c:233: error: ‘F_OWNER_PGRP’ undeclared (first use in this function)
stress-fcntl.c:233: error: (Each undeclared identifier is reported only once
stress-fcntl.c:233: error: for each function it appears in.)
make: *** [stress-fcntl.o] Error 1
stress-ng-0.08.13 #

Cheers,

-Andy