[issue21215] build-deps instructions for Ubuntu

2014-04-14 Thread Glenn Jones
New submission from Glenn Jones: The package listed in the dev guide may not exist depending on the version of Ubuntu. It may be necessary to use python3.3 or python3.4. -- components: Devguide messages: 216080 nosy: Glenn.Jones, ezio.melotti priority: normal severity: normal status:

[issue21215] build-deps instructions for Ubuntu

2014-04-14 Thread Glenn Jones
Changes by Glenn Jones gl...@millenniumhand.co.uk: -- keywords: +patch Added file: http://bugs.python.org/file34816/ubuntu-build-dep.patch ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue21215

[issue21215] build-deps instructions for Ubuntu

2014-04-14 Thread R. David Murray
R. David Murray added the comment: Since you are saying that it is sometimes necessary to use a different package, perhaps we should be saying that in the devguide? And providing the possible names. -- nosy: +barry, r.david.murray ___ Python

[issue21215] build-deps instructions for Ubuntu

2014-04-14 Thread Glenn Jones
Glenn Jones added the comment: On Ubuntu 13.10, using python3 did not install the dependencies (apt reported using the python3-defaults source package instead of python3). The python3.4, package does not exist, but the python3.3 package did work. This may be that we're specifying the wrong

[issue21215] build-deps instructions for Ubuntu

2014-04-14 Thread Barry A. Warsaw
Barry A. Warsaw added the comment: The `python3` binary package is a sort of meta package that brings in the interpreter (and some ancillary stuff) for all supported Python 3 versions. For Ubuntu 14.04 that will be just python3.4. But if you want to build the interpreter from source (e.g.

[issue21215] build-deps instructions for Ubuntu

2014-04-14 Thread R. David Murray
R. David Murray added the comment: OK, so the devguide currently has sudo apt-get build-dep python3 which did something on Glenn's machine, but did not enable him to build the optional packages. So the question is, what should we put in the devguide as the correct build-dep to install?

[issue21215] build-deps instructions for Ubuntu

2014-04-14 Thread Éric Araujo
Changes by Éric Araujo mer...@netwok.org: -- nosy: +eric.araujo ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue21215 ___ ___ Python-bugs-list

[issue21215] build-deps instructions for Ubuntu

2014-04-14 Thread Barry A. Warsaw
Barry A. Warsaw added the comment: On Apr 14, 2014, at 05:47 PM, R. David Murray wrote: OK, so the devguide currently has sudo apt-get build-dep python3 which did something on Glenn's machine, but did not enable him to build the optional packages. So the question is, what should we put in

[issue21215] build-deps instructions for Ubuntu

2014-04-14 Thread Glenn Jones
Glenn Jones added the comment: Uploaded new patch with a little more about getting build-deps installed. -- Added file: http://bugs.python.org/file34849/issue21215.patch ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue21215

[issue21215] build-deps instructions for Ubuntu

2014-04-14 Thread Roundup Robot
Roundup Robot added the comment: New changeset 84ccbb961f26 by R David Murray in branch 'default': #21215: update debian/ubuntu build-dep instructions. http://hg.python.org/devguide/rev/84ccbb961f26 -- nosy: +python-dev ___ Python tracker

[issue21215] build-deps instructions for Ubuntu

2014-04-14 Thread R. David Murray
R. David Murray added the comment: Thanks, Glenn. -- resolution: - fixed stage: - committed/rejected status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue21215 ___