View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0005367 | DarkRadiant | Compilation/Build | public | 24.10.2020 06:43 | 05.02.2021 11:29 |
Reporter | greebo | Assigned To | greebo | ||
Priority | normal | Severity | normal | Reproducibility | have not tried |
Status | closed | Resolution | fixed | ||
Platform | Linux | ||||
Product Version | 2.9.0 | ||||
Target Version | 2.9.0 | Fixed in Version | 2.9.0 | ||
Summary | 0005367: Need better Python detection in configure.ac | ||||
Description | The configure script doesn't work very well with mixed Python2 and Python3 installations, where various combinations of python-config, python3-config, Python2 vs. Python3 runtime can occur on systems. The configure script needs to focus on detecting the version of the available python-config in a better way. Right now it's possible that configure.ac will think it's dealing with Python3, but a python-config of a lesser version is used for compilation and linking. | ||||
Additional Information | https://forums.thedarkmod.com/index.php?/topic/20599-darkradiant-git-master-compiles-but-wont-start-missing-libraries-and-modules/ | ||||
Tags | No tags attached. | ||||
DarkRadiant: master 89291f34 26.10.2020 06:37 Details Diff |
0005367: Use python-config detection as base for any Python configure checks |
Affected Issues 0005367 |
|
mod - configure.ac | Diff File | ||
DarkRadiant: master 21e7d083 26.10.2020 08:14 Details Diff |
0005367: Falling back to python2 environment if python3 is not fully available |
Affected Issues 0005367 |
|
mod - configure.ac | Diff File |
Date Modified | Username | Field | Change |
---|---|---|---|
24.10.2020 06:43 | greebo | New Issue | |
24.10.2020 06:43 | greebo | Status | new => confirmed |
24.10.2020 06:44 | greebo | Additional Information Updated | |
24.10.2020 14:11 | greebo | Platform | => Linux |
26.10.2020 08:39 | greebo | Changeset attached | => DarkRadiant master 89291f34 |
26.10.2020 08:39 | greebo | Changeset attached | => DarkRadiant master 21e7d083 |
26.10.2020 08:49 | greebo | Assigned To | => greebo |
26.10.2020 08:49 | greebo | Status | confirmed => assigned |
26.10.2020 08:50 | greebo | Product Version | => 2.9.0 |
26.10.2020 08:50 | greebo | Target Version | => 2.9.0 |
26.10.2020 08:50 | greebo | Status | assigned => resolved |
26.10.2020 08:50 | greebo | Resolution | open => fixed |
26.10.2020 08:50 | greebo | Fixed in Version | => 2.9.0 |
05.02.2021 11:29 | greebo | Status | resolved => closed |