[haiku-commits] Re: haiku: hrev43319 - src/add-ons/kernel/file_systems/packagefs src src/apps/deskbar src/kits/package/hpkg headers/private/file_systems

  • From: Joseph Prostko <joe.prostko@xxxxxxxxx>
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Sun, 27 Nov 2011 13:55:24 -0500

On Sat, Nov 26, 2011 at 11:15 PM, Rene Gollent <anevilyak@xxxxxxxxx> wrote:

> FWIW, on FreeBSD I run into a slightly different build problem with
> this set of changes, though also involving a POSIX.2008 API: at least
> as of 8.1/8.2, it appears to be missing futimens/utimensat() and
> consequently dies there.

I tried on FreeBSD 9.0 RC 2 and it seems to fare the same:

C++ 
/usr/home/jprostko/haiku/haiku/generated-gcc2/objects/freebsd/x86/release/build/libroot/fs.o
/usr/home/jprostko/haiku/haiku/src/build/libroot/fs.cpp: In function
'int _haiku_build_utimensat(int, const char*, const timespec*, int)':
/usr/home/jprostko/haiku/haiku/src/build/libroot/fs.cpp:1116: error:
'utimensat' was not declared in this scope
/usr/home/jprostko/haiku/haiku/src/build/libroot/fs.cpp:1124: error:
'UTIME_NOW' was not declared in this scope
/usr/home/jprostko/haiku/haiku/src/build/libroot/fs.cpp:1134: error:
'UTIME_OMIT' was not declared in this scope
/usr/home/jprostko/haiku/haiku/src/build/libroot/fs.cpp:1137: error:
'UTIME_NOW' was not declared in this scope
/usr/home/jprostko/haiku/haiku/src/build/libroot/fs.cpp:1146: error:
'UTIME_OMIT' was not declared in this scope
/usr/home/jprostko/haiku/haiku/src/build/libroot/fs.cpp:1149: error:
'UTIME_NOW' was not declared in this scope

- joe

Other related posts: