All of lore.kernel.org
 help / color / mirror / Atom feed
* Commit 16cc3362aed39e3093419b9df6ec73269071d063 configure failure
@ 2019-03-13 11:24 Razvan Cojocaru
  2019-03-13 11:28 ` Wei Liu
  0 siblings, 1 reply; 5+ messages in thread
From: Razvan Cojocaru @ 2019-03-13 11:24 UTC (permalink / raw)
  To: Xen-devel, Wei Liu

Hello,

Commit "build/m4: make python_devel.m4 work with both python 2 and 3" 
makes my configure run fail, at least on my Ubuntu 16.04.6 LTS machine.

http://xenbits.xen.org/gitweb/?p=xen.git;a=commitdiff;h=16cc3362aed39e3093419b9df6ec73269071d063

checking for python-config... /usr/bin/python-config
checking Python.h usability... yes
checking Python.h presence... yes
checking for Python.h... yes
checking for PyArg_ParseTuple... no
configure: error: Unable to find a suitable python development library
configure: error: ./configure failed for tools

Checking out the commit below it, configure works. I've been looking at 
possibly installing some additional Python-related package on that 
machine but so far nothing I could think of seems to be doing the trick.

Of course, if Xen's no longer supposed to build on setups such as mine 
then sorry for the noise.


Thanks,
Razvan

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Commit 16cc3362aed39e3093419b9df6ec73269071d063 configure failure
  2019-03-13 11:24 Commit 16cc3362aed39e3093419b9df6ec73269071d063 configure failure Razvan Cojocaru
@ 2019-03-13 11:28 ` Wei Liu
  2019-03-13 11:31   ` Razvan Cojocaru
  0 siblings, 1 reply; 5+ messages in thread
From: Wei Liu @ 2019-03-13 11:28 UTC (permalink / raw)
  To: Razvan Cojocaru; +Cc: Wei Liu, Xen-devel

On Wed, Mar 13, 2019 at 01:24:06PM +0200, Razvan Cojocaru wrote:
> Hello,
> 
> Commit "build/m4: make python_devel.m4 work with both python 2 and 3" makes
> my configure run fail, at least on my Ubuntu 16.04.6 LTS machine.
> 
> http://xenbits.xen.org/gitweb/?p=xen.git;a=commitdiff;h=16cc3362aed39e3093419b9df6ec73269071d063
> 
> checking for python-config... /usr/bin/python-config
> checking Python.h usability... yes
> checking Python.h presence... yes
> checking for Python.h... yes
> checking for PyArg_ParseTuple... no
> configure: error: Unable to find a suitable python development library
> configure: error: ./configure failed for tools
> 
> Checking out the commit below it, configure works. I've been looking at
> possibly installing some additional Python-related package on that machine
> but so far nothing I could think of seems to be doing the trick.
> 
> Of course, if Xen's no longer supposed to build on setups such as mine then
> sorry for the noise.
> 

Yeah I'm aware of the failure. Thanks for reporting.

You're supposed to install python-dev now, but that still won't resolve
the issue.  I think there is a subtle difference between Debian and
Ubuntu. I will try to fix it today.

Wei.

> 
> Thanks,
> Razvan

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Commit 16cc3362aed39e3093419b9df6ec73269071d063 configure failure
  2019-03-13 11:28 ` Wei Liu
@ 2019-03-13 11:31   ` Razvan Cojocaru
  2019-03-13 15:02     ` Wei Liu
  0 siblings, 1 reply; 5+ messages in thread
From: Razvan Cojocaru @ 2019-03-13 11:31 UTC (permalink / raw)
  To: Wei Liu; +Cc: Xen-devel

On 3/13/19 1:28 PM, Wei Liu wrote:
> On Wed, Mar 13, 2019 at 01:24:06PM +0200, Razvan Cojocaru wrote:
>> Hello,
>>
>> Commit "build/m4: make python_devel.m4 work with both python 2 and 3" makes
>> my configure run fail, at least on my Ubuntu 16.04.6 LTS machine.
>>
>> http://xenbits.xen.org/gitweb/?p=xen.git;a=commitdiff;h=16cc3362aed39e3093419b9df6ec73269071d063
>>
>> checking for python-config... /usr/bin/python-config
>> checking Python.h usability... yes
>> checking Python.h presence... yes
>> checking for Python.h... yes
>> checking for PyArg_ParseTuple... no
>> configure: error: Unable to find a suitable python development library
>> configure: error: ./configure failed for tools
>>
>> Checking out the commit below it, configure works. I've been looking at
>> possibly installing some additional Python-related package on that machine
>> but so far nothing I could think of seems to be doing the trick.
>>
>> Of course, if Xen's no longer supposed to build on setups such as mine then
>> sorry for the noise.
>>
> 
> Yeah I'm aware of the failure. Thanks for reporting.
> 
> You're supposed to install python-dev now, but that still won't resolve
> the issue.  I think there is a subtle difference between Debian and
> Ubuntu. I will try to fix it today.

