Re: SECURITY: [ GLSA 200706-09 ] libexif: Buffer overflow

2007-06-27 Thread Corinna Vinschen
On Jun 26 23:49, Yaakov (Cygwin Ports) wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 IIRC libexif was previously Gerrit's. Did someone else take this over already? I have it already in Ports. Nope, the package is still in limbo. It would be great if you take over. Corinna --

[ITP] libssh2

2007-06-27 Thread Brian Dessent
I have been meaning up update the curl packages to 7.16.x for a while, however, I have held off because a new feature in curl is support for transfers over ssh (scp:// and sftp:// URLs.) However this support requires a recent libssh2, and until recently there had not been a release of this

Re: [ITP] libssh2

2007-06-27 Thread Charles Wilson
Brian Dessent wrote: libssh2 - documentation libssh2_1 - runtime (ABI version 1) libssh2-devel - headers, static library, import library, libtool file Packaging looks good; I rebuilt from -src with no problems. IMO, GTG. +1 -- Chuck

cygwin/x with Vista

2007-06-27 Thread Sodel Vazquez-Reyes
Hi, I am wondering if there is a version for Windows Vista because I have installed the current version, the installation process finished correctly, but cygwin/X didn't work. Maybe, I should install that version on different way, could you send me your comments? Regards, Sodel -- Sodel

Re: cygwin/x with Vista

2007-06-27 Thread Holger Krull
Sodel Vazquez-Reyes schrieb: I am wondering if there is a version for Windows Vista because I have installed the current version, the installation process finished correctly, but cygwin/X didn't work. There is no version for Vista. X11 from cygwin has problems with Vista (search the

Re: Windowmaker not open bash properly

2007-06-27 Thread Scott Mohnkern
Larry Hall (Cygwin X) wrote: Scott Mohnkern wrote: Larry Hall (Cygwin X) wrote: Scott Mohnkern wrote: Apologies, I was following the format of other questions I'd seen here. Attached is cygcheck.out The other server was Xvision, which was part of an automatic install of Cradle 5.5.x

Re: unable to open display 6 times when I try to run any X apps from xterm

2007-06-27 Thread cygwin
I have uninstalled window's firewall (which was disabled before) and uninstalled the virus software (AVG). Still not working. Can't use xhost or any X program except xterm without getting 6 errors of - Can't open display. I'm a little confused about the response since the output I showed was

Re: unable to open display 6 times when I try to run any X apps from xterm

2007-06-27 Thread Larry Hall (Cygwin X)
[EMAIL PROTECTED] wrote: I have uninstalled window's firewall (which was disabled before) and uninstalled the virus software (AVG). Still not working. Can't use xhost or any X program except xterm without getting 6 errors of - Can't open display. I'm a little confused about the response since

src/winsup/cygwin ChangeLog shared.cc shared_i ...

2007-06-27 Thread corinna
CVSROOT:/cvs/src Module name:src Changes by: [EMAIL PROTECTED] 2007-06-27 17:08:19 Modified files: winsup/cygwin : ChangeLog shared.cc shared_info.h Log message: * shared_info.h (SHARED_INFO_CB): Accommodate change to shared_info.

Re: C99 assert

2007-06-27 Thread Corinna Vinschen
On Jun 26 18:59, Eric Blake wrote: Support __func__ in assert, as required by C99. * libc/stdlib/assert.c (__assert_func): New function. (__assert): Use __assert_func. * libc/include/assert.h (assert) [!NDEBUG]: Use __assert_func when possible. If I check in just

Re: C99 assert

2007-06-27 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Corinna Vinschen on 6/27/2007 1:35 AM: 2007-06-26 Eric Blake * assert.cc (__assert_func): New function, to match newlib header change. * cygwin.din: Export __assert_func. * include/cygwin/version.h: Bump API

Re: getting emacs in cygwin

2007-06-27 Thread Wynfield Henman
Larry, I tried using run.exe as you suggested in cygwin.bat but it does not work. The issue is not emacs, but the initial login terminal. Besides I don't see that it does emacs any good at all (1) it causes emacs to fail in a std tty window. and (2) from an x-window it doesn't do anything that

Re: Bash is broken wrt trap :(

2007-06-27 Thread Richard A Nelson
Igor Peshansky wrote: I have code that must run on AIX (bash/ksh93), Linux (bash/ksh93), and Cygwin (bash - pdksh is not sufficient and I couldn't find ksh93)... What's missing in pdksh? subscript references, for one (ie ${OS:0:6}), which is fairly common in the scripts (though, most all

Re: Bash is broken wrt trap :(

2007-06-27 Thread Richard A Nelson
Eric Blake wrote: You left out one important fact - exactly which version of bash are you running on the three machines you tested? I attached a minimal working script to my most recent reply to this topic Here's more information on two such systems:

Re: Call for testing: New setup.exe version

2007-06-27 Thread René Berber
Brian Dessent wrote: [snip] Well I still can't figure out why it fails to download the file. Can you download the file yourself from that mirror by hand? Can it get that file from another mirror? What if you use IE settings? Seems to be a glitch with the repository, tried by hand using

Re: CVS 1.7.0 heap errors

2007-06-27 Thread Corinna Vinschen
On Jun 22 12:16, Brian Ford wrote: On Wed, 6 Jun 2007, Brian Ford wrote: FYI, I'm seeing the following errors quite often with current 1.7.0 CVS and have been for some time. For instance, I can't use my CVS build to build Cygwin again. I've yet to have time to investigate much, and

Re: Socket inheritance with fork/dup2/exec

2007-06-27 Thread Corinna Vinschen
On Jun 22 11:34, Lev Bishop wrote: On 6/22/07, Corinna Vinschen wrote: However, the next version of Cygwin will use standard DuplicateHandle calls as for normal file handles. Consequentially your your test application appears to work with a Cygwin built from CVS: But MSDN says: You

Re: Call for testing: New setup.exe version

2007-06-27 Thread Brian Dessent
René Berber wrote: Seems to be a glitch with the repository, tried by hand using wget, first 2 times failed with Not Found, the third worked. Turns out that mirrors.kernel.org returns 2 addresses, the failures came from using one address, the other was the success... so it's not a setup

Re: remote mount via nfs ?

2007-06-27 Thread Corinna Vinschen
On Jun 27 14:55, can kani wrote: dear all I cannot nsf mount shared directory on a remote linux machine under the LAN by using this command mount xxx.xx.xx.xxx:/home/ne/work mnt/ it gives this error : mount: mnt: Invalid argument This is expected behaviour. Cygwin doesn't provide NFS

Re: Problem with stat

2007-06-27 Thread David Kastrup
Eric Blake [EMAIL PROTECTED] writes: Matthew Woehlke mw_triad at users.sourceforge.net writes: If the named file is a symbolic link, the stat() function shall continue pathname resolution using the contents of the symbolic link, and shall return information pertaining to the resulting

Re: Call for testing: New setup.exe version

2007-06-27 Thread fergus
All of 2.575, 2.573.2.1 and two earlier test versions I tried, 2.562 and 2.558, fail in a way that the current version 2.510.2.2 does not. If you have a perfectly coherent and up-to-date Cygwin system (not necessarily complete) but that happens to have become unmounted*, and point setup.exe

Re: Mesa/GLU library under cygwin

2007-06-27 Thread Ariel Burbaickij
Hello Yaakov, could you elaborate more on what you mean with naming convention, libraries /in /usr/X11R6/lib, in my understanding at least, do not follow this convention. Have difficulties with means that on attemt to compile some part of application where option -lGLU was passed to compiler I

Starting Squid upon bootup in Windows 2000

2007-06-27 Thread Tek Bahadur Limbu
Dear All, Hi once again. I had installed SSH on cygwin and it starts by default upon startup in my Windows 2000 box. I guess it got in the startup directory because I installed it from cygwin setup/ports. Is there an easy way to start daemons such as Squid or Bind which were downloaded

AW: Starting Squid upon bootup in Windows 2000

2007-06-27 Thread Michael Bunk
Hi once again. I had installed SSH on cygwin and it starts by default upon startup in my Windows 2000 box. I guess it got in the startup directory because I installed it from cygwin setup/ports. It doesn't use any Startup Folder, but ssh-host-config installs ssh as a service, which is

Re: Bash is broken wrt trap :(

2007-06-27 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Richard A Nelson on 6/27/2007 12:48 AM: OS=AIX bash=3.00.16(1)-release OS=Linux RH EL WS 4 (Nahant) bash=3.00.15(1)-release Just as I suspected. You are comparing apples to oranges. Until you run bash 3.2 on all machines,

Re: getting emacs in cygwin

2007-06-27 Thread Larry Hall (Cygwin)
Wynfield Henman wrote: Larry, I tried using run.exe as you suggested in cygwin.bat but it does not work. The issue is not emacs, but the initial login terminal. Why are you starting emacs from cygwin.bat? Doesn't emacs have a -nw option for this purpose? Forgive me, I'm not an emacs

[cron] Setting up cron service for rsync backup

2007-06-27 Thread Jack
Hello. I installed cygwin on several windows XP clients, and now I've got to set up a cron service, for the users to be able to backup their data (the crontabs will contains rsync calls). I tried several ways to set up the cron daemon, but i failed to find the good one... (i.e. using only the

Re: CVS 1.7.0 heap errors

2007-06-27 Thread Brian Ford
On Wed, 27 Jun 2007, Corinna Vinschen wrote: On Jun 22 12:16, Brian Ford wrote: On Wed, 6 Jun 2007, Brian Ford wrote: FYI, I'm seeing the following errors quite often with current 1.7.0 CVS and have been for some time. For instance, I can't use my CVS build to build Cygwin again.

build problem - cygwin1.dll/cygncurses-8.dll bug?

2007-06-27 Thread Steffen Sledz
I've an odd problem building the emacs 22.1 binary without X11 support. The compiling works without any problems. But in a late stage of the build process the new emacs binary is called in batch mode to compile some of the lisp files of the distribution. There the process hangs. I checked the

Missing cygwin1.dll per local install attempt

2007-06-27 Thread Scott Ehrlich
I visited http://www.cygwin.com/setup.exe and downloaded the file to a folder called c:\temp\cygwin on my WinXP system. I ran it, selected the option to download installation files only (do not actually install) and directed Cygwin to download the files to c:\temp\cygwin Selected my

Re: CVS 1.7.0 heap errors

2007-06-27 Thread Corinna Vinschen
On Jun 27 09:22, Brian Ford wrote: On Wed, 27 Jun 2007, Corinna Vinschen wrote: On Jun 22 12:16, Brian Ford wrote: On Wed, 6 Jun 2007, Brian Ford wrote: 6 [main] ? (1584) C:\cygwin\bin\make.exe: *** fatal error - couldn't allocate heap, Win32 error 487, base 0x68, top

Re: Multithreaded accept/connect locks

2007-06-27 Thread Corinna Vinschen
On Jun 26 16:39, [EMAIL PROTECTED] wrote: I'm trying to test some socket code inside a single process. I have two threads, a server and a client, and try to connect a Unix domain socket between them, but the threads block on accept() and connect() respectively. I've tried blocking on

RE: Missing cygwin1.dll per local install attempt

2007-06-27 Thread Jeff Hawk
-Original Message- From: On Behalf Of Scott Ehrlich Sent: Wednesday, June 27, 2007 12:02 PM To: Subject: Missing cygwin1.dll per local install attempt I visited http://www.cygwin.com/setup.exe and downloaded the file to a folder called c:\temp\cygwin on my WinXP system. I ran

How to link with third party libraries using gcc

2007-06-27 Thread km4hr
I do a fair amount of C programming on Unix but almost none on Windows. I know almost nothing about Windows libraries. I'd be happy if I never had to deal with them at all. But I have a need. I thought Windows shared libraries were indentified by a .dll extension. However I have a commercial

Re: Missing cygwin1.dll per local install attempt

2007-06-27 Thread Larry Hall (Cygwin)
Scott Ehrlich wrote: I visited http://www.cygwin.com/setup.exe and downloaded the file to a folder called c:\temp\cygwin on my WinXP system. I ran it, selected the option to download installation files only (do not actually install) and directed Cygwin to download the files to c:\temp\cygwin

Re: How to link with third party libraries using gcc

2007-06-27 Thread Larry Hall (Cygwin)
km4hr wrote: I do a fair amount of C programming on Unix but almost none on Windows. I know almost nothing about Windows libraries. I'd be happy if I never had to deal with them at all. But I have a need. I thought Windows shared libraries were indentified by a .dll extension. However I have

Re: How to link with third party libraries using gcc

2007-06-27 Thread Brian Dessent
km4hr wrote: I thought Windows shared libraries were indentified by a .dll extension. However I have a commercial product installed that has a C programming interface. It's libraries have a .lib extension. I am totally lost as to how to link my program to these files. A .lib file is just an

Re: Missing cygwin1.dll per local install attempt

2007-06-27 Thread Scott Ehrlich
I tried all methods suggested by everyone, and nothing worked. So I cheated and updated my working version of Cygwin to the latest, then copied the dlls from c:\cygwin\bin to a USB stick, plugged the usb stick into the isolated PC, and while I got Cygwin set up and installing, copied the

Login Message.

2007-06-27 Thread Andre Xavier
Hi Experts When I start my cygwin, its starts displaying a message like this: #Message: Good afternoon Mr. Andre, how are you this afternoon, fine? Today is Wed Jun 27 17:30:23 2007 # This message was made by myself, but now I can't remember how I did it.(Ouch) Does anyone know to do this

[ANNOUNCEMENT] Re: Updated: astyle-1.21-1

2007-06-27 Thread Chris Sutcliffe
For a list of changes check out http://astyle.sourceforge.net/astyle_release_notes.html. I just got an email mentioning the link above is invalid, it should be: http://astyle.sourceforge.net/astyle_notes.html Cheers! Chris -- Chris Sutcliffe http://ir0nh34d.googlepages.com

Re: getting emacs in cygwin

2007-06-27 Thread Wynfield Henman
On 6/27/07, Larry Hall (Cygwin) [EMAIL PROTECTED] wrote: Wynfield Henman wrote: Larry, I tried using run.exe as you suggested in cygwin.bat but it does not work. The issue is not emacs, but the initial login terminal. Why are you starting emacs from cygwin.bat? I am not. You are the one

Re: OCaml package hasn't updated for a while (Ping unison maintainer)

2007-06-27 Thread Steven E. Harris
Andrew Schulman[EMAIL PROTECTED] writes: I have to dig back into Unison soon anyway, because a new version is out. Reviving an aging thread, do you intend to package the current unison beta version 2.27.29? My ISP just migrated to using it as the default, so I'm on shaky ground trying to get

Re: Login Message.

2007-06-27 Thread Larry Hall (Cygwin)
Andre Xavier wrote: Hi Experts When I start my cygwin, its starts displaying a message like this: #Message: Good afternoon Mr. Andre, how are you this afternoon, fine? Today is Wed Jun 27 17:30:23 2007 # This message was made by myself, but now I can't remember how I did it.(Ouch) Does

Re: getting emacs in cygwin

2007-06-27 Thread Larry Hall (Cygwin)
Wynfield Henman wrote: On 6/27/07, Larry Hall (Cygwin) reply-to-list-only-lh at cygwin dot com wrote: ^ http://cygwin.com/acronyms/#PCYMTNQREAIYR. Thanks. Wynfield Henman wrote: Larry, I tried using run.exe as you

Re: Login Message.

2007-06-27 Thread Andre Xavier
Larry, I tried '/etc/motd' yet and isn't work. In my case that message is showed when I start o cygwin (cygwin.bat), and '/etc/motd' is used when you open a new login from cygwin. Thanks Andre Xavier - Original Message - From: Larry Hall (Cygwin) [EMAIL PROTECTED] To:

Re: Login Message.

2007-06-27 Thread Larry Hall (Cygwin)
Andre Xavier wrote: http://cygwin.com/acronyms/#PCYMTNQREAIYR. Thanks. Larry, I tried '/etc/motd' yet and isn't work. In my case that message is showed when I start o cygwin (cygwin.bat), and '/etc/motd' is used when you open a new login from cygwin. Very true. I didn't know how you were

RE: Login Message.

2007-06-27 Thread Dave Korn
On 28 June 2007 02:42, Larry Hall (Cygwin) wrote: Andre Xavier wrote: http://cygwin.com/acronyms/#PCYMTNQREAIYR. Thanks. Larry, I tried '/etc/motd' yet and isn't work. In my case that message is showed when I start o cygwin (cygwin.bat), and '/etc/motd' is used when you open a new

Re: Login Message.

2007-06-27 Thread andre xavier
2007/6/27, Dave Korn [EMAIL PROTECTED]: On 28 June 2007 02:42, Larry Hall (Cygwin) wrote: Andre Xavier wrote: http://cygwin.com/acronyms/#PCYMTNQREAIYR. Thanks. Larry, I tried '/etc/motd' yet and isn't work. In my case that message is showed when I start o cygwin (cygwin.bat), and

Re: Mesa/GLU library under cygwin

2007-06-27 Thread Yaakov (Cygwin Ports)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Ariel Burbaickij wrote: Have difficulties with means that on attemt to compile some part of application where option -lGLU was passed to compiler I get an error from linke telling that GLU cannot be found. Did you install xorg-x11-devel? Are

Re: AW: Starting Squid upon bootup in Windows 2000

2007-06-27 Thread Tek Bahadur Limbu
Michael Bunk wrote: Hi once again. I had installed SSH on cygwin and it starts by default upon startup in my Windows 2000 box. I guess it got in the startup directory because I installed it from cygwin setup/ports. It doesn't use any Startup Folder, but ssh-host-config installs ssh as a

Re: Updated: astyle-1.21-1

2007-06-27 Thread Chris Sutcliffe
For a list of changes check out http://astyle.sourceforge.net/astyle_release_notes.html. I just got an email mentioning the link above is invalid, it should be: http://astyle.sourceforge.net/astyle_notes.html Cheers! Chris -- Chris Sutcliffe http://ir0nh34d.googlepages.com