Re: [RFU] subversion-1.7.0-1

2011-10-13 Thread Corinna Vinschen
On Oct 12 10:44, David Rothenberger wrote: Please delete 1.7.0rc4-1 and leave 1.6.16-1 and 1.6.17-1. Thanks! wget -x -nH --cut-dirs=2 \ http://home.comcast.net/~david.rothenberger/cygwin/subversion/setup.hint \

RFU: cppcheck-1.51-1

2011-10-13 Thread Chris Sutcliffe
Please upload: --- wget -x -nH --cut-dirs=1 \ http://emergedesktop.org/cygwin/cppcheck/cppcheck-1.51-1.tar.bz2 \ http://emergedesktop.org/cygwin/cppcheck/cppcheck-1.51-1-src.tar.bz2 --- Please leave 1.50-1 as previous and feel free to remove older releases. Thank you, Chris -- Chris

Re: Mouse menues stopped working

2011-10-13 Thread Kåre Edvardsen
I'm running cygwin 1.7.9-1 on a HP EliteBook 2540p with Win 7 Pro, and after working around in various x-applications for some time, mouse menus become slower and almost non responsive in the end. I'm sure this is a known issue, but could not really find any solution in the list

Re: redraw windows while resizing/moving windows in multiwindow mode

2011-10-13 Thread Jon TURNEY
On 08/09/2011 14:09, Oliver Schmidt wrote: On 9/7/2011 5:05 PM, Jon TURNEY wrote: This is fine as a proof of concept, and it would be nice to handle this did you try the patch? It looks feels very smooth if you resize a xlock and the xclock and all x11 background windows are redrawn while

src/winsup/cygwin ChangeLog path.cc

2011-10-13 Thread corinna
CVSROOT:/cvs/src Module name:src Changes by: cori...@sourceware.org 2011-10-13 15:32:10 Modified files: winsup/cygwin : ChangeLog path.cc Log message: * path.cc (copy_cwd_str): Move up in file to be accessible from class fcwd_access_t. (class

src/winsup/cygwin ChangeLog path.cc

2011-10-13 Thread corinna
CVSROOT:/cvs/src Module name:src Changes by: cori...@sourceware.org 2011-10-13 16:47:33 Modified files: winsup/cygwin : ChangeLog path.cc Log message: * path.cc (find_fast_cwd_pointer): Allow 'push crit-sect-addr' instead of 'mov edi, crit-sect-addr;

src/winsup/utils ChangeLog cygcheck.cc

2011-10-13 Thread corinna
CVSROOT:/cvs/src Module name:src Changes by: cori...@sourceware.org 2011-10-13 17:50:48 Modified files: winsup/utils : ChangeLog cygcheck.cc Log message: * cygcheck.cc (dump_sysinfo): Add Windows 8 recognition. Note as unsupported. Update products

Add cygwin_internal CW_GET_MODULE_PATH_FOR_ADDR

2011-10-13 Thread Charles Wilson
From discussions with Bruno Haible about the slowness of full relocation support in libintl and libiconv, he said: - The Cygwin API only allows me to get _all_ file names behind all addresses across the entire current process, and this is slow. (talking about parsing /proc/self/maps)

'libintl_setlocate' entry point does not found in 'cygintl-8.dll'.

2011-10-13 Thread Oleksandr Gavenko
After latest update when I run 'emacs-x11' or 'gvim' I get standard Windows MessageBox: 'libintl_setlocate' entry point does not found in 'cygintl-8.dll'. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation:

Re: 'libintl_setlocate' entry point does not found in 'cygintl-8.dll'.

2011-10-13 Thread Oleksandr Gavenko
13.10.2011 10:07, Oleksandr Gavenko пишет: After latest update when I run 'emacs-x11' or 'gvim' I get standard Windows MessageBox: 'libintl_setlocate' entry point does not found in 'cygintl-8.dll'. Seems that Cygwin ports packages are broken (for use with latest Cygwin ??). Previously I

Re: 'libintl_setlocate' entry point does not found in 'cygintl-8.dll'.

2011-10-13 Thread Corinna Vinschen
On Oct 13 10:07, Oleksandr Gavenko wrote: After latest update when I run 'emacs-x11' or 'gvim' I get standard Windows MessageBox: 'libintl_setlocate' entry point does not found in 'cygintl-8.dll'. Did you revert libintl8 to an older version than 0.18.1.1-1? Corinna -- Corinna Vinschen

Re: E484: Can't open file /usr/share/vim/syntax/syntax.vim

2011-10-13 Thread Oleksandr Gavenko
12.10.2011 14:59, jan.kolar пишет: Oleksandr Gavenko-2 pishet: $ cygcheck -c vim Cygwin Package Information Package VersionStatus vim 7.3.254-1 OK This is an important information to start with. Where did you get that from? From cygwin ports ?

Problems with mkpasswd and mkgroup

2011-10-13 Thread Kåre Edvardsen
I've installed cygwin system wide on a client (W7 32b) from an account with full Administrators privileges. However, opening a Bash shell (or xterm) as another user prompts: Your group is currently mkpasswd. This indicates that your gid is not in /etc/group and your uid is not in

Re: E484: Can't open file /usr/share/vim/syntax/syntax.vim

2011-10-13 Thread jan.kolar
Oleksandr Gavenko-2 wrote: 12.10.2011 14:59, jan.kolar пишет: Oleksandr Gavenko-2 pishet: $ cygcheck -c vim Cygwin Package Information Package VersionStatus vim 7.3.254-1 OK This is an important information to start with. Where did you

Re: E484: Can't open file /usr/share/vim/syntax/syntax.vim

2011-10-13 Thread Christopher Faylor
On Thu, Oct 13, 2011 at 05:27:04AM -0700, jan.kolar wrote: Put 'cygcheck -c' on your TODO-BEFORE-POSTING list. :-) And post versions (of application, cygwin itself and perhaps OS) as well. Please just read the instructions at http://cygwin.com/problems.html . They instruct you in what we require

