Package: policycoreutils
Version: 2.0.49-3
I was trying to backport policycoreutils to Etch, where sys/inotify.h
is not present (due to an old glibc). The Makefile says:
ifeq (${INOTIFYH}, /usr/include/sys/inotify.h)
SUBDIRS += restorecond
endif
i.e. restorecond isn't being built and installed on Etch. The build
fails here:
chmod 0755
/usr/src/debian/build/policycoreutils-2.0.49/debian/policycoreutils/etc/init.d/policycoreutils
chmod: cannot access
`/usr/src/debian/build/policycoreutils-2.0.49/debian/policycoreutils/etc/init.d/policycoreutils':
No such file or directory
make[1]: *** [debian/stamp/install/policycoreutils] Error 1
It would be nice to be able to build this package on Etch, even if it
does not include restorecond.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]