public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* new setup.exe woes
@ 2000-04-25  6:01 Todd Delaune
  2000-04-25  6:15 ` Chris Faylor
  0 siblings, 1 reply; 2+ messages in thread
From: Todd Delaune @ 2000-04-25  6:01 UTC (permalink / raw)
  To: cygwin

I tried to upgrade my cygwin installation yesterday using the setup.exe
program. It was a flawless installation until I tried to run my new
bash. For some reason I am now unable to source a file, I get lots of
command not found errors. For instance, a simple test file that just does
an ls fails. The error it fails with seems to be PS1 related as you'll
soon see. When I load my first shell, \s is different from when I run
another shell from the first shell. And the command not found errors 
differ accordingly. Here's a simple session:

"C:/unix/bin/bash.exe"-2.03$ cat l
echo $PATH
ls

"C:/unix/bin/bash.exe"-2.03$ . l
/usr/local/bin:/usr/bin:/d/orant/bin:/c/Perl/bin:/d/jdk1.1.8/bin:/c/DMINT40/WIN3
2/Bin:/c/WINNT/system32:/c/WINNT:/d/PROGRA~1/MICROS~1/Office:/c/WINNT/System32/W
BEM:/d/atria/bin:/d/jbuilder3/bin:/d/Novera/EPIC/bin
: command not foundxe": ls

"C:/unix/bin/bash.exe"-2.03$ bash

bash-2.03$ . l
/usr/local/bin:/usr/bin:/d/orant/bin:/c/Perl/bin:/d/jdk1.1.8/bin:/c/DMINT40/WIN3
2/Bin:/c/WINNT/system32:/c/WINNT:/d/PROGRA~1/MICROS~1/Office:/c/WINNT/System32/W
BEM:/d/atria/bin:/d/jbuilder3/bin:/d/Novera/EPIC/bin
: command not found

bash-2.03$ /usr/bin/ls
bashrc      d           lib         tmp         var
bin         etc         mybashrc    uninst.bat
c           l           mybin       usr

As you can see, /usr/bin is in my path and does function. Is anyone else
having this problem? I also noticed that the cygwin1.dll files in
setup.exe and the one installed by the cygwin-20000301.tar.gz files are
different. The one in the tar file is 600576 bytes, the one from setup.exe
is 614912 bytes. I tried both dll's in my /bin directory to see if it
affected my command not found problems, but it didn't affect anything.

Thanks in advance,

Todd

Todd Delaune  delauti@vetmed.auburn.edu  http://www.vetmed.auburn.edu/~delauti/
-------------------------------------------------------------------------------
   "There's no point in being grown up if you can't be childish sometimes." 


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

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

* Re: new setup.exe woes
  2000-04-25  6:01 new setup.exe woes Todd Delaune
@ 2000-04-25  6:15 ` Chris Faylor
  0 siblings, 0 replies; 2+ messages in thread
From: Chris Faylor @ 2000-04-25  6:15 UTC (permalink / raw)
  To: cygwin

On Tue, Apr 25, 2000 at 08:00:06AM -0500, Todd Delaune wrote:
>I tried to upgrade my cygwin installation yesterday using the setup.exe
>program. It was a flawless installation until I tried to run my new
>bash. For some reason I am now unable to source a file, I get lots of
>command not found errors. For instance, a simple test file that just does
>an ls fails. The error it fails with seems to be PS1 related as you'll
>soon see. When I load my first shell, \s is different from when I run
>another shell from the first shell. And the command not found errors 
>differ accordingly. Here's a simple session:

The new setup mounts the root in "binary" mode.  Your "l" file has
\r\n line endings which bash (currently) does not understand.

cgf

>"C:/unix/bin/bash.exe"-2.03$ cat l
>echo $PATH
>ls
>
>"C:/unix/bin/bash.exe"-2.03$ . l
>/usr/local/bin:/usr/bin:/d/orant/bin:/c/Perl/bin:/d/jdk1.1.8/bin:/c/DMINT40/WIN3
>2/Bin:/c/WINNT/system32:/c/WINNT:/d/PROGRA~1/MICROS~1/Office:/c/WINNT/System32/W
>BEM:/d/atria/bin:/d/jbuilder3/bin:/d/Novera/EPIC/bin
>: command not foundxe": ls
>
>"C:/unix/bin/bash.exe"-2.03$ bash
>
>bash-2.03$ . l
>/usr/local/bin:/usr/bin:/d/orant/bin:/c/Perl/bin:/d/jdk1.1.8/bin:/c/DMINT40/WIN3
>2/Bin:/c/WINNT/system32:/c/WINNT:/d/PROGRA~1/MICROS~1/Office:/c/WINNT/System32/W
>BEM:/d/atria/bin:/d/jbuilder3/bin:/d/Novera/EPIC/bin
>: command not found
>
>bash-2.03$ /usr/bin/ls
>bashrc      d           lib         tmp         var
>bin         etc         mybashrc    uninst.bat
>c           l           mybin       usr
>
>As you can see, /usr/bin is in my path and does function. Is anyone else
>having this problem? I also noticed that the cygwin1.dll files in
>setup.exe and the one installed by the cygwin-20000301.tar.gz files are
>different. The one in the tar file is 600576 bytes, the one from setup.exe
>is 614912 bytes. I tried both dll's in my /bin directory to see if it
>affected my command not found problems, but it didn't affect anything.
>
>Thanks in advance,
>
>Todd
>
>Todd Delaune  delauti@vetmed.auburn.edu  http://www.vetmed.auburn.edu/~delauti/
>-------------------------------------------------------------------------------
>   "There's no point in being grown up if you can't be childish sometimes." 
>
>
>--
>Want to unsubscribe from this list?
>Send a message to cygwin-unsubscribe@sourceware.cygnus.com
>

-- 
cgf@cygnus.com                        Cygnus Solutions, a Red Hat company
http://sourcware.cygnus.com/          http://www.redhat.com/

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

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

end of thread, other threads:[~2000-04-25  6:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-04-25  6:01 new setup.exe woes Todd Delaune
2000-04-25  6:15 ` 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).