Re: /proc/*/cmdline corrupted

2011-10-13 Thread jan.kolar
The content /proc/pid/cmdline is created by the proces pid itself, in a separate thread. Since you use memory intensive application (xterm -sl 2) we can speculate it might be caused by memory corruption in xterm. Observe whether the processes with corrupted /proc/pid/cmdline behave properly

Re: /proc/*/cmdline corrupted

2011-10-13 Thread Christopher Faylor
On Thu, Oct 13, 2011 at 05:55:41AM -0700, jan.kolar wrote: The content /proc/pid/cmdline is created by the proces pid itself, in a separate thread. Since you use memory intensive application (xterm -sl 2) we can speculate it might be caused by memory corruption in xterm. Observe whether the

Re: displaying Chinese radicals

2011-10-13 Thread wynfield
Linguis, The radicals you speak of are only a component part of a Chinese character and not the character itself, just as the little dot above a lower case 'I' is not an alphabet and doesn't have a code. If there is an encoding for the radical / which even if it is one of the few that

Re: Problems with mkpasswd and mkgroup

2011-10-13 Thread Andrey Repin
Greetings, Kеre Edvardsen! I've installed cygwin system wide on a client (W7 32b) from an account with full Administrators privileges. However, opening a Bash shell (or xterm) as another user prompts: Your group is currently mkpasswd. This indicates that your gid is not in

Re: 'libintl_setlocate' entry point does not found in 'cygintl-8.dll'.

2011-10-13 Thread Charles Wilson
On 10/13/2011 3:07 AM, Oleksandr Gavenko wrote: After latest update when I run 'emacs-x11' or 'gvim' I get standard Windows MessageBox: 'libintl_setlocate' entry point does not found in 'cygintl-8.dll'. $ objdump -p /usr/bin/cygintl-8.dll | grep libintl_setlocale [ 49]

[ANNOUNCEMENT] Updated: cppcheck-1.51-1

2011-10-13 Thread Chris Sutcliffe
Version 1.51-1 of cppcheck has been uploaded, following the upstream release. cppcheck is a tool for static C/C++ code analysis. It tries to detect bugs that your C/C++ compiler doesn't see. The goal is no false positives. cppcheck is versatile. You can check non-standard code that includes

Updated: subversion-1.7.0-1

2011-10-13 Thread David Rothenberger
A new version of subversion is available. This is a major new upstream release. NEWS: = See CHANGES (URL below) for more information about the differences between 1.7.0 and previous Subversion releases. IMPORTANT: This release has a new working copy format. To use this release, you must

[ANNOUNCEMENT] Updated: subversion-1.7.0-1

2011-10-13 Thread David Rothenberger
A new version of subversion is available. This is a major new upstream release. NEWS: = See CHANGES (URL below) for more information about the differences between 1.7.0 and previous Subversion releases. IMPORTANT: This release has a new working copy format. To use this release, you must

Re: Problem w/ gdb 7.3.50-2 under emacs

2011-10-13 Thread Ryan Johnson
On 17/09/2011 8:51 AM, Ken Brown wrote: On 9/13/2011 11:48 PM, Bill Priest wrote: All, I updated gdb to 7.3.50-2 and I can no longer run M-x gdb under emacs inside rxvt (gdb core dumps). Reverting back to 7.3.50-1 and it works. The executable being debugged is built with gcc 4.5.3 and

Re: /proc/*/cmdline corrupted

2011-10-13 Thread Jon Clugston
On Wed, Oct 12, 2011 at 11:07 AM, Jon Clugston jon.clugs...@gmail.com wrote: Greetings, When I run procps -ef I get corrupted command line parameters: jc807j@~procps -ef UID        PID  PPID  C STIME TTY          TIME CMD jc807j    5852     1  0 08:59 tty0     00:00:03 X :0 -multiwindow

Re: /proc/*/cmdline corrupted

2011-10-13 Thread Andrew DeFaria
On 10/13/2011 11:02 AM, Jon Clugston wrote: On Wed, Oct 12, 2011 at 11:07 AM, Jon Clugstonjon.clugs...@gmail.com wrote: Greetings, When I run procps -ef I get corrupted command line parameters: jc807j@~procps -ef UIDPID PPID C STIME TTY TIME CMD jc807j5852 1 0

Re: Problem w/ gdb 7.3.50-2 under emacs

2011-10-13 Thread Ryan Johnson
On 13/10/2011 1:33 PM, Ryan Johnson wrote: On 17/09/2011 8:51 AM, Ken Brown wrote: On 9/13/2011 11:48 PM, Bill Priest wrote: All, I updated gdb to 7.3.50-2 and I can no longer run M-x gdb under emacs inside rxvt (gdb core dumps). Reverting back to 7.3.50-1 and it works. The executable

Where is /bin/nologin

2011-10-13 Thread gwodus
I am missing /bin/nologin. I need to disable shell access for a user. But it still needs to be able to accept ssh connects for tunnel only for that user (ssh -N ...). On Linux I would set the login shell in /etc/passed to /sbin/nologin. But I can't find it on cygwin. Is there a certain

Re: 1.7.9: login via ssh allows Administrator privileges

2011-10-13 Thread Christian Franke
Michael Hoffman wrote: Christian Franke... writes: Michael Hoffman wrote: When I log in via ssh I find I have Administrator privileges: [snip] Is there a way to turn this off or remove myself from the Administrators and root groups? I prefer not to have administrative access unless I

1.6.6-1: lyx postinstall fails

2011-10-13 Thread Ross Boylan
During an upgrade I got this error: 2011/10/13 10:12:08 running: C:\cygwin\bin\bash.exe --norc --noprofile /etc/postinstall/lyx.sh 2011/10/13 10:12:08 abnormal exit: exit code=126 2011/10/13 10:12:29 note: Installation Complete 2011/10/13 10:12:29 Ending cygwin install /etc/postinstall/lyx.sh

RE: Problems with mkpasswd and mkgroup

2011-10-13 Thread Edvardsen Kåre
Greetings, Kеre Edvardsen! I've installed cygwin system wide on a client (W7 32b) from an account with full Administrators privileges. However, opening a Bash shell (or xterm) as another user prompts: Your group is currently mkpasswd. This indicates that your gid is not in

Re: Problems with mkpasswd and mkgroup

2011-10-13 Thread Jon Clugston
2011/10/13 Edvardsen Kåre kare.edvard...@uit.no: Greetings, Kеre Edvardsen! I've installed cygwin system wide on a client (W7 32b) from an account with full Administrators privileges. However, opening a Bash shell (or xterm) as another user prompts:      Your group is currently mkpasswd.  

Re: [ANNOUNCEMENT] Updated: subversion-1.7.0-1

2011-10-13 Thread Ken Brown
On 10/13/2011 1:07 PM, David Rothenberger wrote: A new version of subversion is available. This is a major new upstream release. People should be aware that the new version of subversion was linked against the latest libintl8. People who have downgraded libintl8 to the previous version

cppcheck 1.50-1 Aborted (core dumped) when starting

2011-10-13 Thread J- MAN
 Hi all,        This is from a fresh cygwin install.  Just add latest cppcheck 1.50-1  and try to run it, it will abruptly end with a Aborted (core dumped)  error.  The previous version that is available from setup get's a little  further, but also crashes when trying to analyze files.      

Re: displaying Chinese radicals

