Re: Building icu port on macos x tiger

2021-06-30 Thread Ken Cunningham
I'm going to start by saying that I have great respect for your willingness to explore, and you clearly have some skills. Your contributions to supporting the older systems on Tiger will be much appreciated over time. I'm not 100% sure how changing this information in that library has solved your

Re: Building icu port on macos x tiger

2021-06-30 Thread brian
In case someone else runs into this and whatever, another way that I found to fix this issue was to hexedit /opt/lib/libgcc/libgcc_s.1.dylib as per: barf@tiger:~/lib/foo$ otool -f /opt/local/lib/libgcc/libgcc_s.1.dylib Fat headers fat_magic 0xcafebabe nfat_arch 1 architecture 0 cputype 7 c

Re: Building icu port on macos x tiger

2021-06-28 Thread brian
> So it is not likely going to be that the root problem is that icu is built with incorrect optimization settings. I'm actually quite surprised changing those fixed things for you, and have no idea why that would happen. The idea was to adjust things so that for symbol lookup purposes it didn't ma

Re: Building icu port on macos x tiger

2021-06-27 Thread Ken Cunningham
Now here we have to make sure we are asking the right question. If your build of icu doesn't work at all, and every time you try to use something that is built against icu it fails with this error, then the problem must be with icu and we have to look there. If icu seems to work whenever you use

Re: Building icu port on macos x tiger

2021-06-26 Thread brian
You assume correctly regarding the build but I'm not sure I grok your suggested alternative for making it run properly. I have: barf@tiger:/opt/local/var/macports/sources/ rsync.macports.org/macports/release/tarballs/ports$ otool -L /opt/local/lib/libicui18n.67.1.dylib /opt/local/lib/libicui18n.67

Re: Building icu port on macos x tiger

2021-06-26 Thread Ken Cunningham
> dlopen(/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/libxml2mod.so, > 2): Symbol not found: ___divmoddi4 Referenced from: /opt/local/lib/libicui18n.67.dylib > resulting from the default build configuration of macports icu on Tiger? Assuming you bui

Building icu port on macos x tiger

2021-06-26 Thread brian
Hey, What's the best way to fix: Traceback (most recent call last): File "", line 1, in File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/libxml2.py", line 1, in import libxml2mod ImportError: dlopen(/opt/local/Library/Frameworks/Python.framew