command for gunzip

Questions and Answers : Macintosh : command for gunzip
Message board moderation

To post messages, you must log in.

AuthorMessage
Emblems Luck

Send message
Joined: 3 Apr 99
Posts: 1
Credit: 44,872
RAC: 0
United States
Message 566 - Posted: 23 Jun 2004, 3:57:23 UTC

how about some help. downloaded the file with the .gz extension, stuffit expander does nothing with it....using a terminal window and dragging the .gz file into it to process leaves me with an unusable file. what is the correct syntax?
ID: 566 · Report as offensive
Janus
Volunteer developer

Send message
Joined: 4 Dec 01
Posts: 376
Credit: 967,976
RAC: 0
Denmark
Message 577 - Posted: 23 Jun 2004, 6:48:13 UTC
Last modified: 23 Jun 2004, 6:48:31 UTC

Can't remember the command on mac.
Also - some browsers tend to unpack it automatically but forget to rename the file and set executable permisssions. Please check if that is the case.
ID: 577 · Report as offensive
SteveL
Volunteer tester

Send message
Joined: 3 Jun 99
Posts: 10
Credit: 149,026
RAC: 0
Brazil
Message 642 - Posted: 23 Jun 2004, 13:11:29 UTC

I just used Stuffit (Deluxe) to uncompress the archive. I then just double clicked the resulting file. This opened a new terminal window and launched the new application. All then appeared to work fine. Used Safari to download and am running OSX 10.3.4.
ID: 642 · Report as offensive
Brian M. Carroll

Send message
Joined: 25 Feb 00
Posts: 4
Credit: 64,811
RAC: 0
Canada
Message 781 - Posted: 23 Jun 2004, 20:41:44 UTC - in response to Message 642.  

> I just used Stuffit (Deluxe) to uncompress the archive. I then just double
> clicked the resulting file. This opened a new terminal window and launched
> the new application. All then appeared to work fine. Used Safari to download
> and am running OSX 10.3.4.
>
>
Stuffit Expander managed to expand the .gz file. However I'm left with a file on the desktop called "boinc_3.18_powerpc-apple-darwin" that won't execute. Whenever I try to double click it, Stuffit Expander runs instead and does not recognize this file as compressed (no surprise).

Now what?
ID: 781 · Report as offensive
Profile AthlonRob
Volunteer developer
Avatar

Send message
Joined: 18 May 99
Posts: 378
Credit: 7,041
RAC: 0
United States
Message 815 - Posted: 23 Jun 2004, 21:25:32 UTC - in response to Message 781.  

> Stuffit Expander managed to expand the .gz file. However I'm left with a file
> on the desktop called "boinc_3.18_powerpc-apple-darwin" that won't execute.
> Whenever I try to double click it, Stuffit Expander runs instead and does not
> recognize this file as compressed (no surprise).
>
> Now what?

Now make it executable. If you can open a terminal and navigate to the directory, execute a "chmod +x boinc_3.18_powerpc-apple-darwin" and you should be able to run boinc.

I'll bet you can do the Mac version of right clicking on the file, though, and just check a box somewhere to make it executable....

Rob
ID: 815 · Report as offensive
Brian M. Carroll

Send message
Joined: 25 Feb 00
Posts: 4
Credit: 64,811
RAC: 0
Canada
Message 951 - Posted: 24 Jun 2004, 2:17:24 UTC - in response to Message 815.  


> Now make it executable. If you can open a terminal and navigate to the
> directory, execute a "chmod +x boinc_3.18_powerpc-apple-darwin" and you should
> be able to run boinc.
>
> I'll bet you can do the Mac version of right clicking on the file, though, and
> just check a box somewhere to make it executable....
>
> Rob
>
>
1) Tried the chmod. The file still doesn't execute anything.

2) I couldn't find anything in File/Get Info to make it executable.

Any Mac users in the support area?
ID: 951 · Report as offensive
Glengarry Software, Inc.

Send message
Joined: 25 Nov 99
Posts: 5
Credit: 0
RAC: 0
United States
Message 1693 - Posted: 25 Jun 2004, 4:18:46 UTC

You MUST upgrade to StuffIt Expander 8.03 for this to expand properly.

Now I get:
[localhost:~/setiathome] kevin% chmod +x boinc_3.18_powerpc-apple-darwin
[localhost:~/setiathome] kevin% ./boinc_3.18_powerpc-apple-darwin
dyld: ./boinc_3.18_powerpc-apple-darwin Undefined symbols:
./boinc_3.18_powerpc-apple-darwin undefined reference to _btowc expected to be defined in /usr/lib/libSystem.B.dylib
./boinc_3.18_powerpc-apple-darwin undefined reference to _iswctype expected to be defined in /usr/lib/libSystem.B.dylib
./boinc_3.18_powerpc-apple-darwin undefined reference to _mbsrtowcs expected to be defined in /usr/lib/libSystem.B.dylib
./boinc_3.18_powerpc-apple-darwin undefined reference to _towlower expected to be defined in /usr/lib/libSystem.B.dylib
./boinc_3.18_powerpc-apple-darwin undefined reference to _towupper expected to be defined in /usr/lib/libSystem.B.dylib
./boinc_3.18_powerpc-apple-darwin undefined reference to _wcscoll expected to be defined in /usr/lib/libSystem.B.dylib
./boinc_3.18_powerpc-apple-darwin undefined reference to _wcsftime expected to be defined in /usr/lib/libSystem.B.dylib
./boinc_3.18_powerpc-apple-darwin undefined reference to _wcslen expected to be defined in /usr/lib/libTrace/BPT trap
[localhost:~/setiathome] kevin%

ID: 1693 · Report as offensive
Glengarry Software, Inc.

Send message
Joined: 25 Nov 99
Posts: 5
Credit: 0
RAC: 0
United States
Message 1694 - Posted: 25 Jun 2004, 4:22:23 UTC - in response to Message 1693.  

> You MUST upgrade to StuffIt Expander 8.03 for this to expand properly.
>
> Now I get:
> [localhost:~/setiathome] kevin% chmod +x boinc_3.18_powerpc-apple-darwin
> [localhost:~/setiathome] kevin% ./boinc_3.18_powerpc-apple-darwin
> dyld: ./boinc_3.18_powerpc-apple-darwin Undefined symbols:
> ./boinc_3.18_powerpc-apple-darwin undefined reference to _btowc expected to be
> defined in /usr/lib/libSystem.B.dylib
> ./boinc_3.18_powerpc-apple-darwin undefined reference to _iswctype expected to
> be defined in /usr/lib/libSystem.B.dylib
> ./boinc_3.18_powerpc-apple-darwin undefined reference to _mbsrtowcs expected
> to be defined in /usr/lib/libSystem.B.dylib
> ./boinc_3.18_powerpc-apple-darwin undefined reference to _towlower expected to
> be defined in /usr/lib/libSystem.B.dylib
> ./boinc_3.18_powerpc-apple-darwin undefined reference to _towupper expected to
> be defined in /usr/lib/libSystem.B.dylib
> ./boinc_3.18_powerpc-apple-darwin undefined reference to _wcscoll expected to
> be defined in /usr/lib/libSystem.B.dylib
> ./boinc_3.18_powerpc-apple-darwin undefined reference to _wcsftime expected to
> be defined in /usr/lib/libSystem.B.dylib
> ./boinc_3.18_powerpc-apple-darwin undefined reference to _wcslen expected to
> be defined in /usr/lib/libTrace/BPT trap
> [localhost:~/setiathome] kevin%
>
>
>

OK -- it appears that BOINC does NOT work on OS X 10.2.8! Lovely.
ID: 1694 · Report as offensive
Brian M. Carroll

Send message
Joined: 25 Feb 00
Posts: 4
Credit: 64,811
RAC: 0
Canada
Message 1902 - Posted: 25 Jun 2004, 14:10:50 UTC - in response to Message 1693.  

> You MUST upgrade to StuffIt Expander 8.03 for this to expand properly.

I checked out Alladin's Stuffit web site. All they have available for download is 8.0.2
ID: 1902 · Report as offensive
Natronomonas
Volunteer tester

Send message
Joined: 13 Apr 02
Posts: 176
Credit: 3,367,602
RAC: 0
Australia
Message 2971 - Posted: 1 Jul 2004, 3:19:36 UTC - in response to Message 1694.  

> OK -- it appears that BOINC does NOT work on OS X 10.2.8! Lovely.

I have had a similar problem whereby no matter which way I expand the gzip (stuffit, gzip etc) I seem to get some sort of dependency error in 10.2.8 of the sort:
"./boinc_3.18_powerpc-apple-darwin undefined reference to _towlower expected to be defined in /usr/lib/libSystem.B.dylib"