2011-10-13 Thread Lingyis
Thanks for the response. I know this is a font issue, so let me paste what I get on the Mac terminal: 1 一 yī 2 丨 gǔn 3 丶 zhǔ 4 丿 piě 5 乙 jué ⺃ ⺂ ⺄ These are the first 5 radicals (I have generated all 214 of them) and their variants (to the right, they all have their unicode codepoints and

Re: Where is /bin/nologin

2011-10-13 Thread David Sastre
On Thu, Oct 13, 2011 at 11:37:19AM -0700, gwodus wrote: I am missing /bin/nologin. I need to disable shell access for a user. But it still needs to be able to accept ssh connects for tunnel only for that user (ssh -N ...). On Linux I would set the login shell in /etc/passed to

Re: cppcheck 1.50-1 Aborted (core dumped) when starting

2011-10-13 Thread Christian Franke
J- MAN wrote: Hi all, This is from a fresh cygwin install. Just add latest cppcheck 1.50-1 and try to run it, it will abruptly end with a Aborted (core dumped) error. The previous version that is available from setup get's a little further, but also crashes when trying to

1.7.9 installation error, cygncursesw-10.dll

2011-10-13 Thread Russ Fink
Hello, I am trying to install Cygwin 1.7.9 onto Windows Server 2008 and Windows 7 machines that do not have network access. I ran the setup.exe application from a Windows XP 32 bit virtual machine, selected Download only, and selected all packages. I burned these onto a DVD along with the

openssh authentification

2011-10-13 Thread Clayton Evans
I have installed OpenSSH_5.9p1 on two machines, the host machine and the client machine. The host machine is Windows 7 (64-bit) named jti031 The client machine is Windows XP (32-bit) On the host machine ssh-host-config was run. Testing with 'ssh localhost' resulted in the ssh prompt for a

Re: 1.7.9 installation error, cygncursesw-10.dll

2011-10-13 Thread Christopher Faylor
On Thu, Oct 13, 2011 at 06:07:44PM -0400, Russ Fink wrote: Hello, I am trying to install Cygwin 1.7.9 onto Windows Server 2008 and Windows 7 machines that do not have network access. I ran the setup.exe application from a Windows XP 32 bit virtual machine, selected Download only, and selected

Re: Problem w/ gdb 7.3.50-2 under emacs

2011-10-13 Thread Ken Brown
On 10/13/2011 2:32 PM, Ryan Johnson wrote: On 13/10/2011 1:33 PM, Ryan Johnson wrote: On 17/09/2011 8:51 AM, Ken Brown wrote: On 9/13/2011 11:48 PM, Bill Priest wrote: All, I updated gdb to 7.3.50-2 and I can no longer run M-x gdb under emacs inside rxvt (gdb core dumps). Reverting back to

Re: Where is /bin/nologin

2011-10-13 Thread gwodus
Dawud Medina wrote: Does /bin/false serve that purpose? -- Huella de clave primaria: AD8F BDC0 5A2C FD5F A179 60E7 F79B AB04 5299 EC56 Of course!!! Thanks a lot. That's what I was looking for. Thanks. -- View this message in context:

Re: cppcheck 1.50-1 Aborted (core dumped) when starting

2011-10-13 Thread Chris Sutcliffe
On 13 October 2011 17:06, J- MAN wrote:  This is from a fresh cygwin install.  Just add latest cppcheck 1.50-1  and try to run it, it will abruptly end with a Aborted (core dumped)  error.  The previous version that is available from setup get's a little  further, but also crashes when trying

Re: Problems with mkpasswd and mkgroup

2011-10-13 Thread Andrey Repin
Greetings, Jon Clugston! Is that user local or a domain user? -d switch means dumping domain users. But I think the OP missed the part, where it should be run from superadmin user. -- WBR, Andrey Repin (anrdae...@freemail.ru) 14.10.2011, 04:21 Sorry for my terrible english... -- Problem

Re: Problem w/ gdb 7.3.50-2 under emacs

2011-10-13 Thread Ryan Johnson
On 13/10/2011 6:36 PM, Ken Brown wrote: On 10/13/2011 2:32 PM, Ryan Johnson wrote: Update: gdb (previous version and home-built) doesn't seg fault, but is unable to run commands under the latest cygwin emacs: nothing happens when you hit [enter], though it usually responds to ^C and comes back

Re: Problem w/ gdb 7.3.50-2 under emacs

2011-10-13 Thread Ken Brown
On 10/13/2011 9:10 PM, Ryan Johnson wrote: On 13/10/2011 6:36 PM, Ken Brown wrote: On 10/13/2011 2:32 PM, Ryan Johnson wrote: Update: gdb (previous version and home-built) doesn't seg fault, but is unable to run commands under the latest cygwin emacs: nothing happens when you hit [enter],

Updated: cppcheck-1.51-1

2011-10-13 Thread Chris Sutcliffe
Version 1.51-1 of cppcheck has been uploaded, following the upstream release. cppcheck is a tool for static C/C++ code analysis. It tries to detect bugs that your C/C++ compiler doesn't see. The goal is no false positives. cppcheck is versatile. You can check non-standard code that includes

Updated: subversion-1.7.0-1

2011-10-13 Thread David Rothenberger
A new version of subversion is available. This is a major new upstream release. NEWS: = See CHANGES (URL below) for more information about the differences between 1.7.0 and previous Subversion releases. IMPORTANT: This release has a new working copy format. To use this release, you must