Hello,

I'm trying to build Polkit 0.116 on my Raspberry Pi 3 which has an Aarch64 build of LFS on it. When I run make, I get this error:

Making all in polkitbackend
make[3]: Entering directory '/sources/lxde/polkit-0.116/src/polkitbackend'
make  all-am
make[4]: Entering directory '/sources/lxde/polkit-0.116/src/polkitbackend'
  CXXLD    polkitd
/bin/ld: ./.libs/libpolkit-backend-1.a(libpolkit_backend_1_la-polkitbackendjsauthority.o): in function `JS::GCPolicy<JS::Value>::trace(JSTracer*, JS::Value*, char const*)': /usr/include/mozjs-60/js/Value.h:1346: undefined reference to `void js::UnsafeTraceManuallyBarrieredEdge<JS::Value>(JSTracer*, JS::Value*, char const*)'
collect2: error: ld returned 1 exit status
make[4]: *** [Makefile:658: polkitd] Error 1
make[4]: Leaving directory '/sources/lxde/polkit-0.116/src/polkitbackend'
make[3]: *** [Makefile:559: all] Error 2
make[3]: Leaving directory '/sources/lxde/polkit-0.116/src/polkitbackend'
make[2]: *** [Makefile:437: all-recursive] Error 1
make[2]: Leaving directory '/sources/lxde/polkit-0.116/src'
make[1]: *** [Makefile:497: all-recursive] Error 1
make[1]: Leaving directory '/sources/lxde/polkit-0.116'
make: *** [Makefile:429: all] Error 2

I have mozjs-60.1.0, Glib-2.60.2, gobject-introspection-1.60.2, elogind-241.3, PAM 1.3.1, GCC 9.1.0, Glibc 2.29, and Binutils 2.32 installed.

I also tried building mozjs-52.2.1-gnome and Polkit-0.115 and installing them in /usr/local. When I build Polkit-0.115, it gave me the same error.


Thank you for any help in advance!

--
http://lists.linuxfromscratch.org/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to