[postgis-tickets] [PostGIS] #4892: Debbie can't compile GDAL Master (GDAL 3.3)
PostGIS
trac at osgeo.org
Mon Mar 29 15:05:00 PDT 2021
#4892: Debbie can't compile GDAL Master (GDAL 3.3)
-----------------------+--------------------------------------
Reporter: robe | Owner: robe
Type: defect | Status: new
Priority: blocker | Milestone: Website Management, Bots
Component: buildbots | Version: master
Keywords: |
-----------------------+--------------------------------------
Different issue from GDAL 3.2 that was just fixed by EvenR.
This has been going on sometime between March 1st and March 19th (I have a
huge gap of missing builds for some reason) but I've been distracted with
other things.
{{{
for dir in python ; do (cd $dir; make build) || exit; done
make[2]: Entering directory
'/var/lib/jenkins/workspace/gdal/branches/3.3/gdal/swig/python'
rm -f setup_vars.ini
echo 'GNM_ENABLED=yes' >> setup_vars.ini
python setup.py build
WARNING: numpy not available! Array support will not be enabled
Traceback (most recent call last):
File "setup.py", line 348, in <module>
readme = open('README.rst', encoding="utf-8").read()
TypeError: 'encoding' is an invalid keyword argument for this
}}}
So I'm assuming maybe a newer Python or something is required for than
what Debbie has installed.
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/4892>
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