Re: [Python-Dev] Buildbot running Debian amd64 as root

2013-12-30 Thread Chris Angelico
On Sun, Dec 8, 2013 at 12:35 AM, Chris Angelico ros...@gmail.com wrote: In another thread it was suggested that a new buildbot running as root would be of value. I've spun up a virtual machine running Debian Wheezy amd64, have installed buildbot from the repository (version 0.8.6p1), and am

Re: [Python-Dev] Buildbot running Debian amd64 as root

2013-12-30 Thread Chris Angelico
On Tue, Dec 31, 2013 at 12:05 AM, Chris Angelico ros...@gmail.com wrote: On Sun, Dec 8, 2013 at 12:35 AM, Chris Angelico ros...@gmail.com wrote: In another thread it was suggested that a new buildbot running as root would be of value. I've spun up a virtual machine running Debian Wheezy amd64,

Re: [Python-Dev] Buildbot running Debian amd64 as root

2013-12-30 Thread Christian Heimes
Am 30.12.2013 15:02, schrieb Chris Angelico: On Tue, Dec 31, 2013 at 12:05 AM, Chris Angelico ros...@gmail.com wrote: On Sun, Dec 8, 2013 at 12:35 AM, Chris Angelico ros...@gmail.com wrote: In another thread it was suggested that a new buildbot running as root would be of value. I've spun up a

Re: [Python-Dev] Buildbot running Debian amd64 as root

2013-12-30 Thread Zachary Ware
On Mon, Dec 30, 2013 at 12:18 PM, Christian Heimes christ...@python.org wrote: Am 30.12.2013 15:02, schrieb Chris Angelico: On Tue, Dec 31, 2013 at 12:05 AM, Chris Angelico ros...@gmail.com wrote: On Sun, Dec 8, 2013 at 12:35 AM, Chris Angelico ros...@gmail.com wrote: In another thread it was

Re: [Python-Dev] Buildbot running Debian amd64 as root

2013-12-30 Thread Zachary Ware
On Mon, Dec 30, 2013 at 2:31 PM, Zachary Ware zachary.ware+py...@gmail.com wrote: and we should just fix the tests that expect zlib unconditionally. Both of which turned out to be trivial; the import of zlib was already guarded in both places, but one skip was checking the wrong name and the

Re: [Python-Dev] Buildbot running Debian amd64 as root

2013-12-30 Thread R. David Murray
On Mon, 30 Dec 2013 15:00:02 -0600, Zachary Ware zachary.ware+py...@gmail.com wrote: On Mon, Dec 30, 2013 at 2:31 PM, Zachary Ware zachary.ware+py...@gmail.com wrote: and we should just fix the tests that expect zlib unconditionally. Both of which turned out to be trivial; the import of

Re: [Python-Dev] Buildbot running Debian amd64 as root

2013-12-30 Thread Chris Angelico
On Tue, Dec 31, 2013 at 5:18 AM, Christian Heimes christ...@python.org wrote: The buildbot is missing some vital header files. Please run: # apt-get build-dep python3.3 to install all required dependencies. Debian Wheezy doesn't package 3.3 but only 3.2, so I grabbed 3.2's build-deps.

Re: [Python-Dev] Buildbot running Debian amd64 as root

2013-12-30 Thread Zach Ware
Chris Angelico ros...@gmail.com wrote: On Tue, Dec 31, 2013 at 5:18 AM, Christian Heimes christ...@python.org wrote: The buildbot is missing some vital header files. Please run: # apt-get build-dep python3.3 to install all required dependencies. Debian Wheezy doesn't package 3.3 but only

Re: [Python-Dev] Buildbot running Debian amd64 as root

2013-12-30 Thread Chris Angelico
On Tue, Dec 31, 2013 at 12:35 PM, Zach Ware zachary.ware+py...@gmail.com wrote: Debian Wheezy doesn't package 3.3 but only 3.2, so I grabbed 3.2's build-deps. They're now installed, so the next build should have everything for that. Does anyone happen to know what (if anything) 3.3 needs that 3.2

[Python-Dev] Buildbot running Debian amd64 as root

2013-12-07 Thread Chris Angelico
In another thread it was suggested that a new buildbot running as root would be of value. I've spun up a virtual machine running Debian Wheezy amd64, have installed buildbot from the repository (version 0.8.6p1), and am ready to have it join the farm. How do I go about doing this? I've followed