You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by GitBox <gi...@apache.org> on 2018/09/26 13:20:42 UTC

[GitHub] srajmane opened a new issue #1626: Couchdb build issue with SLES 15

srajmane opened a new issue #1626: Couchdb build issue with SLES 15
URL: https://github.com/apache/couchdb/issues/1626
 
 
   
   
   ## Context
   Trying to build Couchdb v2.2.0 from source on SLES 15.
   One of the dependency to build couchdb is libmozjs185 which is not found on SLES 15. So tried to build it from source :
   However, make is failing with
   
   > ../jsapi.cpp: In function 'JSIdArray* JS_Enumerate(JSContext*, JSObject*)':
   > ../jsapi.cpp:3988:16: error: cannot convert 'bool' to 'JSIdArray*' in return
   >          return false;
   >                 ^~~~~
   > ../config/rules.mk:1475: recipe for target 'jsapi.o' failed
   
   Any suggestions on how to resolve the failure? 
   ## Your Environment
   
   * Version used: 2.2.0
   * Operating System and version (desktop or mobile): SLES 15
   
   

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


With regards,
Apache Git Services