Re: cygwin1.dll missing getreent and fopen

2003-10-17 Thread Misha Gale
On Sun, 12 Oct 2003 18:53:57 -0400 (EDT), Igor Pechtchanski
[EMAIL PROTECTED] said:
 On Sun, 12 Oct 2003, synthespian wrote:
 
   -- Início da mensagem original ---
   From: Corinna Vinschen
   Date: Fri, 10 Oct 2003 17:04:18 +0200
   Subject: Re: cygwin1.dll missing getreent and fopen
  
   On Fri, Oct 10, 2003 at 02:44:48PM +, Misha Gale wrote:
I have just tried to install cygwin, using the setup.exe downloaded from
cygwin.com, and installing from a local directory (rsync'ed from
sources.redhat.com last night) and having installed all the packages,
come to the postinstall stage and been bombarded with messages saying
The procedure entry point __fopen64 couldn not be located in the dynamic
link library cygwin1.dll or The procedure entry point __getreent couldn
not be located in the dynamic link library cygwin1.dll
   
This occurs when 'bash' 'sed', 'basename' or 'uname' (and probably
others) are executed. I have also recieved an unable to locate dll for
cygpcre.dll from 'grep.exe'
   
cygwin1.dll is installed in /bin, is this the right location or should it
be in %SYSTEMROOT%?
  
   No!  Never!
  
I am running Win2000 Pro SP4.
   
Is it actually possible someone has oopsed in the dll code tree and
removed these rather crucial functions? Or have have I got a corrupt dll
somehow?
  
   An older one.  Apparently you didn't install using the setup.exe tool.
   Remove your Cygwin installation, download setup.exe (http://cygwin.com
   has a link) and start setup.exe to install a Cygwin distro.
  
   Corinna
 
  Hi --
 
   I have experienced the same problem under WindowsME, since the two
  releases after Sept 20th. I do not get the fopen error, but I do
  experience the getreent error.  Complete reinstallation, including
  redownloading setup.exe does not work. The complaint about cygwin1.dll
  remains and the shell doesn't launch.  I was just about to post a
  similiar report; here it is:
 
   Cygwin fails to start on WinME. This is after the 2 latest releases:
  starting on the September 20 release and the current.  I have tried
  reinstalling Cygwin more than one, re-downloading, etc, but to no avail.
  The error msg I get (translated from Portuguese) is:
 
  The file BASH.EXE is linked to the (to a) CYGWIN1.DLL export file that
  was not found: __getreent.
 
  I have Cygwin in C:\cygwin
 
  However, the CYGWIN1.dll is placed right under C:\cygwin\bin
 
  Could this have something to do with the LD_LIBRARY_PATH variable?
  However, in my previous installation, I don't remember fiddling with
  this variable...
 
  This is the CYGWIN .bat file
 
  @echo off
 
  C:
  chdir C:\cygwin\bin
 
  bash --login -i
 
  PATH
 
  c:\bin\emacs-21.2:c:\cygwin\bin:c:\cygwin\usr\bin:c:cygwin\usr\local\bin;C:\Perl\bin\;c:\ruby\bin;C:\WINDOWS;C:\WINDOWS\COMMAND;C:\texmf\miktex\bin;C:\POSSUM5\jmf;C:\POSSUM5\poet\bin;C:\POSSUM5\java\bin;C:\j2sdk1.4.1_01\bin;%PATH;C:\sml\bin;C:\bin\Mozart\bin;C:\pp\bin\win32
 
  HOMEc:\cygwin\home  DEFAULT
 
  I do not have a CYGWIN variable, as mentioned in the User Guide:
 
  C:\ set CYGWIN=tty notitle glob
 
  but that doesn't work when I use it on the DOS prompt.
 
  The CYGWIN1.dll is version 1003.22.0.0
 
  Any help appreciated, because I'm /seriously/ stuck.
 
  -- Henry
 
 Henry,
 
 Please read and follow the Cygwin problem reporting guidelines at
 http://cygwin.com/problems.html, especially the part about attaching
 (as an uncompressed text *attachment*) the output of cygcheck -svr.
Sadly, I can't include this output, as I can't run any cygwin command at
all - they all depend on cygwin1.dll being sane.
The output I can get before it crashes is as follows:

E:\cygwin\bincygcheck -svr

Cygwin Win95/NT Configuration Diagnostics
Current System Time: Fri Oct 17 15:06:36 2003

Windows 2000 Professional Ver 5.0 Build 2195 Service Pack 4

Path:   D:\WIN2K\system32
D:\WIN2K
D:\WIN2K\System32\Wbem

E:\cygwin\bin\id.exe output (nontsec)

Followed by the now familiar message about not finding __getreentrant()

 FWIW, it looks like you have another copy of cygwin1.dll in your path.
 Also, your PATH has wrong separators (if it's a Windows path, it should
 have ';'s, and if it's a Unix path, it should have POSIX directories).
   Igor
 P.S.  FYI, Cygwin ignores LD_LIBRARY_PATH, and the DLLs are found using
 the value of PATH.
 -- 
   http://cs.nyu.edu/~pechtcha/
   |\  _,,,---,,_  [EMAIL PROTECTED]
 ZZZzz /,`.-'`'-.  ;-;;,_[EMAIL PROTECTED]
  |,4-  ) )-,_. ,\ (  `'-'Igor Pechtchanski, Ph.D.
 '---''(_/--'  `-'\_) fL a.k.a JaguaR-R-R-r-r-r-.-.-.  Meow!
 
 I have since come to realize that being between your mentor and his
 route
 to the bathroom is a major career booster.  -- Patrick Naughton
 
 --
 Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
 Problem reports:   http://cygwin.com

Re: cygwin1.dll missing getreent and fopen

2003-10-12 Thread synthespian

 -- Início da mensagem original ---
  De: Corinna Vinschen [EMAIL PROTECTED]
Para: [EMAIL PROTECTED]
  Cc:
Data: Fri, 10 Oct 2003 17:04:18 +0200
 Assunto: Re: cygwin1.dll missing getreent and fopen
 On Fri, Oct 10, 2003 at 02:44:48PM +, Misha Gale wrote:
  I have just tried to install cygwin, using the setup.exe downloaded from
  cygwin.com, and installing from a local directory (rsync'ed from
  sources.redhat.com last night) and having installed all the packages,
  come to the postinstall stage and been bombarded with messages saying
  The procedure entry point __fopen64 couldn not be located in the dynamic
  link library cygwin1.dll or The procedure entry point __getreent couldn
  not be located in the dynamic link library cygwin1.dll
 
  This occurs when 'bash' 'sed', 'basename' or 'uname' (and probably
  others) are executed. I have also recieved an unable to locate dll for
  cygpcre.dll from 'grep.exe'
 
  cygwin1.dll is installed in /bin, is this the right location or should it
  be in %SYSTEMROOT%?

 No!  Never!

  I am running Win2000 Pro SP4.
 
  Is it actually possible someone has oopsed in the dll code tree and
  removed these rather crucial functions? Or have have I got a corrupt dll
  somehow?

 An older one.  Apparently you didn't install using the setup.exe tool.
 Remove your Cygwin installation, download setup.exe (http://cygwin.com
 has a link) and start setup.exe to install a Cygwin distro.

 Corinna

Hi --

 I have experienced the same problem
under WindowsME, since the two
releases after Sept 20th. I do not get
the fopen error, but I do experience
the getreent error.
 Complete reinstallation, including
redownloading setup.exe does not work.
The complaint about cygwin1.dll
remains and the shell doesn't launch.
 I was just about to post a similiar
report; here it is:

 Cygwin fails to start on WinME. This
is after the 2 latest releases:
starting on the September 20 release
and the current.
 I have tried reinstalling Cygwin more
than one, re-downloading, etc, but to
no avail.
 The error msg I get (translated from
Portuguese) is:


The file BASH.EXE is linked to the
(to a) CYGWIN1.DLL export file that
was not found: __getreent.

 I have Cygwin in C:\cygwin

 However, the CYGWIN1.dll is placed
right under C:\cygwin\bin

 Could this have something to do with
the LD_LIBRARY_PATH variable? However,
in my previous installation, I don't
remember fiddling with this variable...

This is the CYGWIN .bat file

@echo off

C:
chdir C:\cygwin\bin

bash --login -i

PATH

c:\bin\emacs-21.2:c:\cygwin\bin:c:\cygwin\usr\bin:c:cygwin\usr\local\bin;C:\Perl\bin\;c:\ruby\bin;C:\WINDOWS;C:\WINDOWS\COMMAND;C:\texmf\miktex\bin;C:\POSSUM5\jmf;C:\POSSUM5\poet\bin;C:\POSSUM5\java\bin;C:\j2sdk1.4.1_01\bin;%PATH;C:\sml\bin;C:\bin\Mozart\bin;C:\pp\bin\win32

HOMEc:\cygwin\home  DEFAULT

I do not have a CYGWIN variable, as
mentioned in the User Guide:

C:\ set CYGWIN=tty notitle glob

but that doesn't work when I use it on
the DOS prompt.

The CYGWIN1.dll is version 1003.22.0.0

Any help appreciated, because I'm
/seriously/ stuck.

-- Henry



---
Acabe com aquelas janelinhas que pulam na sua tela.
AntiPop-up UOL - É grátis!
http://antipopup.uol.com.br


--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



Re: cygwin1.dll missing getreent and fopen

2003-10-12 Thread Igor Pechtchanski
On Sun, 12 Oct 2003, synthespian wrote:

  -- Início da mensagem original ---
  From: Corinna Vinschen
  Date: Fri, 10 Oct 2003 17:04:18 +0200
  Subject: Re: cygwin1.dll missing getreent and fopen
 
  On Fri, Oct 10, 2003 at 02:44:48PM +, Misha Gale wrote:
   I have just tried to install cygwin, using the setup.exe downloaded from
   cygwin.com, and installing from a local directory (rsync'ed from
   sources.redhat.com last night) and having installed all the packages,
   come to the postinstall stage and been bombarded with messages saying
   The procedure entry point __fopen64 couldn not be located in the dynamic
   link library cygwin1.dll or The procedure entry point __getreent couldn
   not be located in the dynamic link library cygwin1.dll
  
   This occurs when 'bash' 'sed', 'basename' or 'uname' (and probably
   others) are executed. I have also recieved an unable to locate dll for
   cygpcre.dll from 'grep.exe'
  
   cygwin1.dll is installed in /bin, is this the right location or should it
   be in %SYSTEMROOT%?
 
  No!  Never!
 
   I am running Win2000 Pro SP4.
  
   Is it actually possible someone has oopsed in the dll code tree and
   removed these rather crucial functions? Or have have I got a corrupt dll
   somehow?
 
  An older one.  Apparently you didn't install using the setup.exe tool.
  Remove your Cygwin installation, download setup.exe (http://cygwin.com
  has a link) and start setup.exe to install a Cygwin distro.
 
  Corinna

 Hi --

  I have experienced the same problem under WindowsME, since the two
 releases after Sept 20th. I do not get the fopen error, but I do
 experience the getreent error.  Complete reinstallation, including
 redownloading setup.exe does not work. The complaint about cygwin1.dll
 remains and the shell doesn't launch.  I was just about to post a
 similiar report; here it is:

  Cygwin fails to start on WinME. This is after the 2 latest releases:
 starting on the September 20 release and the current.  I have tried
 reinstalling Cygwin more than one, re-downloading, etc, but to no avail.
 The error msg I get (translated from Portuguese) is:

 The file BASH.EXE is linked to the (to a) CYGWIN1.DLL export file that
 was not found: __getreent.

 I have Cygwin in C:\cygwin

 However, the CYGWIN1.dll is placed right under C:\cygwin\bin

 Could this have something to do with the LD_LIBRARY_PATH variable?
 However, in my previous installation, I don't remember fiddling with
 this variable...

 This is the CYGWIN .bat file

 @echo off

 C:
 chdir C:\cygwin\bin

 bash --login -i

 PATH

 c:\bin\emacs-21.2:c:\cygwin\bin:c:\cygwin\usr\bin:c:cygwin\usr\local\bin;C:\Perl\bin\;c:\ruby\bin;C:\WINDOWS;C:\WINDOWS\COMMAND;C:\texmf\miktex\bin;C:\POSSUM5\jmf;C:\POSSUM5\poet\bin;C:\POSSUM5\java\bin;C:\j2sdk1.4.1_01\bin;%PATH;C:\sml\bin;C:\bin\Mozart\bin;C:\pp\bin\win32

 HOMEc:\cygwin\home  DEFAULT

 I do not have a CYGWIN variable, as mentioned in the User Guide:

 C:\ set CYGWIN=tty notitle glob

 but that doesn't work when I use it on the DOS prompt.

 The CYGWIN1.dll is version 1003.22.0.0

 Any help appreciated, because I'm /seriously/ stuck.

 -- Henry

Henry,

Please read and follow the Cygwin problem reporting guidelines at
http://cygwin.com/problems.html, especially the part about attaching
(as an uncompressed text *attachment*) the output of cygcheck -svr.
FWIW, it looks like you have another copy of cygwin1.dll in your path.
Also, your PATH has wrong separators (if it's a Windows path, it should
have ';'s, and if it's a Unix path, it should have POSIX directories).
Igor
P.S.  FYI, Cygwin ignores LD_LIBRARY_PATH, and the DLLs are found using
the value of PATH.
-- 
http://cs.nyu.edu/~pechtcha/
  |\  _,,,---,,_[EMAIL PROTECTED]
ZZZzz /,`.-'`'-.  ;-;;,_[EMAIL PROTECTED]
 |,4-  ) )-,_. ,\ (  `'-'   Igor Pechtchanski, Ph.D.
'---''(_/--'  `-'\_) fL a.k.a JaguaR-R-R-r-r-r-.-.-.  Meow!

I have since come to realize that being between your mentor and his route
to the bathroom is a major career booster.  -- Patrick Naughton

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



cygwin1.dll missing getreent and fopen

2003-10-10 Thread Misha Gale
I have just tried to install cygwin, using the setup.exe downloaded from
cygwin.com, and installing from a local directory (rsync'ed from
sources.redhat.com last night) and having installed all the packages,
come to the postinstall stage and been bombarded with messages saying
The procedure entry point __fopen64 couldn not be located in the dynamic
link library cygwin1.dll or The procedure entry point __getreent couldn
not be located in the dynamic link library cygwin1.dll

This occurs when 'bash' 'sed', 'basename' or 'uname' (and probably
others) are executed. I have also recieved an unable to locate dll for
cygpcre.dll from 'grep.exe'

cygwin1.dll is installed in /bin, is this the right location or should it
be in %SYSTEMROOT%?

I am running Win2000 Pro SP4.

Is it actually possible someone has oopsed in the dll code tree and
removed these rather crucial functions? Or have have I got a corrupt dll
somehow?

If I can aquire a working copy of the dll, how can I cause the
post-install steps to be executed without re-doing the whole install?

I could really use some help here, otherwise I may be condemned to
implement my computer science project in visual basic...

Thanks in advance,

Misha Gale
-- 
  Misha Gale
  [EMAIL PROTECTED]

-- 
http://www.fastmail.fm - I mean, what is it about a decent email service?

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



Re: cygwin1.dll missing getreent and fopen

2003-10-10 Thread Gerrit P. Haase
Hello Misha,

 The procedure entry point __fopen64 couldn not be located in the dynamic
 link library cygwin1.dll or The procedure entry point __getreent couldn
 not be located in the dynamic link library cygwin1.dll

 This occurs when 'bash' 'sed', 'basename' or 'uname' (and probably
 others) are executed. I have also recieved an unable to locate dll for
 cygpcre.dll from 'grep.exe'

 cygwin1.dll is installed in /bin, is this the right location or should it
 be in %SYSTEMROOT%?

Have you tried to reboot the system?

[...]

 If I can aquire a working copy of the dll, how can I cause the
 post-install steps to be executed without re-doing the whole install?

Run the scripts in /etc/postinstall.


 I could really use some help here, otherwise I may be condemned to
 implement my computer science project in visual basic...

Oh no, don't do this;-)


Gerrit
-- 
=^..^=  http://nyckelpiga.de/donate.html


--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



Re: cygwin1.dll missing getreent and fopen

2003-10-10 Thread Corinna Vinschen
On Fri, Oct 10, 2003 at 02:44:48PM +, Misha Gale wrote:
 I have just tried to install cygwin, using the setup.exe downloaded from
 cygwin.com, and installing from a local directory (rsync'ed from
 sources.redhat.com last night) and having installed all the packages,
 come to the postinstall stage and been bombarded with messages saying
 The procedure entry point __fopen64 couldn not be located in the dynamic
 link library cygwin1.dll or The procedure entry point __getreent couldn
 not be located in the dynamic link library cygwin1.dll
 
 This occurs when 'bash' 'sed', 'basename' or 'uname' (and probably
 others) are executed. I have also recieved an unable to locate dll for
 cygpcre.dll from 'grep.exe'
 
 cygwin1.dll is installed in /bin, is this the right location or should it
 be in %SYSTEMROOT%?

No!  Never!

 I am running Win2000 Pro SP4.
 
 Is it actually possible someone has oopsed in the dll code tree and
 removed these rather crucial functions? Or have have I got a corrupt dll
 somehow?

An older one.  Apparently you didn't install using the setup.exe tool.
Remove your Cygwin installation, download setup.exe (http://cygwin.com
has a link) and start setup.exe to install a Cygwin distro.

Corinna

-- 
Corinna Vinschen  Please, send mails regarding Cygwin to
Cygwin Developermailto:[EMAIL PROTECTED]
Red Hat, Inc.

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/



Re: cygwin1.dll missing getreent and fopen

2003-10-10 Thread Brian Ford
On Fri, Oct 10, 2003 at 17:04:18 +0200, Corinna Vinschen wrote:
On Fri, Oct 10, 2003 at 02:44:48PM +, Misha Gale wrote:
 I have just tried to install cygwin, using the setup.exe downloaded
 from cygwin.com, and installing from a local directory (rsync'ed from
 sources.redhat.com last night) and having installed all the packages,
 come to the postinstall stage and been bombarded with messages saying
 The procedure entry point __fopen64 couldn not be located in the
 dynamic link library cygwin1.dll or The procedure entry point
 __getreent couldn not be located in the dynamic link library
 cygwin1.dll
An older one.  Apparently you didn't install using the setup.exe tool.
Remove your Cygwin installation, download setup.exe (http://cygwin.com
has a link) and start setup.exe to install a Cygwin distro.

Um, didn't he just say that he did basically that.

What he probably didn't do is stop all Cygwin processes before the
upgrade, or reboot afterward.  No?

-- 
Brian Ford
Senior Realtime Software Engineer
VITAL - Visual Simulation Systems
FlightSafety International
Phone: 314-551-8460
Fax:   314-551-8444

--
Unsubscribe info:  http://cygwin.com/ml/#unsubscribe-simple
Problem reports:   http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ:   http://cygwin.com/faq/