Indeed it won't - I do have it installed (2.7.12-1~16.04).


Thanks,
Razvan

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Commit 16cc3362aed39e3093419b9df6ec73269071d063 configure failure
  2019-03-13 11:31   ` Razvan Cojocaru
@ 2019-03-13 15:02     ` Wei Liu
  2019-03-13 15:10       ` Razvan Cojocaru
  0 siblings, 1 reply; 5+ messages in thread
From: Wei Liu @ 2019-03-13 15:02 UTC (permalink / raw)
  To: Razvan Cojocaru; +Cc: Wei Liu, Xen-devel

On Wed, Mar 13, 2019 at 01:31:22PM +0200, Razvan Cojocaru wrote:
> On 3/13/19 1:28 PM, Wei Liu wrote:
> > On Wed, Mar 13, 2019 at 01:24:06PM +0200, Razvan Cojocaru wrote:
> > > Hello,
> > > 
> > > Commit "build/m4: make python_devel.m4 work with both python 2 and 3" makes
> > > my configure run fail, at least on my Ubuntu 16.04.6 LTS machine.
> > > 
> > > http://xenbits.xen.org/gitweb/?p=xen.git;a=commitdiff;h=16cc3362aed39e3093419b9df6ec73269071d063
> > > 
> > > checking for python-config... /usr/bin/python-config
> > > checking Python.h usability... yes
> > > checking Python.h presence... yes
> > > checking for Python.h... yes
> > > checking for PyArg_ParseTuple... no
> > > configure: error: Unable to find a suitable python development library
> > > configure: error: ./configure failed for tools
> > > 
> > > Checking out the commit below it, configure works. I've been looking at
> > > possibly installing some additional Python-related package on that machine
> > > but so far nothing I could think of seems to be doing the trick.
> > > 
> > > Of course, if Xen's no longer supposed to build on setups such as mine then
> > > sorry for the noise.
> > > 
> > 
> > Yeah I'm aware of the failure. Thanks for reporting.
> > 
> > You're supposed to install python-dev now, but that still won't resolve
> > the issue.  I think there is a subtle difference between Debian and
> > Ubuntu. I will try to fix it today.
> 
> Indeed it won't - I do have it installed (2.7.12-1~16.04).

Pull from staging -- it should be fixed now.

Wei.

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Commit 16cc3362aed39e3093419b9df6ec73269071d063 configure failure
  2019-03-13 15:02     ` Wei Liu
@ 2019-03-13 15:10       ` Razvan Cojocaru
  0 siblings, 0 replies; 5+ messages in thread
From: Razvan Cojocaru @ 2019-03-13 15:10 UTC (permalink / raw)
  To: Wei Liu; +Cc: Xen-devel

On 3/13/19 5:02 PM, Wei Liu wrote:
> On Wed, Mar 13, 2019 at 01:31:22PM +0200, Razvan Cojocaru wrote:
>> On 3/13/19 1:28 PM, Wei Liu wrote:
>>> On Wed, Mar 13, 2019 at 01:24:06PM +0200, Razvan Cojocaru wrote:
>>>> Hello,
>>>>
>>>> Commit "build/m4: make python_devel.m4 work with both python 2 and 3" makes
>>>> my configure run fail, at least on my Ubuntu 16.04.6 LTS machine.
>>>>
>>>> http://xenbits.xen.org/gitweb/?p=xen.git;a=commitdiff;h=16cc3362aed39e3093419b9df6ec73269071d063
>>>>
>>>> checking for python-config... /usr/bin/python-config
>>>> checking Python.h usability... yes
>>>> checking Python.h presence... yes
>>>> checking for Python.h... yes
>>>> checking for PyArg_ParseTuple... no
>>>> configure: error: Unable to find a suitable python development library
>>>> configure: error: ./configure failed for tools
>>>>
>>>> Checking out the commit below it, configure works. I've been looking at
>>>> possibly installing some additional Python-related package on that machine
>>>> but so far nothing I could think of seems to be doing the trick.
>>>>
>>>> Of course, if Xen's no longer supposed to build on setups such as mine then
>>>> sorry for the noise.
>>>>
>>>
>>> Yeah I'm aware of the failure. Thanks for reporting.
>>>
>>> You're supposed to install python-dev now, but that still won't resolve
>>> the issue.  I think there is a subtle difference between Debian and
>>> Ubuntu. I will try to fix it today.
>>
>> Indeed it won't - I do have it installed (2.7.12-1~16.04).
> 
> Pull from staging -- it should be fixed now.

It does build now indeed. Thanks for the quick fix.


Thanks,
Razvan

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2019-03-13 15:10 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-13 11:24 Commit 16cc3362aed39e3093419b9df6ec73269071d063 configure failure Razvan Cojocaru
2019-03-13 11:28 ` Wei Liu
2019-03-13 11:31   ` Razvan Cojocaru
2019-03-13 15:02     ` Wei Liu
2019-03-13 15:10       ` Razvan Cojocaru

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.