Re: [RFC] incremental rebase

2014-12-02 Thread Ken Brown
On 12/1/2014 3:16 PM, Achim Gratz wrote: Achim Gratz writes: This is now in Git together with the other corrections, but I haven't tested it yet. Needed two const qualifiers to compile on Cygwin and sorting is now tested to work correctly. Please give it a spin, I'll be AFK until the

Re: [RFC] incremental rebase

2014-12-02 Thread Corinna Vinschen
On Nov 28 22:53, Achim Gratz wrote: New versions of the setup programs and incremental autorebase package are uploaded, plus my original texlive postinstall (not modified for the new setup) for Ken to look at. --8---cut here---start-8--- wget=wget -rxnH

Re: [RFC] incremental rebase

2014-12-02 Thread Corinna Vinschen
On Dec 2 21:50, Corinna Vinschen wrote: On Nov 28 22:53, Achim Gratz wrote: New versions of the setup programs and incremental autorebase package are uploaded, plus my original texlive postinstall (not modified for the new setup) for Ken to look at. --8---cut

Re: [RFC] incremental rebase

2014-12-02 Thread Ken Brown
On 12/2/2014 3:57 PM, Corinna Vinschen wrote: On Dec 2 21:50, Corinna Vinschen wrote: On Nov 28 22:53, Achim Gratz wrote: New versions of the setup programs and incremental autorebase package are uploaded, plus my original texlive postinstall (not modified for the new setup) for Ken to look

Sunday's update broke startx - crash on clipboard (winCpliboardProc trapped WM_QUIT

2014-12-02 Thread Gulliver Smith
This has happened on two different computers in different locations, one with 32 bit and one with 64 bit cygwin. Latter cygcheck attached. xwin log attached. I can still run /usr/bin/X -multiwindow but I really like to have the clipboard. Thanks Gulliver XWin.1.log Description: Binary data

MDaemon Notification -- Attachment Removed

2014-12-02 Thread Postmaster
--- MDaemon has detected restricted attachments within an email message --- From : cygwin-xfree@cygwin.com To: hun...@tanhoangminh.com.vn Subject :

src/winsup/cygwin ChangeLog autoload.cc

2014-12-02 Thread corinna
CVSROOT:/cvs/src Module name:src Changes by: cori...@sourceware.org 2014-12-02 09:59:02 Modified files: winsup/cygwin : ChangeLog autoload.cc Log message: * autoload.cc (IdnToAscii): Use simpler, equivalent LoadDLLfuncEx. (IdnToUnicode): Ditto.

src/winsup/cygwin ChangeLog cygheap.cc

2014-12-02 Thread corinna
CVSROOT:/cvs/src Module name:src Changes by: cori...@sourceware.org 2014-12-02 09:59:54 Modified files: winsup/cygwin : ChangeLog cygheap.cc Log message: * cygheap.cc (init_cygheap::init_installation_root): Fix typo in comment. Patches:

src/winsup/cygwin ChangeLog sec_auth.cc

2014-12-02 Thread corinna
CVSROOT:/cvs/src Module name:src Changes by: cori...@sourceware.org 2014-12-02 10:04:54 Modified files: winsup/cygwin : ChangeLog sec_auth.cc Log message: * sec_auth.cc (str2lsa): Remove. (str2buf2lsa): Remove. (lsaauth): Call RtlInitAnsiString

src/winsup/cygwin ChangeLog spawn.cc

2014-12-02 Thread corinna
CVSROOT:/cvs/src Module name:src Changes by: cori...@sourceware.org 2014-12-02 10:09:13 Modified files: winsup/cygwin : ChangeLog spawn.cc Log message: * spawn.cc (child_info_spawn::worker): Fix formatting. Patches:

src/winsup/cygwin ChangeLog autoload.cc enviro ...

2014-12-02 Thread corinna
CVSROOT:/cvs/src Module name:src Changes by: cori...@sourceware.org 2014-12-02 10:16:03 Modified files: winsup/cygwin : ChangeLog autoload.cc environ.cc environ.h external.cc spawn.cc winlean.h Log message: * autoload.cc

src/winsup/cygwin ChangeLog uinfo.cc

2014-12-02 Thread corinna
CVSROOT:/cvs/src Module name:src Changes by: cori...@sourceware.org 2014-12-02 10:28:43 Modified files: winsup/cygwin : ChangeLog uinfo.cc Log message: * uinfo.cc (fetch_from_description): Make static. (fetch_from_path): Ditto. Patches:

src/winsup/cygwin ChangeLog autoload.cc regist ...

2014-12-02 Thread corinna
CVSROOT:/cvs/src Module name:src Changes by: cori...@sourceware.org 2014-12-02 10:49:47 Modified files: winsup/cygwin : ChangeLog autoload.cc registry.cc registry.h sec_auth.cc security.h syscalls.cc uinfo.cc Log message: * autoload.cc

src/winsup/cygwin ChangeLog uinfo.cc

2014-12-02 Thread corinna
CVSROOT:/cvs/src Module name:src Changes by: cori...@sourceware.org 2014-12-02 11:26:22 Modified files: winsup/cygwin : ChangeLog uinfo.cc Log message: * uinfo.cc (cygheap_user::ontherange): Fix order of fallbacks creating HOMEDRIVE/HOMEPATH values to

src/winsup/cygwin ChangeLog cygheap.h uinfo.cc

