fluiday / macfuse

Automatically exported from code.google.com/p/macfuse
Other
0 stars 0 forks source link

unable to parse OS X version obtain #393

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Hello,

When I try to install Macfuse core-10.5-1.7.1 I get the message "Unable to
parse OS X version obtain". I am using a new Macbook pro 2.4 GHz, Core 2
Duo with OS X version 10.5.5 and 4 GB RAM.  

Any suggestion?

Ziya

Original issue reported on code.google.com by ziya...@gmail.com on 26 Oct 2008 at 8:10

GoogleCodeExporter commented 8 years ago
Where do you get this message? In a dialog box? On the Terminal?

Can you attach a screenshot?

Original comment by si...@gmail.com on 26 Oct 2008 at 8:16

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
As can be seen in the screenshot attached i get this in a dialog box. 

Original comment by ziyadin....@gmail.com on 26 Oct 2008 at 9:00

Attachments:

GoogleCodeExporter commented 8 years ago
Can you tell me what the output of the following command is when you run it in 
the Terminal?

defaults read /System/Library/CoreServices/SystemVersion ProductVersion

Original comment by si...@gmail.com on 26 Oct 2008 at 9:12

GoogleCodeExporter commented 8 years ago
Hi
Here is what I get. 

[23:22][ziyadin@oxus] % defaults read 
/System/Library/CoreServices/SystemVersion ProductVersion
10.5.5

Original comment by ziyadin....@gmail.com on 26 Oct 2008 at 9:24

GoogleCodeExporter commented 8 years ago
Hmm. That looks fine. 

Can you please try one more thing?

Download the following text file: 
http://macfuse.googlecode.com/svn/trunk/core/packaging/macfuse/Install_resources
/InstallationCheck

Then, from the Terminal, run the following command on the downloaded file:

/bin/sh InstallationCheck ; echo $?

Please post the output here.

Original comment by si...@gmail.com on 26 Oct 2008 at 9:42

GoogleCodeExporter commented 8 years ago
Hi, 
Thank you for your afford. 
Here is the command and the output
[23:56][ziyadin@oxus] % /bin/sh InstallationCheck ; echo $?
0

Original comment by ziya...@gmail.com on 26 Oct 2008 at 9:59

GoogleCodeExporter commented 8 years ago
Hi Amit,

Thank you for your help. I found the problem! the script you sent did not work 
at first because there was no awk 
in /usr/bin. Is this the default location?  In my system it is located in 
/sw/bin.  Thus, I put a symbolic link to run 
that script. 
I run the installation application again and installed it successfully. 
Cheers,
Ziyadin

Original comment by ziya...@gmail.com on 26 Oct 2008 at 10:10

GoogleCodeExporter commented 8 years ago
If there's no awk in /usr/bin, then something or someone has deleted or moved 
it. That's not a valid Mac OS X 
installation.

Original comment by si...@gmail.com on 27 Oct 2008 at 12:02