patchGNU Libtool - Patches: patch #10411, libtool: fix empty "-L"...

 
 

You are not allowed to post comments on this tracker with your current authentication level.

patch #10411: libtool: fix empty "-L" in compiler_lib_search_path

Submitter:  Xiang.Lin <idings>
Submitted:  Mon 06 Nov 2023 08:48:30 AM UTC
   
 
Category:  None Priority:  5 - Normal
Status:  Done Privacy:  Public
Assigned to:  None Open/Closed:  Closed

Tue 16 Jan 2024 06:12:37 PM UTC, comment #1: 

Thanks for finding the issue and submitting a patch! I'm surprised this string check was incorrect for so long, without anyone noticing.

Ileana Dumitrescu <ildumi>
Group administrator
Mon 06 Nov 2023 08:48:30 AM UTC, original submission:  

when porting gperftools to qnx-nto and use ./configure --host= to config qnx target, the output library missing libc++.so dependency.
The reason is that there are some empty "-L" in compiler_lib_search_path which will cause first library in postdeps following compiler_lib_search_path be skipped accidentally.

More details can see following links:
https://github.com/gperftools/gperftools/issues/1429#issuecomment-1793596631
https://github.com/gperftools/gperftools/issues/1429#issuecomment-1793789124
https://github.com/gperftools/gperftools/issues/1429#issuecomment-1793791682

Xiang.Lin <idings>

 

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

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by ildumi (Posted a comment)
  • -email is unavailable- added by idings (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.

     

    Follow 3 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2024-01-16 ildumi StatusNone Done
        Open/ClosedOpen Closed
    2023-11-06 idings Attached File- Added 0001-libtool-fix-empty-L-in-compiler_lib_search_path.patch, #55314

    Back to the top

    Powered by Savane 3.15-e6e5.
    Corresponding source code