Opened 14 years ago

Closed 14 years ago

Last modified 14 years ago

#23007 closed defect (fixed)

macfuse: 2.0.3 doesn't build on 10.5

Reported by: drkp (Dan Ports) Owned by: drkp (Dan Ports)
Priority: Normal Milestone:
Component: ports Version: 1.8.1
Keywords: Cc:
Port: macfuse

Description

My patch updating macfuse to version 2.0.3 (from ticket #18671) appears not to work on 10.5:

MacFUSEBuildTool(preflight)   : Xcode version 3.1.4 found (minimum requirement is 3.1.1)
MacFUSEBuildTool(smalldist)   : initiating Universal build for 10.5
MacFUSEBuildTool(smalldist)   : building MacFUSE kernel extension and tools
=== BUILDING NATIVE TARGET fusefs OF PROJECT fusefs WITH CONFIGURATION Release ===

Checking Dependencies...
error: There is no SDK with the name or path 'macosx10.6'
** BUILD FAILED **
MacFUSEBuildTool(smalldist) failed: xcodebuild cannot build configuration Release.

I'm looking into this now. (Please assign this ticket over to me.)

Attachments (1)

patch-macfuse-10.5.diff (2.9 KB) - added by drkp (Dan Ports) 14 years ago.

Download all attachments as: .zip

Change History (8)

comment:1 Changed 14 years ago by mf2k (Frank Schima)

Owner: changed from macports-tickets@… to dports@…

Would you like to become maintainer of the macfuse port?

comment:2 in reply to:  1 ; Changed 14 years ago by drkp (Dan Ports)

Replying to macsforever2000@…:

Would you like to become maintainer of the macfuse port?

I'm OK with it but don't want to step on the current maintainer's toes...

comment:3 Changed 14 years ago by drkp (Dan Ports)

Looks like there are two problems

  • the macfuse build script for 10.5 tries to build a x86_64 binary using the 10.6 SDK for some reason
  • I forgot to replace @@PREFIX@@ -> ${prefix} in patches for 10.4/10.5 (oops!)

Have a patch prepared, just waiting to finish testing it on 10.4 too.

comment:4 Changed 14 years ago by drkp (Dan Ports)

Actually, macfuse doesn't build without xcode 3, making Tiger support out of the question. So it goes.

Patch for 10.5 is attached.

Also, please svn rm the following stale patchfiles.

patch-10.4-project.pbxproj
patch-10.4_libfuse_fuse-2.7.3-macosx.patch.diff
patch-10.5-packaging-macfuse-core-make-pkg.sh
patch-10.5-project.pbxproj
patch-build_macfuse.sh

Changed 14 years ago by drkp (Dan Ports)

Attachment: patch-macfuse-10.5.diff added

comment:5 in reply to:  2 Changed 14 years ago by mf2k (Frank Schima)

Replying to dports@…:

Replying to macsforever2000@…:

Would you like to become maintainer of the macfuse port?

I'm OK with it but don't want to step on the current maintainer's toes...

I've filed a port abandoned ticket for macfuse. #23018.

comment:6 Changed 14 years ago by mf2k (Frank Schima)

Resolution: fixed
Status: newclosed

Added the leopard fix in r61942.

comment:7 Changed 14 years ago by jmroot (Joshua Root)

Might like to resurrect the old version as macfuse17 for Tiger users as well.

Note: See TracTickets for help on using tickets.