-
Notifications
You must be signed in to change notification settings - Fork 145
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TrueNAS Scale build #212
Comments
did you ever solve this? my log looks like this, not sure i am getting even as far as you did..
|
Sadly not. I’ve basically resigned myself to waiting for the next truenas scale release to hopefully have the presumed next lts kernel 6.12 that should have all these sr-iov changes merged… so i guess a few months. If not, I’ll consider a switch back to proxmox with truenas as a guest. |
Hi,
I have a TrueNAS Scale install which runs 6.6.44 - unfortunately the build errors out with ISO99 macro expansion errors, I believe because of the "+" in the uname -a: Linux truenas 6.6.44-production+truenas
Updating the Makefile as below to convert the + to _ seemed like a quick win, but unfortunately results in even more, different, macro errors.
EXTRAVERSION_DEFINE :=$(shell var=$ (EXTRAVERSION_NAME); var=$$(echo $$var | sed 's/[-+]//g' | awk '{print toupper($$0)}'); echo EXTRAVERSION$${var:-EMPTY})
Logs attached from dkms build.
I'm really at my limit of c/build tool chain knowledge here, any ideas how to advance?
Thank you, and kind regards,
make.log.underscore.txt
make.log.plus.txt
The text was updated successfully, but these errors were encountered: