Re: add -debuginfo packages

2012-02-18 Thread Christopher Faylor
On Sat, Feb 18, 2012 at 01:42:20PM -0500, Ryan Johnson wrote: >On 18/02/2012 12:58 PM, Christopher Faylor wrote: >> On Sat, Feb 18, 2012 at 04:47:48PM +, Jon TURNEY wrote: >>> On 21/08/2009 00:40, Yaakov (Cygwin/X) wrote: On 04/08/2009 13:58, Reini Urban wrote: > Rather than stripping

Re: strange bug that doesn't occur in Linux, OpenBSD or ITS

2012-02-18 Thread Mark Geisert
Jeremiah Bishop writes: > the  bash commands used are: > 1) gcc "cygwin puzzle.c" > > 2) ./a.out a b > Now either version used on a file with a shorter set of lines, works just fine but strangely, that single > digit difference aborts the program without throwing any error on the sample input or

Re: STC for libapr1 failure

2012-02-18 Thread David Rothenberger
On 2/16/2012 8:04 AM, Corinna Vinschen wrote: > On Feb 16 07:56, David Rothenberger wrote: >> On 2/16/2012 6:09 AM, Corinna Vinschen wrote: >>> I read the Linux man page again (http://linux.die.net/man/2/flock) >>> and I just hacked the following testcase, based on your flock STC. >> >> That sounds

Re: hexedit install flub...now shell seems rudimentary

2012-02-18 Thread Adrian Sandstrom
I didn't have /etc/profile so I copied /etc/default/etc/profile to /etc/profile. Aside from /etc/profile, I don't have any of the other files that David mentions, but do have the profile.d directory. Here are the permissions of all related files mentioned: bash-4.1$ ls -l profile* -rw-r- 1 a

Re: Mintty Log Off problem

2012-02-18 Thread Gary Johnson
On 2012-02-18, David Rothenberger wrote: > On 2/18/2012 10:28 AM, Harry G McGavran Jr wrote: > > I've found a little more information -- this problem goes away > > if I change my default shell to dash. Seems tcsh is involved somehow. > > It comes back when I change my default shell back to tcsh. >

mintty window handle

2012-02-18 Thread Kevin Schnitzius
I would like to be able change the icon dynamically on my mintty windows.  However, old trick (google KB125103) for finding console window handles won't work anymore as it relies on the windows console window.  I have verified that WM_SETICON works with the correct window handle.  I have played

Re: hexedit install flub...now shell seems rudimentary

2012-02-18 Thread David Sastre Medina
On Sat, Feb 18, 2012 at 07:25:37AM -0500, Ken Brown wrote: > On 2/18/2012 4:20 AM, Adrian Sandstrom wrote: > >Would love if someone could help me get me back to my cozy Cygwin terminal. > > > >Problem: > >When I use the cygwin shortcuts to cygwin.bat or mintty.exe I am > >getting a basic terminal.

Re: Mintty Log Off problem

2012-02-18 Thread David Rothenberger
On 2/18/2012 10:28 AM, Harry G McGavran Jr wrote: > I've found a little more information -- this problem goes away > if I change my default shell to dash. Seems tcsh is involved somehow. > It comes back when I change my default shell back to tcsh. > Going back to tcsh 6.18.00-2 does not help. > >

Re: need help with perl script and rsync

2012-02-18 Thread Reini Urban
On Tue, Feb 14, 2012 at 3:28 PM, wrote: > We use ActiveState perl in a backup processes at my work. A programmer > created a perl script to create an incremental backup using rsync. The > script does not do the incremental backup, just a full backup. It worked in > winxp, but now that we are using

Re: [Packaging bug] perl-5.10.1-5: Superfluous symlink for cygperl5_10.dll

2012-02-18 Thread Reini Urban
On Fri, Feb 17, 2012 at 10:17 AM, Dr. Volker Zell wrote: > In the latest perl-5.10.1-5 there is a symlink >  /usr/lib/perl5/5.10/i686-cygwin/CORE/cygperl5_10.dll > for >  /usr/bin/cygperl5_10.dll > > which breaks 'make check' when trying to run the testsuite for > openldap when it's perl enabled.

Re: add -debuginfo packages

2012-02-18 Thread Reini Urban
On Sat, Feb 18, 2012 at 11:58 AM, Christopher Faylor wrote: > On Sat, Feb 18, 2012 at 04:47:48PM +, Jon TURNEY wrote: >>On 21/08/2009 00:40, Yaakov (Cygwin/X) wrote: >>> On 04/08/2009 13:58, Reini Urban wrote: Rather than stripping our exe's and dll's I suggest to strip the debug info

Re: add -debuginfo packages

2012-02-18 Thread Ryan Johnson
On 18/02/2012 12:58 PM, Christopher Faylor wrote: On Sat, Feb 18, 2012 at 04:47:48PM +, Jon TURNEY wrote: On 21/08/2009 00:40, Yaakov (Cygwin/X) wrote: On 04/08/2009 13:58, Reini Urban wrote: Rather than stripping our exe's and dll's I suggest to strip the debug info into seperate /usr/lib

Re: add -debuginfo packages

2012-02-18 Thread Ryan Johnson
On 18/02/2012 11:47 AM, Jon TURNEY wrote: On 21/08/2009 00:40, Yaakov (Cygwin/X) wrote: On 04/08/2009 13:58, Reini Urban wrote: Rather than stripping our exe's and dll's I suggest to strip the debug info into seperate /usr/lib/debug/path/file.dbg and package them seperately in -debuginfo packag

Re: Mintty Log Off problem

2012-02-18 Thread Harry G McGavran Jr
I've found a little more information -- this problem goes away if I change my default shell to dash. Seems tcsh is involved somehow. It comes back when I change my default shell back to tcsh. Going back to tcsh 6.18.00-2 does not help. Given the deathly silence to my request below, I must be the

Re: lstat() fails intermittently in C program -- what could cause this???

2012-02-18 Thread Christopher Faylor
On Sat, Feb 18, 2012 at 07:24:14AM -0700, Leon Vanderploeg wrote: >Greetings, > >I am having problems with intermittent failures of the lstat() inside a C >program on several servers running Windows Server 2008R2. The program >recursively searches directories and uses lstat() to gather information

Re: add -debuginfo packages

2012-02-18 Thread Christopher Faylor
On Sat, Feb 18, 2012 at 04:47:48PM +, Jon TURNEY wrote: >On 21/08/2009 00:40, Yaakov (Cygwin/X) wrote: >> On 04/08/2009 13:58, Reini Urban wrote: >>> Rather than stripping our exe's and dll's I suggest to strip the debug >>> info into >>> seperate /usr/lib/debug/path/file.dbg and package them s

Re: add -debuginfo packages

2012-02-18 Thread Jon TURNEY
On 21/08/2009 00:40, Yaakov (Cygwin/X) wrote: > On 04/08/2009 13:58, Reini Urban wrote: >> Rather than stripping our exe's and dll's I suggest to strip the debug >> info into >> seperate /usr/lib/debug/path/file.dbg and package them seperately in >> -debuginfo >> packages such as with fedora. FWI

lstat() fails intermittently in C program -- what could cause this???

2012-02-18 Thread Leon Vanderploeg
Greetings, I am having problems with intermittent failures of the lstat() inside a C program on several servers running Windows Server 2008R2. The program recursively searches directories and uses lstat() to gather information on each file. The files that fail most often end in .bak, but not alw

LLVM ERROR: Program used external function '...' which could not be resolved!

2012-02-18 Thread KIMURA Masaru
Hi, I've posted a question about porting problem a while ago[1]. Now I have another one[2]. As the subject said, I may encounter a llvm's bug but it looks cygwin related to me. Anyone can reproduce this error? If so, I'd like to ask cygwin devs who packaged llvm and upstream llvm devs about why t

Re: hexedit install flub...now shell seems rudimentary

2012-02-18 Thread Ken Brown
On 2/18/2012 4:20 AM, Adrian Sandstrom wrote: Would love if someone could help me get me back to my cozy Cygwin terminal. Problem: When I use the cygwin shortcuts to cygwin.bat or mintty.exe I am getting a basic terminal. 1) The command prompt displays "-bash-4.1$" instead of "username@directory

hexedit install flub...now shell seems rudimentary

2012-02-18 Thread Adrian Sandstrom
Would love if someone could help me get me back to my cozy Cygwin terminal. Problem: When I use the cygwin shortcuts to cygwin.bat or mintty.exe I am getting a basic terminal. 1) The command prompt displays "-bash-4.1$" instead of "username@directory" like before. 2) The command prompt is black an