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 2021/05/13 17:21:50 UTC

[GitHub] [couchdb-pkg] sklassen opened a new pull request #80: snapcraft now runs ./configure with --prefix

sklassen opened a new pull request #80:
URL: https://github.com/apache/couchdb-pkg/pull/80


   
   ## Overview
   
   This version of the snapcraft builds couchdb from the tar, and configures it with an absolute prefix path (/opt/snap/couchdb/current). This ensures that, should Erlang's working directory is changed, either by the user, or accidentally lost via snapd, that Fauxton can still source it's html assets.
   
   I've removed process_control I don't believe we need this access.
   
   ## Testing recommendations
   
   This version has been employed on the snap couchdb-sklassen and the Fauxton client has been accessible even though the working directory was lost. 
   
   ## GitHub issue number
   
   This Fixes couchdb #3333 and couchdb-pkg #77
   
   ## Checklist
   
   - [ ] Code is written and works correctly;
   - [ ] Changes are covered by tests;
   - [ ] Documentation reflects the changes;
   


-- 
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



[GitHub] [couchdb-pkg] wohali commented on pull request #80: snapcraft now runs ./configure with --prefix

Posted by GitBox <gi...@apache.org>.
wohali commented on pull request #80:
URL: https://github.com/apache/couchdb-pkg/pull/80#issuecomment-840717436


   Is there really no way to do this by installing the packages? Must we revert to installing from tar?
   
   I have rejected this PR from you multiple times and am really, really unlikely to merge this unless you can conclusively prove to me that there is absolutely no other way.


-- 
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



[GitHub] [couchdb-pkg] sklassen commented on pull request #80: snapcraft now runs ./configure with --prefix

Posted by GitBox <gi...@apache.org>.
sklassen commented on pull request #80:
URL: https://github.com/apache/couchdb-pkg/pull/80#issuecomment-840751282


   > Is there really no way to do this by installing the packages? Must we revert to installing from tar?
   > 
   > I have rejected this PR from you multiple times and am really, really unlikely to merge this unless you can conclusively prove to me that there is absolutely no other way.
   
   You could build a special package with ./configure --prefix=/snap/couchdb/current 


-- 
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