Re: fontconfig packaging suggestion

2014-04-04 Thread Corinna Vinschen
On Apr 3 18:52, Ken Brown wrote: Yaakov, There is a problem with having fontconfig include the Windows Fonts directory in /etc/fonts/fonts.conf. Namely, the font cache for that directory is very likely to be out of date [*], but most users have no idea that they need to run fc-cache to

Re: fontconfig packaging suggestion

2014-04-04 Thread Yaakov (Cygwin/X)
On 2014-04-04 03:40, Corinna Vinschen wrote: On Apr 3 18:52, Ken Brown wrote: There is a problem with having fontconfig include the Windows Fonts directory in /etc/fonts/fonts.conf. Namely, the font cache for that directory is very likely to be out of date [*], but most users have no idea

src/winsup/cygwin ChangeLog ntea.cc

2014-04-04 Thread corinna
CVSROOT:/cvs/src Module name:src Changes by: cori...@sourceware.org 2014-04-04 13:38:42 Modified files: winsup/cygwin : ChangeLog ntea.cc Log message: * ntea (EA_BUFSIZ): Reduce to 64K. Add comment to explain why. Patches:

src/winsup/cygwin ChangeLog ntea.cc

2014-04-04 Thread corinna
CVSROOT:/cvs/src Module name:src Branch: cygwin-1_7_29-release-branchpoint Changes by: cori...@sourceware.org 2014-04-04 13:39:58 Modified files: winsup/cygwin : ChangeLog ntea.cc Log message: * ntea (EA_BUFSIZ): Reduce to 64K. Add comment to explain

src/winsup/cygwin ChangeLog ntea.cc

2014-04-04 Thread corinna
CVSROOT:/cvs/src Module name:src Changes by: cori...@sourceware.org 2014-04-04 14:26:06 Modified files: winsup/cygwin : ChangeLog ntea.cc Log message: * ntea.cc (EA_BUFSIZ): Fix comment. (read_ea): Use tmp_pathbuf for local buffer rather than alloca.

src/winsup/cygwin ChangeLog ntea.cc

2014-04-04 Thread corinna
CVSROOT:/cvs/src Module name:src Branch: cygwin-1_7_29-release-branchpoint Changes by: cori...@sourceware.org 2014-04-04 14:27:32 Modified files: winsup/cygwin : ChangeLog ntea.cc Log message: * ntea.cc (EA_BUFSIZ): Fix comment. (read_ea): Use

src/winsup/cygwin/release 1.7.29

2014-04-04 Thread corinna
CVSROOT:/cvs/src Module name:src Changes by: cori...@sourceware.org 2014-04-04 14:32:52 Modified files: winsup/cygwin/release: 1.7.29 Log message: Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/release/1.7.29.diff?cvsroot=srcr1=1.6r2=1.7

src/winsup/cygwin/release 1.7.29

2014-04-04 Thread corinna
CVSROOT:/cvs/src Module name:src Branch: cygwin-1_7_29-release-branchpoint Changes by: cori...@sourceware.org 2014-04-04 14:32:59 Modified files: winsup/cygwin/release: 1.7.29 Log message: Patches:

src/winsup/doc ChangeLog new-features.xml

2014-04-04 Thread corinna
CVSROOT:/cvs/src Module name:src Changes by: cori...@sourceware.org 2014-04-04 16:17:13 Modified files: winsup/doc : ChangeLog new-features.xml Log message: * new-features.xml: (ov-new1.7.29): Fix incomplete XML tagging. Patches:

src/winsup/doc ChangeLog new-features.xml

2014-04-04 Thread corinna
CVSROOT:/cvs/src Module name:src Branch: cygwin-1_7_29-release-branchpoint Changes by: cori...@sourceware.org 2014-04-04 16:17:23 Modified files: winsup/doc : ChangeLog new-features.xml Log message: * new-features.xml: (ov-new1.7.29): Fix incomplete

src/winsup/cygwin tlsoffsets.h tlsoffsets64.h

2014-04-04 Thread corinna
CVSROOT:/cvs/src Module name:src Branch: cygwin-1_7_29-release-branchpoint Changes by: cori...@sourceware.org 2014-04-04 16:45:34 Modified files: winsup/cygwin : tlsoffsets.h tlsoffsets64.h Log message: Forced checkin Patches:

src/winsup/cygwin tlsoffsets.h tlsoffsets64.h

2014-04-04 Thread corinna
CVSROOT:/cvs/src Module name:src Changes by: cori...@sourceware.org 2014-04-04 16:45:29 Modified files: winsup/cygwin : tlsoffsets.h tlsoffsets64.h Log message: Forced checkin Patches:

Re: Trouble with running cygwin dll on Vortex86MX+ CPU

2014-04-04 Thread Colin
René Berber r.berber at computer.org writes: What you usually do on those cases: 1. On the build host, run ldd (or cygcheck) on the program, see the full list of dynamic libraries used. 2. Try to do the same on the target host. Yes, ldd does depend on cygwin1.dll, so it may not

Re: Problems with binutils?

2014-04-04 Thread Corinna Vinschen
On Apr 3 22:41, Angelo Graziosi wrote: Corinna Vinschen wrote: Could you please send the link to the PR to this thread? Obviosly... I just hope I did everything right. This should be PR binutils/16807, i.e. https://sourceware.org/bugzilla/show_bug.cgi?id=16807 Perfect! Thanks,

Re: Trouble with running cygwin dll on Vortex86MX+ CPU

2014-04-04 Thread Corinna Vinschen
On Apr 2 23:03, Colin wrote: Hi Team, I'm new here, but have dabbled in Cygwin for a few years. I hope someone more knowledgeable than myself can help with with this issue which is quite frankly baffling me for the past few weeks. The problem I have can be reduced to this: I compile a

