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/10/22 19:46:04 UTC

[GitHub] wohali opened a new pull request #1673: Remove explicit python version for dev/run (for now)

wohali opened a new pull request #1673: Remove explicit python version for dev/run (for now)
URL: https://github.com/apache/couchdb/pull/1673
 
 
   While we wait for #1639, this change will fix the trusty build failures on Jenkins.
   
   They are failing because trusty has Python 2.6 (but the Docker image has python3 in the path as `/usr/local/bin/python` ahead of the 2.6 python):
   
   ```
   Traceback (most recent call last):
     File "dev/run", line 592, in <module>
       main()
     File "dev/run", line 80, in main
       ctx = setup()
     File "dev/run", line 94, in setup
       setup_configs(ctx)
     File "dev/run", line 65, in wrapper
       res = func(*args, **kwargs)
     File "dev/run", line 203, in setup_configs
       write_config(ctx, node, env)
     File "dev/run", line 239, in write_config
       content = hack_default_ini(ctx, node, content)
     File "dev/run", line 289, in hack_default_ini
       flags=re.MULTILINE)
   TypeError: sub() got an unexpected keyword argument 'flags'
   ```
   

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