public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* Re: just plain /gone/ (was Re: setup.exe[i] only creates directory tree)
@ 2000-04-20 19:48 Earnie Boyd
  2000-04-20 19:49 ` Chris Faylor
  0 siblings, 1 reply; 4+ messages in thread
From: Earnie Boyd @ 2000-04-20 19:48 UTC (permalink / raw)
  To: cygwin

--- Chris Faylor <cgf@cygnus.com> wrote:
-8<-
> It sounds like you probably have /bin mounted explicitly.  Looks like
> this is YA change to setup.
> 

While you're at it /usr mounted explicitly gets in the way also.


=====
---
   Earnie Boyd: < mailto:earnie_boyd@yahoo.com >
            __Cygwin: POSIX on Windows__
Cygwin Newbies: < http://www.freeyellow.com/members5/gw32/index.html >
           __Minimalist GNU for Windows__
  Mingw32 List: < http://www.egroups.com/group/mingw32/ >
    Mingw Home: < http://www.mingw.org/ >

__________________________________________________
Do You Yahoo!?
Send online invitations with Yahoo! Invites.
http://invites.yahoo.com

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: just plain /gone/ (was Re: setup.exe[i] only creates directory tree)
  2000-04-20 19:48 just plain /gone/ (was Re: setup.exe[i] only creates directory tree) Earnie Boyd
@ 2000-04-20 19:49 ` Chris Faylor
  0 siblings, 0 replies; 4+ messages in thread
From: Chris Faylor @ 2000-04-20 19:49 UTC (permalink / raw)
  To: cygwin

On Thu, Apr 20, 2000 at 07:48:20PM -0700, Earnie Boyd wrote:
>--- Chris Faylor <cgf@cygnus.com> wrote:
>-8<-
>> It sounds like you probably have /bin mounted explicitly.  Looks like
>> this is YA change to setup.
>> 
>
>While you're at it /usr mounted explicitly gets in the way also.

Yep.  I fixed that yesterday.

cgf

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: just plain /gone/ (was Re: setup.exe[i] only creates directory tree)
  2000-04-20 12:52 Phil Edwards
@ 2000-04-20 13:18 ` Chris Faylor
  0 siblings, 0 replies; 4+ messages in thread
From: Chris Faylor @ 2000-04-20 13:18 UTC (permalink / raw)
  To: cygwin

On Thu, Apr 20, 2000 at 04:09:04PM -0400, Phil Edwards wrote:
>
>I was telling setup.exe to hit the U-of-Tenn FTP site (choice 27, I thnk).
>Apparently it wasn't getting through, but setup can't figure that out yet.
>Ah, the joys of the bleeding edge.  :-)
>
>
>> Alternatively, you can download the tar files yourself to one directory
>> and just run setup there, using the 'd' option.
>
>I went with this route.  Downloaded every package except for byacc, ran
>setup, picked 'd'.  Only some of the packages got installed.  Bash wasn't
>one of them (cygwin.bat was most unhappy about that).  Neither was gzip.

Did you see "bash.tar.gz" scroll by?

>So I grabbed with bootstrap.zip, unpacked it, and tried to unpack bash
>myself.  Truly strange things happened.  Here's the cmd window; I'm in
>the directory that will become the Cygwin root.
>
>  E:\cygnus\cygwin1-1> e:\tmp\bin\gzip -dc C:\TEMP\net11\bash.tar.gz | e:\tmp\bin\tar tvf -
>  -rwxr-xr-x dj/games     391168 2000-01-17 21:17 bin/bash.exe
>  -rwxr-xr-x dj/games       3198 1999-09-13 21:56 bin/bashbug
>  -rw-r--r-- dj/games     198987 1999-09-13 21:56 usr/man/man1/bash.1
>  -rw-r--r-- dj/games       1343 1999-09-13 21:56 usr/man/man1/bashbug.1
>
>This looks good, I think.  So I tell it to unpack:
>
>  E:\cygnus\cygwin1-1>e:\tmp\bin\gzip -dc C:\TEMP\net11\bash.tar.gz | e:\tmp\bin\tar xvf -
>  bin/bash.exe
>  bin/bashbug
>  usr/man/man1/bash.1
>  usr/man/man1/bashbug.1
>
>But nothing happens:

It sounds like you probably have /bin mounted explicitly.  Looks like
this is YA change to setup.

cgf

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

^ permalink raw reply	[flat|nested] 4+ messages in thread

* just plain /gone/ (was Re: setup.exe[i] only creates directory tree)
@ 2000-04-20 12:52 Phil Edwards
  2000-04-20 13:18 ` Chris Faylor
  0 siblings, 1 reply; 4+ messages in thread
From: Phil Edwards @ 2000-04-20 12:52 UTC (permalink / raw)
  To: cygwin

I was telling setup.exe to hit the U-of-Tenn FTP site (choice 27, I thnk).
Apparently it wasn't getting through, but setup can't figure that out yet.
Ah, the joys of the bleeding edge.  :-)


> Alternatively, you can download the tar files yourself to one directory
> and just run setup there, using the 'd' option.

I went with this route.  Downloaded every package except for byacc, ran
setup, picked 'd'.  Only some of the packages got installed.  Bash wasn't
one of them (cygwin.bat was most unhappy about that).  Neither was gzip.

So I grabbed with bootstrap.zip, unpacked it, and tried to unpack bash
myself.  Truly strange things happened.  Here's the cmd window; I'm in
the directory that will become the Cygwin root.

  E:\cygnus\cygwin1-1> e:\tmp\bin\gzip -dc C:\TEMP\net11\bash.tar.gz | e:\tmp\bin\tar tvf -
  -rwxr-xr-x dj/games     391168 2000-01-17 21:17 bin/bash.exe
  -rwxr-xr-x dj/games       3198 1999-09-13 21:56 bin/bashbug
  -rw-r--r-- dj/games     198987 1999-09-13 21:56 usr/man/man1/bash.1
  -rw-r--r-- dj/games       1343 1999-09-13 21:56 usr/man/man1/bashbug.1

This looks good, I think.  So I tell it to unpack:

  E:\cygnus\cygwin1-1>e:\tmp\bin\gzip -dc C:\TEMP\net11\bash.tar.gz | e:\tmp\bin\tar xvf -
  bin/bash.exe
  bin/bashbug
  usr/man/man1/bash.1
  usr/man/man1/bashbug.1

But nothing happens:

  E:\cygnus\cygwin1-1>cd bin

  E:\cygnus\cygwin1-1\bin>dir b*
   Volume in drive E has no label.
   Volume Serial Number is 3C26-C1A0

   Directory of E:\cygnus\cygwin1-1\bin

  File Not Found

I finally gave up on the gzip/tar combination and used Winzip to
individually extract just the bash.exe into its proper place.  That gave
me a working shell; cygwin.bat was okay then.  But very little else got
properly extracted.  Not even fileutils.

Now that I have a working shell (oh, sweet sweet bash) I could just
unpack all of the .tar.gz packages myself with a simple loop.  But not
if gzip/tar isn't working... Winzip doesn't like the command line.

Is there something else I can try?


Phil
(Please cc me on any replies.)



--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2000-04-20 19:49 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-04-20 19:48 just plain /gone/ (was Re: setup.exe[i] only creates directory tree) Earnie Boyd
2000-04-20 19:49 ` Chris Faylor
  -- strict thread matches above, loose matches on Subject: below --
2000-04-20 12:52 Phil Edwards
2000-04-20 13:18 ` Chris Faylor

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).