You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 26, 2020. It is now read-only.
Hi,
x86 Gentoo Machine w/ Kernel 2.6.30-tuxonice and GCC 4.3.4 when compiling the spl module errors with:
ake[3]: Entering directory `/usr/src/linux-2.6.30-tuxonice-r6'
CC [M] /root/testing/spl-0.4.9/module/spl/spl-thread.o
cc1: warnings being treated as errors
/root/testing/spl-0.4.9/module/spl/spl-thread.c: In function '__thread_create':
/root/testing/spl-0.4.9/module/spl/spl-thread.c:126: error: format not a string literal and no format arguments
make[5]: *** [/root/testing/spl-0.4.9/module/spl/spl-thread.o] Error 1
make[4]: *** [/root/testing/spl-0.4.9/module/spl] Error 2
My amd64 Gentoo machine w/ GCC-4.3.4 but Kernel-2.6.32 compiles fine and seems to work ok.
Not sure what is causing it. Ill look into it if I have a chance tomorrow.
Hope this helps.
The text was updated successfully, but these errors were encountered:
Hi,
x86 Gentoo Machine w/ Kernel 2.6.30-tuxonice and GCC 4.3.4 when compiling the spl module errors with:
ake[3]: Entering directory `/usr/src/linux-2.6.30-tuxonice-r6'
CC [M] /root/testing/spl-0.4.9/module/spl/spl-thread.o
cc1: warnings being treated as errors
/root/testing/spl-0.4.9/module/spl/spl-thread.c: In function '__thread_create':
/root/testing/spl-0.4.9/module/spl/spl-thread.c:126: error: format not a string literal and no format arguments
make[5]: *** [/root/testing/spl-0.4.9/module/spl/spl-thread.o] Error 1
make[4]: *** [/root/testing/spl-0.4.9/module/spl] Error 2
My amd64 Gentoo machine w/ GCC-4.3.4 but Kernel-2.6.32 compiles fine and seems to work ok.
Not sure what is causing it. Ill look into it if I have a chance tomorrow.
Hope this helps.
The text was updated successfully, but these errors were encountered: