public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* curl (7.27.0-1), even curl --version, does not work
@ 2012-09-02 20:50 Regid Ichira
  2012-09-02 21:36 ` Yaakov (Cygwin/X)
  0 siblings, 1 reply; 8+ messages in thread
From: Regid Ichira @ 2012-09-02 20:50 UTC (permalink / raw)
  To: cygwin

$ cygcheck -c curl
Cygwin Package Information
Package              Version        Status
curl                 7.27.0-1       OK

$ cygcheck -c libcurl4
Cygwin Package Information
Package              Version        Status
libcurl4             7.27.0-1       OK

curl --version is supposed to only print version information.
$ curl.exe --version
$ printf "$?\n"
127

I tried to strace it.
$ strace.exe /usr/bin/curl.exe -V

There was a popup window.  Its translated message was:
curl.exe - system error
{no entry point found} could not locate the entry point memrchr of
the process in the dynamic linked library cygwin1.dll

--- Process 3544, exception C0000139 at 7C9B73BE
--- Process 3544, exception C0000139 at 7C9B73BE



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

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

* Re: curl (7.27.0-1), even curl --version, does not work
  2012-09-02 20:50 curl (7.27.0-1), even curl --version, does not work Regid Ichira
@ 2012-09-02 21:36 ` Yaakov (Cygwin/X)
  0 siblings, 0 replies; 8+ messages in thread
From: Yaakov (Cygwin/X) @ 2012-09-02 21:36 UTC (permalink / raw)
  To: cygwin

On Sun, 2012-09-02 at 13:50 -0700, Regid Ichira wrote: 
> curl --version is supposed to only print version information.
> $ curl.exe --version
> $ printf "$?\n"
> 127
> 
> I tried to strace it.
> $ strace.exe /usr/bin/curl.exe -V
> 
> There was a popup window.  Its translated message was:
> curl.exe - system error
> {no entry point found} could not locate the entry point memrchr of
> the process in the dynamic linked library cygwin1.dll

Then you don't have the latest version (1.7.16-1) of the 'cygwin'
package.


Yaakov



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

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

* Re: curl (7.27.0-1), even curl --version, does not work
  2012-09-04 13:50 Regid Ichira
  2012-09-04 13:58 ` Thrall, Bryan
  2012-09-04 13:59 ` marco atzeri
@ 2012-09-04 13:59 ` Larry Hall (Cygwin)
  2 siblings, 0 replies; 8+ messages in thread
From: Larry Hall (Cygwin) @ 2012-09-04 13:59 UTC (permalink / raw)
  To: cygwin

On 9/4/2012 9:50 AM, Regid Ichira wrote:
> Please cc your replies to the address this message is sent from.
> I am Regid, using another address.
> Continuing http://cygwin.com/ml/cygwin/2012-09/msg00020.html
>
> On Mon, 3 Sep 2012 12:54:45 +0200, Csaba Raduly wrote:
>
>> On Mon, Sep 3, 2012 at 11:56 AM, Regid Ichira  wrote:
>>> In reference to http://cygwin.com/ml/cygwin/2012-09/msg00015.html
>>> On Sun, 02 Sep 2012 16:36:27 -0500, Yaakov wrote
>>>
>>>> On Sun, 2012-09-02 at 13:50 -0700, Regid Ichira wrote:
>>>>> curl --version is supposed to only print version information.
>>>>> $ curl.exe --version
>>>>> $ printf "$?\n"
>>>>> 127
>>>>>
>>>>> I tried to strace it.
>>>>> $ strace.exe /usr/bin/curl.exe -V
>>>>>
>>>>> There was a popup window.  Its translated message was:
>>>>> curl.exe - system error
>>>>> {no entry point found} could not locate the entry point memrchr of
>>>>> the process in the dynamic linked library cygwin1.dll
>>>>
>>>> Then you don't have the latest version (1.7.16-1) of the 'cygwin'
>>>> package.
>>>
>>>    I do have it:
>>> $ cygcheck -c cygwin
>>> Cygwin Package Information
>>> Package              Version        Status
>>> cygwin               1.7.16-1       OK
>>>

True but...

>      Cygwin DLL version info:
>          DLL version: 1.7.14
>          DLL epoch: 19
>          DLL old termios: 5
>          DLL malloc env: 28
>          Cygwin conv: 181
>          API major: 0
>          API minor: 260
>          Shared data: 5
>          DLL identifier: cygwin1
>          Mount registry: 3
>          Cygwin registry name: Cygwin
>          Program options name: Program Options
>          Installations name: Installations
>          Cygdrive default prefix:
>          Build date:
>          Shared id: cygwin1S5

... you're not running it.  Apparently, you've installed the new package
while other Cygwin programs were running (like your services) so it
couldn't replace the in-use old version.  Do a reboot.

-- 
Larry

_____________________________________________________________________

A: Yes.
 > Q: Are you sure?
 >> A: Because it reverses the logical flow of conversation.
 >>> Q: Why is top posting annoying in email?

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

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

* Re: curl (7.27.0-1), even curl --version, does not work
  2012-09-04 13:50 Regid Ichira
  2012-09-04 13:58 ` Thrall, Bryan
@ 2012-09-04 13:59 ` marco atzeri
  2012-09-04 13:59 ` Larry Hall (Cygwin)
  2 siblings, 0 replies; 8+ messages in thread
From: marco atzeri @ 2012-09-04 13:59 UTC (permalink / raw)
  To: cygwin

On 9/4/2012 3:50 PM, Regid Ichira wrote:
> Please cc your replies to the address this message is sent from.
> I am Regid, using another address.
> Continuing http://cygwin.com/ml/cygwin/2012-09/msg00020.html
>
> On Mon, 3 Sep 2012 12:54:45 +0200, Csaba Raduly wrote:
>
>> On Mon, Sep 3, 2012 at 11:56 AM, Regid Ichira  wrote:
>>> In reference to http://cygwin.com/ml/cygwin/2012-09/msg00015.html
>>> On Sun, 02 Sep 2012 16:36:27 -0500, Yaakov wrote
>>>
>>>> On Sun, 2012-09-02 at 13:50 -0700, Regid Ichira wrote:
>>>>> curl --version is supposed to only print version information.
>>>>> $ curl.exe --version
>>>>> $ printf "$?\n"
>>>>> 127
>>>>>
>>>>> I tried to strace it.
>>>>> $ strace.exe /usr/bin/curl.exe -V
>>>>>
>>>>> There was a popup window.  Its translated message was:
>>>>> curl.exe - system error
>>>>> {no entry point found} could not locate the entry point memrchr of
>>>>> the process in the dynamic linked library cygwin1.dll
>>>>
>>>> Then you don't have the latest version (1.7.16-1) of the 'cygwin'
>>>> package.
>>>
>>>    I do have it:
>>> $ cygcheck -c cygwin
>>> Cygwin Package Information
>>> Package              Version        Status
>>> cygwin               1.7.16-1       OK
>>>

not correctly installed, as

>   2779k 2012/04/25 C:\externalPrograms\cygwin\root\bin\cygwin1.dll - os=4.0 img=1.0 sys=4.0
>                    "cygwin1.dll" v0.0 ts=2012/4/25 8:41
>      Cygwin DLL version info:
>          DLL version: 1.7.14

you see 1.7.14 version is still there

>
> Service             : cron

stop all the services and reinstall cygwin-1.7.16 paclage



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

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

* RE: curl (7.27.0-1), even curl --version, does not work
  2012-09-04 13:50 Regid Ichira
@ 2012-09-04 13:58 ` Thrall, Bryan
  2012-09-04 13:59 ` marco atzeri
  2012-09-04 13:59 ` Larry Hall (Cygwin)
  2 siblings, 0 replies; 8+ messages in thread
From: Thrall, Bryan @ 2012-09-04 13:58 UTC (permalink / raw)
  To: Regid Ichira, cygwin; +Cc: Thrall, Bryan

FYI, please *attach* cygcheck output in the future so it doesn't clutter
up search results.

This:

Regid Ichira wrote on 2012-09-04: 
>>>   I do have it:
>>> $ cygcheck -c cygwin
>>> Cygwin Package Information
>>> Package              Version        Status
>>> cygwin               1.7.16-1       OK

Does not match this:

>  2779k 2012/04/25 C:\externalPrograms\cygwin\root\bin\cygwin1.dll -
os=4.0
> img=1.0 sys=4.0
>                   "cygwin1.dll" v0.0 ts=2012/4/25 8:41
>     Cygwin DLL version info:
>         DLL version: 1.7.14
>         DLL epoch: 19
>         DLL old termios: 5
>         DLL malloc env: 28
>         Cygwin conv: 181
>         API major: 0
>         API minor: 260
>         Shared data: 5
>         DLL identifier: cygwin1
>         Mount registry: 3
>         Cygwin registry name: Cygwin
>         Program options name: Program Options
>         Installations name: Installations
>         Cygdrive default prefix:
>         Build date:
>         Shared id: cygwin1S5

My guess is you had Cygwin processes running when you upgraded from
1.7.14 to 1.7.16 and did not reboot afterwards (there should be a
cygwin1.dll.new in your /bin directory). Or, as I understand happens
sometimes, the Windows replace-on-reboot feature failed.

The safest thing to do to fix the problem would be to close all Cygwin
processes and reinstall the Cygwin package.

If you want to get your hands dirty, you could close all Cygwin
processes and replace your existing cygwin1.dll with cygwin1.dll.new.

Hope this helps,
--
Bryan Thrall
Principal Software Engineer
FlightSafety International
bryan.thrall@flightsafety.com



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

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

* Re: curl (7.27.0-1), even curl --version, does not work
@ 2012-09-04 13:50 Regid Ichira
  2012-09-04 13:58 ` Thrall, Bryan
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Regid Ichira @ 2012-09-04 13:50 UTC (permalink / raw)
  To: cygwin

Please cc your replies to the address this message is sent from.
I am Regid, using another address.
Continuing http://cygwin.com/ml/cygwin/2012-09/msg00020.html 

On Mon, 3 Sep 2012 12:54:45 +0200, Csaba Raduly wrote:

