Re: Cannot run Qt5 applications.

2015-03-02 Thread Yaakov Selkowitz
On Fri, 2015-02-13 at 18:32 +, Jon TURNEY wrote: On 05/02/2015 01:40, Jon TURNEY wrote: On 04/02/2015 23:20, David Stacey wrote: I'm having difficulty running any Qt5 application. These are the commands I'm issuing: [snip] and I see the clock, so X is up and running. Then: [snip]

[ANNOUNCEMENT] Updated: dialog-1.2-20150225-1

2015-03-02 Thread Yaakov Selkowitz
The following packages have been updated in the Cygwin distribution: * dialog-1.2-20150225-1 * libdialog12-1.2-20150225-1 * libdialog-devel-1.2-20150225-1 Dialog is a script-interpreter which provides a set of widgets for in-terminal dialogs. Widgets are objects whose appearance and behavior

Re: cygwin installation on a synology NAS drive

2015-03-02 Thread Andrey Repin
Greetings, Dr. Volker Zell! I created a shared folder on a Synology NAS and mapped it to a Windows 7 host system. Both Windows 7 and Synology NAS have the same named user account (part of admin groups). The named user has full access to the shared folder on the NAS side. I then tried

Re: cygGraphicsMagick++-3.dll dependency

2015-03-02 Thread Yaakov Selkowitz
On Mon, 2015-03-02 at 12:02 +0100, Marco Atzeri wrote: On 3/1/2015 8:18 PM, Yaakov Selkowitz wrote: On Sun, 2015-03-01 at 12:17 +0100, Marco Atzeri wrote: as GraphicsMagick 1.3.21 is pumping C++ ABI, I will split the current libGraphicsMagick3 /usr/bin/cygGraphicsMagick++-3.dll

Updated: perl-Text-CSV_XS-1.16-1

2015-03-02 Thread David Stacey
The following package has been updated in the Cygwin distribution: * perl-Text-CSV_XS-1.16-1 Text::CSV_XS provides facilities for the composition and decomposition of comma-separated values. An instance of the Text::CSV_XS class will combine fields into a CSV string and parse a CSV string into

[ANNOUNCEMENT] Updated: perl-Text-CSV_XS-1.16-1

2015-03-02 Thread David Stacey
The following package has been updated in the Cygwin distribution: * perl-Text-CSV_XS-1.16-1 Text::CSV_XS provides facilities for the composition and decomposition of comma-separated values. An instance of the Text::CSV_XS class will combine fields into a CSV string and parse a CSV string into

[ANNOUNCEMENT] Updated: tig 2.0.2-2 -- Curses based git repository browser

2015-03-02 Thread Jari Aalto
PACKAGE DESCRIPTION === Homepage: http://jonas.nitro.dk/tig License : GPL-2 A command line repository browser capable of displaying a summarized revision log and showing commit log messages, diffstats and diffs. Program may also be used as a pager. It reads input from stdin and

Re: TIOCPKT mode of PTY is broken if ONLCR bit is cleared.

2015-03-02 Thread Corinna Vinschen
Hi Takashi, On Mar 2 21:05, Takashi Yano wrote: On Sat, 28 Feb 2015 14:59:47 +0100 Corinna Vinschen corinna-cyg...@cygwin.com wrote: As soon as we have your CA, we can discuss this patch further. Can I send CA form by e-mail? Or should I send it as a postal mail? Only postal so far,

[PATCH setup 0/4] Setup misc patches

2015-03-02 Thread Jon TURNEY
Jon TURNEY (4): Fix truncation of Bin? and Src? column headers Add a 'Retry' button to the IDD_FILE_INUSE dialog Don't write LOG_BABBLE output to stdout Remove msg() from LogFile::endEntry() LogFile.cc | 9 +++-- PickView.cc | 16 +--- install.cc | 22

Re: Cygwin hangs up if several keys are typed during outputting a lot of texts.