I was hoping for some sort of workaround or fix as I would like to get the BOINC client replacing the classic client sometime soon.... I should point out that I am not a beta tester, this is in the released client....

ID: 2971 · Report as offensive
Glengarry Software, Inc.

Send message
Joined: 25 Nov 99
Posts: 5
Credit: 0
RAC: 0
United States
Message 3009 - Posted: 1 Jul 2004, 5:55:53 UTC - in response to Message 1902.  

> All they have available for download is 8.0.2
>
You are correct -- must have slipped on the keyboard. Sorry.


ID: 3009 · Report as offensive
Glengarry Software, Inc.

Send message
Joined: 25 Nov 99
Posts: 5
Credit: 0
RAC: 0
United States
Message 3011 - Posted: 1 Jul 2004, 5:58:56 UTC - in response to Message 2971.  

> > OK -- it appears that BOINC does NOT work on OS X 10.2.8! Lovely.
>
> I have had a similar problem whereby no matter which way I expand the gzip
> (stuffit, gzip etc) I seem to get some sort of dependency error in 10.2.8 of
> the sort:
> "./boinc_3.18_powerpc-apple-darwin undefined reference to _towlower expected
> to be defined in /usr/lib/libSystem.B.dylib"
>

There are several threads in "Macintosh" discussing errors you note above. The consensus seems to be that BOINC has not been tested to run on anything less than OS 10.3.
ID: 3011 · Report as offensive
Pathogen

Send message
Joined: 17 May 99
Posts: 34
Credit: 13,549
RAC: 0
United States
Message 3136 - Posted: 1 Jul 2004, 13:37:04 UTC

On the command line, cd to the location of your downloaded file, typically this will be like this:
cd ~/Desktop

Then, type gunzip followed by the filename. Hit Return.

Then type chmod u+x followed by the filename. Hit Return. Then type ./whateverthefilenameis followed by Return.
ID: 3136 · Report as offensive
Nicholas C. Anagram

Send message
Joined: 3 Jun 01
Posts: 1
Credit: 32,311
RAC: 0
United States
Message 5122 - Posted: 7 Jul 2004, 19:30:35 UTC - in response to Message 577.  

STUCK!!! I think the problem for many people, including experienced Mac users like myself who are not programmers, will be the step using the terminal utility. We're just not familiar with it. I played around with the chmod command for a while, but the "boinc_3.18_powerpc-apple-darwin" is still sitting on my desktop, completely unusable. Please email me when a fix is ready.

nicholascanagram@hotmail.com
ID: 5122 · Report as offensive
Lowlyrook

Send message
Joined: 28 Apr 04
Posts: 5
Credit: 54,923
RAC: 0
United States
Message 8682 - Posted: 16 Jul 2004, 12:33:48 UTC

LOL. Never used a MAC in my life and it took me 20 minutes to figure out how to run it on a G4 Cube. I know a bit of UNIX, which helped.

1) Unzip it.

2) Create a SETI folder somewhere, I did it at the top most level directory.

3) Move the unziped file (with no icon) to that SETI folder

4) launch terminal

5) if you put it in the \SETI folder off the top level directory, TYPE: CD \SETI in the terminal, hit RETURN

6) type chmod +x boinc_3.20_powerpc-apple-darwin (note: I loaded 3.20)

7) then TYPE: ./boinc_3.20_powerpc-apple-darwin


Hope this helps
ID: 8682 · Report as offensive
Phoenyxx

Send message
Joined: 5 Sep 04
Posts: 1
Credit: 0
RAC: 0
United States
Message 22502 - Posted: 5 Sep 2004, 4:51:58 UTC - in response to Message 1694.  

>
> OK -- it appears that BOINC does NOT work on OS X 10.2.8! Lovely.
>
>

I'm running into the same thing- that and also Stuffit 8.02 not being able to uncompress it. Anyone else figure out what the problem might be? Or is BOINC just not compatible with anything under OS X 10.3?


ID: 22502 · Report as offensive

Questions and Answers : Macintosh : command for gunzip


 
©2024 University of California
 
SETI@home and Astropulse are funded by grants from the National Science Foundation, NASA, and donations from SETI@home volunteers. AstroPulse is funded in part by the NSF through grant AST-0307956.