Re: [cygport] [PATCH] Add support for VERSIONS

2013-07-31 Thread Corinna Vinschen
On Jul 27 09:33, David Rothenberger wrote: On 6/2/2013 10:49 AM, David Rothenberger wrote: Yaakov, Please consider this patch, which allows versions to be included in the auto-generated hints file as part of the .cygport file. I needed this for speex, since the previous version was

Re: Please try new setup exe's

2013-07-31 Thread Yaakov (Cygwin/X)
On 2013-07-15 13:58, Christopher Faylor wrote: The new setup.exe will still understand old setup.ini's, just not the reverse. However, all that I did to upset (for this particular change there were a few more other changes required) was add --release and --arch options to produce the setup.ini

Re: Please try new setup exe's

2013-07-31 Thread Christopher Faylor
On Wed, Jul 31, 2013 at 08:48:31AM -0500, Yaakov (Cygwin/X) wrote: On 2013-07-15 13:58, Christopher Faylor wrote: The new setup.exe will still understand old setup.ini's, just not the reverse. However, all that I did to upset (for this particular change there were a few more other changes

[RFU] expat-2.1.0-3

2013-07-31 Thread Warren Young
This release simply fixes the libexpat${abi}-devel naming problem brought up by Yaakov, using the new PKG_OBSOLETES feature of cygport. It includes no upstream release changes, because there haven't been any. From within x86/release/expat: wget -e robots=off --cut-dirs=3 -np -nH

Re: [RFU] expat-2.1.0-3

2013-07-31 Thread Yaakov (Cygwin/X)
On 2013-07-31 16:55, Warren Young wrote: This release simply fixes the libexpat${abi}-devel naming problem brought up by Yaakov, using the new PKG_OBSOLETES feature of cygport. Uploaded; thanks. Yaakov

Re: Please build 64 bit packages

2013-07-31 Thread Yaakov (Cygwin/X)
On 2013-07-25 07:15, Corinna Vinschen wrote: now that the 64 bit version is in the wild, it would be incredibly cool if you could all have a look into building your packages, which are not yet available, for the 64 bit distro. Alternatively, for those of your packages which are noarch packages,

Re: Cygwin 1.7.22 calls dumper when starting X

2013-07-31 Thread Jon TURNEY
On 30/07/2013 18:33, Jim Reisert AD1C wrote: I have the latest version of Cygwin (using setup-x86). I see the same problem on both 32-bit and 64-bit Windows 7 systems. CYGWIN_NT-6.1 LTDEN-REISERT 1.7.22(0.268/5/3) 2013-07-22 17:06 i686 Cygwin Here is how I am starting X:

Re: Cygwin 1.7.22 calls dumper when starting X

2013-07-31 Thread Jim Reisert AD1C
On Wed, Jul 31, 2013 at 5:58 AM, Jon TURNEYwrote: I can't reproduce this. Can you try downgrading to run-1.2.0 and see if the problem still exists, that seems to have caused some people problems [1] [1] http://cygwin.com/ml/cygwin/2013-07/msg00532.html Thanks, Jon. Downgrading to

Re: Cygwin 1.7.22 calls dumper when starting X

2013-07-31 Thread Jim Reisert AD1C
On Wed, Jul 31, 2013 at 7:41 AM, Jim Reisert AD1C wrote: On Wed, Jul 31, 2013 at 5:58 AM, Jon TURNEYwrote: I can't reproduce this. Can you try downgrading to run-1.2.0 and see if the problem still exists, that seems to have caused some people problems [1] [1]

Re: Cygwin 1.7.22 calls dumper when starting X

2013-07-31 Thread Charles Wilson
On 7/31/2013 9:41 AM, Jim Reisert AD1C wrote: [1] http://cygwin.com/ml/cygwin/2013-07/msg00532.html Yeah, I need to add even more runtime-debugging in run-1.0 and put out a test release, so we can figure out what's going wrong there. Is there a way to test run-2.0? What is the syntax to

src/winsup/cygwin ChangeLog path.cc

2013-07-31 Thread corinna
CVSROOT:/cvs/src Module name:src Changes by: cori...@sourceware.org 2013-07-31 10:26:51 Modified files: winsup/cygwin : ChangeLog path.cc Log message: * path.cc (normalize_posix_path): Don't check existence of / or // dir in parent dir check. Patches:

src/winsup/cygwin cygheap.cc cygheap_malloc.h ...

2013-07-31 Thread cgf
CVSROOT:/cvs/src Module name:src Changes by: c...@sourceware.org 2013-07-31 14:43:05 Modified files: winsup/cygwin : cygheap.cc cygheap_malloc.h ChangeLog Log message: * cygheap.cc (cmalloc): Use size_t for size field. (cmalloc_abort): Ditto.

src/winsup/cygwin ChangeLog fhandler_tty.cc up ...

2013-07-31 Thread cgf
CVSROOT:/cvs/src Module name:src Changes by: c...@sourceware.org 2013-07-31 15:19:18 Modified files: winsup/cygwin : ChangeLog fhandler_tty.cc update-copyright Log message: * fhandler_tty.cc: Revert accidental checkin. * update-copyright: Ditto.

pasting several lines into the shell

2013-07-31 Thread Denis Excoffier
Hello, Starting with the 20130726 snapshot, i have problems with the clipboard. Not the clipboard itself, but the capability to paste into the shell in order to execute a command containing several lines (or several commands). % cat copypaste /bin/cp \ ./copypaste \ /tmp % putclip

Re: pasting several lines into the shell

2013-07-31 Thread Corinna Vinschen
On Jul 31 08:37, Denis Excoffier wrote: Hello, Starting with the 20130726 snapshot, i have problems with the clipboard. Not the clipboard itself, but the capability to paste into the shell in order to execute a command containing several lines (or several commands). % cat copypaste

[BUG ?] Failed to rebuild Cygwin

2013-07-31 Thread Pavel Fedin
Hello! I have occasionally found a little problem in path check code. Attempt to reference thing like '/..' fails, however at least under Linux this resolves to root, and you can actually attempt to go past-root as many times as you want, e. g. '/../../../..'. The bug was occasionally revealed

Re: [BUG ?] Failed to rebuild Cygwin

2013-07-31 Thread Corinna Vinschen
On Jul 31 12:55, Pavel Fedin wrote: Hello! I have occasionally found a little problem in path check code. Attempt to reference thing like '/..' fails, however at least under Linux this resolves to root, and you can actually attempt to go past-root as many times as you want, e. g.

Re: [BUG ?] Failed to rebuild Cygwin

2013-07-31 Thread JonY
On 7/31/2013 17:59, Corinna Vinschen wrote: On Jul 31 12:55, Pavel Fedin wrote: Hello! I have occasionally found a little problem in path check code. Attempt to reference thing like '/..' fails, however at least under Linux this resolves to root, and you can actually attempt to go

Re: [BUG ?] Failed to rebuild Cygwin

2013-07-31 Thread Corinna Vinschen
On Jul 31 12:55, Pavel Fedin wrote: Hello! I have occasionally found a little problem in path check code. Attempt to reference thing like '/..' fails, however at least under Linux this resolves to root, and you can actually attempt to go past-root as many times as you want, e. g.

Re: [BUG ?] Failed to rebuild Cygwin

2013-07-31 Thread Corinna Vinschen
On Jul 31 18:13, JonY wrote: On 7/31/2013 17:59, Corinna Vinschen wrote: On Jul 31 12:55, Pavel Fedin wrote: Hello! I have occasionally found a little problem in path check code. Attempt to reference thing like '/..' fails, however at least under Linux this resolves to root, and

Re: [BUG ?] Failed to rebuild Cygwin

2013-07-31 Thread Corinna Vinschen
On Jul 31 12:28, Corinna Vinschen wrote: On Jul 31 18:13, JonY wrote: On 7/31/2013 17:59, Corinna Vinschen wrote: On Jul 31 12:55, Pavel Fedin wrote: /usr/x86_64-w64-mingw32/sys-root/mingw/lib/../lib/crt2.o: In function `__tmainCRTStartup':

pango1.0.sh exit code 1

2013-07-31 Thread Martin Baute
Hi there, I've mailed this to cygwin-ports-general on 2013-01-23, and got it confirmed, but today realized this bug does still persist. Since I now know that libpango is part of the basic Cygwin package, I'll report it here, again: The libpango1.0 postinstall script fails with exit code 1.

Re: [BUG ?] Failed to rebuild Cygwin

2013-07-31 Thread JonY
On 7/31/2013 18:47, Corinna Vinschen wrote: On Jul 31 12:28, Corinna Vinschen wrote: On Jul 31 18:13, JonY wrote: On 7/31/2013 17:59, Corinna Vinschen wrote: On Jul 31 12:55, Pavel Fedin wrote: /usr/x86_64-w64-mingw32/sys-root/mingw/lib/../lib/crt2.o: In function `__tmainCRTStartup':

Re: [BUG ?] Failed to rebuild Cygwin

2013-07-31 Thread Corinna Vinschen
On Jul 31 19:31, JonY wrote: On 7/31/2013 18:47, Corinna Vinschen wrote: Erm... hang on. On second thought, I'm not sure that this is a bug. The actual bug here was clearly in the Cygwin utils Makefile. In fact, since w32api should only be used by Cygwin executables, why should w32api

RE: [BUG ?] Failed to rebuild Cygwin

2013-07-31 Thread Pavel Fedin
Hello! I applied a patch which skips testing / or // when a /.. or //.. has been encountered. Can you please give it a try? Where can i get it ? In svn ? I cannot rebuild the library... Kind regards, Pavel Fedin Expert Engineer Samsung Electronics Research center Russia -- Problem

Re: [BUG ?] Failed to rebuild Cygwin

2013-07-31 Thread Corinna Vinschen
On Jul 31 16:02, Pavel Fedin wrote: Hello! I applied a patch which skips testing / or // when a /.. or //.. has been encountered. Can you please give it a try? Where can i get it ? In svn ? I cannot rebuild the library... s/svn/cvs/ You can rebuild the lib, just update to the

Re: [BUG ?] Failed to rebuild Cygwin

2013-07-31 Thread JonY
On 7/31/2013 19:49, Corinna Vinschen wrote: On Jul 31 19:31, JonY wrote: On 7/31/2013 18:47, Corinna Vinschen wrote: Erm... hang on. On second thought, I'm not sure that this is a bug. The actual bug here was clearly in the Cygwin utils Makefile. In fact, since w32api should only be used by

autorun X11 from 1st mintty invocation

2013-07-31 Thread d.henman
When I click on cygwin's mintty icon, which is installed by setup.exe and is, basically a link which invokes mintty as: C:\cygwin\bin\mintty.exe -i /Cygwin-Terminal.ico - I then start X11 by running $ startxfrom this 1st initial mintty window. Objective. I want to have

Re: [ANNOUNCEMENT] Updated: cygport-0.13.0-1

2013-07-31 Thread Charles Wilson
On 7/30/2013 11:48 PM, Yaakov (Cygwin/X) wrote: * The gnuconfigize function for replacing config.{guess,sub} is now public, and is called by all relevant *autoreconf functions. As soon as all the test suites finish, I'll be publishing updated versions of ALL of the automake* packages (for

Cygwin 32bit vs 64bit difference: SIGQUIT

2013-07-31 Thread Charles Wilson
I was running the automake-1.12 test suite, and found a difference in behavior between the two cygwin's. On 32bit, it appears to miss the SIGQUIT signal: == 32 bit == PASS: t/tap-signal.tap 1 - make check fails FAIL: t/tap-signal.tap 2 - count of test results PASS:

Re: cygport -8 adds bogus cygwin64-gcc-core to setup.hint requires line

2013-07-31 Thread Yaakov (Cygwin/X)
On 2013-07-31 00:41, Christian Franke wrote: Cygport 0.13.0 (and 0.12.2) adds a bogus requires: ... cygwin64-gcc-core ... to setup.hint when cross-compiling for x86_64. I suppose it would. The problem here is that the libgcc1 DLL has different names on each arch due to the added -seh on

Going back beyond the root (was: [BUG ?] Failed to rebuild Cygwin)

2013-07-31 Thread Pavel Fedin
Hello! s/svn/cvs/ You can rebuild the lib, just update to the latest. Thank you, tested and works fine. Testing included: 1. Accessing existing directories then .. 2. Accessing nonexistent directories then .. 3. Going beyond the root multiple times (/../../../../../..) 4. The same, but

Re: Cygwin 32bit vs 64bit difference: SIGQUIT

