bugGnash - The GNU Flash player - Bugs: bug #46606, Standard /usr/lib/x86_64-linux-gnu...

 
 

bug #46606: Standard /usr/lib/x86_64-linux-gnu search dir not removed

Submitter:  Sandro Santilli <strk>
Submitted:  Fri 04 Dec 2015 10:42:16 PM UTC
   
 
Category:  build Severity:  3 - Normal
Release:  master Status:  None
Privacy:  Public Assigned to:  None
Open/Closed:  Open
* Mandatory Fields

Add a New Comment Rich Markup
   

Wed 16 Dec 2015 08:28:39 AM UTC, comment #2: 

From Richard Wilbur (Richard please update the tickets if you can, Savannah does not update tickets via email):

ubuntu@ubuntu:~/test$ ld --verbose | grep SEARCH | awk '{ gsub(/;/,
"\n"); print }' | awk -F '\"' '/SEARCH_DIR\(\"=?/ { gsub(/=/,"");
print $2 }' | xargs -0 readlink -m
/usr/i686-linux-gnu/lib32                                                                         
/usr/local/lib32
/lib32
/usr/lib32
/usr/local/lib/lib/i386-linux-gnu                                                                       
/lib
/usr/lib/i386-linux-gnu
/usr/lib

Sandro Santilli <strk>
Group Member
Tue 15 Dec 2015 04:14:21 PM UTC, comment #1: 

One way to get a list of standard directories would be:

  ld --verbose  | grep SEARCH

See http://ubuntuforums.org/showthread.php?t=1983130


Sandro Santilli <strk>
Group Member
Fri 04 Dec 2015 10:42:16 PM UTC, original submission:  

Our ./configure script makes an effort to strip off standard directories from -L linker switches for a good reason, but fails at doing it for dirs like /usr/lib/x86_64-linux-gnu.

This makes libraries installed in standard dirs take precedence over those installed in wherever is specified at configure time using --with-<package>-lib

Sandro Santilli <strk>
Group Member

 

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

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by strk (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    No changes have been made to this item

    Back to the top

    Powered by Savane 3.13-cf05.
    Corresponding source code