View Issue Details

IDProjectCategoryView StatusLast Update
0005367DarkRadiantCompilation/Buildpublic05.02.2021 11:29
Reportergreebo Assigned Togreebo  
PrioritynormalSeveritynormalReproducibilityhave not tried
Status closedResolutionfixed 
PlatformLinux 
Product Version2.9.0 
Target Version2.9.0Fixed in Version2.9.0 
Summary0005367: Need better Python detection in configure.ac
DescriptionThe 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 Informationhttps://forums.thedarkmod.com/index.php?/topic/20599-darkradiant-git-master-compiles-but-wont-start-missing-libraries-and-modules/
TagsNo tags attached.

Activities

There are no notes attached to this issue.

Related Changesets

DarkRadiant: master 89291f34

26.10.2020 06:37

greebo


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

greebo


Details Diff
0005367: Falling back to python2 environment if python3 is not fully available Affected Issues
0005367
mod - configure.ac Diff File

Issue History

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