Re: setup.exe enhancement request, proceed on error after logging error to setup.log

2019-06-11 Thread Keith Christian
Thanks for the feedback. Even if a file were missing that might cause issues in a few dependency chains, why not allow the install to continue? Suppose a file was missing halfway through? Why stop the whole install for the sake of a few missing files? Let the install continue for those packages

Re: setup.exe enhancement request, proceed on error after logging error to setup.log

2019-06-11 Thread Brian Inglis
On 2019-06-11 11:19, Achim Gratz wrote: > Keith Christian writes: >> Would the maintainers (Achim? Jon?) be willing to consider an option >> box log errors to the setup.log file and "Skip non-fatal errors and >> continue?" > > You'd first have to teach setup to distinguish between fatal and > non

Re: g++ doesn't diagnose implicit int error

2019-06-11 Thread Brian Inglis
On 2019-06-11 11:22, Achim Gratz wrote: > Keith Thompson writes: >> On Windows targets (including Cygwin and MinGW), the "-fms-extensions" >> option is enabled by default. This option enables certain Microsoft >> extensions -- and apparently inhibits any diagnostics for implicit int. >> >> It is u

Re: Windowless Perl

2019-06-11 Thread L A Walsh
On 2019/06/10 13:12, Chris Wagner wrote: > I didn't know about run, thanks for the tip. However when I use it to > launch something from the Start Menu Run command, it still pops open a > terminal window of some kind for a fraction of a second. I'm on Windows > 7. > Windows has a flag set in

Re: g++ doesn't diagnose implicit int error

2019-06-11 Thread Achim Gratz
Keith Thompson writes: > On Windows targets (including Cygwin and MinGW), the "-fms-extensions" > option is enabled by default. This option enables certain Microsoft > extensions -- and apparently inhibits any diagnostics for implicit int. > > It is unfortunate, and arguably a bug, that this means

Re: setup.exe enhancement request, proceed on error after logging error to setup.log

2019-06-11 Thread Achim Gratz
Keith Christian writes: > Would the maintainers (Achim? Jon?) be willing to consider an option > box log errors to the setup.log file and "Skip non-fatal errors and > continue?" You'd first have to teach setup to distinguish between fatal and non-fatal errors. A missing package archive is always

Re: setup.exe enhancement request, proceed on error after logging error to setup.log

2019-06-11 Thread Andrey Repin
Greetings, Keith Christian! > Today I am reinstalling Cygwin to fix a DLL package, taking awhile but > worth the wait (-: (-: > Setup paused with a dialog to report a missing .xz file. I saw the > error a half hour later. > Would the maintainers (Achim? Jon?) be willing to consider an option

Attendees List of National Association of Drug Court Professionals 2019

2019-06-11 Thread George Stanley
Hi, I am following up to check if you're company is interested in acquiring Attendees List of "National Association of Drug Court Professionals"? We have discounted Prices this month. Expo Details: Date : JULY 14- JULY 17 Location : Na

Re: setup.exe enhancement request, proceed on error after logging error to setup.log

2019-06-11 Thread Brian Inglis
On 2019-06-11 05:27, Keith Christian wrote: > On Tue, Jun 11, 2019 at 2:03 AM Henning wrote: >> On 10/06/2019 23:41, Keith Christian wrote: >>> Would the maintainers (Achim? Jon?) be willing to consider an option box >>> log errors to the setup.log file and "Skip non-fatal errors and >>> continue

Re: timerfd deadlock

2019-06-11 Thread Ken Brown
On 6/11/2019 4:52 AM, Corinna Vinschen wrote: > On Jun 7 12:10, Ken Brown wrote: >> While testing some new pipe code, I'm occasionally seeing a timerfd deadlock: >> The main thread is stuck in timerfd_tracker::dtor at timerfd.cc:354, waiting >> for >> the timerfd thread to close; and the timerfd

Re: ImageMagick 'convert' program broken, error in cyggs-9.dll x86_64/release/ghostscript/libgs9/libgs9-9.27-1.tar.xz

2019-06-11 Thread Keith Christian
Ken, a re-install fixed this issue, thanks for pointing out the version mismatch. On Mon, Jun 10, 2019 at 12:00 PM Ken Brown wrote: > > On 6/10/2019 1:16 PM, Keith Christian wrote: > > Strace shows this in a dialog box when it fails: > > The procedure entry point uname_x could not be loc

Re: setup.exe enhancement request, proceed on error after logging error to setup.log

2019-06-11 Thread Keith Christian
And if this option is deemed worthy of implementation, add a command line option for those who skip the GUI. Thanks again. On Tue, Jun 11, 2019 at 2:03 AM Henning wrote: > > On 10/06/2019 23:41, Keith Christian wrote: > > > > Would the maintainers (Achim? Jon?) be willing to consider an option

Re: timerfd deadlock

2019-06-11 Thread Corinna Vinschen
On Jun 7 12:10, Ken Brown wrote: > While testing some new pipe code, I'm occasionally seeing a timerfd deadlock: > The main thread is stuck in timerfd_tracker::dtor at timerfd.cc:354, waiting > for > the timerfd thread to close; and the timerfd thread is stuck at > timerfd.cc:140, > waiting t

Re: setup.exe enhancement request, proceed on error after logging error to setup.log

2019-06-11 Thread Henning
On 10/06/2019 23:41, Keith Christian wrote: Would the maintainers (Achim? Jon?) be willing to consider an option box log errors to the setup.log file and "Skip non-fatal errors and continue?" either this, or a prompt asking if the user wants to continue or abort. Henning -- Problem reports:

Re: g++ doesn't diagnose implicit int error

2019-06-11 Thread Keith Thompson
I believe this answer by user "M.M" on Stack Overflow explains the issue: https://stackoverflow.com/a/56537459/827263 On Windows targets (including Cygwin and MinGW), the "-fms-extensions" option is enabled by default. This option enables certain Microsoft extensions -- and apparently inhibits an