[OpenAFS-devel] configure warnings on FBSD 4

David Magda dmagda+oafs@magda.ca
Tue, 24 Jun 2003 10:06:21 -0400


Hello,

Getting warnings in the output of configure on my FreeBSD 4.x
box. Everything still builds fine, but I thought I'd mention it.

First one:

checking for sys/fstyp.h... no
checking sys/mount.h usability... no
checking sys/mount.h presence... yes
configure: WARNING: sys/mount.h: present but cannot be compiled
configure: WARNING: sys/mount.h: check for missing prerequisite
	headers?
configure: WARNING: sys/mount.h: proceeding with the preprocessor's
	result
checking for sys/mount.h... yes

Second:

checking for usersec.h... no
checking ucontext.h usability... no
checking ucontext.h presence... yes
configure: WARNING: ucontext.h: present but cannot be compiled
configure: WARNING: ucontext.h: check for missing prerequisite
	headers?
configure: WARNING: ucontext.h: proceeding with the preprocessor's
	result
checking for ucontext.h... yes
checking for utimes... yes

And when the Makefiles are being generated:

mv: src/vol/test/Makefile: set owner/group (was: 1001/0): Operation
	not permitted
config.status: creating src/volser/Makefile
mv: src/volser/Makefile: set owner/group (was: 1001/0): Operation not
	permitted
config.status: creating src/wsadmin.src/Makefile
mv: src/wsadmin.src/Makefile: set owner/group (was: 1001/0):
	Operation not permitted
config.status: creating src/xstat/Makefile
mv: src/xstat/Makefile: set owner/group (was: 1001/0): Operation not
	permitted
config.status: creating src/config/afsconfig.h
mv: src/config/afsconfig.h: set owner/group (was: 1001/0): Operation
	not permitted

(All indented lines are continuation of the previous line.)