Re: git error cloning svn repository: bad index file sha1 signature

2009-09-25 Thread Saurav Ghosh
Thanks! That worked. I was able to clone the repository with cygwin 1.7. Regards, Saurav. On Fri, Sep 25, 2009 at 5:21 PM, Eric Blake wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > According to Saurav Ghosh on 9/25/2009 5:38 AM: >> Greetings. >> >> Using cygwin git version 1.6.1

Subversion svn fails silently after updating Cygwin

2009-09-25 Thread Chris Cormie
Hi, This is my first post to the Cygwin mailing list: hello everyone! I updated Cygwin today via setup.exe and Subversion ceased working: $ svn status $ ie no output whatsoever regardless of what command is given to svn including --help. Reproduction is easy: 1. Install Subversion (currentl

/etc/postinstall/post-texmf.sh issue

2009-09-25 Thread diego menezes
Dear all, My installation has been stuck every time it reaches the stage "Running" "tetex-tiny" "/etc/postinstall/post-texmf.sh" and then the overall progress status. I've Windows Vista with Service Pack 2, I started and at the "Select Packages" window I picked up "Install" rather than "Defaul

Happy Eid

2009-09-25 Thread كل عام وانتم بخير
By Shadow Design With best wishes for all the occasion of Eid Al-Fitr Happy Eid Interior Design Telefax : +962 6 5695891 Mob : +962 79 6474173 www.shadow4design.com -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: ht

Re: [1.7] Invalid UTF8 while creating a file -> cannot delete?

2009-09-25 Thread Robert Pendell
On Wed, Sep 23, 2009 at 5:30 PM, Ross Smith wrote: > Corinna Vinschen wrote: >> >> However, if we default to UTF-8 for a subset of languages anyway, it >> gets even more interesting to ask, why not for all languages?  Isn't it >> better in the long run to have the same default for all Cygwin >> ins

creating dynamic libraries

2009-09-25 Thread Sam Steingold
Hi, How do I create a dynamic library which uses data in the executable which uses it? specifically, I have this main program: === main.c #include extern int shared_func (void); int my_int_var = 42; int my_int_addr = &my_int_var; int main (void) { printf("[%d]\n",shared_func

Re: Small cygwin.com fonts

2009-09-25 Thread Jon
Dave Korn wrote: Jon Grant wrote: Did you know the fonts on cygwin.com display quite small? Would you be able to boost it to the normal size by not reducing the font size by -2 ? You can do something about that for yourself: hold down Ctrl and scroll your mouse wheel up and down. (Adv

Re: minor mount issue in 1.7

2009-09-25 Thread Corinna Vinschen
On Sep 25 11:07, Karl M wrote: > Hi Corinna... > > Its not a problem. I just mentioned it because in general "mount -m" only > lists attributes that differ from the default. Yeah, right. Well, as long as it doesn't hurt, it's quite low on the priority list, as you might guess ;) Thanks, Corinn

RE: minor mount issue in 1.7

2009-09-25 Thread Karl M
<20090925171909.ga...@calimero.vinschen.de> Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Hi Corinna... =20 Its not a problem. I just mentioned it because=2C in general "mount -m" onl= y lists attributes that differ from the default

Re: Unresolved Reference when Linking a C program with GetUserNameEX()

2009-09-25 Thread Christopher Faylor
On Fri, Sep 25, 2009 at 11:06:56AM -0500, Paul Lupa wrote: >Hi, > >The following code does not link because of an undefinded reference. > >#include >#include >#include >#include >#include > >main() >? { >? char? data[500]; >? DWORD?? data_len; >? GetComputerNameEx( 1, data, &data_len); > >? pr

Re: minor mount issue in 1.7

2009-09-25 Thread Corinna Vinschen
On Sep 25 08:27, Karl M wrote: > > > > Hi All... > > Typing "mount -m" displays > > $ mount -m > none / cygdrive text,exec,noacl,posix=0 0 0 > > even though posix=0 is the default, derived from fstab > > $ cat /etc/fstab > none / cygdrive text,exec,noacl 0 0 Is that actually a problem

Re: [1.7] ping: socket: Operation not permitted

2009-09-25 Thread Gustavo Seabra
On Fri, Sep 25, 2009 at 1:38 PM, Corinna Vinschen wrote: > On Sep 25 13:17, Gustavo Seabra wrote: >> On Fri, Sep 25, 2009 at 12:50 PM, Larry Hall (Cygwin) wrote: >> .  Thanks. >> >> Sorry about that. I use gmail, and try to remember to erase the >> address

Re: [1.7] ping: socket: Operation not permitted

2009-09-25 Thread Corinna Vinschen
On Sep 25 13:17, Gustavo Seabra wrote: > On Fri, Sep 25, 2009 at 12:50 PM, Larry Hall (Cygwin) wrote: > . Thanks. > > Sorry about that. I use gmail, and try to remember to erase the > addresses manually, but every once in a while it escapes me. If anyone

Re: [1.7] ping: socket: Operation not permitted

2009-09-25 Thread Gustavo Seabra
On Fri, Sep 25, 2009 at 12:50 PM, Larry Hall (Cygwin) wrote: . Thanks. Sorry about that. I use gmail, and try to remember to erase the addresses manually, but every once in a while it escapes me. If anyone knows of a labs feature that can do that, just l

Re: Unresolved Reference when Linking a C program with GetUserNameEX()

2009-09-25 Thread Paul Lupa
Hi, The following code does not link because of an undefinded reference. #include #include #include #include #include main()   {   char  data[500];   DWORD   data_len;   GetComputerNameEx( 1, data, &data_len);   printf("%s\n", data );   } The routine "GetComputerName()" is available, but

.DLL to Copy to server to use Expect without full CygWin installation

2009-09-25 Thread Kevin Holleran
Hello, I downloaded and installed the pexpect module and wrote a python script.  All is well and good, but the script proved to be pretty useful and now I was asked to run it as a scheduled task up on a server to run periodically.  I was intending on simply packaging it up with Py2Exe and moving i

Re: [1.7] ping: socket: Operation not permitted

2009-09-25 Thread Larry Hall (Cygwin)
. Thanks. On 09/25/2009 10:58 AM, Gustavo Seabra wrote: Sorry, my bad. Here is the cygcheck. I use Vista Ultimate, 32 bits. The previous thread that you refer to applies here unless you're running your shell with elevated permissions (and your user

Re: rsync server prints error message

2009-09-25 Thread ︶ㄣ無名氏
http://www.backupcentral.com/phpBB2/two-way-mirrors-of-external-mailing-lists-3/backuppc-21/cygwin-rsync-getpeerbyname-error-on-only-one-mac-100160/ here is a site about this problem. cygcheck.out Description: Binary data -- Problem reports: http://cygwin.com/problems.html FAQ:

minor mount issue in 1.7

2009-09-25 Thread Karl M
Hi All... Typing "mount -m" displays $ mount -m none / cygdrive text,exec,noacl,posix=0 0 0 even though posix=0 is the default, derived from fstab $ cat /etc/fstab none / cygdrive text,exec,noacl 0 0 Thanks, ...Karl

Re: Console codepage setting via chcp?

2009-09-25 Thread Corinna Vinschen
On Sep 25 14:50, Thomas Wolff wrote: > 2009/9/23 Corinna Vinschen: > > Right now, if you switch the charset via the setlocale function, you > > also switch the charset used for console output. > > Andy wrote: > > That's quite a unique advantage of the Cygwin console actually, > > because it means

Re: [1.7] gvim "Cannot fork" error

2009-09-25 Thread Christopher Faylor
On Fri, Sep 25, 2009 at 10:30:33AM +0200, Angelo Graziosi wrote: >Christopher Faylor wrote: >> To clarify: I see nothing in any of the chain of messages that you >> referred to which indicates that this is the same problem. You're >> asserting that this is the case but not providing any details t

Re: [1.7] ping: socket: Operation not permitted

2009-09-25 Thread Larry Hall (Cygwin)
On 09/25/2009 09:10 AM, Gustavo Seabra wrote: Hi, I have just installed a brand new cygwin installation. When I try to ping anything from cygwin, I get the message above: $ ping 150.161.5.10 ping: socket: Operation not permitted If I try exactly the ssame from the command shell, it works: Th

rsync server prints error message

2009-09-25 Thread ︶ㄣ無名氏
/var/log/sshd 2009/09/25 21:22:50 [316] rsync: getpeername on fd3 failed: Socket operation on non-socket (108) 2009/09/25 21:22:50 [316] rsync error: error in socket IO (code 10) at /home/lap o/packaging/rsync-3.0.6-1/src/rsync-3.0.6/clientname.c(171) [receiver=3.0.6] -- Problem reports: ht

Re: [1.7] gvim "Cannot fork" error

2009-09-25 Thread Ken Brown
On 9/25/2009 4:53 AM, Angelo Graziosi wrote: If you want a 'native' 1.7 build, I can write how I do (mainly configure+make+make install). However, the current method used by Ken (the Emacs maintainer) should be valid if one remove 'lucid' and uses 'gtk' to obtain a GTK build. Yes, that works.

[1.7] ping: socket: Operation not permitted

2009-09-25 Thread Gustavo Seabra
Hi, I have just installed a brand new cygwin installation. When I try to ping anything from cygwin, I get the message above: $ ping 150.161.5.10 ping: socket: Operation not permitted If I try exactly the ssame from the command shell, it works: C:\>ping 150.161.5.10 Pinging 150.161.5.10 with 32

Re: Console codepage setting via chcp?

2009-09-25 Thread Thomas Wolff
2009/9/23 Corinna Vinschen: > Right now, if you switch the charset via the setlocale function, you > also switch the charset used for console output. Andy wrote: > That's quite a unique advantage of the Cygwin console actually, > because it means you always get correct output even if you switch >

Re: git error cloning svn repository: bad index file sha1 signature

2009-09-25 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Saurav Ghosh on 9/25/2009 5:38 AM: > Greetings. > > Using cygwin git version 1.6.1.2, I am unable to clone an existing > svn repository using "git svn". The entire output is below. How can > I fix this? Try using the cygwin 1.7 beta a

git error cloning svn repository: bad index file sha1 signature

2009-09-25 Thread Saurav Ghosh
Greetings. Using cygwin git version 1.6.1.2, I am unable to clone an existing svn repository using "git svn". The entire output is below. How can I fix this? I am running the "git svn" command without actually launching a cygwin shell like bash etc. I can checkout other git repositories just

Re: [1.7] UTF-8, find vs. tar

2009-09-25 Thread Corinna Vinschen
On Sep 24 22:40, Yaakov S wrote: > I'm having some difficulty with a package containing a file with a UTF-8 > character: > > wget http://downloads.sourceforge.net/klavaro/klavaro-1.3.1.tar.bz2 > tar jxf klavaro-1.3.1.tar.bz2 > cd klavaro-1.3.1 > tar jcf TEST.tar.bz2 data/dvorak_fr* > tar jtf TEST

Re: [1.7] gvim "Cannot fork" error

2009-09-25 Thread Angelo Graziosi
Yaakov (Cygwin/X) wrote: Could you put your emacs-gtk tarballs somewhere, or if not, at least your .cygport? Yaakov, I still do not use cygport to build Emacs. :-( In any case, I have a Cygwin-1.5 build here(*) for Emacs-23 with which the problems I flagged are reproducible (at least by me)

Re: [1.7] gvim "Cannot fork" error

2009-09-25 Thread Angelo Graziosi
Christopher Faylor wrote: To clarify: I see nothing in any of the chain of messages that you referred to which indicates that this is the same problem. You're asserting that this is the case but not providing any details to back that statement up. I *think* (my guess) it is the same problem b

Re: 1.7: help2man perl problem?

2009-09-25 Thread Reini Urban
2009/9/25 Yaakov (Cygwin/X): > Given the recent pace of Locale-gettext development, I'm not holding my > breath.  I just packaged and uploaded an update with Debian's patches. :) Thanks -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Docume

[ANNOUNCEMENT] [1.7] Updated: perl-Locale-gettext-1.05-11

2009-09-25 Thread Yaakov (Cygwin/X)
The following package has been updated for Cygwin 1.7: *** perl-Locale-gettext-1.05-11 The Locale::gettext module allows Perl scripts to use the gettext NLS library. This release includes patches from Debian, including a fix for the "Prototype mismatch: sub main::LC_ALL () vs none" warnings.

Re: 1.7: help2man perl problem?

2009-09-25 Thread Yaakov (Cygwin/X)
On 25/09/2009 02:40, Reini Urban wrote: Both fixes are correct. However, the debian fix looks better, since it does not require fixing scripts using this module. My thoughts exactly. BTW: It is http://rt.cpan.org/Public/Bug/Display.html?id=35680 I just bugged the maintainer to fix it upstream

Re: 1.7: help2man perl problem?

2009-09-25 Thread Reini Urban
2009/9/24 Yaakov (Cygwin/X): > On 05/08/2009 17:10, Reini Urban wrote: >> >> No, that's known problem for old perl programs with 5.10, in this case >> help2man. Just google "LC_ALL () vs none" >> >> - Locale::gettext->import; >> + Locale::gettext->import (qw(gettext textdomain)); > > Debian fixes L