Actions
Bug #2792
closedIncorrect library install path on Ubuntu 32-bit (and some other 32-bit platforms)
Start date:
05/06/2015
Due date:
% Done:
100%
Estimated time:
Description
This is caused by incorrect logic in waf script (waf/Utils.py),
and has been addressed by the upstream waf.
We need to track update of waf for maintained projects:
- ndn-cxx
 - NFD
 - NLSR
 - ndn-tools
 - ndns
 
      
      Updated by Junxiao Shi over 10 years ago
      
    
    - Description updated (diff)
 - Priority changed from Normal to High
 
      
      Updated by Junxiao Shi over 10 years ago
      
    
    - Related to Bug #2711: Incorrect built-in `PKG_CONFIG_PATH` on Ubuntu 32-bit platform added
 
      
      Updated by Alex Afanasyev over 10 years ago
      
    
    - Status changed from In Progress to Code review
 
      
      Updated by Davide Pesavento over 10 years ago
      
    
    Is this the fix -> https://github.com/waf-project/waf/commit/47cf5cecaa4f1be287cf3be70e57f764e02935f2 ?
If so, the logic is still not correct on Gentoo (but it'll work anyway because /usr/lib is a symlink to /usr/lib64)
      
      Updated by Alex Afanasyev over 10 years ago
      
    
    Yes. This is the fix..
I'm not really sure why there is a check for non-existence of /usr/lib32.  I guess the guys had some reason for that.  Does gentoo has both /usr/lib32 and /usr/lib64?
      
      Updated by Davide Pesavento over 10 years ago
      
    
    Yes, gentoo has both. Moreover, /usr/lib points to /usr/lib64, but the latter is the preferred/canonical install path for 64-bit software.
      
      Updated by Junxiao Shi over 10 years ago
      
    
    - Status changed from Code review to Closed
 
Actions