> On Mon, Sep 3, 2012 at 11:56 AM, Regid Ichira  wrote:
> > In reference to http://cygwin.com/ml/cygwin/2012-09/msg00015.html
> > On Sun, 02 Sep 2012 16:36:27 -0500, Yaakov wrote
> >
> >> On Sun, 2012-09-02 at 13:50 -0700, Regid Ichira wrote:
> >> > curl --version is supposed to only print version information.
> >> > $ curl.exe --version
> >> > $ printf "$?\n"
> >> > 127
> >> >
> >> > I tried to strace it.
> >> > $ strace.exe /usr/bin/curl.exe -V
> >> >
> >> > There was a popup window.  Its translated message was:
> >> > curl.exe - system error
> >> > {no entry point found} could not locate the entry point memrchr of
> >> > the process in the dynamic linked library cygwin1.dll
> >>
> >> Then you don't have the latest version (1.7.16-1) of the 'cygwin'
> >> package.
> >
> >   I do have it:
> > $ cygcheck -c cygwin
> > Cygwin Package Information
> > Package              Version        Status
> > cygwin               1.7.16-1       OK
> >
> 
> Another possibility is that you have too many cygwin DLLs on your
> machine. If you read and follow
> 
> > Problem reports:       http://cygwin.com/problems.html
> 
> and attach the output of "cygcheck -s -v -r", then we may have a
> better chance of identifying the problem.


The output is:

Cygwin Configuration Diagnostics
Current System Time: Mon Sep 03 20:06:52 2012

Windows XP Home Edition Ver 5.1 Build 2600 Service Pack 3

Path:	C:\externalPrograms\cygwin\root\usr\local\bin
	C:\externalPrograms\cygwin\root\bin
	C:\WINDOWS\system32
	C:\WINDOWS
	C:\WINDOWS\System32\Wbem
	C:\Program Files\ATI Technologies\ATI Control Panel

Output from C:\externalPrograms\cygwin\root\bin\id.exe
UID: 1009(regid)   GID: 513(None)
513(None)           0(root)             544(Administrators) 545(Users)

SysDir: C:\WINDOWS\system32
WinDir: C:\WINDOWS

USER = 'regid'
PWD = '/home/regid'
HOME = '/home/regid'

HOMEPATH = '\Documents and Settings\regid'
MANPATH = '/usr/local/man:/usr/share/man:/usr/man:'
APPDATA = 'C:\Documents and Settings\regid\Application Data'
HOSTNAME = 'n2cyg'
SHELL = '/bin/bash'
TERM = 'xterm'
PROCESSOR_IDENTIFIER = 'x86 Family 6 Model 10 Stepping 0, AuthenticAMD'
WINDIR = 'C:\WINDOWS'
OLDPWD = '/usr/bin'
USERDOMAIN = 'N2CYG'
OS = 'Windows_NT'
ALLUSERSPROFILE = 'C:\Documents and Settings\All Users'
temp = 'C:\DOCUME~1\regid\LOCALS~1\Temp'
COMMONPROGRAMFILES = 'C:\Program Files\Common Files'
TMP = '/tmp'
USERNAME = 'regid'
PROCESSOR_LEVEL = '6'
FP_NO_HOST_CHECK = 'NO'
SYSTEMDRIVE = 'C:'
LANG = 'en_US.UTF-8'
USERPROFILE = 'C:\Documents and Settings\regid'
CLIENTNAME = 'Console'
TZ = 'Asia/Kolkata'
PS1 = '\[\e]0;\h\a\]\n\[\e[32m\]\u@\h \[\e[33m\]\w\[\e[0m\]\n\$ '
LOGONSERVER = '\\N2CYG'
PROCESSOR_ARCHITECTURE = 'x86'
SHLVL = '1'
PATHEXT = '.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH'
HOMEDRIVE = 'C:'
COMSPEC = 'C:\WINDOWS\system32\cmd.exe'
SYSTEMROOT = 'C:\WINDOWS'
PRINTER = 'Fax'
PROCESSOR_REVISION = '0a00'
INFOPATH = '/usr/local/info:/usr/share/info:/usr/info:'
PROGRAMFILES = 'C:\Program Files'
NUMBER_OF_PROCESSORS = '1'
SESSIONNAME = 'Console'
COMPUTERNAME = 'N2CYG'
_ = '/usr/bin/cygcheck'

HKEY_CURRENT_USER\Software\Cygwin
HKEY_CURRENT_USER\Software\Cygwin\Program Options
HKEY_CURRENT_USER\Software\Cygwin\setup
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\MenuOrder\Start Menu2\Programs\Cygwin
  (default) = (unsupported type)
HKEY_LOCAL_MACHINE\SOFTWARE\Cygwin
HKEY_LOCAL_MACHINE\SOFTWARE\Cygwin\Installations
  (default) = '\??\C:\externalPrograms\cygwin\root'
HKEY_LOCAL_MACHINE\SOFTWARE\Cygwin\Program Options
HKEY_LOCAL_MACHINE\SOFTWARE\Cygwin\setup
  (default) = 'C:\externalPrograms\cygwin\root'

obcaseinsensitive set to 1

Cygwin installations found in the registry:
  System: Key: fa86511c6d73f2a1 Path: C:\externalPrograms\cygwin\root

c:  hd  NTFS     28607Mb  38% CP CS UN PA FC     
d:  cd             N/A    N/A                    

C:\externalPrograms\cygwin\root      /          system  binary,auto
C:\externalPrograms\cygwin\root\bin  /usr/bin   system  binary,auto
C:\externalPrograms\cygwin\root\lib  /usr/lib   system  binary,auto
cygdrive prefix                      /cygdrive  user    binary,auto

Found: C:\externalPrograms\cygwin\root\bin\awk
 -> C:\externalPrograms\cygwin\root\bin\gawk.exe
