pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Unable to build devel/libuv on NetBSD 6_1_Stable



I recently tried to update my packages for cmake which has a dependency of
libuv.  Upon trying to build libuv I receive a ton of warnings and the
following error(s):
  CC       src/unix/libuv_la-fs.lo
In file included from src/unix/fs.c:30:0:
src/unix/internal.h: In function 'uv__req_init':
src/unix/internal.h:304:3: warning: dereferencing type-punned pointer will
break strict-aliasing rules
src/unix/fs.c: In function 'uv__fs_scandir':
src/unix/fs.c:387:3: warning: passing argument 4 of 'scandir' from
incompatible pointer type
/usr/include/dirent.h:105:5: note: expected 'int (*)(const void *, const
void *)' but argument is of type 'int (*)(const struct uv__dirent_t **,
const struct uv__dirent_t **)'
src/unix/fs.c: In function 'uv__to_stat':
src/unix/fs.c:825:28: error: 'struct stat' has no member named 'st_atim'
src/unix/fs.c:826:29: error: 'struct stat' has no member named 'st_atim'
src/unix/fs.c:827:28: error: 'struct stat' has no member named 'st_mtim'
src/unix/fs.c:828:29: error: 'struct stat' has no member named 'st_mtim'
src/unix/fs.c:829:28: error: 'struct stat' has no member named 'st_ctim'
src/unix/fs.c:830:29: error: 'struct stat' has no member named 'st_ctim'
src/unix/fs.c:833:32: error: 'struct stat' has no member named 'st_birthtim'
src/unix/fs.c:834:33: error: 'struct stat' has no member named 'st_birthtim'
src/unix/fs.c: In function 'uv__fs_done':

Any assistance would be appreciated.
--gene



Home | Main Index | Thread Index | Old Index