2013-07-31 Thread Corinna Vinschen
On Jul 31 09:08, Charles Wilson wrote: I was running the automake-1.12 test suite, and found a difference in behavior between the two cygwin's. On 32bit, it appears to miss the SIGQUIT signal: == 32 bit == PASS: t/tap-signal.tap 1 - make check fails FAIL:

Re: Going back beyond the root (was: [BUG ?] Failed to rebuild Cygwin)

2013-07-31 Thread Corinna Vinschen
On Jul 31 17:26, Pavel Fedin wrote: Hello! s/svn/cvs/ You can rebuild the lib, just update to the latest. Thank you, tested and works fine. Testing included: 1. Accessing existing directories then .. 2. Accessing nonexistent directories then .. 3. Going beyond the root multiple

Re: gdb hangs on ^Z [was: Re: 64-bit gdb: invalid decimal 0x22DBF0]

2013-07-31 Thread Ryan Johnson
On 29/07/2013 3:27 PM, Ryan Johnson wrote: On 29/07/2013 3:13 PM, Ryan Johnson wrote: On 29/07/2013 3:11 PM, Corinna Vinschen wrote: On Jul 29 12:01, Ryan Johnson wrote: On 29/07/2013 7:06 AM, Corinna Vinschen wrote: On Jul 27 11:30, Daniel Brown wrote: I have also ran into this problem, in

Re: Cygwin 32bit vs 64bit difference: SIGQUIT

2013-07-31 Thread Charles Wilson
On 7/31/2013 10:11 AM, Corinna Vinschen wrote: On Jul 31 09:08, Charles Wilson wrote: FAIL: t/tap-signal.tap 5 - TAP driver catch test termination by signal SIGQUIT Hmm. $ cat In another shell: $ ps PIDPPIDPGID WINPID TTY UIDSTIME COMMAND 568

Cannot install qt4 - cygwin 1.7.22-1

