[postgis-tickets] [PostGIS] #4580: Warning when pushing to git

PostGIS trac at osgeo.org
Fri Nov 15 02:30:09 PST 2019


#4580: Warning when pushing to git
------------------------+----------------------------
 Reporter:  Algunenano  |      Owner:  robe
     Type:  defect      |     Status:  new
 Priority:  medium      |  Milestone:  Management 2.0
Component:  management  |    Version:  master
 Keywords:              |
------------------------+----------------------------
 I'm getting a warning when pushing to git.osgeo.org:
 {{{
 $ git push upstream master
 Password for 'https://Algunenano@git.osgeo.org':
 Enumerating objects: 54, done.
 Counting objects: 100% (54/54), done.
 Delta compression using up to 12 threads
 Compressing objects: 100% (28/28), done.
 Writing objects: 100% (29/29), 11.78 KiB | 1.07 MiB/s, done.
 Total 29 (delta 27), reused 1 (delta 1)
 remote: Warning: Detected setuptools version 5.5.1. The environment
 variable 'PKG_RESOURCES_CACHE_ZIP_MANIFESTS' must be set to avoid
 significant performance degradation.
 remote: Thanks for letting us know
 To https://git.osgeo.org/gitea/postgis/postgis.git
    1844af14a..de298f1b4  master -> master
 }}}

 It seems to be related to Trac
 (https://trac.edgewall.org/wiki/TracInstall):
 {{{
 Deploying Trac
 Setuptools Warning: If the version of your setuptools is in the range 5.4
 through 5.6, the environment variable PKG_RESOURCES_CACHE_ZIP_MANIFESTS
 must be set in order to avoid significant performance degradation.

 If running tracd, the environment variable can be set system-wide or for
 just the user that runs the tracd process. There are several ways to
 accomplish this in addition to what is discussed here, and depending on
 the distribution of your OS.

 To be effective system-wide a shell script with the export statement may
 be added to /etc/profile.d. To be effective for a user session the export
 statement may be added to ~/.profile.

 export PKG_RESOURCES_CACHE_ZIP_MANIFESTS=1
 Alternatively, the variable can be set in the shell before executing
 tracd:

 $ PKG_RESOURCES_CACHE_ZIP_MANIFESTS=1 tracd --port 8000 /path/to/myproject
 If running the Apache web server, Ubuntu/Debian users should add the
 export statement to /etc/apache2/envvars. RedHat/CentOS/Fedora should can
 add the export statement to /etc/sysconfig/httpd.
 }}}

-- 
Ticket URL: <https://trac.osgeo.org/postgis/ticket/4580>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.


More information about the postgis-tickets mailing list