I have an error with polkit. Spidermonkey installed without error test completed all passed.
polkitbackendjsauthority.c:70:10: error: field 'rkt_init_mutex' has incomplete type polkitbackendjsauthority.c:71:9: error: field 'rkt_init_cond' has incomplete type
These are some of the errors the attachment shows much more (pastebin is not responding)
The config .log dosn't show much but can attach it if required
make[3]: Entering directory `/home/spiky/Downloads/polkit-0.107/src/polkitbackend' ./toarray.pl ./init.js init_js > initjs.h make all-am make[4]: Entering directory `/home/spiky/Downloads/polkit-0.107/src/polkitbackend' CC libpolkit_backend_1_la-polkitbackendauthority.lo CC libpolkit_backend_1_la-polkitbackendinteractiveauthority.lo CC libpolkit_backend_1_la-polkitbackendjsauthority.lo polkitbackendjsauthority.c:70:10: error: field 'rkt_init_mutex' has incomplete type polkitbackendjsauthority.c:71:9: error: field 'rkt_init_cond' has incomplete type polkitbackendjsauthority.c: In function 'polkit_backend_js_authority_constructed': polkitbackendjsauthority.c:480:3: warning: implicit declaration of function 'g_mutex_init' [-Wimplicit-function-declaration] polkitbackendjsauthority.c:480:3: warning: nested extern declaration of 'g_mutex_init' [-Wnested-externs] polkitbackendjsauthority.c:481:3: warning: implicit declaration of function 'g_cond_init' [-Wimplicit-function-declaration] polkitbackendjsauthority.c:481:3: warning: nested extern declaration of 'g_cond_init' [-Wnested-externs] polkitbackendjsauthority.c:483:3: warning: implicit declaration of function 'g_thread_new' [-Wimplicit-function-declaration] polkitbackendjsauthority.c:483:3: warning: nested extern declaration of 'g_thread_new' [-Wnested-externs] polkitbackendjsauthority.c:483:42: warning: assignment makes pointer from integer without a cast [enabled by default] polkitbackendjsauthority.c: In function 'polkit_backend_js_authority_finalize': polkitbackendjsauthority.c:509:3: warning: implicit declaration of function 'g_mutex_clear' [-Wimplicit-function-declaration] polkitbackendjsauthority.c:509:3: warning: nested extern declaration of 'g_mutex_clear' [-Wnested-externs] polkitbackendjsauthority.c:510:3: warning: implicit declaration of function 'g_cond_clear' [-Wimplicit-function-declaration] polkitbackendjsauthority.c:510:3: warning: nested extern declaration of 'g_cond_clear' [-Wnested-externs] polkitbackendjsauthority.c: In function 'set_property_strv': polkitbackendjsauthority.c:640:17: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] make[4]: *** [libpolkit_backend_1_la-polkitbackendjsauthority.lo] Error 1 make[4]: Leaving directory `/home/spiky/Downloads/polkit-0.107/src/polkitbackend' make[3]: *** [all] Error 2 make[3]: Leaving directory `/home/spiky/Downloads/polkit-0.107/src/polkitbackend' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/home/spiky/Downloads/polkit-0.107/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/spiky/Downloads/polkit-0.107' make: *** [all] Error 2
-- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