2013-07-31 Thread Rhadesan
Hello, I am trying to install qt4 via cygwin installer. I need only very small subset of qt, such as qmake and qtest framework. 1) I have selected qt4 4.8.4-2 without source code - in Size column there is '?' - what does it mean? 2) I have done installation, but there is nothing installed (i.e. I

check default utilities validity (by md5 test or other method)

2013-07-31 Thread tipot ozen
Hello, I am using cygwin for a long time and i am pretty satisfied. Recently, i have encountered the need to check the validity of the default utilities that installed with cygwin (like grep, find ,etc.) and i am wondering if is there a way to obtain and compare md5 checksum for all of these

possible bug in 1.7.22-1 core DLLs

2013-07-31 Thread starlight . 2013z3
Hello, Have been running 1.7.16 for some time and living with the annoying CTRL-C hang bug. Tried swapping in cygwin1.dll cyglsa.dll and cyglsa64.dll from 1.7.22-1 without (thankfully) updating the entire CYGWIN release. The 22-1 DLLs fix the CTRL-C problem, but cause a high-intensity parallel

Re: Cannot install qt4 - cygwin 1.7.22-1

2013-07-31 Thread Yaakov (Cygwin/X)
On 2013-07-31 10:18, Rhadesan wrote: I am trying to install qt4 via cygwin installer. I need only very small subset of qt, such as qmake and qtest framework. http://cygwin.com/cgi-bin2/package-grep.cgi?grep=bin%2Fqmake http://cygwin.com/cgi-bin2/package-grep.cgi?grep=QTest 1) I have selected

Re: check default utilities validity (by md5 test or other method)

2013-07-31 Thread Yaakov (Cygwin/X)
On 2013-07-31 11:08, tipot ozen wrote: Recently, i have encountered the need to check the validity of the default utilities that installed with cygwin (like grep, find ,etc.) and i am wondering if is there a way to obtain and compare md5 checksum for all of these utilities. setup*.exe

Re: possible bug in 1.7.22-1 core DLLs

2013-07-31 Thread Christopher Faylor
On Wed, Jul 31, 2013 at 12:24:32PM -0400, starlight.201...@binnacle.cx wrote: Have been running 1.7.16 for some time and living with the annoying CTRL-C hang bug. Tried swapping in cygwin1.dll cyglsa.dll and cyglsa64.dll from 1.7.22-1 without (thankfully) updating the entire CYGWIN release. The

Re: possible bug in 1.7.22-1 core DLLs

2013-07-31 Thread starlight . 2013z3
Well I uncovered a serious regression and expressed a willingness to track down the cause. However your nasty reply and bad attitude assures that I will defintiely not help now. At 01:21 PM 7/31/2013 -0400, Christopher Faylor wrote: You are right in assuming that newer DLLs should work with

Rcpp installation fails on Cygwin: Rcpp::Timer not supported by your OS.

2013-07-31 Thread Enrico Ferrero
Hi Dirk, When trying to install your Rcpp R package from CRAN on Cygwin, compilation aborts with the following error: Timer.cpp:35:6: error: #error Rcpp::Timer not supported by your OS. A simple Google search brought up this bug on the Debian bug tracking system:

Re: check default utilities validity (by md5 test or other method)

2013-07-31 Thread tipot ozen
On 2013-07-31 11:44,yaakov wrote: On 2013-07-31 11:08, tipot ozen wrote: Recently, i have encountered the need to check the validity of the default utilities that installed with cygwin (like grep, find ,etc.) and i am wondering if is there a way to obtain and compare

Re: check default utilities validity (by md5 test or other method)

2013-07-31 Thread marco atzeri
Il 7/31/2013 7:57 PM, tipot ozen ha scritto: On 2013-07-31 11:44,yaakov wrote: On 2013-07-31 11:08, tipot ozen wrote: Recently, i have encountered the need to check the validity of the default utilities that installed with cygwin (like grep, find ,etc.) and i am

Running 64 bit Cygwin from 32 bit cmd.exe in 2003

2013-07-31 Thread Paul . Nickerson
I have noticed something in the new 64 bit Cygwin's behavior that may help people if documented. I have a Windows Server Datacenter 2003 R2 64-bit machine, and I installed the new 64 bit Cygwin. I have noticed that if I run bash from the 64 bit version of cmd.exe, it works fine: --- From

Re: Rcpp installation fails on Cygwin: Rcpp::Timer not supported by your OS.

2013-07-31 Thread Yaakov (Cygwin/X)
On 2013-07-31 12:37, Enrico Ferrero wrote: When trying to install your Rcpp R package from CRAN on Cygwin, compilation aborts with the following error: Timer.cpp:35:6: error: #error Rcpp::Timer not supported by your OS. Such an error means that the code needs to be patched to select (or add)

RE: possible bug in 1.7.22-1 core DLLs

2013-07-31 Thread starlight . 2013z3
At 06:31 PM 7/31/2013 +, Stephan Mueller wrote: Yeah, I can see your viewpoint here. Christopher is known for being brusque at times. And you may have, no doubt accidentally, pushed a hot button for this particular community. For what it's worth, the Cygwin folks do prefer that people join

[ANNOUNCEMENT] Updated: gdb-7.6.50-4

2013-07-31 Thread Christopher Faylor
I've made a new version of the gdb debugger available for installation on both x86 and x86_64 platforms. This version is a refresh from the main branch of the CVS repository on sourceware.org. This version also has some as-yet-unsubmitted fixes for Cygwin signal handling. ***

Re: pasting several lines into the shell -- change from bash3-bash4

2013-07-31 Thread Linda Walsh
Corinna Vinschen wrote: I can reproduce the effect, and it looks like this is the result of an accidental checkin. Thanks for the hint. ??? Is it? AFAIK, you can no longer safely paste code into the bash command line because the TAB char is the default completion character. If your

[ANNOUNCEMENT] Updated: bind-9.9.3-P2-1

2013-07-31 Thread Yaakov (Cygwin/X)
The following package has been updated for both arches: *** bind-9.9.3-P2-1 *** bind-utils-9.9.3-P2-1 ISC BIND is a suite of Domain Name Service (DNS) utilities. This is an update to the latest upstream release. -- Yaakov Cygwin/X CYGWIN-ANNOUNCE UNSUBSCRIBE INFO

[ANNOUNCEMENT] Updated: poppler-0.22.5-1

2013-07-31 Thread Yaakov (Cygwin/X)
The following packages have been updated for both arches: * poppler-0.22.5-1 * libpoppler37-0.22.5-1 * libpoppler-devel-0.22.5-1 * libpoppler-cpp0-0.22.5-1 * libpoppler-cpp-devel-0.22.5-1 * libpoppler-glib8-0.22.5-1 * libpoppler-glib-devel-0.22.5-1 * libpoppler-qt4_4-0.22.5-1 *

Re: brltty postinstall error during setup-x86.exe Cygwin install

2013-07-31 Thread David Stacey
On 31/07/2013 05:10, Kenneth Wolcott wrote: Here's the error during the install: Package: Unknown package brltty.sh exit code 1 Here's the pertinent line in the /var/log/setup.log.full: 2013/07/30 20:56:03 running: C:\cygwin32\bin\bash.exe --norc --noprofile

Re: check default utilities validity (by md5 test or other method)

2013-07-31 Thread tipot ozen
On 2013-07-31 19:59,marco atzeri wrote: Il 7/31/2013 7:57 PM, tipot ozen ha scritto: On 2013-07-31 11:44,yaakov wrote: On 2013-07-31 11:08, tipot ozen wrote: Recently, i have encountered the need to check the validity of the default utilities

Re: [ANNOUNCEMENT] Updated: cygport-0.13.0-1

2013-07-31 Thread Warren Young
On 7/30/2013 21:48, Yaakov (Cygwin/X) wrote: * Implemented [PKG_]OBSOLETES. It appears to function as expected for expat. Thanks! Sorry for not getting around to testing it before release. -- Problem reports: http://cygwin.com/problems.html FAQ:

Re: [ANNOUNCEMENT] Updated: cygport-0.13.0-1

2013-07-31 Thread Yaakov (Cygwin/X)
On 2013-07-31 16:56, Warren Young wrote: On 7/30/2013 21:48, Yaakov (Cygwin/X) wrote: * Implemented [PKG_]OBSOLETES. It appears to function as expected for expat. Thanks! Sorry for not getting around to testing it before release. Don't worry, I have already put it to good use. :-)

having 1 set of non-bin files w/separate {bin,lib}[32/64)? (was Re: please update the supported Cygwin package list ...)

2013-07-31 Thread Linda Walsh
Warren Young wrote: On 7/26/2013 23:44, marco atzeri wrote: Il 7/27/2013 7:17 AM, Kenneth Wolcott ha scritto: I guess I will somehow modify my PATH so that I have /cygdrive/c/cygwin64/usr/bin and /cygdrive/c/cygwin32/usr/bin mixing will not work as the dll's are called in the same way

Re: having 1 set of non-bin files w/separate {bin,lib}[32/64)? (was Re: please update the supported Cygwin package list ...)

2013-07-31 Thread Warren Young
On 7/31/2013 17:54, Linda Walsh wrote: Warren Young wrote: Just to emphasize: if both 32- and 64-bit Cygwin bin dirs are in your PATH at the same time, you will get complaints in the terminal window -- Ok, but would it be desirable (or wouldn't it be) to have only 1 /etc, /var,

[ANNOUNCEMENT] Updated: expat-2.1.0-3

2013-07-31 Thread Warren Young
This release simply changes the libexpat1-devel package name to libexpat-devel, so that it upgrades correctly if the Expat ABI ever changes. This change should be transparent. It will happen for anyone with libexpat1-devel installed on running setup.exe after your chosen mirror updates. --

Updated: gdb-7.6.50-4

2013-07-31 Thread Christopher Faylor
I've made a new version of the gdb debugger available for installation on both x86 and x86_64 platforms. This version is a refresh from the main branch of the CVS repository on sourceware.org. This version also has some as-yet-unsubmitted fixes for Cygwin signal handling. ***

Updated: poppler-0.22.5-1

2013-07-31 Thread Yaakov (Cygwin/X)
The following packages have been updated for both arches: * poppler-0.22.5-1 * libpoppler37-0.22.5-1 * libpoppler-devel-0.22.5-1 * libpoppler-cpp0-0.22.5-1 * libpoppler-cpp-devel-0.22.5-1 * libpoppler-glib8-0.22.5-1 * libpoppler-glib-devel-0.22.5-1 * libpoppler-qt4_4-0.22.5-1 *

Updated: expat-2.1.0-3

2013-07-31 Thread Warren Young
This release simply changes the libexpat1-devel package name to libexpat-devel, so that it upgrades correctly if the Expat ABI ever changes. This change should be transparent. It will happen for anyone with libexpat1-devel installed on running setup.exe after your chosen mirror updates.