Native links break zsh

2014-06-04 Thread Yuriy Chernyshov
Hi! After adding export CYGWIN='winsymlinks: nativestrict' command to my .zshrc file I'm experiencing the problem with zsh HISTFILE. The message says: History locking file failed: No such file or directory. I don't know how this is related since HISTFILE isn't a link at all. Thanks. Yuriy.

Re: [ITP] man-db

2014-06-04 Thread Chris J. Breisch
Chris J. Breisch wrote: Yaakov Selkowitz wrote: On 2014-06-02 16:12, Chris J. Breisch wrote: Yaakov (Cygwin/X) wrote: On 2014-06-02 10:37, Chris J. Breisch wrote: I've incorporated Yaakov's patches. There is a new version at http://files.breisch.me/pub/cygwin/man-db-64/ The setup.hint

Re: [ITP] man-db

2014-06-04 Thread Chris J. Breisch
Chris J. Breisch wrote: Ok, I figured it out. I had forgotten that I actually had a setup.hint file and that cygport wasn't creating it. I built it correctly now, I think. I'll be uploading a new one within the hour. http://files.breisch.me/pub/cygwin/man-db-64 and

Re: Native links break zsh

2014-06-04 Thread Christopher Faylor
On Wed, Jun 04, 2014 at 12:56:45PM +0400, Yuriy Chernyshov wrote: Hi! After adding export CYGWIN='winsymlinks: nativestrict' command to my .zshrc file I'm experiencing the problem with zsh HISTFILE. The message says: History locking file failed: No such file or directory. I don't know how this

Re: [ITP] AtomicParsley

2014-06-04 Thread David Stacey
On 04/06/2014 00:32, Yaakov Selkowitz wrote: On 2014-06-03 14:05, David Stacey wrote: AtomicParsley is a utility for reading and writing metadata tags on MP4 files. It is found in many Linux distros, including Fedora [1]. The package name has been capitalised to reflect the name of the

New Version 1.7.30-1: Passwd -R option. Can only update logged in user.

2014-06-04 Thread Thomas Fay
Hi, Recently there was an update to the passwd -R feature in 1.7.30-1 which allows you to pipe in a password to the passwd -R. This is a something that we really need and the update is appreciated. :) There is still an issue in that you can only update the registry for

Re: Emacs-w32... still crashing

2014-06-04 Thread Ken Brown
On 6/3/2014 4:01 PM, Zdzislaw Meglicki wrote: And another crash... captured under gdb again. Segmentation fault again, but this time: Program received signal SIGSEGV, Segmentation fault. 0x000100631d84 in deselect_palette (f=0x0, hdc=0x0) at /usr/src/debug/emacs-24.3.90-1/src/w32xfns.c:123

How to run gtk3-demo?

2014-06-04 Thread Zang Zhengrong
When I run gtk3-demo in cygwin, I got error as below, what should I have to do next? $ gtk3-demo ** ERROR:/usr/src/ports/gtk3/gtk3-3.10.7-2.i686/src/gtk+-3.10.7/demos/gtk-demo/main.c:892:setup_default_icon: assertion failed: (pixbuf) Aborted (core dumped) -- Problem reports:

Re: How to run gtk3-demo?

2014-06-04 Thread Marco Atzeri
On 04/06/2014 14:54, Zang Zhengrong wrote: When I run gtk3-demo in cygwin, I got error as below, what should I have to do next? $ gtk3-demo ** ERROR:/usr/src/ports/gtk3/gtk3-3.10.7-2.i686/src/gtk+-3.10.7/demos/gtk-demo/main.c:892:setup_default_icon: assertion failed: (pixbuf) Aborted (core

Emacs-w32... still crashing

2014-06-04 Thread Zdzislaw Meglicki
This is just to confirm: I had a yet another crash, was running my emacs session under gdb and captured the event. The trace is the same as before, that is, there is a problem in deselect_palette that causes segmentation fault. Yes, I will report the bug to Emacs maintainers. Zdzislaw (Gustav)

Re: cygpath -u inside backticks differs

2014-06-04 Thread Ivan Dobrianov
Eric - thanks for the info! I see the problem, yes, and it is simple - I have completely slepth through the $() business :-) I am all set now - thanks! Ivan -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation:

Re: RemoteServerAdministrationTools problem

2014-06-04 Thread John Bianchi
Aside from this set of Windows tools, can you reproduce the same behavior with some more commonly available and more compact utility? I had two system exhibiting this symptom. Wish there was an official way to install an older cygwin, like 1.7.27 or .26. No other commands are behaving

Re: cygpath -u inside backticks differs

2014-06-04 Thread J. David Boyd
Eric Blake ebl...@redhat.com writes: see why `` is obsolete, and you should be using $()? Among other reasons, \ inside `` has weird rules. Wow, when did this happen? I've been using `` for years, and never heard of $(). What version did this change? I think I need to go back and re-read

