-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 3/24/11 3:39 PM, Sven de Vries wrote:
> Hi,
> 
>> The latest upstream version 1.44 compiles without patches with gcc-45.
>> I've updated both stable and unstable to the new version. Please give it
>> try.
> 
> thanks for the update, _but_
> even though on 10.6.6/7 it compiles fine for x86_64, it fails at runtime:
> 
> pdftk A=0260_0001.pdf B=0264_0001.pdf shuffle A1-end Bend-1 output 
> /tmp/t.pdf
> dyld: _dyld_bind_fully_image_containing_address() error
> dyld: Symbol not found: _libiconv
>    Referenced from: /sw64/lib/gcc4.5/lib/libgcj.11.dylib
>    Expected in: flat namespace
>   in /sw64/lib/gcc4.5/lib/libgcj.11.dylib
> Trace/BPT trap
> 
> sw_vers
> ProductName:    Mac OS X
> ProductVersion: 10.6.7
> BuildVersion:   10J869
> 
> fink --version | head -n3
> Package manager version: 0.29.21
> Distribution version: selfupdate-rsync Thu Mar 24 10:36:37 2011, 10.6, 
> x86_64
> Trees: local/main stable/main stable/crypto unstable/main unstable/crypto
> 
> Any advice?
> 
> best
> sven
> 
> 

(I assume you meant pdftk-1.44 was what wasn't working, since that's the
first version made available for 10.6)

I see the same thing on 10.6/x86_64.  The package works on 10.6/i386.

64-bit:
$ pdftk Pics.pdf cat 1 output bar.pdf
dyld: _dyld_bind_fully_image_containing_address() error
dyld: Symbol not found: _libiconv
  Referenced from: /sw64/lib/gcc4.5/lib/libgcj.11.dylib
  Expected in: flat namespace
 in /sw64/lib/gcc4.5/lib/libgcj.11.dylib
Trace/BPT trap

32-bit:
$ pdftk Pics.pdf cat 1 output foo.pdf
Fiona-2:Downloads hansen$

Interestingly, _libiconv is undefined for both 32-bit and 64-bit
libgcj.11.dylib

$ nm -o /sw64/lib/gcc4.5/lib/libgcj.11.dylib | grep libiconv
/sw64/lib/gcc4.5/lib/libgcj.11.dylib:                  U _libiconv
/sw64/lib/gcc4.5/lib/libgcj.11.dylib:                  U _libiconv_close
/sw64/lib/gcc4.5/lib/libgcj.11.dylib:                  U _libiconv_open
$ nm -o /sw32/lib/gcc4.5/lib/libgcj.11.dylib | grep libiconv
/sw32/lib/gcc4.5/lib/libgcj.11.dylib:          U _libiconv
/sw32/lib/gcc4.5/lib/libgcj.11.dylib:          U _libiconv_close
/sw32/lib/gcc4.5/lib/libgcj.11.dylib:          U _libiconv_open

- -- 
Alexander Hansen, Ph.D.
Fink User Liaison
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk2LpOUACgkQB8UpO3rKjQ9JjQCeP3C8tfSaBbcscUH+zAUAe41t
2mkAn3IWvc6qleSHzkd2Aigve7UZ2IWY
=ev9S
-----END PGP SIGNATURE-----

------------------------------------------------------------------------------
Enable your software for Intel(R) Active Management Technology to meet the
growing manageability and security demands of your customers. Businesses
are taking advantage of Intel(R) vPro (TM) technology - will your software 
be a part of the solution? Download the Intel(R) Manageability Checker 
today! http://p.sf.net/sfu/intel-dev2devmar
_______________________________________________
Fink-users mailing list
Fink-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to