Found: C:\externalPrograms\cygwin\root\bin\bash.exe
Found: C:\externalPrograms\cygwin\root\bin\cat.exe
Found: C:\externalPrograms\cygwin\root\bin\cp.exe
Not Found: cpp (good!)
Found: C:\externalPrograms\cygwin\root\bin\crontab.exe
Found: C:\externalPrograms\cygwin\root\bin\find.exe
Found: C:\WINDOWS\system32\find.exe
Warning: C:\externalPrograms\cygwin\root\bin\find.exe hides C:\WINDOWS\system32\find.exe
Not Found: gcc
Not Found: gdb
Found: C:\externalPrograms\cygwin\root\bin\grep.exe
Found: C:\externalPrograms\cygwin\root\bin\kill.exe
Not Found: ld
Found: C:\externalPrograms\cygwin\root\bin\ls.exe
Not Found: make
Found: C:\externalPrograms\cygwin\root\bin\mv.exe
Not Found: patch
Found: C:\externalPrograms\cygwin\root\bin\perl.exe
Found: C:\externalPrograms\cygwin\root\bin\rm.exe
Found: C:\externalPrograms\cygwin\root\bin\sed.exe
Found: C:\externalPrograms\cygwin\root\bin\ssh.exe
Found: C:\externalPrograms\cygwin\root\bin\sh.exe
Found: C:\externalPrograms\cygwin\root\bin\tar.exe
Found: C:\externalPrograms\cygwin\root\bin\test.exe
Found: C:\externalPrograms\cygwin\root\bin\vi
 -> C:\externalPrograms\cygwin\root\bin\vim-nox.exe
Found: C:\externalPrograms\cygwin\root\bin\vim
 -> C:\externalPrograms\cygwin\root\etc\alternatives\vim
 -> C:\externalPrograms\cygwin\root\bin\vim-nox.exe

  449k 2012/07/16 C:\externalPrograms\cygwin\root\bin\cygasn1-8.dll - os=4.0 img=1.0 sys=4.0
                  "cygasn1-8.dll" v0.0 ts=2012/7/16 3:18
   14k 2012/05/04 C:\externalPrograms\cygwin\root\bin\cygattr-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygattr-1.dll" v0.0 ts=2012/5/4 12:35
   62k 2011/05/21 C:\externalPrograms\cygwin\root\bin\cygbz2-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygbz2-1.dll" v0.0 ts=2011/5/21 20:16
