Hi Ryan

> Am 16.12.2025 um 02:34 schrieb [email protected]:
> 
>>>> Am 15.12.2025 um 20:50 schrieb Saj Goonatilleke:
>>>> 
>>>> https://trac.macports.org/ticket/52430 ?
>>> 
>>> Do you mean this is to complicated? The ticket you linked shows another 
>>> problem on x86 Leopard. I’m on PowerPC, should I file a new ticket?
>> 
>> The ticket shows the identical error to yours ("string table not at end of 
>> the file") and users on PowerPC commented that they were also affected, so 
>> don't file a new ticket. 
>> 
>> Ken's suggestion in ticket comment 8 to use the newer strip program from 
>> MacPorts is a good one. 
> 
> Interesting tip! I try this since I had no success using the samba3 port on 
> the 10.5.8 guest and legacy smb on my host machine.

For that purpose I installed the cctools port:

sudo port -v install cctools

which installed those in version 949.0.1_3


strip got properly replaced:

QEMU-Power-Mac-G4-AGP-graphics:~ lars$ which strip
/opt/local/bin/strip

but not used in osxfuse:

Making all in include
/Developer/usr/bin/make  all-am
make[2]: Nothing to be done for `all-am'.
Making all in lib
  CC       fuse.lo
  CC       fuse_kern_chan.lo
  CC       fuse_loop.lo
  CC       fuse_loop_mt.lo
  CC       fuse_lowlevel.lo
fuse.c: In function 'fuse_new_common':
fuse.c:5345: warning: implicit declaration of function 'stpcpy'
  CC       fuse_mt.lo
fuse.c:5345: warning: incompatible implicit declaration of built-in function 
'stpcpy'
fuse.c:5350: warning: incompatible implicit declaration of built-in function 
'stpcpy'
  CC       fuse_opt.lo
fuse_lowlevel.c: In function 'fuse_send_data_iov_fallback':
fuse_lowlevel.c:551: warning: implicit declaration of function 'posix_memalign'
  CC       fuse_session.lo
  CC       fuse_signals.lo
  CC       buffer.lo
  CC       cuse_lowlevel.lo
  CC       helper.lo
  CC       fuse_darwin.lo
  CC       modules/threadid.lo
  CC       modules/volicon.lo
  CC       mount_darwin.lo
  CC       modules/iconv.lo
  CC       modules/subdir.lo
  CCLD     libosxfuse.la
make[1]: Nothing to be done for `all-am'.
2025-12-16 03:24:48.374 xcodebuild[15037:713] _CFGetHostUUIDString: unable to 
determine UUID for host. Error: 35
2025-12-16 03:24:50.568 xcodebuild[15039:713] _CFGetHostUUIDString: unable to 
determine UUID for host. Error: 35
warning: no debug symbols in executable (-arch ppc7400)
/Developer/usr/bin/strip: string table not at the end of the file (can't be 
processed) in file: 
/opt/local/var/macports/build/osxfuse-3acbfd85/work/library/Source/lib/.libs/libosxfuse.2.dylib.dSYM/Contents/Resources/DWARF/libosxfuse.2.dylib
Error: Aborted: SIGTERM received.
QEMU-Power-Mac-G4-AGP-graphics:~ lars$ 

So it still uses /Developer/usr/bin/strip for which I don’t know how to fix it 
(IIRC it reconfigured for the build but somehow doesn’t use anything outside of 
/Developer.


Kind regards,

        Lars

Reply via email to