dia: FTBFS: Can't find python >= 1.5.2
Bug #11459 reported by
Debian Bug Importer
This bug report is a duplicate of:
Bug #11485: dia: new changes from Debian require merging.
Edit
Remove
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
dia (Debian) |
Fix Released
|
Unknown
|
|||
dia (Ubuntu) |
Invalid
|
High
|
Matthias Klose |
Bug Description
Automatically imported from Debian bug report #287193 http://
Changed in dia: | |
status: | Unknown → Fix Released |
To post a comment you must log in.
Message-ID: <email address hidden>
Date: Sat, 25 Dec 2004 17:08:26 +0100
From: Kurt Roeckx <email address hidden>
To: <email address hidden>
Subject: dia: FTBFS: Can't find python >= 1.5.2
Package: dia
Version: 0.94.0-3
Severity: serious
Hi,
The package is failing to build since it can't seem to be finding
python >= 1.5.2. You're build depending on python2.3-dev.
checking for python... no
checking for python2.1... no
checking for python2.0... no
checking for python1.6... no
checking for python1.5... no
checking if Python version >= 1.5.2... configure: error: too old
Adding an extra build dependency on python gives this instead:
checking for python... /usr/bin/python
checking if Python version >= 1.5.2... okay
python is now a symlink to python2.3.
Kurt