-
-
Notifications
You must be signed in to change notification settings - Fork 14.2k
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
accelio: fix i686-linux build #9570
Conversation
Is this patch not included upstream? I'm building accelio fine on gcc5 so On Sun, Aug 30, 2015, 20:55 Daniel Fox Franke notifications@github.com
|
It errors out for me. Are you turning off ...and I just noticed it still does on |
Nope, but I'm using gcc5 in the stdenv so maybe that changes things? On Sun, Aug 30, 2015, 21:00 Daniel Fox Franke notifications@github.com
|
Most of those things I changed from |
You should try and get this upstreamed if not already. On Sun, Aug 30, 2015, 21:48 Daniel Fox Franke notifications@github.com
|
I will, once I get it right.
|
Beware that |
@lethalman The offending arguments are (mostly) |
@dfoxfranke this PR fails for me on x64 |
@garbas yes, this is currently WIP until I make the |
cool, let me know when it's ready |
I've revised the patch and this should now be ready to go. The patch also fixes all the tests and examples, so in a separate commit I've re-enabled building them and set I'll submit these changes upstream once I get back from vacation next week. |
Bah... hold off one more moment. I just want to make a cosmetic change to the patch file. |
* Compile with gcc5 to avoid the compiler bug described in https://gcc.gnu.org/ml/gcc-patches/2014-05/msg02560.html * Add a patch to fix the many incorrect printf format specifiers and other sloppy type conversions that gcc5 catches and warns on (erroring out due to -Werror).
The patch committed with 88471b684e6544da7691937a9b68cefa49d260d5 makes them work again.
Done. |
accelio: fix i686-linux build
it breaks kernel module(s) http://hydra.nixos.org/eval/1219660#tabs-now-fail |
@domenkozar Revert 8b66350 for the time being. |
cc @wkennington