Opened 15 years ago

Closed 14 years ago

Last modified 13 years ago

#2849 closed task (fixed)

libgsf-1.14.7 requires Python

Reported by: caozhzh Owned by: Randy McMurchy
Priority: high Milestone:
Component: BOOK Version: SVN
Severity: normal Keywords:
Cc:

Description

When I run the command below: ./configure --prefix=/usr it told me: configure: error: no suitable Python interpreter found

so,I install Python-2.5.2 first,and retry,it's ok!

Change History (7)

comment:1 by thomasp@…, 15 years ago

Confirmed. Can either add Python as a required dependency or pass --without-python to configure to bypass python support.

comment:2 by Randy McMurchy, 15 years ago

Milestone: 6.46.5

Modified milestone from 6.4 to 6.5

comment:3 by Randy McMurchy, 14 years ago

Priority: normalhigh

This is an old ticket and the BLFS book has since been updated to libgsf-1.14.17. Bruce did not update the dependencies to indicate Python is required. I'm escalating this because it should be very simple to find out if it is or is not required in the recent version.

comment:4 by bdubbs@…, 14 years ago

The book already had PyGTK as an optional dependency, which requires python. There is a section that builds Python Bindings. I had python installed, and did not attempt to build libgsf without python.

There is an option in configure

--{with,without}-python Build with the python support

The default ./configure fails when the option --without-python is omitted.

I suppose we should add python as an optional dependency and add -without-python to the configure line.

comment:5 by Randy McMurchy, 14 years ago

Owner: changed from blfs-book@… to Randy McMurchy
Status: newassigned

comment:6 by Randy McMurchy, 14 years ago

Resolution: fixed
Status: assignedclosed

Added the parameter and explanatory text to the libgsf instructions.

comment:7 by (none), 13 years ago

Milestone: 6.5

Milestone 6.5 deleted

Note: See TracTickets for help on using tickets.