Re: /usr/bin/install doesn't install files from Makefile

2014-09-17 Thread Michael Osipov
Am 2014-09-16 um 19:59 schrieb Csaba Raduly: Hi Michael, On Tue, Sep 16, 2014 at 12:35 PM, Michael Osipov wrote: Am 2014-09-15 um 12:15 schrieb Csaba Raduly: What's the output of "make install" ? Maybe the install target is just a no-op. Hi Csaba, I do not think that this is a nop, it wou

Re: [ANNOUNCEMENT] Updated: mingw64-{headers,runtime,winpthreads} w32api-* 3.2.0-1

2014-09-17 Thread Dominik Straßer
Hi, these files did not yet appear on any mirrors. Did anything go wrong here ? Best regards Dominik Am 01.09.2014 um 13:50 schrieb JonY: Now released for both 32bit and 64bit Cygwin: mingw64-*-headers-3.2.0-1 mingw64-*-runtime-3.2.0-1 mingw64-*-winpthreads-3.2.0-1 w32api-headers-3.2.0-1 w32a

Re: [ANNOUNCEMENT] Updated: mingw64-{headers,runtime,winpthreads} w32api-* 3.2.0-1

2014-09-17 Thread JonY
binsjTA3y_sIu.bin Description: PGP/MIME version identification encrypted.asc Description: OpenPGP encrypted message

Re: [ANNOUNCEMENT] Updated: mingw64-{headers,runtime,winpthreads} w32api-* 3.2.0-1

2014-09-17 Thread JonY
On 9/17/2014 17:02, Dominik Straßer wrote: > Hi, > these files did not yet appear on any mirrors. > Did anything go wrong here ? > > Best regards > > Dominik Sorry about the earlier mail, I meant to say kernel.org looks alright. signature.asc Description: OpenPGP digital signature

Re: [ANNOUNCEMENT] Updated: mingw64-{headers,runtime,winpthreads} w32api-* 3.2.0-1

2014-09-17 Thread Dominik Straßer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Really ? I just checked mirrors.kernel.org in the cygwin installer and it gives me only 3.1.0-1 for e.g. mingw64-x86_64-runtime. Regards Dominik Am 17.09.2014 um 11:43 schrieb JonY: > On 9/17/2014 17:02, Dominik Straßer wrote: >> Hi, these files did

Re: /usr/bin/install doesn't install files from Makefile

2014-09-17 Thread Marco Atzeri
On 17/09/2014 10:56, Michael Osipov wrote: > Am 2014-09-16 um 19:59 schrieb Csaba Raduly: >> Hi Michael, > Unfortunately, it is not: > ... > (cd /home/mosipov/asciidoc/bin; ln -sf asciidoc.py asciidoc) > (cd /home/mosipov/asciidoc/bin; ln -sf a2x.py a2x) > have you thought to look on asciidoc s

Re: [ANNOUNCEMENT] Updated: mingw64-{headers,runtime,winpthreads} w32api-* 3.2.0-1

2014-09-17 Thread JonY
On 9/17/2014 17:55, Dominik Straßer wrote: > Really ? > I just checked mirrors.kernel.org in the cygwin installer and it gives > me only 3.1.0-1 for e.g. mingw64-x86_64-runtime. > Yes, looks like the x86_64 headers and runtime are missing, I will upload them shortly. signature.asc Description

Re: [ANNOUNCEMENT] Updated: mingw64-{headers,runtime,winpthreads} w32api-* 3.2.0-1

2014-09-17 Thread Dominik Straßer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Thanks, they are available now. Dominik Am 17.09.2014 um 13:21 schrieb JonY: > On 9/17/2014 17:55, Dominik Straßer wrote: >> Really ? I just checked mirrors.kernel.org in the cygwin >> installer and it gives me only 3.1.0-1 for e.g. >> mingw64-x86_64

Re: Unable to load dynamic library '/usr/lib/php/20121212/tidy.dll'

2014-09-17 Thread Keith Christian
Yaakov, that fixed the problem. Thanks for the hint. On Sun, Aug 31, 2014 at 12:06 AM, Yaakov Selkowitz wrote: > On 2014-08-29 21:18, Keith Christian wrote: >> >> While test driving the new php-5.5.16-1, I checked the version and got >> the tidy.dll error: >> >> php -v >> PHP Warning: PHP Start

ld crashes with segmentation fault when linking with libmpir.a

2014-09-17 Thread Daniel R. Grayson
ld crashes with segmentation fault when linking with libmpir.a To reproduce: wget http://mpir.org/mpir-2.6.0.tar.bz2 tar xjf mpir-2.6.0.tar.bz2 cd mpir-2.6.0 ./configure --build=x86_64-pc-cygwin make ld -u __gmpn_gcdext .libs/libmpir.a Since gdb doesn't show me any useful

Strange gdb backtraces on 64-bit Cygwin

2014-09-17 Thread Ken Brown
There have been many bug reports involving crashes or assertion failures in emacs-X11 or emacs-w32 on 64-bit Cygwin. Many of these reports include gdb backtraces that don't make sense. The one I'm looking at right now is emacs bug#17753. I'll try to make this email self-contained, but anyone

Re: ld crashes with segmentation fault when linking with libmpir.a

2014-09-17 Thread JonY
On 9/18/2014 03:20, Daniel R. Grayson wrote: > ld crashes with segmentation fault when linking with libmpir.a > > To reproduce: > > wget http://mpir.org/mpir-2.6.0.tar.bz2 > tar xjf mpir-2.6.0.tar.bz2 > cd mpir-2.6.0 > ./configure --build=x86_64-pc-cygwin > make > ld -u __

Re: /usr/bin/install doesn't install files from Makefile

2014-09-17 Thread Michael Osipov
Hi Marco, Am 2014-09-17 um 12:16 schrieb Marco Atzeri: On 17/09/2014 10:56, Michael Osipov wrote: Am 2014-09-16 um 19:59 schrieb Csaba Raduly: Hi Michael, Unfortunately, it is not: ... (cd /home/mosipov/asciidoc/bin; ln -sf asciidoc.py asciidoc) (cd /home/mosipov/asciidoc/bin; ln -sf a2x.p

No file name completion for file names start with underscore

2014-09-17 Thread Paul . Domaskis
I'm using the following 64-bit packages: cygwin 1.7.28-2 bash-completion 1.3-1 If I am in a folder that contains file _vimrc and directory _vimfiles, filename completion doesn't respond. I type "ls _" or "ls _v" and press tab -- nothing happens. I can't really do anything about it because

Re: No file name completion for file names start with underscore

2014-09-17 Thread Paul . Domaskis
writes: > I'm using the following 64-bit packages: > >cygwin 1.7.28-2 bash-completion 1.3-1 > > If I am in a folder that contains file _vimrc and directory > _vimfiles, filename completion doesn't respond. I type "ls _" or > "ls _v" and press tab -- nothing happens. I can't really do > any

Re: No file name completion for file names start with underscore

2014-09-17 Thread Paul . Domaskis
writes: > writes: >> I'm using the following 64-bit packages: >> >>cygwin 1.7.28-2 bash-completion 1.3-1 >> >> If I am in a folder that contains file _vimrc and directory >> _vimfiles, filename completion doesn't respond. I type "ls _" or >> "ls _v" and press tab -- nothing happens. I can't

Re: No file name completion for file names start with underscore

2014-09-17 Thread Gary Johnson
On 2014-09-17, Paul.Domaskis wrote: > writes: > > writes: > >> I'm using the following 64-bit packages: > >> > >>cygwin 1.7.28-2 bash-completion 1.3-1 > >> > >> If I am in a folder that contains file _vimrc and directory > >> _vimfiles, filename completion doesn't respond. I type "ls _" or >

Re: ld crashes with segmentation fault when linking with libmpir.a

2014-09-17 Thread Daniel R. Grayson
On Wed, Sep 17, 2014 at 6:00 PM, JonY <10wa...@gmail.com> wrote: > On 9/18/2014 03:20, Daniel R. Grayson wrote: >> ld crashes with segmentation fault when linking with libmpir.a >> >> To reproduce: >> >> wget http://mpir.org/mpir-2.6.0.tar.bz2 >> tar xjf mpir-2.6.0.tar.bz2 >> cd mpir-2.

Re: ld crashes with segmentation fault when linking with libmpir.a

2014-09-17 Thread Yaakov Selkowitz
On 2014-09-17 19:28, Daniel R. Grayson wrote: This bug prevents me from linking our program under cygwin. The program is Macaulay2, see http://macaulay2.com/. I'm working now on a work-around involving using libgmp instead of libmpir, and I expect that to be successful. Never link directly wi

Re: ld crashes with segmentation fault when linking with libmpir.a

2014-09-17 Thread Daniel R. Grayson
On Wed, Sep 17, 2014 at 9:37 PM, Yaakov Selkowitz wrote: > On 2014-09-17 19:28, Daniel R. Grayson wrote: >> >> This bug prevents me from linking our program under cygwin. The program >> is Macaulay2, see http://macaulay2.com/. I'm working now on a work-around >> involving using libgmp instead of

Re: ld crashes with segmentation fault when linking with libmpir.a

2014-09-17 Thread Daniel R. Grayson
On Wed, Sep 17, 2014 at 10:56 PM, Daniel R. Grayson wrote: > On Wed, Sep 17, 2014 at 9:37 PM, Yaakov Selkowitz > wrote: >> On 2014-09-17 19:28, Daniel R. Grayson wrote: >>> >>> This bug prevents me from linking our program under cygwin. The program >>> is Macaulay2, see http://macaulay2.com/.

Re: Strange gdb backtraces on 64-bit Cygwin

2014-09-17 Thread Markus Hoenicka
At 2014-09-17 23:21, Ken Brown was heard to say: There have been many bug reports involving crashes or assertion failures in emacs-X11 or emacs-w32 on 64-bit Cygwin. Many of these reports include gdb backtraces that don't make sense. The one I'm looking at right now is emacs bug#17753. I'll tr