bugCERTI - Bugs: bug #44618, cmake stuff does not detect...

 
 

bug #44618: cmake stuff does not detect properly the python version for python 3.4

Submitter:  None
Submitted:  Tue 24 Mar 2015 12:05:17 PM UTC
   
 
Category:  PyHLA Severity:  * 3 - Normal
Item Group:  Compilation error Status:  Fixed
Privacy:  Public Assigned to:  erk
Open/Closed:  Open Release:  * P-1.1.1
Reproducibility:  None Fixed Release:  NextRelease
* Mandatory Fields

Add a New Comment Rich Markup
   

Thu 02 Apr 2015 12:49:04 PM UTC, comment #1: 

commit fb910ebaa7aa8daef30438497d7b45ea97184aa3
Author: Eric NOULARD <eric.noulard@gmail.com>
Date:   Thu Apr 2 14:48:10 2015 +0200

    Merge bug fix 44618
    cmake stuff does not detect properly the python version for python 3.

Eric NOULARD <erk>
Group administrator
Tue 24 Mar 2015 12:05:17 PM UTC, original submission:  

Python has decided since 3.4 that the output of python -V will be on stdout, while before on stderr. It basically breaks the version detection used by py-hla cmake for python 3.4.

Instead of using custom logic to detect python version, I suggest to use directly the string PYTHON_VERSION_STRING computed by cmake in PythonInterp.

You can find the proposed change in attachement

Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

Attached Files
file #33443:  fix_py_version_detection.patch added by None (2KiB - text/x-patch)

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by erk (Posted a comment)
  •  

    Follow 3 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2015-04-02 erk StatusNone Fixed
        Assigned toNone erk
    2015-03-24 None Attached File- Added fix_py_version_detection.patch, #33443

    Back to the top

    Powered by Savane 3.13-758e.
    Corresponding source code