sarveshtamba commented on issue #2053: `make check` failures on ppc64le 
(`erl_child_setup: failed with error 32 on line 253`)
URL: https://github.com/apache/couchdb/issues/2053#issuecomment-505357593
 
 
   I made the above suggested changes from @jiangphcn for all the 3 failing 
test cases, post which all them passed successfully.
   The next failure was seen due to Elixir version issues.
   
   The Elixir version available and installed for powerpc64le via apt is 
elixir/xenial 1.1.0~0.20150708-1 ppc64el which is lower than the Elixir version 
requirement ~> 1.6 for CouchDB. Hence built the latest Elixir version 
1.10.0-dev from source.
   
   With this the test suite proceeded ahead and now failing at the following 
step:-
   ```
       ** (Mix) mix format failed due to --check-formatted.
       The following files were not formatted:
   
         * /home/sar/couchdb/couchdb/test/elixir/test/replication_test.exs
         * 
/home/sar/couchdb/couchdb/test/elixir/test/attachments_multipart_test.exs
         * /home/sar/couchdb/couchdb/test/elixir/test/conflicts_test.exs
   
       Makefile:236: recipe for target 'elixir-check-formatted' failed
       make[1]: *** [elixir-check-formatted] Error 1
       make[1]: Leaving directory '/home/sar/couchdb/couchdb'
       Makefile:148: recipe for target 'check' failed
       make: *** [check] Error 2
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to