Re: Compiling cygwin1.dll

2014-06-04 Thread Michael Wild
On Tue, Jun 3, 2014 at 6:07 PM, Larry Hall (Cygwin) wrote: On 06/03/2014 08:57 AM, Michael Wild wrote: On Tue, Jun 3, 2014 at 12:32 PM, Andrey Repin wrote: Greetings, Michael Wild! In order to pinpoint an error I'm trying to compile cygwin1.dll from source following the instructions here:

Re: How to run gtk3-demo?

2014-06-04 Thread Zhengrong Zang
2014/06/04 21:54、Zang Zhengrong zhengrong.z...@gmail.com のメッセ�`ジ: When I run gtk3-demo in cygwin, I got error as below, what should I have to do next? $ gtk3-demo ** ERROR:/usr/src/ports/gtk3/gtk3-3.10.7-2.i686/src/gtk+-3.10.7/demos/gtk-demo/main.c:892:setup_default_icon: assertion

How to set big font for xterm in cygwin/X

2014-06-04 Thread Zhengrong Zang
Now I can use cygwin/X to run gtk3-demo, but my eyes is bad and xterm font in cygwin/X is very small, how can I set to bigger font for xterm? Thanks a lot. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation:

Re: cygpath -u inside backticks differs

2014-06-04 Thread Eric Blake
On 06/04/2014 08:31 AM, J. David Boyd wrote: Eric Blake ebl...@redhat.com writes: see why `` is obsolete, and you should be using $()? Among other reasons, \ inside `` has weird rules. Wow, when did this happen? I've been using `` for years, and never heard of $(). What version did

Re: How to set big font for xterm in cygwin/X

2014-06-04 Thread tednolan
In message 92c60106-8a54-434b-a470-744b8e4d4...@gmail.comyou write: Now I can use cygwin/X to run gtk3-demo, but my eyes is bad and xterm font = in cygwin/X is very small, how can I set to bigger font for xterm? Thanks a= lot.= Well, if you hold down the ctrl key and hit the right mouse button,

Re: How to set big font for xterm in cygwin/X

2014-06-04 Thread Chris J. Breisch
Zhengrong Zang wrote: Now I can use cygwin/X to run gtk3-demo, but my eyes is bad and xterm font in cygwin/X is very small, how can I set to bigger font for xterm? Thanks a lot. I use the following in my ~/.Xdefaults. Change the faceName and faceSize to suit you. XTerm*faceName: Bitstream

Re: Compiling cygwin1.dll

2014-06-04 Thread Andrey Repin
Greetings, Michael Wild! You tell me. I just checked out the source and followed the instructions as I said in my first message. When doing so, there is a dependency and binutils gets built. If the instructions are outdated, I did something obviously wrong, or there is a better way, please

Re: Compiling cygwin1.dll

2014-06-04 Thread Michael Wild
On Wed, Jun 4, 2014 at 7:32 PM, Andrey Repin wrote: Greetings, Michael Wild! You tell me. I just checked out the source and followed the instructions as I said in my first message. When doing so, there is a dependency and binutils gets built. If the instructions are outdated, I did

Re: Compiling cygwin1.dll

2014-06-04 Thread Andrey Repin
Greetings, Michael Wild! Many thanks. So you are saying, you never used the top-level build system? I don't NEED to rebuild whole toolchain to begin with. And it takes about half an hour just to configure it on my system. Or at least half an hour up to first error, which I'm unable to get much

Re: Compiling cygwin1.dll

2014-06-04 Thread Christopher Faylor
On Wed, Jun 04, 2014 at 11:55:32PM +0400, Andrey Repin wrote: Greetings, Michael Wild! Many thanks. So you are saying, you never used the top-level build system? I don't NEED to rebuild whole toolchain to begin with. If you follow the instructions for checking out cygwin you shouldn't HAVE

CYGWIN - As admin setup other users SSH for them?

2014-06-04 Thread Roger Vicker, CCP
I've got a Windows system setup with SSH in CYGWIN working. I've used mkpaswd to install the users in /etc/passwd. As administrator I want to: 1) generate the key pairs for the other users. 2) install the public key in the users $home/.ssh/authorized_keys. 3) deliver the private key to the user

Re: Compiling cygwin1.dll

2014-06-04 Thread Michael Wild
On Wed, Jun 4, 2014 at 11:07 PM, Christopher Faylor wrote: On Wed, Jun 04, 2014 at 11:55:32PM +0400, Andrey Repin wrote: Greetings, Michael Wild! Many thanks. So you are saying, you never used the top-level build system? I don't NEED to rebuild whole toolchain to begin with. If you follow