-
Notifications
You must be signed in to change notification settings - Fork 538
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
disque failing to build on big-endian Debian builds #186
Comments
I tested the patch that Jurica had proposed.
Any ideas? |
Hi, During compilation some warnings have shown up:
After fixing the warnings the tests were passed. The following patch fixes the build for big endian:
Regards, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
disque is failing on Debian builds with following message:
job.c:791:19: error: 'sj' undeclared (first use in this function)
memrev16ifbe(&sj->num_nacks);
There is bug report here:
https://bugs.debian.org/810030
This looks like typing issue.
With following patch, package does build but later fails during tests on big endian:
Could you please take a look?
Thank you!
Regards,
Jurica
The text was updated successfully, but these errors were encountered: