Re: cygwin: how to mount linux FS from cygwin

2018-10-28 Thread Brian Inglis
On 2018-10-27 19:32, hauck.adrian451 wrote: > I was review the urls indicated and install the command pkg-config: > - Created the file fuse.pc indicated the location the dll: > user@cliente~/winfsp-master/opt/cygfuse/fuse > $ more fuse.pc > arch=x64 > prefix=${pcfiledir}/.. > incdir=C:\Program

Re: cygwin: how to mount linux FS from cygwin

2018-10-28 Thread René Berber
On 10/27/2018 8:32 PM, hauck.adrian451 wrote: > - Created the file fuse.pc indicated the location the dll: > > user@cliente~/winfsp-master/opt/cygfuse/fuse > $ more fuse.pc > arch=x64 > prefix=${pcfiledir}/.. > incdir=C:\Program Files (x86)\WinFsp > implib=C:\Program Files

Re: cygwin: how to mount linux FS from cygwin

2018-10-28 Thread Marco Atzeri
Am 28.10.2018 um 02:32 schrieb hauck.adrian451: Hi, Thank you for the help. I was review the urls indicated Have you in the PATH the directory where winfsp-x64.dll is located ? If it is located in "C:\Program Files(x86)\WinFsp\bin" you should have a something like the output of cygpath $

[PATCH 1/1] Cygwin: Fix cygheap corruption caused by cloned atomic buffer

2018-10-28 Thread David McFarland
The fhandler_base_overlapped::copyto clears atomic_write_buf on the clone, but none of the derived classes were doing this. This allowed the destructor to double-free the buffer and corrupt cygheap. Clear atomic_write_buf in copyto of all derived classes. --- winsup/cygwin/fhandler.h | 2 ++ 1

[PATCH 0/1] Fix deadlocks related to child processes

2018-10-28 Thread David McFarland
For a long time I've been struggling with intermittent deadlocks and segfaults in emacs, seemingly related to invoking child processes. I recently found a reliable way to reproduce one such deadlock: - install clean cygwin with: emacs-w32, clang - install flycheck from elpa - grab some non

Supplying a patched package

2018-10-28 Thread Rob Arthan
I have an application that is available for the main UN*X implementations and uses the OpenMotif library. It currently works fine on Cygwin using the motif-2.3.6-1 package. I am working on enhancing it to use Unicode and UTF-8 to display mathematical symbols and this has exposed a bug in

[ANNOUNCEMENT] liblbfgs 1.10

2018-10-28 Thread Masamichi Hosoda
The following packages have been uploaded to the Cygwin distribution: * liblbfgs1-1.10-1 * liblbfgs-devel-1.10-1 This library is a C port of the implementation of Limited-memory Broyden-Fletcher-Goldfarb-Shanno (L-BFGS) method. The L-BFGS method solves the unconstrainted minimization problems.

[ANNOUNCEMENT] Updated: engauge-digitizer-10.11

2018-10-28 Thread mark mitchell
Version 10.11 of "engauge-digitizer" has been uploaded. Interactively converts a bitmap graph or map into numbers. Changes: * Highlight multi-valued sections of functions where curves are too close * Ensure there is always at least one curve * Handle large dynamic range in log coordinates in

liblbfgs 1.10

2018-10-28 Thread Masamichi Hosoda
The following packages have been uploaded to the Cygwin distribution: * liblbfgs1-1.10-1 * liblbfgs-devel-1.10-1 This library is a C port of the implementation of Limited-memory Broyden-Fletcher-Goldfarb-Shanno (L-BFGS) method. The L-BFGS method solves the unconstrainted minimization problems.

Updated: engauge-digitizer-10.11

2018-10-28 Thread mark mitchell
Version 10.11 of "engauge-digitizer" has been uploaded. Interactively converts a bitmap graph or map into numbers. Changes: * Highlight multi-valued sections of functions where curves are too close * Ensure there is always at least one curve * Handle large dynamic range in log coordinates in

Re: [ITP] liblbfgs 1.10

2018-10-28 Thread Marco Atzeri
Am 28.10.2018 um 03:45 schrieb Masamichi Hosoda: Thank you for your reviewing. Setting a value in the PKG_SUMMARY array has no effect. So I use `eval` for setting the subpackage summaries. My updated cygport file is attached. My updated cygport file is attached. GTG. the "eval" is a very