Bug#811262: tilecache: FTBFS: error: unbalanced parenthesis

Chris Lamb lamby at debian.org
Sun Jan 17 10:45:23 UTC 2016


Source: tilecache
Version: 2.11+ds-1
Severity: serious
Justification: fails to build from source
User: reproducible-builds at lists.alioth.debian.org
Usertags: ftbfs
X-Debbugs-Cc: reproducible-builds at lists.alioth.debian.org

Dear Maintainer,

tilecache fails to build from source in unstable/amd64:

  [..]

   dpkg-buildpackage -rfakeroot -D -us -uc -b
  dpkg-buildpackage: source package tilecache
  dpkg-buildpackage: source version 2.11+ds-1
  dpkg-buildpackage: source distribution unstable
  dpkg-buildpackage: source changed by Bas Couwenberg <sebastic at debian.org>
   dpkg-source --before-build tilecache-2.11+ds
  dpkg-buildpackage: host architecture amd64
   fakeroot debian/rules clean
  dh clean --with python2
     dh_testdir
     debian/rules override_dh_auto_clean
  make[1]: Entering directory '/home/lamby/temp/cdt.20160117102749.FO3tatlbjt/tilecache-2.11+ds'
  rm -rf TileCache.egg-info/
  rm -rf docs/html/
  make[1]: Leaving directory '/home/lamby/temp/cdt.20160117102749.FO3tatlbjt/tilecache-2.11+ds'
     dh_clean
   debian/rules build
  dh build --with python2
     dh_testdir
     dh_update_autotools_config
     dh_auto_configure
     debian/rules override_dh_auto_build
  make[1]: Entering directory '/home/lamby/temp/cdt.20160117102749.FO3tatlbjt/tilecache-2.11+ds'
  sed -e 's!tilecache\.cgi!/cgi-bin/tilecache.cgi!' ./index.html > ./cgi-example.html
  dh_auto_build
  	python setup.py build --force
  running build
  running build_py
  creating build
  creating build/lib.linux-x86_64-2.7
  creating build/lib.linux-x86_64-2.7/TileCache
  copying TileCache/__init__.py -> build/lib.linux-x86_64-2.7/TileCache
  copying TileCache/Swarm.py -> build/lib.linux-x86_64-2.7/TileCache
  copying TileCache/Layer.py -> build/lib.linux-x86_64-2.7/TileCache
  copying TileCache/Client.py -> build/lib.linux-x86_64-2.7/TileCache
  copying TileCache/Service.py -> build/lib.linux-x86_64-2.7/TileCache
  copying TileCache/Cache.py -> build/lib.linux-x86_64-2.7/TileCache
  creating build/lib.linux-x86_64-2.7/TileCache/Caches
  copying TileCache/Caches/__init__.py -> build/lib.linux-x86_64-2.7/TileCache/Caches
  copying TileCache/Caches/GoogleDisk.py -> build/lib.linux-x86_64-2.7/TileCache/Caches
  copying TileCache/Caches/S3.py -> build/lib.linux-x86_64-2.7/TileCache/Caches
  copying TileCache/Caches/AWSS3.py -> build/lib.linux-x86_64-2.7/TileCache/Caches
  copying TileCache/Caches/Disk.py -> build/lib.linux-x86_64-2.7/TileCache/Caches
  copying TileCache/Caches/MBTiles.py -> build/lib.linux-x86_64-2.7/TileCache/Caches
  copying TileCache/Caches/Memcached.py -> build/lib.linux-x86_64-2.7/TileCache/Caches
  copying TileCache/Caches/Test.py -> build/lib.linux-x86_64-2.7/TileCache/Caches
  creating build/lib.linux-x86_64-2.7/TileCache/Services
  copying TileCache/Services/VETMS.py -> build/lib.linux-x86_64-2.7/TileCache/Services
  copying TileCache/Services/__init__.py -> build/lib.linux-x86_64-2.7/TileCache/Services
  copying TileCache/Services/MGMaps.py -> build/lib.linux-x86_64-2.7/TileCache/Services
  copying TileCache/Services/TMS.py -> build/lib.linux-x86_64-2.7/TileCache/Services
  copying TileCache/Services/WMTS.py -> build/lib.linux-x86_64-2.7/TileCache/Services
  copying TileCache/Services/KML.py -> build/lib.linux-x86_64-2.7/TileCache/Services
  copying TileCache/Services/JSON.py -> build/lib.linux-x86_64-2.7/TileCache/Services
  copying TileCache/Services/TileService.py -> build/lib.linux-x86_64-2.7/TileCache/Services
  copying TileCache/Services/WorldWind.py -> build/lib.linux-x86_64-2.7/TileCache/Services
  copying TileCache/Services/WMS.py -> build/lib.linux-x86_64-2.7/TileCache/Services
  creating build/lib.linux-x86_64-2.7/TileCache/Layers
  copying TileCache/Layers/MapServer.py -> build/lib.linux-x86_64-2.7/TileCache/Layers
  copying TileCache/Layers/__init__.py -> build/lib.linux-x86_64-2.7/TileCache/Layers
  copying TileCache/Layers/ArcXML.py -> build/lib.linux-x86_64-2.7/TileCache/Layers
  copying TileCache/Layers/GDAL.py -> build/lib.linux-x86_64-2.7/TileCache/Layers
  copying TileCache/Layers/Mapnik.py -> build/lib.linux-x86_64-2.7/TileCache/Layers
  copying TileCache/Layers/Image.py -> build/lib.linux-x86_64-2.7/TileCache/Layers
  copying TileCache/Layers/WMS.py -> build/lib.linux-x86_64-2.7/TileCache/Layers
  running build_scripts
  creating build/scripts-2.7
  copying and adjusting tilecache.cgi -> build/scripts-2.7
  copying and adjusting tilecache.fcgi -> build/scripts-2.7
  copying and adjusting tilecache_seed.py -> build/scripts-2.7
  copying and adjusting tilecache_install_config.py -> build/scripts-2.7
  copying and adjusting tilecache_clean.py -> build/scripts-2.7
  copying and adjusting tilecache_http_server.py -> build/scripts-2.7
  changing mode of build/scripts-2.7/tilecache.cgi from 644 to 755
  changing mode of build/scripts-2.7/tilecache.fcgi from 644 to 755
  changing mode of build/scripts-2.7/tilecache_seed.py from 644 to 755
  changing mode of build/scripts-2.7/tilecache_install_config.py from 644 to 755
  changing mode of build/scripts-2.7/tilecache_clean.py from 644 to 755
  changing mode of build/scripts-2.7/tilecache_http_server.py from 644 to 755
  # build documentation
  sphinx-build docs/ docs/html/
  Running Sphinx v1.3.4
  making output directory...
  loading pickled environment... not yet created
  building [mo]: targets for 0 po files that are out of date
  building [html]: targets for 9 source files that are out of date
  updating environment: 9 added, 0 changed, 0 removed
  reading sources... [ 11%] CONTRIBUTORS
  reading sources... [ 22%] Caches
  reading sources... [ 33%] EXAMPLES
  reading sources... [ 44%] Example.py
  
  Exception occurred:
    File "/usr/lib/python2.7/re.py", line 251, in _compile
      raise error, v # invalid expression
  error: unbalanced parenthesis
  The full traceback has been saved in /tmp/sphinx-err-EEa6dM.log, if you want to report the issue to the developers.
  Please also report this if it was a user error, so that a better error message can be provided next time.
  A bug report can be filed in the tracker at <https://github.com/sphinx-doc/sphinx/issues>. Thanks!
  debian/rules:17: recipe for target 'override_dh_auto_build' failed
  make[1]: *** [override_dh_auto_build] Error 1
  make[1]: Leaving directory '/home/lamby/temp/cdt.20160117102749.FO3tatlbjt/tilecache-2.11+ds'
  debian/rules:10: recipe for target 'build' failed
  make: *** [build] Error 2

  [..]

The full build log is attached.


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      lamby at debian.org / chris-lamb.co.uk
       `-
-------------- next part --------------
A non-text attachment was scrubbed...
Name: tilecache.2.11+ds-1.unstable.amd64.log.txt.gz
Type: application/octet-stream
Size: 1421 bytes
Desc: not available
URL: <http://lists.alioth.debian.org/pipermail/pkg-grass-devel/attachments/20160117/c45d0339/attachment.obj>


More information about the Pkg-grass-devel mailing list