2014-12-02 Thread corinna
CVSROOT:/cvs/src Module name:src Changes by: cori...@sourceware.org 2014-12-02 11:30:04 Modified files: winsup/cygwin : ChangeLog cygheap.h uinfo.cc Log message: * uinfo.cc (fetch_windows_home): New function fetching Windows-compliant home directory.

src/winsup/cygwin ChangeLog flock.cc spawn.cc

2014-12-02 Thread corinna
CVSROOT:/cvs/src Module name:src Changes by: cori...@sourceware.org 2014-12-02 15:39:57 Modified files: winsup/cygwin : ChangeLog flock.cc spawn.cc Log message: * flock.cc (create_lock_in_parent): Make lf_obj handle inheritable. Explain why.

src/winsup/cygwin spawn.cc

2014-12-02 Thread corinna
CVSROOT:/cvs/src Module name:src Changes by: cori...@sourceware.org 2014-12-02 15:41:14 Modified files: winsup/cygwin : spawn.cc Log message: Revert accidental checkin Patches:

Random failures with Cygwin patch

2014-12-02 Thread Andrey Repin
Greetings, All! Since some time ago, I started seeing Cygwin patch randomly leave files like file.ext.oxugLoy behind. The files contain the supposedly patched version of the original file, which was not replaced. The problem is sporadic, and only reproducible from inside a script file. when I

Re: Fatal error using flock

2014-12-02 Thread Corinna Vinschen
On Dec 1 23:43, Kyle R. wrote: I've run into a problem with flock while doing some parallel scripting in bash (also seen in dash) on the latest 64-bit version of Cygwin running on Windows 8.1. In the attached simple test case, the code locks and unlocks a file in a loop. After the first

Re: [ANNOUNCEMENT] Updated: Ruby 2.0.0-p598

2014-12-02 Thread K Stahl
The latest Ruby archives appear to be broken. I've tried numerous mirrors and each fails. This leads me to think the that master archives are broken. On Thu, Nov 13, 2014 at 8:11 PM, Yaakov Selkowitz yselkow...@cygwin.com wrote: The following packages have been updated in the Cygwin

Re: Fatal error using flock

2014-12-02 Thread Corinna Vinschen
On Dec 2 14:48, Corinna Vinschen wrote: On Dec 1 23:43, Kyle R. wrote: I've run into a problem with flock while doing some parallel scripting in bash (also seen in dash) on the latest 64-bit version of Cygwin running on Windows 8.1. In the attached simple test case, the code locks and

Re: BUG: cygwin warning: barfs on domain-based-mboxes; env corrupted by login(-p disabled)

2014-12-02 Thread Corinna Vinschen
On Oct 27 23:09, Linda Walsh wrote: At the very least, login -p should be fixed to work (whereas now it has been explicitly patch to NOT WORK (man login:...) -p Used by getty(8) to tell login not to destroy the environment. This is disabled in the Cygwin version.

Re: RFC: 1.7.33 problem with user's home directory

2014-12-02 Thread Corinna Vinschen
On Nov 28 13:48, Corinna Vinschen wrote: On Nov 28 15:08, Andrey Repin wrote: Greetings, Corinna Vinschen! The meaning of the schemata depend on the setting: db_home: windows AD and SAM: Utilizes the setting of the homeDrive or

[ANNOUNCEMENT] Updated: util-linux-2.25.2-1

2014-12-02 Thread Yaakov Selkowitz
The following packages have been updated in the Cygwin distribution: * util-linux-2.25.2-1 * libblkid1-2.25.2-1 * libblkid-devel-2.25.2-1 * libsmartcols1-2.25.2-1 * libsmartcols-devel-2.25.2-1 * libuuid1-2.25.2-1 * libuuid-devel-2.25.2-1 util-linux provides an assortment of utilities for *NIX

LLVM OCaml bindings

2014-12-02 Thread Nuno Lopes
Hi, It seems that the 'ocaml-llvm' package hasn't been updated in a while. It still links with LLVM 3.1, while the current LLVM packages are 3.4.2, and the ocaml files were compiled with an older OCaml compiler. Therefore, right now this package doesn't work at all. For example: $

Cygwin AD integration home/shell changes

2014-12-02 Thread Andrey Repin
Greetings, Corinna Vinschen! Here's what you get: I finally realized, what was tingling me all this time. The implicit fallback mechanics. I'd rather want to have explicit declaration and a failure message in case something isn't right. Much easier to fix system issues, when the system tell you

Re: Fatal error using flock

2014-12-02 Thread Andrey Repin
Greetings, Corinna Vinschen! On Dec 2 14:48, Corinna Vinschen wrote: On Dec 1 23:43, Kyle R. wrote: I've run into a problem with flock while doing some parallel scripting in bash (also seen in dash) on the latest 64-bit version of Cygwin running on Windows 8.1. In the attached simple

Updated: util-linux-2.25.2-1

2014-12-02 Thread Yaakov Selkowitz
The following packages have been updated in the Cygwin distribution: * util-linux-2.25.2-1 * libblkid1-2.25.2-1 * libblkid-devel-2.25.2-1 * libsmartcols1-2.25.2-1 * libsmartcols-devel-2.25.2-1 * libuuid1-2.25.2-1 * libuuid-devel-2.25.2-1 util-linux provides an assortment of utilities for *NIX