Thanks, I've applied this patch and confirm that fuse runs on 10.6 now. On Wednesday, 09 September 2009 at 12:42, enduro410 wrote: > Hey > > I'm now installed fuse succefully. I edited fuse.info and installed fuse > again. > > After eacht version check (MACOSVER=`/usr/bin/sw_vers | grep ProductVersion: | > cut -f 2 | cut -d. -f1,2`) i added this line > if test "$MACOSVER" = "10.6"; then MACOSVER="10.5"; fi > > the problem was that the folder macfuse-2.0/core/10.6 doesn't exist. so i > change the MACSVER to 10.5 and its works fine > > cheers > > > > > 2009/9/7 monipol <[email protected]> > > On 06/09/2009, at 16:27, enduro410 wrote: > > thanks for you response. Here now the output > > fink install fuse > Password: > Information about 7608 packages read in 2 seconds. > The following package will be installed or updated: > fuse > Setting runtime build-lock... > dpkg-deb -b /sw/src/fink.build/root-fink-buildlock-fuse-2.0-2 > /sw/src/fink.build > dpkg-deb: building package `fink-buildlock-fuse-2.0-2' in > `/sw/src/fink.build/ > fink-buildlock-fuse-2.0-2_2009.09.06-21.24.12_darwin-i386.deb'. > Installing build-lock package... > /sw/bin/dpkg-lockwait -i > /sw/src/fink.build/ > fink-buildlock-fuse-2.0-2_2009.09.06-21.24.12_darwin-i386.deb > Selecting previously deselected package fink-buildlock-fuse-2.0-2. > (Reading database ... 20481 files and directories currently > installed.) > Unpacking fink-buildlock-fuse-2.0-2 (from > .../fink-buildlock-fuse-2.0-2_2009.09.06-21.24.12_darwin-i386.deb) ... > Setting up fink-buildlock-fuse-2.0-2 (2009.09.06-21.24.12) ... > bzip2 -dc /sw/src/macfuse-2.0.tar.bz2 | /sw/bin/tar -xvf - > macfuse-2.0/ > macfuse-2.0/core/ > macfuse-2.0/core/10.4/ > > (...) > > macfuse-2.0/core/10.5/ > > (...) > > > MACOSVER=`/usr/bin/sw_vers | grep ProductVersion: | cut -f 2 | cut -d. > -f1,2` > /usr/bin/sw_vers | grep ProductVersion: | cut -f 2 | cut -d. -f1,2 > FUSEVER=2.7.3 > if test $MACOSVER = 10.4 > then > FSPFX=/System/Library/Filesystems/ > else > FSPFX=/Library/Filesystems/ > fi > sed -i.bak -e "s,$FSPFX,/sw/lib/fuse/," > core/$MACOSVER/fusefs/common/fuse_param.h > sed: core/10.6/fusefs/common/fuse_param.h: No such file or directory > > (...) > > It looks like MacFUSE doesn't support OS X 10.6 yet, or at least not in > the > way it's being configured and built. > > Enduro410: please remember to carbon-copy your messages to the maintainer > of the package (Brendan), otherwise he might not be aware of your replies. > > > > > Submitting a Fink bug report? Read this: > http://www.finkproject.org/doc/netiquette/index.php > http://finkers.wordpress.com/2009/06/03/bug-reports/ > > >
------------------------------------------------------------------------------ Come build with us! The BlackBerry® Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9-12, 2009. Register now! http://p.sf.net/sfu/devconf _______________________________________________ Fink-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-users
