-
Notifications
You must be signed in to change notification settings - Fork 139
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
a test failed #217
Comments
The log for ParFORM is really strange:
which looks like MPI is not working properly. |
thanks for looking into it! i can test build it on amd64, will post results if it asks to... |
The build on amd64 just looks fine: https://people.phys.ethz.ch/~myczko/debian/form/form_4.2.0-1_amd64.build Have you seen the bugs @Debian? |
I was a bit playing with a 32-bit build on a Docker container by i686/ubuntu on my Windows laptop. There I got failures for |
Here is a Valgrind log for the optimization bug
Somehow |
This fixes 2 test failures on 32-bit systems due to the word size: - Transform-mulargs_1 - Issue197 See #217.
Any system header files should not be included before config.h. Otherwise the large file support may be wrongly disabled, leading to incorrect addresses for global variables.
Now all the tests pass in my environment. |
For the record, I managed to build form within Termux (https://github.com/termux) for Android. I cannot build from the git repo (something to do with autotools or such) but I can build v.4.2.0, and the latest commit's files copied into the v4.2.0 directory. EDIT: I was able to get I had to modify Here are the test log files, with the latest commit |
What was the problem when you didn't remove the square brackets around |
It gave |
Yes, I feel the reason why I removed the square brackets was to force the version number to be expanded before being passed into |
Yes I have |
Maybe it is helpful to provide the full output:
I am not suggesting that this environment should be supported, I am just reporting in case any of this is real bugs and not strange environment effects. |
If it is not a problem with the environment, probably it should be reproducible in other environments somehow. But I haven't succeeded to reproduce it... I'm wondering if |
This could be the problem, |
Resolving the |
you'll find all output at http://sid.ethz.ch/debian/form/form_4.2.0-1_i386.build
The text was updated successfully, but these errors were encountered: