From ncoghlan at gmail.com Sun Jul 2 09:14:48 2017 From: ncoghlan at gmail.com (Nick Coghlan) Date: Sun, 2 Jul 2017 23:14:48 +1000 Subject: [Python-buildbots] Linux buildbots with the vm_socket.h kernel header? Message-ID: Hi folks, https://bugs.python.org/issue27584 is an RFE to add AF_VSOCK support to the socket module at least when the appropriate Linux system headers are available. https://github.com/python/cpython/pull/2489 aims to implement that RFE, but the config check is failing in pre-merge CI - the required kernel header isn't being found. We think that's just because Ubuntu 14.04 is too old to have the required header, and even though recent versions of RHEL/CentOS at least nominally have the kernel module available, we're not sure the required header is actually going to be present there either (it definitely isn't there in the CentOS 7.3.1611 docker image, and RHEL 7.4 is currently still in beta, so even if it does include the necessary header, we definitely aren't running it on any of our current buildbots) So my question is: are any of our current buildbots running sufficiently recent Linux distros that they actually have this header? If not, it would probably make sense to wait for at least one of them to be updated before we accept the change. Cheers, Nick. -- Nick Coghlan | ncoghlan at gmail.com | Brisbane, Australia From rosuav at gmail.com Sun Jul 2 09:23:10 2017 From: rosuav at gmail.com (Chris Angelico) Date: Sun, 2 Jul 2017 23:23:10 +1000 Subject: [Python-buildbots] Linux buildbots with the vm_socket.h kernel header? In-Reply-To: References: Message-ID: On Sun, Jul 2, 2017 at 11:14 PM, Nick Coghlan wrote: > So my question is: are any of our current buildbots running > sufficiently recent Linux distros that they actually have this header? Root AMD64 "Bruce" doesn't currently (Debian Jessie), but the latest stable of Debian (Stretch) should include it, so I could upgrade it if that would help. ChrisA From matt at vazor.com Sun Jul 2 11:53:48 2017 From: matt at vazor.com (Matt Billenstein) Date: Sun, 2 Jul 2017 15:53:48 +0000 Subject: [Python-buildbots] Linux buildbots with the vm_socket.h kernel header? In-Reply-To: References: Message-ID: <0101015d04020999-1aabee75-e6aa-402d-86c3-5b6a5ba7c979-000000@us-west-2.amazonses.com> I have an Ubuntu 16.04 box I could run a builder on. m On Sun, Jul 02, 2017 at 11:14:48PM +1000, Nick Coghlan wrote: > Hi folks, > > https://bugs.python.org/issue27584 is an RFE to add AF_VSOCK support > to the socket module at least when the appropriate Linux system > headers are available. > > https://github.com/python/cpython/pull/2489 aims to implement that > RFE, but the config check is failing in pre-merge CI - the required > kernel header isn't being found. > > We think that's just because Ubuntu 14.04 is too old to have the > required header, and even though recent versions of RHEL/CentOS at > least nominally have the kernel module available, we're not sure the > required header is actually going to be present there either (it > definitely isn't there in the CentOS 7.3.1611 docker image, and RHEL > 7.4 is currently still in beta, so even if it does include the > necessary header, we definitely aren't running it on any of our > current buildbots) > > So my question is: are any of our current buildbots running > sufficiently recent Linux distros that they actually have this header? > > If not, it would probably make sense to wait for at least one of them > to be updated before we accept the change. > > Cheers, > Nick. > > -- > Nick Coghlan | ncoghlan at gmail.com | Brisbane, Australia > _______________________________________________ > Python-Buildbots mailing list > Python-Buildbots at python.org > https://mail.python.org/mailman/listinfo/python-buildbots -- Matt Billenstein matt at vazor.com http://www.vazor.com/