122217k 2012/04/03 C:\externalPrograms\cygwin\root\bin\cygclamav-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygclamav-6.dll" v0.0 ts=2012/4/3 16:51
  178k 2012/04/03 C:\externalPrograms\cygwin\root\bin\cygclamunrar-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygclamunrar-6.dll" v0.0 ts=2012/4/3 16:51
   43k 2012/04/03 C:\externalPrograms\cygwin\root\bin\cygclamunrar_iface-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygclamunrar_iface-6.dll" v0.0 ts=2012/4/3 16:51
    9k 2011/01/07 C:\externalPrograms\cygwin\root\bin\cygcom_err-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygcom_err-2.dll" v0.0 ts=2011/1/7 1:26
    7k 2012/05/07 C:\externalPrograms\cygwin\root\bin\cygcrypt-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygcrypt-0.dll" v0.0 ts=2012/5/7 12:18
 1246k 2012/05/11 C:\externalPrograms\cygwin\root\bin\cygcrypto-0.9.8.dll - os=4.0 img=1.0 sys=4.0
                  "cygcrypto-0.9.8.dll" v0.0 ts=2012/5/11 12:25
 1515k 2012/05/11 C:\externalPrograms\cygwin\root\bin\cygcrypto-1.0.0.dll - os=4.0 img=1.0 sys=4.0
                  "cygcrypto-1.0.0.dll" v0.0 ts=2012/5/11 11:33
  368k 2012/07/30 C:\externalPrograms\cygwin\root\bin\cygcurl-4.dll - os=4.0 img=1.0 sys=4.0
                  "cygcurl-4.dll" v0.0 ts=2012/7/30 7:11
  929k 2011/11/10 C:\externalPrograms\cygwin\root\bin\cygdb-4.5.dll - os=4.0 img=1.0 sys=4.0
                  "cygdb-4.5.dll" v0.0 ts=2011/11/10 19:52
   93k 2011/11/10 C:\externalPrograms\cygwin\root\bin\cygdb_cxx-4.5.dll - os=4.0 img=1.0 sys=4.0
                  "cygdb_cxx-4.5.dll" v0.0 ts=2011/11/10 19:53
  140k 2012/05/03 C:\externalPrograms\cygwin\root\bin\cygedit-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygedit-0.dll" v0.0 ts=2012/5/3 18:12
   43k 2010/01/02 C:\externalPrograms\cygwin\root\bin\cygform-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygform-10.dll" v0.0 ts=2010/1/2 14:49
   40k 2009/03/01 C:\externalPrograms\cygwin\root\bin\cygform-8.dll - os=4.0 img=1.0 sys=4.0
                  "cygform-8.dll" v0.0 ts=2009/3/1 6:32
   47k 2010/01/02 C:\externalPrograms\cygwin\root\bin\cygformw-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygformw-10.dll" v0.0 ts=2010/1/2 17:31
   79k 2011/10/26 C:\externalPrograms\cygwin\root\bin\cyggcc_s-1.dll - os=4.0 img=1.0 sys=4.0
                  "cyggcc_s-1.dll" v0.0 ts=2011/10/23 14:15
   19k 2009/02/26 C:\externalPrograms\cygwin\root\bin\cyggdbm-4.dll - os=4.0 img=1.0 sys=4.0
                  "cyggdbm-4.dll" v0.0 ts=2009/2/26 7:58
    8k 2009/02/26 C:\externalPrograms\cygwin\root\bin\cyggdbm_compat-4.dll - os=4.0 img=1.0 sys=4.0
                  "cyggdbm_compat-4.dll" v0.0 ts=2009/2/26 7:58
  317k 2011/07/31 C:\externalPrograms\cygwin\root\bin\cyggmp-3.dll - os=4.0 img=1.0 sys=4.0
                  "cyggmp-3.dll" v0.0 ts=2011/7/31 6:14
  180k 2012/07/16 C:\externalPrograms\cygwin\root\bin\cyggssapi-3.dll - os=4.0 img=1.0 sys=4.0
                  "cyggssapi-3.dll" v0.0 ts=2012/7/16 3:27
   11k 2012/07/16 C:\externalPrograms\cygwin\root\bin\cygheimbase-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygheimbase-1.dll" v0.0 ts=2012/7/16 3:15
   20k 2012/07/16 C:\externalPrograms\cygwin\root\bin\cygheimntlm-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygheimntlm-0.dll" v0.0 ts=2012/7/16 3:24
   25k 2012/05/04 C:\externalPrograms\cygwin\root\bin\cyghistory7.dll - os=4.0 img=1.0 sys=4.0
                  "cyghistory7.dll" v0.0 ts=2012/5/4 22:07
  211k 2012/07/16 C:\externalPrograms\cygwin\root\bin\cyghx509-5.dll - os=4.0 img=1.0 sys=4.0
                  "cyghx509-5.dll" v0.0 ts=2012/7/16 3:20
  358k 2012/04/14 C:\externalPrograms\cygwin\root\bin\cygicons-0.dll - os=4.0 img=1.4 sys=4.0
                  "cygicons-0.dll" v0.0 ts=2012/4/14 2:48
  985k 2011/10/16 C:\externalPrograms\cygwin\root\bin\cygiconv-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygiconv-2.dll" v0.0 ts=2011/10/16 18:01
  192k 2012/08/30 C:\externalPrograms\cygwin\root\bin\cygidn-11.dll - os=4.0 img=1.0 sys=4.0
                  "cygidn-11.dll" v0.0 ts=2012/8/30 23:20
   35k 2011/10/16 C:\externalPrograms\cygwin\root\bin\cygintl-8.dll - os=4.0 img=1.0 sys=4.0
                  "cygintl-8.dll" v0.0 ts=2011/10/16 6:38
   21k 2012/07/16 C:\externalPrograms\cygwin\root\bin\cygkafs-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygkafs-0.dll" v0.0 ts=2012/7/16 3:24
  373k 2012/07/16 C:\externalPrograms\cygwin\root\bin\cygkrb5-26.dll - os=4.0 img=1.0 sys=4.0
                  "cygkrb5-26.dll" v0.0 ts=2012/7/16 3:22
   42k 2012/03/26 C:\externalPrograms\cygwin\root\bin\cyglber-2-3-0.dll - os=4.0 img=1.0 sys=4.0
                  "cyglber-2-3-0.dll" v0.0 ts=2012/3/26 12:12
  193k 2012/03/26 C:\externalPrograms\cygwin\root\bin\cygldap-2-3-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygldap-2-3-0.dll" v0.0 ts=2012/3/26 13:47
  206k 2012/03/26 C:\externalPrograms\cygwin\root\bin\cygldap_r-2-3-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygldap_r-2-3-0.dll" v0.0 ts=2012/3/26 13:48
    6k 2012/07/20 C:\externalPrograms\cygwin\root\bin\cyglsa.dll - os=4.0 img=1.0 sys=4.0
                  "cyglsa.dll" v0.0 ts=2012/7/20 21:56
    9k 2012/07/20 C:\externalPrograms\cygwin\root\bin\cyglsa64.dll - os=5.2 img=0.0 sys=5.2
   30k 2010/09/23 C:\externalPrograms\cygwin\root\bin\cygltdl-7.dll - os=4.0 img=1.0 sys=4.0
                  "cygltdl-7.dll" v0.0 ts=2010/9/23 20:45
  123k 2011/05/19 C:\externalPrograms\cygwin\root\bin\cyglzma-5.dll - os=4.0 img=1.0 sys=4.0
                  "cyglzma-5.dll" v0.0 ts=2011/5/19 3:41
   94k 2012/04/22 C:\externalPrograms\cygwin\root\bin\cygmagic-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygmagic-1.dll" v0.0 ts=2012/4/22 19:09
   25k 2010/01/02 C:\externalPrograms\cygwin\root\bin\cygmenu-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygmenu-10.dll" v0.0 ts=2010/1/2 14:48
   21k 2009/03/01 C:\externalPrograms\cygwin\root\bin\cygmenu-8.dll - os=4.0 img=1.0 sys=4.0
                  "cygmenu-8.dll" v0.0 ts=2009/3/1 6:31
   25k 2010/01/02 C:\externalPrograms\cygwin\root\bin\cygmenuw-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygmenuw-10.dll" v0.0 ts=2010/1/2 17:30
  213k 2011/07/31 C:\externalPrograms\cygwin\root\bin\cygmp-3.dll - os=4.0 img=1.0 sys=4.0
                  "cygmp-3.dll" v0.0 ts=2011/7/31 6:12
   63k 2010/01/02 C:\externalPrograms\cygwin\root\bin\cygncurses++-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses++-10.dll" v0.0 ts=2010/1/2 15:00
   66k 2009/03/01 C:\externalPrograms\cygwin\root\bin\cygncurses++-8.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses++-8.dll" v0.0 ts=2009/3/1 6:39
   63k 2010/01/02 C:\externalPrograms\cygwin\root\bin\cygncurses++w-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses++w-10.dll" v0.0 ts=2010/1/2 17:41
  195k 2010/01/02 C:\externalPrograms\cygwin\root\bin\cygncurses-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses-10.dll" v0.0 ts=2010/1/2 14:45
  237k 2009/03/01 C:\externalPrograms\cygwin\root\bin\cygncurses-8.dll - os=4.0 img=1.0 sys=4.0
                  "cygncurses-8.dll" v0.0 ts=2009/3/1 6:28
  244k 2010/01/02 C:\externalPrograms\cygwin\root\bin\cygncursesw-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygncursesw-10.dll" v0.0 ts=2010/1/2 17:28
   13k 2010/01/02 C:\externalPrograms\cygwin\root\bin\cygpanel-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygpanel-10.dll" v0.0 ts=2010/1/2 14:47
   11k 2009/03/01 C:\externalPrograms\cygwin\root\bin\cygpanel-8.dll - os=4.0 img=1.0 sys=4.0
                  "cygpanel-8.dll" v0.0 ts=2009/3/1 6:30
   13k 2010/01/02 C:\externalPrograms\cygwin\root\bin\cygpanelw-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygpanelw-10.dll" v0.0 ts=2010/1/2 16:30
  255k 2012/02/10 C:\externalPrograms\cygwin\root\bin\cygpcre-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygpcre-0.dll" v0.0 ts=2012/2/10 10:24
 1628k 2012/07/12 C:\externalPrograms\cygwin\root\bin\cygperl5_14.dll - os=4.0 img=1.0 sys=4.0
                  "cygperl5_14.dll" v0.0 ts=2012/7/12 20:17
   22k 2002/06/09 C:\externalPrograms\cygwin\root\bin\cygpopt-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygpopt-0.dll" v0.0 ts=2002/6/9 6:45
  164k 2011/01/26 C:\externalPrograms\cygwin\root\bin\cygreadline7.dll - os=4.0 img=1.0 sys=4.0
                  "cygreadline7.dll" v0.0 ts=2011/1/26 3:25
   51k 2012/07/16 C:\externalPrograms\cygwin\root\bin\cygroken-18.dll - os=4.0 img=1.0 sys=4.0
                  "cygroken-18.dll" v0.0 ts=2012/7/16 3:16
   87k 2012/05/13 C:\externalPrograms\cygwin\root\bin\cygsasl2-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygsasl2-2.dll" v0.0 ts=2012/5/13 5:27
    8k 2011/05/05 C:\externalPrograms\cygwin\root\bin\cygsigsegv-2.dll - os=4.0 img=1.0 sys=4.0
                  "cygsigsegv-2.dll" v0.0 ts=2011/5/5 8:33
 1613k 2010/12/01 C:\externalPrograms\cygwin\root\bin\cygsqlite3-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygsqlite3-0.dll" v0.0 ts=2010/12/1 12:20
  131k 2012/05/21 C:\externalPrograms\cygwin\root\bin\cygssh2-1.dll - os=4.0 img=1.0 sys=4.0
                  "cygssh2-1.dll" v0.0 ts=2012/5/21 5:57
  282k 2012/05/11 C:\externalPrograms\cygwin\root\bin\cygssl-0.9.8.dll - os=4.0 img=1.0 sys=4.0
                  "cygssl-0.9.8.dll" v0.0 ts=2012/5/11 12:25
  359k 2012/05/11 C:\externalPrograms\cygwin\root\bin\cygssl-1.0.0.dll - os=4.0 img=1.0 sys=4.0
                  "cygssl-1.0.0.dll" v0.0 ts=2012/5/11 11:33
    8k 2011/10/26 C:\externalPrograms\cygwin\root\bin\cygssp-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygssp-0.dll" v0.0 ts=2011/10/23 14:33
  780k 2011/10/26 C:\externalPrograms\cygwin\root\bin\cygstdc++-6.dll - os=4.0 img=1.0 sys=4.0
                  "cygstdc++-6.dll" v0.0 ts=2011/10/23 14:58
   48k 2010/01/02 C:\externalPrograms\cygwin\root\bin\cygtic-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygtic-10.dll" v0.0 ts=2010/1/2 14:45
   48k 2010/01/02 C:\externalPrograms\cygwin\root\bin\cygticw-10.dll - os=4.0 img=1.0 sys=4.0
                  "cygticw-10.dll" v0.0 ts=2010/1/2 17:28
  157k 2012/07/16 C:\externalPrograms\cygwin\root\bin\cygwind-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygwind-0.dll" v0.0 ts=2012/7/16 3:17
   28k 2010/03/28 C:\externalPrograms\cygwin\root\bin\cygwrap-0.dll - os=4.0 img=1.0 sys=4.0
                  "cygwrap-0.dll" v0.0 ts=2010/3/28 10:02
   76k 2010/08/01 C:\externalPrograms\cygwin\root\bin\cygz.dll - os=4.0 img=1.0 sys=4.0
                  "cygz.dll" v0.0 ts=2010/8/1 22:04
 2779k 2012/04/25 C:\externalPrograms\cygwin\root\bin\cygwin1.dll - os=4.0 img=1.0 sys=4.0
                  "cygwin1.dll" v0.0 ts=2012/4/25 8:41
    Cygwin DLL version info:
        DLL version: 1.7.14
        DLL epoch: 19
        DLL old termios: 5
        DLL malloc env: 28
        Cygwin conv: 181
        API major: 0
        API minor: 260
        Shared data: 5
        DLL identifier: cygwin1
        Mount registry: 3
        Cygwin registry name: Cygwin
        Program options name: Program Options
        Installations name: Installations
        Cygdrive default prefix: 
        Build date: 
        Shared id: cygwin1S5


