pkgsrc-Users archive

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

multimedia/xine-lib i386 error?



For multimedia/xine-lib with i386, is anyone else seeing this
(before I file a pr?)

registry.c: In function 'save_registry':
registry.c:140:55: error: 'S_IRUSR' undeclared (first use in this function)
  fd = xine_create_cloexec(localregpathname, O_WRONLY, S_IRUSR|S_IWUSR|S_IRGRP|S_IROTH);
                                                       ^
registry.c:140:55: note: each undeclared identifier is reported only once for each function it appears in
registry.c:140:63: error: 'S_IWUSR' undeclared (first use in this function)
  fd = xine_create_cloexec(localregpathname, O_WRONLY, S_IRUSR|S_IWUSR|S_IRGRP|S_IROTH);
                                                               ^
registry.c:140:71: error: 'S_IRGRP' undeclared (first use in this function)
  fd = xine_create_cloexec(localregpathname, O_WRONLY, S_IRUSR|S_IWUSR|S_IRGRP|S_IROTH);
                                                                       ^
registry.c:140:79: error: 'S_IROTH' undeclared (first use in this function)
  fd = xine_create_cloexec(localregpathname, O_WRONLY, S_IRUSR|S_IWUSR|S_IRGRP|S_IROTH);
                                                                               ^
registry.c: In function 'RegOpenKeyExA':
registry.c:356:23: warning: variable 'v' set but not used [-Wunused-but-set-variable]
     struct reg_value* v;
                       ^
Makefile:825: recipe for target 'libwine_la-registry.lo' failed
gmake[3]: *** [libwine_la-registry.lo] Error 1
gmake[3]: Leaving directory '/pkg_comp/obj/pkgsrc/multimedia/xine-lib/default/xine-lib-1.2.6/src/libw32dll/wine'
Makefile:786: recipe for target 'all-recursive' failed
gmake[2]: *** [all-recursive] Error 1
gmake[2]: Leaving directory '/pkg_comp/obj/pkgsrc/multimedia/xine-lib/default/xine-lib-1.2.6/src/libw32dll'
Makefile:614: recipe for target 'all-recursive' failed
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory '/pkg_comp/obj/pkgsrc/multimedia/xine-lib/default/xine-lib-1.2.6/src'
Makefile:691: recipe for target 'all-recursive' failed
gmake: *** [all-recursive] Error 1
*** Error code 2

Stop.
make[5]: stopped in /usr/pkgsrc/multimedia/xine-lib
*** Error code 1



Home | Main Index | Thread Index | Old Index