New issue 2676: List of build dependencies for Ubuntu 16.04 has wrong package names https://bitbucket.org/pypy/pypy/issues/2676/list-of-build-dependencies-for-ubuntu-1604
bmerry: The page at http://doc.pypy.org/en/latest/build.html#install-build-time-dependencies has a list of packages to install for Ubuntu 12.04 to 16.04, which does not match the actual packages available on 16.04: - libz-dev should be zlib1g-dev - libncurses-dev should be libncurses5-dev - libncursesw-dev should be libncursesw5-dev In the first two cases apt-get automatically chooses the correct package, but in the final case it does not. _______________________________________________ pypy-issue mailing list pypy-issue@python.org https://mail.python.org/mailman/listinfo/pypy-issue