Hi Ryan, > Am 16.12.2025 um 05:09 schrieb Ryan Carsten Schmidt <[email protected]>: > > On Dec 15, 2025, at 20:40, lars sonchocky-helldorf wrote: >> >> 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. > > Right. That's why Ken's suggestion was to temporarily replace Apple's strip > binary, like this: > > sudo mv /Developer/usr/bin/strip /Developer/usr/bin/strip.apple > sudo cp /opt/local/bin/strip /Developer/usr/bin > > Then build osxfuse. Then later put back Apple's copy: > > sudo mv /Developer/usr/bin/strip.apple /Developer/usr/bin/strip > > Clearly we can't program a port to go changing system files like that so the > ticket remains open and unfixed. If someone can figure out a way to tell > Xcode to use our strip program instead, then we could make progress on fixing > the ticket properly.
Thanks for the heads up! But sadly this didn’t work out: After copying the newer strip into place, I’ve got the same error as before: make[1]: Nothing to be done for `all-am'. 2025-12-18 02:22:21.076 xcodebuild[12621:713] _CFGetHostUUIDString: unable to determine UUID for host. Error: 35 2025-12-18 02:22:23.208 xcodebuild[12623: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. Since it seems to be an upstream issue I filed: https://github.com/macfuse/macfuse/issues/1135 Hopefully I will get an helpful response! Kind regards, Lars
