Bug #746
closed/usr/include/semaphore.h broken
0%
Description
%find /usr/include -name semaphore.h
/usr/include/semaphore.h
/usr/include/sys/semaphore.h
%less /usr/include/semaphore.h
/usr/include/semaphore.h: No such file or directory
%ls -l /usr/include/semaphore.h
lrwxr-xr-x 1 root wheel 28 Jul 26 19:01 /usr/include/semaphore.h -> emulation/posix4/semaphore.h
%uname -a
DragonFly 1.10-RELEASE DragonFly 1.10-RELEASE #0: Thu Jul 26 19:48:52 GMT 2007 corecode@:/usr/obj/usr/src/src/sys/SMP i386
this breaks compiling python and others. definite blocker for 1.10-RELEASE.
cheers
simon
Updated by corecode over 18 years ago
along the same lines:
%find /usr/include -name sched.h
/usr/include/sched.h
/usr/include/sys/sched.h
%ls -l /usr/include/sched.h
lrwxr-xr-x 1 root wheel 24 Jul 26 19:01 /usr/include/sched.h -> emulation/posix4/sched.h