patchGNU Autoconf Archive - Patches: patch #7897, ax_python: fix python detection

 
 

patch #7897: ax_python: fix python detection

Submitter:  None
Submitted:  Tue 04 Dec 2012 10:13:31 AM UTC
   
 
Priority:  5 - Normal Status:  Done
Assigned to:  simons Originator Email:  -email is unavailable-
Open/Closed:  Closed
* Mandatory Fields

Add a New Comment Rich Markup
   

Fri 04 Jan 2013 05:04:03 PM UTC, comment #1: 

Your patches have been applied. Thank you very much for those updates!

Peter Simons <simons>
Group administrator
Tue 04 Dec 2012 10:13:31 AM UTC, original submission:  

I saw those warnings on libnl-3.2.12 configure
checking for python2.6... python2.6
checking for main in -lpython2.6... yes
checking python2.6/Python.h usability... yes
checking python2.6/Python.h presence... yes
checking for python2.6/Python.h... yes
./configure: line 12065: test: !=: unary operator expected
checking for python2.5... (cached) python2.6
checking for main in -lpython2.6... (cached) yes
checking for python2.6/Python.h... (cached) yes
./configure: line 12065: test: !=: unary operator expected
checking for python2.4... (cached) python2.6
checking for main in -lpython2.6... (cached) yes
checking for python2.6/Python.h... (cached) yes
./configure: line 12065: test: !=: unary operator expected
checking for python2.3... (cached) python2.6
checking for main in -lpython2.6... (cached) yes
checking for python2.6/Python.h... (cached) yes
./configure: line 12065: test: !=: unary operator expected
checking for python2.2... (cached) python2.6
checking for main in -lpython2.6... (cached) yes
checking for python2.6/Python.h... (cached) yes
./configure: line 12065: test: !=: unary operator expected
checking for python2.1... (cached) python2.6
checking for main in -lpython2.6... (cached) yes
checking for python2.6/Python.h... (cached) yes
./configure: line 12065: test: !=: unary operator expected
checking for python... (cached) python2.6
checking for main in -lpython2.6... (cached) yes
checking for python2.6/Python.h... (cached) yes
./configure: line 12065: test: !=: unary operator expected
  results of the Python check:
    Binary:      python2.6
    Library:     python2.6
    Include Dir: no

Fix the 'unary operator' warning
Add more recent python version detection (untested)

Anonymous

 

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

Attach Files:
   
   
Comment:
   

Attached Files
file #27035:  0001-Fix-python-detection.patch added by None (2KiB - application/x-download)

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by simons (Posted a comment)
  • -email is unavailable- added by None (Submitted the item)
  •  

    Follow 6 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2013-01-04 simons StatusNone Done
        Assigned toNone simons
        Open/ClosedOpen Closed
        SummaryFix python detection ax_python: fix python detection
    2012-12-04 None Attached File- Added 0001-Fix-python-detection.patch, #27035
        Attached File- Added 0002-Add-code-for-testing-more-recent-python-versions.patch, #27036

    Back to the top

    Powered by Savane 3.13-d3ae.
    Corresponding source code