Changes between Version 2 and Version 5 of Ticket #58573
- Timestamp:
- Jun 9, 2019, 4:14:34 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #58573
- Property Keywords gcc5 runtime removed
-
Property
Summary
changed from
pdftk runtime error
topdftk @2.02+gcc5: dyld: _dyld_bind_fully_image_containing_address() error
- Property Port @2.02_0+gcc5 removed
-
Ticket #58573 – Description
v2 v5 1 1 MacOS Mojave Version 10.14.5 2 2 3 {{{ 3 4 % uname -a 5 Darwin NNN.local 18.6.0 Darwin Kernel Version 18.6.0: Thu Apr 25 23:16:27 PDT 2019; root:xnu-4903.261.4~2/RELEASE_X86_64 x86_64 6 }}} 4 7 5 Darwin NNN.local 18.6.0 Darwin Kernel Version 18.6.0: Thu Apr 25 23:16:27 PDT 2019; root:xnu-4903.261.4~2/RELEASE_X86_64 x86_64 6 8 {{{ 7 9 % xcodebuild -version 8 10 Xcode 10.2.1 9 11 Build version 10E1001 12 }}} 10 13 14 {{{ 11 15 % port installed pdftk gcc5 16 The following ports are currently installed: 17 gcc5 @5.5.0_4 (active) 18 pdftk @2.02_0+gcc5 (active) 19 }}} 12 20 13 The following ports are currently installed: 14 15 gcc5 @5.5.0_4 (active) 16 17 pdftk @2.02_0+gcc5 (active) 18 21 {{{ 19 22 % otool -L /opt/local/bin/pdftk 20 21 23 /opt/local/bin/pdftk: 22 23 24 /opt/local/lib/gcc5/libgcj.16.dylib (compatibility version 17.0.0, current version 17.0.0) 24 25 25 /opt/local/lib/libgcc/libstdc++.6.dylib (compatibility version 7.0.0, current version 7.25.0) 26 27 26 /opt/local/lib/libgcc/libgcc_s.1.dylib (compatibility version 1.0.0, current version 1.0.0) 28 29 27 /opt/local/lib/libiconv.2.dylib (compatibility version 9.0.0, current version 9.0.0) 30 31 28 /opt/local/lib/libz.1.dylib (compatibility version 1.0.0, current version 1.2.11) 32 33 29 /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 1252.200.5) 30 }}} 34 31 35 32 Problem: 36 33 34 {{{ 37 35 % pdftk O25a.pdf O26a.pdf cat output TMP 38 39 36 dyld: _dyld_bind_fully_image_containing_address() error 40 41 37 dyld: Symbol not found: __darwin10_Unwind_FindEnclosingFunction 42 43 38 Referenced from: /opt/local/lib/gcc5/libgcj.16.dylib 44 45 39 Expected in: /opt/local/lib/libgcc/libgcc_s.1.dylib 46 47 40 in /opt/local/lib/gcc5/libgcj.16.dylib 48 49 41 Abort trap: 6 42 }}}