Re: ABI unification

2008-08-06 Thread Christopher Faylor
On Wed, Aug 06, 2008 at 10:17:11PM -0400, Larry Hall (Cygwin) wrote: > Christopher Faylor wrote: >> On Wed, Aug 06, 2008 at 08:48:18PM -0400, Francis Litterio wrote: >>> Dave Korn wrote: > Perhaps this can be "fixed" for any non-x86 Cygwin port? The very concept of a non-x86 Cygwin port is

Re: ABI unification

2008-08-06 Thread Larry Hall (Cygwin)
Christopher Faylor wrote: On Wed, Aug 06, 2008 at 08:48:18PM -0400, Francis Litterio wrote: Dave Korn wrote: Perhaps this can be "fixed" for any non-x86 Cygwin port? The very concept of a non-x86 Cygwin port is meaningless nonsense. You need to do a bit more homework. I suggest you start by

Re: ABI unification

2008-08-06 Thread Christopher Faylor
On Wed, Aug 06, 2008 at 08:48:18PM -0400, Francis Litterio wrote: >Dave Korn wrote: >>>Perhaps this can be "fixed" for any non-x86 Cygwin port? >>The very concept of a non-x86 Cygwin port is meaningless nonsense. You >>need to do a bit more homework. I suggest you start by reading the >>first sen

Re: bash builtin "test" kills bash on Win 2003 Server R2 x64 (some hardware)

2008-08-06 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Stephen Quintero on 8/6/2008 10:08 AM: | | In my case, I built a Win 2003 Server R2 x64 SP2 virtual machine under xen on one physical machine and cygwin worked fine. Copying the VM to another physical machine, with identical dom0 OS / Xe

Re: Does anyone use insight on cygwin?

2008-08-06 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Brian Keener on 8/6/2008 2:44 PM: | my debug version of Cygwin1.dll running Insight would get a Tcl/TK error | looking for the init file. Changing back to the released non debug version | fixed it. And just when was your cygwin1.dll bui

Re: ABI unification

2008-08-06 Thread Francis Litterio
Dave Korn wrote: >> Perhaps this can be "fixed" for any non-x86 Cygwin port? > > The very concept of a non-x86 Cygwin port is meaningless nonsense. You > need to do a bit more homework. I suggest you start by reading the first > sentence on the first page at http://cygwin.com/. Doesn't Window

Re: Does anyone use insight on cygwin?

2008-08-06 Thread Lester Ingber
I've starting using insight. I think it's a very useful quick debugging tool. I tried compiling UPS (ups.sf.net), which I've used for years on SPARC machines, but couldn't get it work under windows. Lester -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports:

RE: ABI unification

2008-08-06 Thread Dave Korn
Jay wrote on 07 August 2008 00:07: > First, I meant a uniform compile time ABI. > Not an ability to mix and match at runtime. This thing ... > I simply want to compile two .objs with the different > compilers and headers, and then link them together, > trafficing in whatever. ... and this thi

re: ABI unification

2008-08-06 Thread Jay
I understand. First, I meant a uniform compile time ABI. Not an ability to mix and match at runtime. That is much less to ask for than discussed after me. I simply want to compile two .objs with the different compilers and headers, and then link them together, trafficing in whatever. The ABIs

Re: Does anyone use insight on cygwin?

2008-08-06 Thread Brian Keener
Dave Korn wrote: > > broke Insight and/or Tcl/Tk because as soon as I changed back to a > > released Cygwin1.dll - Insight started working again from bash. > > Are you /entirely/ sure you didn't accidentally leave a service running or > a shell or something or somehow end up with two clashing DL

Re: Windows CIFS share "ls: reading directory .: permission denied"

2008-08-06 Thread Larry Hall (Cygwin)
Freddy Jensen wrote: After much experimentation, I had to give up on making it work directly with the share on the server. Instead I tried to run Samba on a SparcSolaris 9 machine and then go through the Samba connection for all access to the server. This method works, but it is slower than

Re: Windows CIFS share "ls: reading directory .: permission denied"

2008-08-06 Thread Ski Kacoroski
Freddy, Hey, this is the same issue I am having with a mapped cifs share (http://cygwin.com/ml/cygwin/2008-08/msg00170.html). I tested it more and when I do a ls *pl, I only see one file. But if I know the file name I can run ls and it shows up and I can cat the file. I just cannot use th

Re: Cygwin 1.5.25 : Very slow command

2008-08-06 Thread Greg Chicares
On 2008-08-06 18:23Z, Burt Silverman wrote: > Just confirming Bruno DeLoroux observation that cygwin starts very very > slowly on some Windows XP installations. And "ls" is fairly slow. My > Desktop PC is generally faster than my laptop, but the situation is > reversed with regards to these cy

RE: Cygwin 1.5.25 : Very slow command

2008-08-06 Thread Jason Pyeron
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Burt Silverman > Sent: Wednesday, August 06, 2008 2:24 PM > To: cygwin@cygwin.com > Subject: RE: Cygwin 1.5.25 : Very slow command > > Just confirming Bruno DeLoroux observation that cygwin starts

RE: Cygwin 1.5.25 : Very slow command

2008-08-06 Thread Burt Silverman
Just confirming Bruno DeLoroux observation that cygwin starts very very slowly on some Windows XP installations. And "ls" is fairly slow. My Desktop PC is generally faster than my laptop, but the situation is reversed with regards to these cygwin activities; startup is painful on the Desktop.

Re: Exim problem

2008-08-06 Thread r
On 2008-08-06, Hugh Sasse <[EMAIL PROTECTED]> wrote: >> ( I tried with the headers_rewrite = [EMAIL PROTECTED] \ >> [EMAIL PROTECTED] > > You need to set the flags for this as well. > I think you want E for envelope at least in there. Check the spec > for your

Re: Return of C1902

2008-08-06 Thread Larry Hall (Cygwin)
Marc Horowitz wrote: I've got the current versions of cygwin and sshd installed on a windows box (the OS itself was only installed a couple days ago). I can ssh in using pubkey auth with no problem. However, I'm getting errors like LINK : fatal error LNK1101: incorrect MSPDB80.DLL version; r

Re: Exim problem

2008-08-06 Thread r
On 2008-08-05, Pierre A. Humblet <[EMAIL PROTECTED]> wrote: > > Header rewriting should work, see chapter 31 of the exim doc (www.exim.org). > I am not expert on that. It can be tested like "exim -brw [EMAIL PROTECTED]" > Perhaps you should rewrite only "Proprietaro", without domain, or use a > wi

RE: Does anyone use insight on cygwin?

2008-08-06 Thread Dave Korn
Brian Keener wrote on 06 August 2008 18:42: > Let me change my previous response please The moving hand writes, and having writ moves on ;-) > version would be great - if possible. Especially now that I found my > issue - my debug version of Cygwin1.dll (self compiled) apparently > brok

Re: Does anyone use insight on cygwin?

2008-08-06 Thread Brian Keener
Let me change my previous response please - I use both Insight and gdb. I prefer Insight and I don't have a problem with Insight running in X although I would hate to loose the version that runs from the bash prompt and force me to always run in X. An X version and regular version would be gre

Re: sshd [5.1p1] fails on seteuid "permission denied"

2008-08-06 Thread J.D. Baldwin
On Tue, Aug 05, 2008 at 09:07:04PM -0700, Brian Dessent wrote: > > I can invoke /usr/sbin/sshd but not log in via same. I have tried it > > Stop right there. Running sshd directly from your user account -- > even if you are an Administrator -- is incorrect and wrong. It > won't work, and worse

RE: 1.5.25 Cannot see all files/directories on mapped shares - SC800884

2008-08-06 Thread Exanet Support
Dear Ski, We Have opened a SC regarding - SC800884, Please specify the severity of this call?. Thanks & Best Regards, Roee Fruhling Exanet Support Team Exanet, Ltd. www.exanet.com -Original Message- From: Ski Kacoroski [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 0

1.5.25 Cannot see all files/directories on mapped shares

2008-08-06 Thread Ski Kacoroski
Hi, I am running 1.5.25 on Windows 2003. When I map a share from a Windows server I have no problems and can see all the files. When I map a share from a samba server I cannot only see some of the files and directories. I can see all the files and directories when I view the share from the

bash builtin "test" kills bash on Win 2003 Server R2 x64 (some hardware)

2008-08-06 Thread Stephen Quintero
This subject has been raised before in this thread: http://sourceware.org/ml/cygwin/2008-01/msg00579.html but I cannot find any resolution of the problem. In my case, I built a Win 2003 Server R2 x64 SP2 virtual machine under xen on one physical machine and cygwin worked fine. Copying the VM t

Re: Python and sqlite3

2008-08-06 Thread Yaakov (Cygwin Ports)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Jason Tishler wrote: | See the following: | | http://www.cygwin.com/ml/cygwin/2007-11/msg00158.html | | If someone resolves this problem, then I will release a Cygwin Python | with sqlite support. FYI, I've been able to build Python 2.5.2 with

Re: Cygwin Home Page

2008-08-06 Thread Christopher Faylor
On Wed, Aug 06, 2008 at 01:27:45PM +0100, Dave Korn wrote: >While we're on the topic: I noticed the front page needs an update. I >would have committed this as "obvious", but I don't know if we have >that rule here! For the main cygwin web page we don't, no. I updated the link. I am surprised t

glob/noglob and backslashes on cmdline

2008-08-06 Thread Ralf Fassel
In the following ./t is a program which simply echoes the command line arguments if there are any, or calls itself via CreateProcess() and the cmdline given. When 'noglob' is set, things work as expected: in the course of "sh -c", two backslashes are collapsed into ONE: $ CYGWIN=noglob ./t

RE: Setup version

2008-08-06 Thread Dave Korn
Eric Blake wrote on 05 August 2008 02:29: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > According to Mike Cappella on 8/4/2008 2:33 PM: >> With the recent CVE security announcement regarding setup.exe: >> >>http://nvd.nist.gov/nvd.cfm?cvename=CVE-2008-3323 >> >> I'm wondering if per

Re: Fetchmail as NT Service

2008-08-06 Thread Jason Tishler
Diogo, Please keep your replies on-list. On Wed, Aug 06, 2008 at 09:47:29AM +0100, Diogo Branco wrote: > Hi Jason the problem with Fetchmail running as a service is solved, in > .fetchmailrc i have to change the owner of the file to system and i > have when create the service to use the argument

Re: Python and sqlite3

2008-08-06 Thread Jason Tishler
Robert, On Wed, Aug 06, 2008 at 10:12:29AM +0200, Robert Latest wrote: > [snip] > sqlite3 itself is, of course, installed. I can use sqlite3.exe to > access databases, it just doesn't seem to work with python. See the following: http://www.cygwin.com/ml/cygwin/2007-11/msg00158.html If someo

RE: Cygwin Home Page

2008-08-06 Thread Dave Korn
While we're on the topic: I noticed the front page needs an update. I would have committed this as "obvious", but I don't know if we have that rule here! (Well, that, plus because I can't test the change by browsing it locally owing to the use of SSI, I'd appreciate a couple more eyeballs on

perl-Image-Magick doesn't work with perl 5.10

2008-08-06 Thread Thomas Elvers
Hello, after updating the cygwin-installation to the actual version (or installing cygwin from scratch) perl-Image-Magick no longer works in the following combination: Cygwin Package Information Package VersionStatus libImageMagick1 6.4.0.6-1 OK pe

Re: Problem opening new serial ports

2008-08-06 Thread Sylvain RICHARD
Andy Moreton a écrit : On Wed, 06 Aug 2008 02:37:41 GMT, Gary Johnson wrote: On 2008-08-05, Gary Johnson wrote: [snipped] OK, I did some Googling and found a "Cygwin USB-to-Serial HOWTO" (http://tmp.ua964.com/cygwin-usb-to-serial-howto/) and a thread in this list from May, both me

Re: Re: compilation - cygwin -mno-cygwin-flag

2008-08-06 Thread Marian Kogler
Hi Brian! Thank you for your answer! I have already assumed that I have mixed the different libraries, but I wasn't sure about it. Shame on me. :-) I will compile it as you proposed. Thanks a lot. marian -Original Message- From: Brian Dessent <[EMAIL PROTECTED]> To: cygwin@cygwin.co

Re: Problem opening new serial ports

2008-08-06 Thread Andy Moreton
On Wed, 06 Aug 2008 02:37:41 GMT, Gary Johnson wrote: > On 2008-08-05, Gary Johnson wrote: [snipped] > OK, I did some Googling and found a "Cygwin USB-to-Serial HOWTO" > (http://tmp.ua964.com/cygwin-usb-to-serial-howto/) and a thread in > this list from May, both mentioning Cygwin's limit of 16

Return of C1902

2008-08-06 Thread Marc Horowitz
I've got the current versions of cygwin and sshd installed on a windows box (the OS itself was only installed a couple days ago). I can ssh in using pubkey auth with no problem. However, I'm getting errors like LINK : fatal error LNK1101: incorrect MSPDB80.DLL version; recheck installation\ o

Python and sqlite3

2008-08-06 Thread Robert Latest
Hello people, I'm having problems using sqlite with Python in my cygwin installation. The line "import sqlite3" throws the error: $ python Python 2.5.1 (r251:54863, May 18 2007, 16:56:43) [GCC 3.4.4 (cygming special, gdc 0.12, using dmd 0.125)] on cygwin Type "help", "copyright", "credits" or "li