Changes between Initial Version and Version 2 of Ticket #54999


Ignore:
Timestamp:
Oct 4, 2017, 7:37:17 PM (7 years ago)
Author:
mf2k (Frank Schima)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #54999

    • Property Owner set to cjones051073
    • Property Keywords Root removed
    • Property Status changed from new to assigned
    • Property Port root5 added
  • Ticket #54999 – Description

    initial v2  
    11Root  Version   5.34/37  compiles on High Sierra, but running fails with: [[BR]]
    22
    3 dlopen error: dlopen(/opt/local/libexec/root5/lib/root/libThread.so, 9): can't resolve symbol __DefaultRuneLocale in /opt/local/libexec/root5/lib/root/libThread.so because dependent dylib #1 could not be loaded in /opt/local/libexec/root5/lib/root/libThread.so[[BR]]
     3{{{
     4dlopen error: dlopen(/opt/local/libexec/root5/lib/root/libThread.so, 9): can't resolve symbol __DefaultRuneLocale in /opt/local/libexec/root5/lib/root/libThread.so because dependent dylib #1 could not be loaded in /opt/local/libexec/root5/lib/root/libThread.so
    45
    5 Load Error: Failed to load Dynamic link library /opt/local/libexec/root5/lib/root/libThread.so[[BR]]
     6Load Error: Failed to load Dynamic link library /opt/local/libexec/root5/lib/root/libThread.so
    67
    7 Error in <TCint::AutoLoadCallback>: failure loading dependent library libThread.so for class TStreamerInfoActions::TActionSequence[[BR]]
     8Error in <TCint::AutoLoadCallback>: failure loading dependent library libThread.so for class TStreamerInfoActions::TActionSequence
    89
    9 dlopen error: dlopen(/opt/local/libexec/root5/lib/root/libRIO.so, 9): can't resolve symbol __DefaultRuneLocale in /opt/local/libexec/root5/lib/root/libThread.so because dependent dylib #1 could not be loaded in /opt/local/libexec/root5/lib/root/libThread.so[[BR]]
     10dlopen error: dlopen(/opt/local/libexec/root5/lib/root/libRIO.so, 9): can't resolve symbol __DefaultRuneLocale in /opt/local/libexec/root5/lib/root/libThread.so because dependent dylib #1 could not be loaded in /opt/local/libexec/root5/lib/root/libThread.so
    1011
    11 Load Error: Failed to load Dynamic link library /opt/local/libexec/root5/lib/root/libRIO.so[[BR]]
     12Load Error: Failed to load Dynamic link library /opt/local/libexec/root5/lib/root/libRIO.so
    1213
    13 Error in <TCint::AutoLoadCallback>: failure loading library libRIO.so for class TStreamerInfoActions::TActionSequence[[BR]]
    14 
     14Error in <TCint::AutoLoadCallback>: failure loading library libRIO.so for class TStreamerInfoActions::TActionSequence
     15}}}
    1516
    1617(same errors on a fresh compilation downloaded from sources)