Changes between Initial Version and Version 1 of Ticket #41196, comment 8


Ignore:
Timestamp:
Dec 2, 2013, 4:22:31 PM (10 years ago)
Author:
jean-daniel.pauget@…
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #41196, comment 8

    initial v1  
    66> On Mavericks and later, MacPorts by default deletes .la files because they are usually not useful. However the python keybinder module appears to require it. I'll need to either disabuse the python keybinder build system of that requirement, or change the keybinder port to install the .la files even on Mavericks and later.
    77
    8 I don't know fore sure where the modification stands in macports, but it seems related to such kind of bugs : https://trac.macports.org/ticket/39598 where the presence of .la files in /opt/local/lib triggers bad path inclusion in DYLD_LIBRARY_PATH
     8I don't know for sure where the modification stands in macports, but it seems related to such kind of bugs : https://trac.macports.org/ticket/39598 where the presence of .la files in /opt/local/lib triggers bad path inclusion in DYLD_LIBRARY_PATH
    99
    1010my workaround so far is to keep all build-trees by turning '''"portautoclean no"''' in '''/opt/local/etc/macports/macports.conf''' right after a fresh (empty !) installation of macports.
     
    3333some other package may miss the .la files (vte and terminator complains about missing libpng.la) in such cases I copy back with either the above script or from backups ...
    3434
    35 fore sure, moving back and forth the .la files isn't really convenient ...
     35for sure, moving back and forth the .la files isn't really convenient ...