Ive been trying to compile le8 but I get an error at gdate. I think it has to do with pkg-config on my host but Im not sure. I have found some patches that address the issue but they are old and I think Im not reading the error correctly. I have a fully updated arch-linux build with devel-base installed. During the first run of my attempts it prompted me to install a couple packages which I did. I think this is the relevant code below. I also have a link to the terminal-output. I tried pastebin but it said I had exceeded 512kb. Thanks for looking
relevant code?
libtool: compile: /home/mohawka/http://LibreELEC.tv/build.LibreELEC-Generic.x86_64-8.0-devel/toolchain/bin/host-gcc -DHAVE_CONFIG_H -I. -I/home/mohawka/http://LibreELEC.tv/build.LibreELEC-Generic.x86_64-8.0-devel/pkg-config-0.29.1/glib/glib -I.. -I.. -I../glib -I/home/mohawka/http://LibreELEC.tv/build.LibreELEC-Generic.x86_64-8.0-devel/pkg-config-0.29.1/glib/glib -I/home/mohawka/http://LibreELEC.tv/build.LibreELEC-Generic.x86_64-8.0-devel/pkg-config-0.29.1/glib -DG_LOG_DOMAIN=\"GLib\" -DG_DISABLE_CAST_CHECKS -DGLIB_COMPILATION -DPCRE_STATIC -pthread -Wall -Wstrict-prototypes -Werror=declaration-after-statement -Werror=missing-prototypes -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self -Werror=format=2 -Werror=missing-include-dirs -fvisibility=hidden -O2 -Wall -pipe -I/home/mohawka/http://LibreELEC.tv/build.LibreELEC-Generic.x86_64-8.0-devel/toolchain/include -Wno-format-security -MT libglib_2_0_la-gerror.lo -MD -MP -MF .deps/libglib_2_0_la-gerror.Tpo -c /home/mohawka/http://LibreELEC.tv/build.LibreELEC-Generic.x86_64-8.0-devel/pkg-config-0.29.1/glib/glib/gerror.c -o libglib_2_0_la-gerror.o /home/mohawka/http://LibreELEC.tv/build.LibreELEC-Generic.x86_64-8.0-devel/pkg-config-0.29.1/glib/glib/gdate.c: In function 'g_date_strftime': /home/mohawka/http://LibreELEC.tv/build.LibreELEC-Generic.x86_64-8.0-devel/pkg-config-0.29.1/glib/glib/gdate.c:2497:7: error: format not a string literal, format string not checked [-Werror=format-nonliteral] tmplen = strftime (tmpbuf, tmpbufsize, locale_format, &tm); ^~~~~~ cc1: some warnings being treated as errors make[7]: *** [Makefile:1387: libglib_2_0_la-gdate.lo] Error 1 make[7]: *** Waiting for unfinished jobs.... mv -f .deps/libglib_2_0_la-gerror.Tpo .deps/libglib_2_0_la-gerror.Plo mv -f .deps/libglib_2_0_la-genviron.Tpo .deps/libglib_2_0_la-genviron.Plo mv -f .deps/libglib_2_0_la-gdatetime.Tpo .deps/libglib_2_0_la-gdatetime.Plo