Service             : cron
Display name        : Cron daemon
Current State       : Running
Controls Accepted   : Stop
Command             : /usr/sbin/cron -n
stdin path          : /dev/null
stdout path         : /var/log/cron.log
stderr path         : /var/log/cron.log
Environment         : CYGWIN=" " 
Process Type        : Own Process
Startup             : Automatic
Account             : LocalSystem

Service             : exim
Display name        : Exim
Description         : Mail Transfer Agent
Current State       : Running
Controls Accepted   : Stop
Command             : /usr/bin/exim -bdf -q15m
stdin path          : /dev/null
stdout path         : /var/log/exim/cygrunsrv_out.log
stderr path         : /var/log/exim/cygrunsrv_err.log
Environment         : CYGWIN="" 
Process Type        : Own Process
Startup             : Automatic
Dependencies        : Tcpip
Account             : LocalSystem

Service             : sshd
Display name        : CYGWIN sshd
Current State       : Running
Controls Accepted   : Stop
Command             : /usr/sbin/sshd -D
stdin path          : /dev/null
stdout path         : /var/log/sshd.log
stderr path         : /var/log/sshd.log
Process Type        : Own Process
Startup             : Automatic
Dependencies        : tcpip
Account             : LocalSystem


Cygwin Package Information
Last downloaded files to: C:\externalPrograms\cygwin\download
Last downloaded files from: ftp://ftp.uni-kl.de/pub/windows/cygwin/