Re: Trouble with running cygwin dll on Vortex86MX+ CPU

2014-04-04 Thread Yaakov (Cygwin/X)
On 2014-04-02 18:03, Colin wrote: The problem I have can be reduced to this: I compile a simple Hello World console mode c program. I copy the .exe file and cygwin1.dll onto an embedded PC, open a console window, and run the program. The program runs, and returns immediately to the command

Re: Trouble with running cygwin dll on Vortex86MX+ CPU

2014-04-04 Thread Colin
Corinna Vinschen corinna-cygwin at cygwin.com writes: In discussing this with the embedded PC supplier, he suggests that the cygwin1.dll is exiting because it doesn't recognise the CPU. Is this explanation plausible? And if it is, is there a solution available, or must I give up on

Re: Trouble with running cygwin dll on Vortex86MX+ CPU

2014-04-04 Thread Colin
Yaakov (Cygwin/X yselkowitz at users.sourceforge.net writes: Therefore, in order to even attempt to make this work, you would have to recompile gcc for -march=i586 default, then rebuild *everything* with that gcc; but I can't guarantee that there won't be other issues as well. Yaakov

Re: Trouble with running cygwin dll on Vortex86MX+ CPU

2014-04-04 Thread Corinna Vinschen
On Apr 4 09:44, Colin wrote: Corinna Vinschen corinna-cygwin at cygwin.com writes: In discussing this with the embedded PC supplier, he suggests that the cygwin1.dll is exiting because it doesn't recognise the CPU. Is this explanation plausible? And if it is, is there a solution

Re: texlive-install: core dumped

2014-04-04 Thread Ken Brown
On 4/4/2014 6:59 AM, Václav Zeman wrote: On 30 June 2013 18:32, Ken Brown wrote: On 6/30/2013 12:04 PM, Helmut Karlowski wrote: Ken Brown, 30.06.2013 16:36:40: I'm glad you found it. Does the malformed environment string also explain the other strange errors you were seeing? During

Pine mail reader

2014-04-04 Thread J. David Boyd
I (think I) recall that Pine used to be available in the Cygwin archive. It no longer is? Any ideas where to get a Cygwin compatible binary? Dave -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation:

Re: TexLive post install script fails

2014-04-04 Thread Ken Brown
On 4/4/2014 9:54 AM, Václav Zeman wrote: Hi. TeXLive post install script exits with error for me. I am attaching cygcheck output and mllatex.log with the errors. Thanks for the report. The error is actually harmless (unless you want to use mllatex), but it should go away if you issue the

Re: Latest snapshot will become Cygwin 1.7.29

2014-04-04 Thread Achim Gratz
Christopher Faylor cgf-use-the-mailinglist-please at cygwin.com writes: Unless there is an identified regression, the latest snapshot is very close to becoming Cygwin version 1.7.29. The 32bit version (2014-03-29 21:21:42 UTC x86) seems to have at least the portion of the AD code active that

1.7.28: Ctrl-C not working reliably

2014-04-04 Thread Ivan Todoroski
Cygwin DLL 1.7.28 32-bit Windows 8.1 64-bit (build 6.3.9600) *Steps to reproduce* 1) Open Cygwin bash prompt 2) Type: ssh blargh # or any non-existent host 3) Press Ctrl-C immediately after that On my machine, the Ctrl-C doesn't stop SSH from trying to look up the non-existent host, it keeps

Re: Pine mail reader

2014-04-04 Thread Warren Young
On 4/4/2014 07:57, J. David Boyd wrote: I (think I) recall that Pine used to be available in the Cygwin archive. It no longer is? Any ideas where to get a Cygwin compatible binary? Pine is basically dead, partly because of licensing/trademark problems with the University of Washington, and

Re: Pine mail reader

2014-04-04 Thread Csaba Raduly
On Fri, Apr 4, 2014 at 10:29 PM, Warren Young wrote: Pine is basically dead, partly because of licensing/trademark problems with the University of Washington, and partly due to waning interest from that same group. (Cite: http://goo.gl/SkfCef) I guess it's Pine for the fjords. Csaba -- GCS

No I/O redirection under GDB

2014-04-04 Thread Duncan Roe
I just found that gdb's run command doesn't action redirection (e.g. run /dev/pty2 /dev/pty2 21, where the shell on /dev/pty2 is doing a long sleep). Instead, the invoked program gets the redirections as command line arguments. Looking through the archives, I found

RE: Tons of cygserver errors

2014-04-04 Thread Lavrentiev, Anton (NIH/NLM/NCBI) [C]
I can’t push this through your list spam filter. Another attempt... I was trying a few times, and finally deleted the strace attachment. Let's see if this will go through. Excuse me for being a bit straightforward, but the spam filter this list is using is *really* stupid! Still, you're

Re: No I/O redirection under GDB

2014-04-04 Thread Eliot Moss
On 4/4/2014 10:29 PM, Duncan Roe wrote: I just found that gdb's run command doesn't action redirection (e.g. run /dev/pty2 /dev/pty2 21, where the shell on /dev/pty2 is doing a long sleep). Instead, the invoked program gets the redirections as command line arguments. Looking through the

WORKED AROUND Re: No I/O redirection under GDB

2014-04-04 Thread Duncan Roe
On Fri, Apr 04, 2014 at 10:51:24PM -0400, Eliot Moss wrote: On 4/4/2014 10:29 PM, Duncan Roe wrote: I just found that gdb's run command doesn't action redirection (e.g. run /dev/pty2 /dev/pty2 21, where the shell on /dev/pty2 is doing a long sleep). Instead, the invoked program gets the