Opened 15 years ago

Closed 15 years ago

Last modified 7 years ago

#2951 closed task (duplicate)

xcb-proto depends on python >= 2.5

Reported by: wavydavy Owned by: blfs-book@…
Priority: normal Milestone: x-future
Component: BOOK Version: SVN
Severity: normal Keywords:
Cc:

Description

configuring xcb-proto returns the following:

checking for a BSD-compatible install... /usr/lib/pkgusr/install -c

checking whether build environment is sane... yes

checking for a thread-safe mkdir -p... /usr/lib/pkgusr/mkdir -p

checking for gawk... gawk

checking whether make sets $(MAKE)... yes

checking for xmllint... no

configure: WARNING: xmllint not found; unable to validate against schema.

checking for a Python interpreter with version >= 2.5... none

configure: error: no suitable Python interpreter found

Change History (5)

comment:1 by willimm, 15 years ago

Yea, but that's only half the solution. Xcb-proto also requires the pyexpat python module, which is built by (you guessed it!) building Expat before python.

Oh, and why future? If you ask me, it should be assigned to 6.5. I'll have a patch shortly...

comment:2 by Chris Staub, 15 years ago

Resolution: duplicate
Status: newclosed

comment:3 by Chris Staub, 15 years ago

See #2943.

in reply to:  1 comment:4 by DJ Lucas, 15 years ago

Replying to willimm:

Yea, but that's only half the solution. Xcb-proto also requires the pyexpat python module, which is built by (you guessed it!) building Expat before python.

This is incorrect. Expat is not a dependency of Python. pyexpat extension gets built either way...Python is 3rd in my stack, behind bc and openssl, and pyexpat still gets built.

comment:5 by bdubbs@…, 7 years ago

Milestone: futurex-future

Milestone renamed

Note: See TracTickets for help on using tickets.