Package              Version              Status
_autorebase          000121-1             OK
_update-info-dir     01069-1              OK
alternatives         1.3.30c-10           OK
base-cygwin          3.1-1                OK
base-files           4.1-1                OK
bash                 4.1.10-4             OK
bzip2                1.0.6-2              OK
ca-certificates      1.85-1               OK
clamav               0.97.4-1             OK
Missing file: /usr/share/clamav/daily.cvd from package clamav-db
clamav-db            0.97.4-1             Incomplete
coreutils            8.15-1               OK
cron                 4.1-59               OK
crypt                1.2-1                OK
csih                 0.9.6-1              OK
curl                 7.27.0-1             OK
cygrunsrv            1.40-2               OK
cygutils             1.4.10-2             OK
cygwin               1.7.16-1             OK
cygwin-doc           1.7-1                OK
dash                 0.5.7-1              OK
diffutils            3.2-1                OK
dos2unix             6.0.1-1              OK
editrights           1.01-2               OK
email                3.1.2-2              OK
exim                 4.76-1               OK
file                 5.11-1               OK
findutils            4.5.9-2              OK
gawk                 4.0.1-1              OK
gettext              0.18.1.1-2           OK
grep                 2.6.3-1              OK
groff                1.21-2               OK
gzip                 1.4-1                OK
ipc-utils            1.0-1                OK
less                 444-1                OK
libasn1_8            1.5.2-3              OK
libattr1             2.4.46-1             OK
libbz2_1             1.0.6-2              OK
libclamav6           0.97.4-1             OK
libcom_err2          1.41.14-1            OK
libcurl4             7.27.0-1             OK
libdb4.5             4.5.20.2-3           OK
libedit0             20120311-1           OK
libgcc1              4.5.3-3              OK
libgdbm4             1.8.3-20             OK
libgmp3              4.3.2-1              OK
libgssapi3           1.5.2-3              OK
libheimbase1         1.5.2-3              OK
libheimntlm0         1.5.2-3              OK
Empty package libhx509_5
libhx509_5           1.5.2-3              OK
libiconv2            1.14-2               OK
libidn11             1.25-1               OK
libintl8             0.18.1.1-2           OK
libkafs0             1.5.2-3              OK
libkrb5_26           1.5.2-3              OK
libltdl7             2.4-1                OK
liblzma5             5.0.2_20110517-1     OK
libncurses10         5.7-18               OK
libncurses8          5.5-10               OK
libncursesw10        5.7-18               OK
libopenldap2_3_0     2.3.43-3             OK
libopenssl098        0.9.8x-1             OK
libopenssl100        1.0.1c-1             OK
libpcre0             8.21-2               OK
libpopt0             1.6.4-4              OK
Empty package libreadline7
libreadline7         6.1.2-3              OK
libroken18           1.5.2-3              OK
libsasl2             2.1.25-1             OK
libsigsegv2          2.10-1               OK
libsqlite3_0         3.7.13-1             OK
libssh2_1            1.4.2-1              OK
libssp0              4.5.3-3              OK
libstdc++6           4.5.3-3              OK
libwind0             1.5.2-3              OK
libwrap0             7.6-21               OK
login                1.10-10              OK
man                  1.6g-1               OK
mintty               1.1.1-1              OK
Missing file: /etc/Muttrc.setupnew from package mutt
Missing file: /etc/mime.types.setupnew from package mutt
mutt                 1.5.20-1             Incomplete
openssh              6.0p1-2              OK
perl                 5.14.2-3             OK
rebase               4.3.0-1              OK
run                  1.1.13-1             OK
screen               4.0.3-7              OK
sed                  4.2.1-2              OK
shutdown             1.8-1                OK
tar                  1.25-1               OK
tcp_wrappers         7.6-21               OK
terminfo             5.7_20091114-14      OK
terminfo0            5.5_20061104-12      OK
texinfo              4.13-4               OK
tzcode               2012b-1              OK
unzip                6.0-10               OK
vim                  7.3.646-1            OK
vim-common           7.3.646-1            OK
which                2.20-2               OK
xxd                  7.3.646-1            OK
xz                   5.0.2_20110517-1     OK
zlib                 1.2.7-1              OK
zlib-devel           1.2.7-1              OK
zlib0                1.2.7-1              OK
Use -h to see help about each section




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

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