2015-03-02 Thread Corinna Vinschen
On Mar 2 15:44, Corinna Vinschen wrote: Hi Takashi, On Mar 2 20:45, Takashi Yano wrote: On Sat, 28 Feb 2015 15:02:51 +0100 Corinna Vinschen corinna-cyg...@cygwin.com wrote: Hmm, I can reproduce this even with stty -echo. The tty code is not Some shells seem to re-enable echo

Re: cygwin installation on a synology NAS drive

2015-03-02 Thread Corinna Vinschen
On Mar 2 15:43, U-leila\vzell wrote: Hi I created a shared folder on a Synology NAS and mapped it to a Windows 7 host system. Both Windows 7 and Synology NAS have the same named user account (part of admin groups). The named user has full access to the shared folder on the NAS side. I

cygwin installation on a synology NAS drive

2015-03-02 Thread U-leila\vzell
Hi I created a shared folder on a Synology NAS and mapped it to a Windows 7 host system. Both Windows 7 and Synology NAS have the same named user account (part of admin groups). The named user has full access to the shared folder on the NAS side. I then tried installing latest cygwin versions

Re: Cygwin hangs up if several keys are typed during outputting a lot of texts.

2015-03-02 Thread Corinna Vinschen
Hi Takashi, On Mar 2 20:45, Takashi Yano wrote: On Sat, 28 Feb 2015 15:02:51 +0100 Corinna Vinschen corinna-cyg...@cygwin.com wrote: Hmm, I can reproduce this even with stty -echo. The tty code is not Some shells seem to re-enable echo when it goes back into prompt. Please put both

[PATCH setup 3/4] Don't write LOG_BABBLE output to stdout

2015-03-02 Thread Jon TURNEY
It somewhat hampers the use of setup as a command line tool that it writes everything to stdout. Don't write LOG_BABBLE output to stdout. Add '--verbose' flag to restore the previous behaviour. ChangeLog: 2015-03-02 Jon TURNEY jon.tur...@dronecode.org.uk * LogFile.cc

[PATCH setup 4/4] Remove msg() from LogFile::endEntry()

2015-03-02 Thread Jon TURNEY
Every single line of log output is written to OutputDebugString() using msg(). This makes setup run quite slowly under a debugger. If you have stdout connected to the terminal where your debugger is running (e.g. 'gdb setup'), this output is duplicated. Future work: there are some other uses of

[PATCH setup 2/4] Add a 'Retry' button to the IDD_FILE_INUSE dialog

2015-03-02 Thread Jon TURNEY
I have been meaning to add this for a while, and was reminded of this by [1], although that is really about a different problem. [1] https://cygwin.com/ml/cygwin/2015-02/msg00679.html Add a 'Retry' button to the IDD_FILE_INUSE dialog, to press when you want to manually stop the processes which

[PATCH setup 1/4] Fix truncation of Bin? and Src? column headers

2015-03-02 Thread Jon TURNEY
It seems that the the Bin? and Src? columns in the PickView are usually not quite wide enough, and display truncated with an ellipsis, e.g. 'B...' and 'S...', which is completely unintelligible. Try to more correctly size these colums. 3*GetSystemMetrics(SM_CXEDGE) seems to be documented as the

Re: Too Many Permissions Stripped In 1.7.35?

2015-03-02 Thread Corinna Vinschen
On Mar 1 12:54, random user wrote: Thanks for the reply. Seems we've maybe miscommunicated a bit tho. So not meaning to argue, just to try to clarify, let me try again: [...] I'm only wondering if showing the group mode as r-x in the last case above is best, vs continuing to show the group

Re: Cygwin hangs up if several keys are typed during outputting a lot of texts.

2015-03-02 Thread Takashi Yano
On Sat, 28 Feb 2015 15:02:51 +0100 Corinna Vinschen corinna-cyg...@cygwin.com wrote: Hmm, I can reproduce this even with stty -echo. The tty code is not Some shells seem to re-enable echo when it goes back into prompt. Please put both 'stty' and 'yes' in one command line, separating them with

Re: TIOCPKT mode of PTY is broken if ONLCR bit is cleared.

2015-03-02 Thread Takashi Yano
. -- Takashi Yano takashi.y...@nifty.ne.jp cygwin.patch.20150302 Description: Binary data -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe

Re: Telnetd fails to handle some of TIOCPKT control bytes.

2015-03-02 Thread Corinna Vinschen
On Mar 2 20:03, Takashi Yano wrote: Thank you, Corinna. On Sat, 28 Feb 2015 14:47:48 +0100 Corinna Vinschen corinna-cyg...@cygwin.com wrote: Thanks, but right now we are lacking a maintainer for the inetutils package. Is maintainance for a Cygwin package something you might be

Re: Telnetd fails to handle some of TIOCPKT control bytes.

2015-03-02 Thread Takashi Yano
Thank you, Corinna. On Sat, 28 Feb 2015 14:47:48 +0100 Corinna Vinschen corinna-cyg...@cygwin.com wrote: Thanks, but right now we are lacking a maintainer for the inetutils package. Is maintainance for a Cygwin package something you might be interest in? If so, have a look at

Re: cygGraphicsMagick++-3.dll dependency

2015-03-02 Thread Marco Atzeri
On 3/1/2015 8:18 PM, Yaakov Selkowitz wrote: On Sun, 2015-03-01 at 12:17 +0100, Marco Atzeri wrote: as GraphicsMagick 1.3.21 is pumping C++ ABI, I will split the current libGraphicsMagick3 /usr/bin/cygGraphicsMagick++-3.dll /usr/bin/cygGraphicsMagick-3.dll

Re: [PATCH setup 3/4] Don't write LOG_BABBLE output to stdout

2015-03-02 Thread Corinna Vinschen
On Mar 2 13:55, Jon TURNEY wrote: It somewhat hampers the use of setup as a command line tool that it writes everything to stdout. Don't write LOG_BABBLE output to stdout. Add '--verbose' flag to restore the previous behaviour. ChangeLog: 2015-03-02 Jon TURNEY ... *

Re: [PATCH setup 2/4] Add a 'Retry' button to the IDD_FILE_INUSE dialog

2015-03-02 Thread Corinna Vinschen
On Mar 2 13:55, Jon TURNEY wrote: 2015-03-02 Jon TURNEY ... * res.rc (IDD_FILE_INUSE): Add 'Retry' button. Make larger. * install.cc (FileInuseDlgProc): Polish text. Handle IDIGNORE. (installOne): Ditto. Looks good, please apply. Thanks, Corinna -- Corinna Vinschen

cygwin installation on a synology NAS drive

2015-03-02 Thread dr . volker . zell
Hi I created a shared folder on a Synology NAS and mapped it to a Windows 7 host system. Both Windows 7 and Synology NAS have the same named user account (part of admin groups). The named user has full access to the shared folder on the NAS side. I then tried installing latest cygwin versions

Re: cygwin installation on a synology NAS drive

2015-03-02 Thread Dr. Volker Zell
Corinna Vinschen writes: On Mar 2 15:43, U-leila\vzell wrote: Hi I created a shared folder on a Synology NAS and mapped it to a Windows 7 host system. Both Windows 7 and Synology NAS have the same named user account (part of admin groups). The named user has full

Re: [PATCH setup 1/4] Fix truncation of Bin? and Src? column headers

2015-03-02 Thread Corinna Vinschen
On Mar 2 13:55, Jon TURNEY wrote: It seems that the the Bin? and Src? columns in the PickView are usually not quite wide enough, and display truncated with an ellipsis, e.g. 'B...' and 'S...', which is completely unintelligible. Try to more correctly size these colums.

Re: [PATCH setup 4/4] Remove msg() from LogFile::endEntry()

2015-03-02 Thread Corinna Vinschen
On Mar 2 13:55, Jon TURNEY wrote: Every single line of log output is written to OutputDebugString() using msg(). This makes setup run quite slowly under a debugger. If you have stdout connected to the terminal where your debugger is running (e.g. 'gdb setup'), this output is duplicated.

Re: Mirroring Cygwin UK

2015-03-02 Thread ray sison
Hello Yaakov Can you repost our mirror for the UK http://mirrors-uk.go-parts.com/cygwin/ Thanks Ray Sison Go Parts -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info:

Re: cygwin installation on a synology NAS drive

2015-03-02 Thread Andrey Repin
Greetings, U-leila\vzell! I created a shared folder on a Synology NAS and mapped it to a Windows 7 host system. Both Windows 7 and Synology NAS have the same named user account (part of admin groups). The named user has full access to the shared folder on the NAS side. I then tried

Re: [Packagin bugs: Yaakow/Jari] After a fresh complete cygwin64 installation

2015-03-02 Thread Jari Aalto
2015-02-27 09:46 Dr. Volker Zell dr.volker.z...@oracle.com: | Hi | | The following is a list of packaging bugs/anomalies I discovered after a | complete fresh installation of cygwin64 on Windows 7: | | Packaging bugs: | | o tig-2.0.2-1 | |/usr/etc/tigrc - /etc/tigrc (should use

Re: cygwin installation on a synology NAS drive

2015-03-02 Thread Dr. Volker Zell
On 02.03.2015 17:56, Andrey Repin wrote: Greetings, U-leila\vzell! I created a shared folder on a Synology NAS and mapped it to a Windows 7 host system. Both Windows 7 and Synology NAS have the same named user account (part of admin groups). The named user has full access to the shared folder

Re: speedup in AD access, thanks

2015-03-02 Thread Denis Excoffier
On 2015-02-28 13:16, Corinna Vinschen wrote: On Feb 28 00:51, Denis Excoffier wrote: Hi, Playing with mkgroup and mkpasswd like others, i also noticed some great improvement in performance: now less than 5min for 404653 entries (mkpasswd -d) and less that 1min for 127048 entries (mkgroup

Re: [ITA] less-458-1

2015-03-02 Thread Andrew Schulman
On Thu, 2015-02-12 at 08:06 +0100, Marco Atzeri wrote: I built and packaged the last stable version of less. wget -r -np -nH --cut-dirs=0 \ http://matzeri.altervista.org/x86_64/less/index.html wget -r -np -nH --cut-dirs=0 \ http://matzeri.altervista.org/x86/less/index.html I

Re: [ITA] mscgen - Message Sequence Chart rendering programme

2015-03-02 Thread Andrew Schulman
On Wed, 2015-02-18 at 14:28 +, David Stacey wrote: # 32-bit: BASEURL=https://dl.dropboxusercontent.com/u/119453582/Cygwin/32bit/release wget --no-check-certificate --no-host-directories --force-directories --cut-dirs=5 \ ${BASEURL}/mscgen/mscgen-0.20-2-src.tar.xz \

Re: [ITA] fcgi-2.4.0-3

2015-03-02 Thread Andrew Schulman
On Tue, 2015-02-17 at 15:54 -0500, Ken Brown wrote: The x86 build is the same as Reini's build of 2.4.0-2, except for (a) a tweak to allow it to build with the current gcc and (b) a minor packaging change: The package provides some example C/C++ files in /usr/share/doc/fcgi/examples,

Re: [ITA] icu-54.1-1

2015-03-02 Thread Andrew Schulman
On Mon, 2015-02-16 at 16:37 -0500, Ken Brown wrote: This builds easily on both arches, using essentially the same cygport file as Yaakov used for icu-51.2-1 on x86_64. I tested it by rebuilding the TeX Live binaries against libicu54. GTG. Please proceed, and thanks for adopting. I

Re: [ITA] groff

2015-03-02 Thread Andrew Schulman
On Feb 18 20:56, Achim Gratz wrote: I've cygported groff and want to maintain it. The current packaging did not have some files with perl dependencies and the X11 tools were not present. BANG! You're maintainer. Gold star awarded: http://cygwin.com/goldstars/#AG

Re: Too Many Permissions Stripped In 1.7.35?

2015-03-02 Thread random user
Please try the latest developer snapshot from https://cygwin.com/snapshots/ Best I can spot from some simple hand-test cases, does look consistently '---' now for the group SID = user SID case. Not so far seeing any surprise change to the != case. Thanks. -- Problem reports: