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 2020/03/25 18:09:29 UTC

[GitHub] [couchdb-pkg] wohali commented on issue #65: openSUSE: Compilation problem (CouchDB 3.0.0, SpiderMonkey 60)

wohali commented on issue #65: openSUSE: Compilation problem (CouchDB 3.0.0, SpiderMonkey 60)
URL: https://github.com/apache/couchdb-pkg/issues/65#issuecomment-603999540
 
 
   Looks like this is an upstream bug in openSUSE that's previously been fixed.
   
   Inspecting the changelog inside of http://download.opensuse.org/repositories/mozilla:/Factory/openSUSE_Factory/src/mozjs60-60.9.0-38.1.src.rpm shows me:
   
   ```
   * Wed May 29 2019 Bjørn Lie <bj...@gmail.com>
   - No longer pass --enable-debug to configure. It is not needed for
     our endusers, and will only slow down the engine. Nor have we
     built it with debug in the past.
   ```
   
   This appears to have been made 2 changes prior to updating the openSUSE rpm to mozjs 60.9.0. It also brings that RPM in line what what I see from CentOS:
   
   https://git.centos.org/rpms/mozjs60/blob/c8/f/SPECS/mozjs60.spec
   
   and what I see in Debian:
   
   https://sources.debian.org/src/mozjs60/60.8.0-2/debian/rules/
   
   neither of which use the `--enable-debug` flag.
   
   Can you check which version you've downloaded locally? If it's prior to the fix, I don't see any workaround possible, and suggest you stick with SM 1.8.5 until you can update to a version of openSUSE that uses the newer SM60 package.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services