* Re: curl (7.27.0-1), even curl --version, does not work
  2012-09-03  9:56 Regid Ichira
@ 2012-09-03 10:55 ` Csaba Raduly
  0 siblings, 0 replies; 8+ messages in thread
From: Csaba Raduly @ 2012-09-03 10:55 UTC (permalink / raw)
  To: cygwin

On Mon, Sep 3, 2012 at 11:56 AM, Regid Ichira  wrote:
> In reference to http://cygwin.com/ml/cygwin/2012-09/msg00015.html
> On Sun, 02 Sep 2012 16:36:27 -0500, Yaakov wrote
>
>> On Sun, 2012-09-02 at 13:50 -0700, Regid Ichira wrote:
>> > curl --version is supposed to only print version information.
>> > $ curl.exe --version
>> > $ printf "$?\n"
>> > 127
>> >
>> > I tried to strace it.
>> > $ strace.exe /usr/bin/curl.exe -V
>> >
>> > There was a popup window.  Its translated message was:
>> > curl.exe - system error
>> > {no entry point found} could not locate the entry point memrchr of
>> > the process in the dynamic linked library cygwin1.dll
>>
>> Then you don't have the latest version (1.7.16-1) of the 'cygwin'
>> package.
>
>   I do have it:
> $ cygcheck -c cygwin
> Cygwin Package Information
> Package              Version        Status
> cygwin               1.7.16-1       OK
>

Another possibility is that you have too many cygwin DLLs on your
machine. If you read and follow

> Problem reports:       http://cygwin.com/problems.html

and attach the output of "cygcheck -s -v -r", then we may have a
better chance of identifying the problem.

Csaba
-- 
GCS a+ e++ d- C++ ULS$ L+$ !E- W++ P+++$ w++$ tv+ b++ DI D++ 5++
The Tao of math: The numbers you can count are not the real numbers.
Life is complex, with real and imaginary parts.
"Ok, it boots. Which means it must be bug-free and perfect. " -- Linus Torvalds
"People disagree with me. I just ignore them." -- Linus Torvalds

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

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

* Re: curl (7.27.0-1), even curl --version, does not work
@ 2012-09-03  9:56 Regid Ichira
  2012-09-03 10:55 ` Csaba Raduly
  0 siblings, 1 reply; 8+ messages in thread
From: Regid Ichira @ 2012-09-03  9:56 UTC (permalink / raw)
  To: cygwin; +Cc: yselkowitz

In reference to http://cygwin.com/ml/cygwin/2012-09/msg00015.html
On Sun, 02 Sep 2012 16:36:27 -0500, Yaakov wrote

> On Sun, 2012-09-02 at 13:50 -0700, Regid Ichira wrote: 
> > curl --version is supposed to only print version information.
> > $ curl.exe --version
> > $ printf "$?\n"
> > 127
> > 
> > I tried to strace it.
> > $ strace.exe /usr/bin/curl.exe -V
> > 
> > There was a popup window.  Its translated message was:
> > curl.exe - system error
> > {no entry point found} could not locate the entry point memrchr of
> > the process in the dynamic linked library cygwin1.dll
> 
> Then you don't have the latest version (1.7.16-1) of the 'cygwin'
> package.

  I do have it:
$ cygcheck -c cygwin
Cygwin Package Information
Package              Version        Status
cygwin               1.7.16-1       OK

  Someone wrote, off list, that I could have one, or more, missing
libraries.  He attached the output of 

    cygcheck $(which curl) 

on a working system.  I will have to check further.  It does looks
like there are missing libraries.


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

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

end of thread, other threads:[~2012-09-04 13:59 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-09-02 20:50 curl (7.27.0-1), even curl --version, does not work Regid Ichira
2012-09-02 21:36 ` Yaakov (Cygwin/X)
2012-09-03  9:56 Regid Ichira
2012-09-03 10:55 ` Csaba Raduly
2012-09-04 13:50 Regid Ichira
2012-09-04 13:58 ` Thrall, Bryan
2012-09-04 13:59 ` marco atzeri
2012-09-04 13:59 ` Larry Hall (Cygwin)

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).