#24248: macfuse: build failed ---------------------------------+------------------------------------------ Reporter: scurippio@… | Owner: dports@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.8.2 Keywords: | Port: macfuse ---------------------------------+------------------------------------------ Comment(by dports@…): I still can't reproduce your build failure. But I did find some problems with the port's project files -- it links against the 10.5 SDK when it's building for 10.6. This obviously isn't right, and I'll post a patch to fix that. The other interesting thing is that, for the parts that get built by xcode (this the kernel module and mount_fusefs/load_fusefs utils; not the libfuse library that filesystems link against), it uses the xcode "32/64-bit Universal" configuration, which builds ppc, i386, and x86_64. I'm thinking that it should only build i386 on 10.6: reports from upstream are that 64-bit kernel support is broken, and ppc isn't supported for 10.6. Although we shouldn't be doing it, I'm surprised that you get linker errors when trying to link a ppc binary against the 10.5 SDK, since it works fine for me on both 32-bit and 64-bit 10.6 machines. -- Ticket URL: <http://trac.macports.org/ticket/24248#comment:5> MacPorts <http://www.macports.org/> Ports system for Mac OS