Re: Cygwin installer hangs when running post-install scripts

2024-02-20 Thread Corinna Vinschen via Cygwin
On Feb 20 10:33, Kevin Ushey via Cygwin wrote: > Hi Corinna, > > I just updated > https://gist.github.com/kevinushey/cdbd15cdf22e5cdcd094b0ad80347dce > with that output (windbg-output-2.txt); let me know if that gives you > what you need. Thank you! Not sure I'll follow up on this, ARM64 assemb

Re: Cygwin installer hangs when running post-install scripts

2024-02-20 Thread Kevin Ushey via Cygwin
Hi Corinna, I just updated https://gist.github.com/kevinushey/cdbd15cdf22e5cdcd094b0ad80347dce with that output (windbg-output-2.txt); let me know if that gives you what you need. As an aside, a new version of the Windows Insider edition was just released, and the memory addresses for the stubs

Re: Cygwin installer hangs when running post-install scripts

2024-02-19 Thread Corinna Vinschen via Cygwin
Hi Kevin, On Feb 15 20:13, Corinna Vinschen via Cygwin wrote: > On Feb 15 09:46, Kevin Ushey via Cygwin wrote: > > https://gist.github.com/kevinushey/cdbd15cdf22e5cdcd094b0ad80347dce. > [...] > 0001`802b7054 db030094 bl ntdll!#RtlpReferenceCurrentDirectory > (1802b7fc0) I'm not famili

Re: Cygwin installer hangs when running post-install scripts

2024-02-15 Thread Corinna Vinschen via Cygwin
On Feb 15 09:46, Kevin Ushey via Cygwin wrote: > Thanks -- I've put the associated WinDbg output up at > https://gist.github.com/kevinushey/cdbd15cdf22e5cdcd094b0ad80347dce. > (Sharing it externally just because it's relatively large.) Thank you! > The important thing to note is that #RtlGetCurre

Re: Cygwin installer hangs when running post-install scripts

2024-02-15 Thread Kevin Ushey via Cygwin
Thanks -- I've put the associated WinDbg output up at https://gist.github.com/kevinushey/cdbd15cdf22e5cdcd094b0ad80347dce. (Sharing it externally just because it's relatively large.) The important thing to note is that #RtlGetCurrentDirectory_U appears to be valid ARM assembly, but not x86_64 asse

Re: Cygwin installer hangs when running post-install scripts

2024-02-15 Thread Corinna Vinschen via Cygwin
On Feb 14 13:49, Kevin Ushey via Cygwin wrote: > Thanks for your patience. Here's what I've got for the assembly around > get_dir. I added a bit of debug logging just so I could get the > function addresses: First of all, thanks for taking the time to debug this further! > C:\cygwin\bin>cygpath >

Re: Cygwin installer hangs when running post-install scripts

2024-02-14 Thread Kevin Ushey via Cygwin
Thanks for your patience. Here's what I've got for the assembly around get_dir. I added a bit of debug logging just so I could get the function addresses: C:\cygwin\bin>cygpath get_dir = 0x7FFB85E251B0 rcall = 0x7FFB85E251CB And here's what WinDbg reports: ntdll!EXP+#RtlGetCurrentDirectory_U

Re: Cygwin installer hangs when running post-install scripts

2024-02-14 Thread Corinna Vinschen via Cygwin
On Feb 14 10:52, Corinna Vinschen via Cygwin wrote: > On Feb 13 15:48, Kevin Ushey via Cygwin wrote: > > Here's a bit more information from a debug build of cygwin; here I'm > > just trying to launch cygpath.exe: > > > > (gdb) f 1 > > #1 0x7ffa0123ba1f in find_fast_cwd_pointer () at > > ../..

Re: Cygwin installer hangs when running post-install scripts

2024-02-14 Thread Corinna Vinschen via Cygwin
On Feb 13 15:48, Kevin Ushey via Cygwin wrote: > Here's a bit more information from a debug build of cygwin; here I'm > just trying to launch cygpath.exe: > > (gdb) f 1 > #1 0x7ffa0123ba1f in find_fast_cwd_pointer () at > ../../../../winsup/cygwin/path.cc:4526 > 4526 const uint8_t *lock

Re: Cygwin installer hangs when running post-install scripts

2024-02-13 Thread Kevin Ushey via Cygwin
Here's a bit more information from a debug build of cygwin; here I'm just trying to launch cygpath.exe: (gdb) f 1 #1 0x7ffa0123ba1f in find_fast_cwd_pointer () at ../../../../winsup/cygwin/path.cc:4526 4526 const uint8_t *lock = (const uint8_t *) (gdb) bt #0 memmem (haystack=, hs_len=,

Re: Cygwin installer hangs when running post-install scripts

2024-02-13 Thread Corinna Vinschen via Cygwin
On Feb 13 10:01, Kevin Ushey via Cygwin wrote: > On Tue, Feb 13, 2024 at 8:25 AM Corinna Vinschen wrote: > > On Feb 13 11:09, Corinna Vinschen via Cygwin wrote: > > > Other than that, the only thing you really could do at this point is to > > > check Cygwin's find_fast_cwd_pointer() function and go

Re: Cygwin installer hangs when running post-install scripts

2024-02-13 Thread Kevin Ushey via Cygwin
Hi Corinna, Thank you for taking a look so quickly -- I can confirm your patch fixes things for me; the installer now runs to completion and the Cygwin64 Terminal + other installed tools all function correctly. Best, Kevin On Tue, Feb 13, 2024 at 8:25 AM Corinna Vinschen wrote: > > On Feb 13 11

Re: Cygwin installer hangs when running post-install scripts

2024-02-13 Thread Corinna Vinschen via Cygwin
On Feb 13 11:09, Corinna Vinschen via Cygwin wrote: > On Feb 12 14:38, Kevin Ushey via Cygwin wrote: > > For reference, I first bumped into this when using Git Bash as bundled > > with Git for Windows, but it sounds like the underlying issue may be > > in Cygwin. See https://github.com/git-for-wind

Re: Cygwin installer hangs when running post-install scripts

2024-02-13 Thread Corinna Vinschen via Cygwin
On Feb 12 14:38, Kevin Ushey via Cygwin wrote: > Hello, > > I'm seeing an issue when attempting to install Cygwin where the > installer hangs while trying to run postinstall scripts (more > specifically, /etc/postinstall/0p_000_autorebase.dash). When the hang > occurs, I see a 'dash.exe' process c

Cygwin installer hangs when running post-install scripts

2024-02-12 Thread Kevin Ushey via Cygwin
Hello, I'm seeing an issue when attempting to install Cygwin where the installer hangs while trying to run postinstall scripts (more specifically, /etc/postinstall/0p_000_autorebase.dash). When the hang occurs, I see a 'dash.exe' process chewing up 100% of a CPU. If I attach to the process with Wi

RFE: Cygwin installer should offer option "Add Cygwin /usr/bin to system path" ...

2023-09-16 Thread Mainz, Roland via Cygwin
Hi! Small RFE, inspired by another Windows installer: RFE: Cygwin installer should offer option (boolean checkbox) "Add Cygwin /usr/bin to system path" , i.e. add "C:\cygwin64\bin\" at the end of the System variable PATH. That would make it MUCH easier for beginn

Re: Package GCC 9.3.2 not longer available in cygwin installer

2022-05-20 Thread Jon Turney
On 19/05/2022 17:06, mik...@ubiscale.com wrote: Hello We are using Cygwin GCC 9.3.2 but it is not longer available. Can you put it again ? Thanks Sorry, no. Requests like that aren't going to be granted without a good reason. However, those files are still available from a 3rd party archi

Package GCC 9.3.2 not longer available in cygwin installer

2022-05-19 Thread mikael
Hello We are using Cygwin GCC 9.3.2 but it is not longer available. Can you put it again ? Thanks Mikaël GUENAIS -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation:https://cygwin.com/docs.html Unsubscribe info:

Re: Cygwin installer command line package selection

2022-02-10 Thread Vanda Vodkamilkevich
In fact that's exactly what I had... Funny that we both used the same package for this test! (sorry no attachment of the initial email because I don't know how to do it with Gmail android) Le jeu. 10 févr. 2022 à 15:52, Adam Dinwoodie a écrit : > Following on from the report at [0], I've been do

Cygwin installer command line package selection

2022-02-10 Thread Adam Dinwoodie
Following on from the report at [0], I've been doing a bit of digging around a problem I spotted a while ago, and now have a clear bug report. I'm not sure if it's related to that report, or if the reporter there was experiencing some other unexpected behaviour. Simple-ish test case: 1. Get a bra

Re: Cygwin installer does not terminate

2021-12-08 Thread Marco Atzeri
On 08.12.2021 10:31, Stefan Smorra wrote: Hello, I don't know why you posted two corrected versions. Hi Stefan, because Jon, as very efficient setup maintainer, is always providing build for both architectures for further testing. Because the x64 installer has always run smooth. But I h

Re: Cygwin installer does not terminate

2021-12-08 Thread Stefan Smorra
Hello, I don't know why you posted two corrected versions. Because the x64 installer has always run smooth. But I have tried your x86 installer and it now works well under 64bit Windows 10. (It now terminates well.) Maybe you can push this bug fix into the official Cygwin release. Best r

Re: Cygwin installer does not terminate

2021-12-05 Thread Jon Turney
On 30/11/2021 09:09, Stefan Smorra wrote: Hello, I am running the x86 installer under 64bit Windows 10 (as administrator) as follows: [...] The problem is that the installer does not terminate. It stays open in the background (hidden) what can be seen in the task manager. Also it's cons

Cygwin installer does not terminate

2021-11-30 Thread Stefan Smorra
run as administrator approves this. I also created a stackoverflow thread here https://superuser.com/questions/1689682/cygwin-installer-does-not-terminate-if-run-as-administrator Best Regards Stefan -- Problem reports: https://cygwin.com/problems.html FAQ: https:

RE: Cygwin installer does not select the packages specified by the -P option

2019-08-19 Thread KAVALAGIOS Panagiotis (EEAS-EXT)
> Brian Inglis writes: > > The OP's package list include sudo, which does not exist, diffutils > > and tar, which are part of base. Should the first not fail setup, and > > all be omitted for a retest? > > Well, I actually tested the very list the OP gave and it worked as intended > (minus the una

Re: Cygwin installer does not select the packages specified by the -P option

2019-08-08 Thread Achim Gratz
Brian Inglis writes: > The OP's package list include sudo, which does not exist, diffutils and tar, > which are part of base. Should the first not fail setup, and all be omitted > for > a retest? Well, I actually tested the very list the OP gave and it worked as intended (minus the unavilable pac

Re: Cygwin installer does not select the packages specified by the -P option

2019-08-07 Thread Brian Inglis
On 2019-08-07 12:42, Achim Gratz wrote: > KAVALAGIOS Panagiotis (EEAS-EXT) writes: >> I have tried the -A option, the -B option as single user to no >> avail. There is no antivirus running. Well, there is in general in our >> PCs, but no installed on my test machine. I have also tried another >> mi

Re: Cygwin installer does not select the packages specified by the -P option

2019-08-07 Thread Achim Gratz
KAVALAGIOS Panagiotis (EEAS-EXT) writes: > I have tried the -A option, the -B option as single user to no > avail. There is no antivirus running. Well, there is in general in our > PCs, but no installed on my test machine. I have also tried another > mirror to re-download the packages in a local re

RE: Cygwin installer does not select the packages specified by the -P option

2019-08-07 Thread KAVALAGIOS Panagiotis (EEAS-EXT)
>You might want to go down one directory level and try again, even though >I don't see at the moment how that would be involved. Also, maybe check >the permissions / ACL on the files in the repo, which may be too >restrictive depending on how you downloaded them. You might also try to >run the in

Re: Cygwin installer does not select the packages specified by the -P option

2019-08-02 Thread Achim Gratz
KAVALAGIOS Panagiotis (EEAS-EXT) writes: > I have also switched the order of the mentioned options to no avail. Hmm. I tried that again today and it worked correctly regardless of the order of options. Funky… :-( > I am including the "setup.log.full" with --verbose option for further > investi

Re: Cygwin installer does not select the packages specified by the -P option

2019-08-01 Thread Achim Gratz
Jon Turney writes: >> setup-x86_64.exe -q -L -l %cd%\cygwin-repo -R C:\PGM\cygwin64 -P >> autoconf,automake,bash-completion,bzip2,ca-certificates,curl,diffutils,emacs,git,git-svn,gnupg2,konsole,mc,openssh,patchutils,perl,python2,python3,rsync,ruby,subversion,sudo,tar,tcsh,tmux,unzip,vim,wget,xinit,

Re: Cygwin installer does not select the packages specified by the -P option

2019-08-01 Thread Jon Turney
On 29/07/2019 11:13, KAVALAGIOS Panagiotis (EEAS-EXT) wrote: Dear all, I am trying to prepare an offline installation of Cygwin with a local repository and I am facing the problem with the package selection. The packages specified by the -P command are not selected, so they end up without being

RE: Cygwin installer does not select the packages specified by the -P option

2019-08-01 Thread KAVALAGIOS Panagiotis (EEAS-EXT)
...@cygwin.com [mailto:cygwin-ow...@cygwin.com] On Behalf Of KAVALAGIOS Panagiotis (EEAS-EXT) Sent: Monday, July 29, 2019 12:14 PM To: 'cygwin@cygwin.com' Subject: Cygwin installer does not select the packages specified by the -P option Dear all, I am trying to prepare an offline insta

Cygwin installer does not select the packages specified by the -P option

2019-07-29 Thread KAVALAGIOS Panagiotis (EEAS-EXT)
Dear all, I am trying to prepare an offline installation of Cygwin with a local repository and I am facing the problem with the package selection. The packages specified by the -P command are not selected, so they end up without being installed. I am using the following command: setup-x86_64.e

Re: Cygwin installer: "Next" button should not be default on "Select Packages" page

2015-11-18 Thread Brian Mathis
On Tue, Nov 17, 2015 at 5:21 PM, Andrey Repin wrote: > Greetings, Brian Mathis! > >> Current behavior: >> I have, many times, started typing something into the Search box at >> the top of the page and instinctively press Enter. Because the Next >> button is default, this causes the installer to a

Re: Cygwin installer: "Next" button should not be default on "Select Packages" page

2015-11-17 Thread Andrey Repin
Greetings, Brian Mathis! > Current behavior: > I have, many times, started typing something into the Search box at > the top of the page and instinctively press Enter. Because the Next > button is default, this causes the installer to advance to the > installation stage (which may take a while as

Cygwin installer: "Next" button should not be default on "Select Packages" page

2015-11-17 Thread Brian Mathis
Current behavior: I have, many times, started typing something into the Search box at the top of the page and instinctively press Enter. Because the Next button is default, this causes the installer to advance to the installation stage (which may take a while as the actual installation occurs, so

[Cygwin installer 1.7.35] Force Install from internet option in quiet-mode

2015-03-23 Thread Lukasz Pielak
Hi I am trying to execute cygwin installation in --quiet-mode. I would like to have the 'Install from internet' option always set, similar to what you get using the --download option for 'Download only'. Here is the snipped i am using: setup-x86.exe --quiet-mode --upgrade-also --site="%MIRROR%"

Re: Cygwin installer shows I have gdb 7.8-2, is n't it gdb 7.8.2?

2015-02-10 Thread Marco Atzeri
On 2/10/2015 10:54 PM, dum fk wrote: Hi, I'm hitting a bug of gdb 7.8. This is a known issue with gdb 7.8 and was fixed in latest gdb 7.8.2. The bug ID is 17642. Please refer to https://sourceware.org/bugzilla/show_bug.cgi?id=17642 With the latest cygwin setup, it shows the current gdb I have i

Cygwin installer shows I have gdb 7.8-2, is n't it gdb 7.8.2?

2015-02-10 Thread dum fk
Hi, I'm hitting a bug of gdb 7.8. This is a known issue with gdb 7.8 and was fixed in latest gdb 7.8.2. The bug ID is 17642. Please refer to https://sourceware.org/bugzilla/show_bug.cgi?id=17642 With the latest cygwin setup, it shows the current gdb I have is 7.8-2. Isn't it the latest gdb 7.8.2?

Re: Strange problem running Cygwin installer

2014-12-22 Thread David Stacey
On 22/12/14 17:39, Marco Atzeri wrote: The heuristic approach seems a bit crap to me It must be contagious. The site I was working at today uses McAfee Web Gateway, and this was blocking nearly all of our 'debuginfo' packages using a similar heuristic. I'll report this as soon as I am able.

Re: Strange problem running Cygwin installer

2014-12-22 Thread Marco Atzeri
On 12/22/2014 12:28 PM, John Lynchehaun wrote: Hi, Hi John, I have never previously experienced Symantec anti-virus causing a problem of any kind with Cygwin; it has always correctly identified the source of the installer. I am using the latest version (as of this morning) of Nortons and it's

Re: Strange problem running Cygwin installer

2014-12-22 Thread John Lynchehaun
Hi, I have experienced a similar problem with downloading the 32-bit installer. I have just attempted to download the setup-x86.exe file from cygwin.com; I have attempted this on both a Windows XP SP3 machine (yes I know) and a Windows 7 Pro SP1 machine. In both cases Symantec's Norton Interne

Re: Strange problem running Cygwin installer

2014-12-17 Thread Andrey Repin
Greetings, Kevin Van Horn! > 3. Nothing in the anti-virus logs. Scanned, no virus found. Problem still > occurred with the anti-virus software (Symantec) turned off. It is not enough to turn it off. Symantec is known to cause Cygwin tools to misbehave. Actually, it "proudly" occupy one of the to

Re: Strange problem running Cygwin installer

2014-12-17 Thread David Stacey
On 17/12/14 18:15, Kevin Van Horn wrote: Thanks for the help. It turns out that rebooting the machine solved the problem, oddly enough. Pleased you managed to get it working, Dave. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Docume

RE: Strange problem running Cygwin installer

2014-12-17 Thread Kevin Van Horn
Mountain Time) -Original Message- From: David Stacey [mailto:drsta...@tiscali.co.uk] Sent: Tuesday, December 16, 2014 3:51 PM To: cygwin@cygwin.com Subject: Re: Strange problem running Cygwin installer On 16/12/2014 21:44, Kevin Van Horn wrote: > I'm having an odd problem i

RE: Strange problem running Cygwin installer

2014-12-17 Thread Bob Doskuno
2014 3:17 PM >To: Kevin Van Horn; cygwin@cygwin.com >Subject: Re: Strange problem running Cygwin installer > >Greetings, Kevin Van Horn! > >> I'm having an odd problem installing Cygwin. After downloading the >> installer and double-clicking on it, and clicking &qu

RE: Strange problem running Cygwin installer

2014-12-16 Thread Kevin Van Horn
Thanks, Andrey. Unfortunately, I get exactly the same behavior when I use "run as administrator". -Original Message- From: Andrey Repin [mailto:anrdae...@yandex.ru] Sent: Tuesday, December 16, 2014 3:17 PM To: Kevin Van Horn; cygwin@cygwin.com Subject: Re: Strange problem runn

Re: Strange problem running Cygwin installer

2014-12-16 Thread David Stacey
On 16/12/2014 21:44, Kevin Van Horn wrote: I'm having an odd problem installing Cygwin. After downloading the installer and double-clicking on it, and clicking "Run" on the "Open File - Security Warning" popup dialog, I get the "busy" wheel for maybe 1 or two seconds, then it disappears and no

Re: Strange problem running Cygwin installer

2014-12-16 Thread Andrey Repin
Greetings, Kevin Van Horn! > I'm having an odd problem installing Cygwin. After downloading the > installer and double-clicking on it, and clicking "Run" on the "Open File - > Security Warning" popup dialog, I get the "busy" wheel for maybe 1 or two > seconds, then it disappears and nothing else

Strange problem running Cygwin installer

2014-12-16 Thread Kevin Van Horn
I'm having an odd problem installing Cygwin. After downloading the installer and double-clicking on it, and clicking "Run" on the "Open File - Security Warning" popup dialog, I get the "busy" wheel for maybe 1 or two seconds, then it disappears and nothing else happens - no installer window, no

Re: Cygwin installer hangs while downloading files

2014-08-18 Thread Michael DePaulo
On Thu, Aug 7, 2014 at 8:32 AM, Michael DePaulo wrote: > HI, > > I'm having a weird issue with the Cygwin installer. It occurs whether > I am using it to update my 2 installations of Cygwin (both 32-bit and > 64-bit), or to perform a new install. The issue is that the ins

Re: Cygwin installer could be much more better

2014-01-29 Thread Christopher Faylor
On Wed, Jan 29, 2014 at 03:48:17PM -0600, Steven Penny wrote: >On Wed, Jan 29, 2014 at 3:21 PM, Larry Hall (Cygwin) wrote >> Ah, right. Of course Chris meant "Please stop after Ilja gets his last >> comment in." Now that that's happened, MSYS discussion can stop. ;-) > >You want some on-topic? Ok

Re: Cygwin installer could be much more better

2014-01-29 Thread Larry Hall (Cygwin)
On 1/29/2014 4:48 PM, Steven Penny wrote: On Wed, Jan 29, 2014 at 3:21 PM, Larry Hall (Cygwin) wrote Ah, right. Of course Chris meant "Please stop after Ilja gets his last comment in." Now that that's happened, MSYS discussion can stop. ;-) You want some on-topic? Ok here goes Bash 4.2 has

Re: Cygwin installer could be much more better

2014-01-29 Thread Steven Penny
On Wed, Jan 29, 2014 at 3:21 PM, Larry Hall (Cygwin) wrote > Ah, right. Of course Chris meant "Please stop after Ilja gets his last > comment in." Now that that's happened, MSYS discussion can stop. ;-) You want some on-topic? Ok here goes Bash 4.2 has been out almost 3 years now, any roadmap f

Re: Cygwin installer could be much more better

2014-01-29 Thread Larry Hall (Cygwin)
On 1/29/2014 3:40 PM, iljau wrote: On 2014-01-29 09:28 Christopher Faylor wrote: It should be pretty obvious that discussion about MSYS is off-topic. Please stop. I'll do it. Ah, right. Of course Chris meant "Please stop after Ilja gets his last comment in." Now that that's happened, MSY

Re: Cygwin installer could be much more better

2014-01-29 Thread iljau
f you for your attention. -- Ilja Umov https://iljau.me/ -- View this message in context: http://cygwin.1069669.n5.nabble.com/Cygwin-installer-could-be-much-more-better-tp105775p105830.html Sent from the Cygwin list mailing list archive at Nabble.com. -- Problem reports: http://cygwin.co

Re: Cygwin installer could be much more better

2014-01-29 Thread Ilja Umov
On Wed, Jan 29, 2014 at 6:24 PM, Andrey Repin wrote: >> there is a certainly a good historical reason why cygwin installer >> has so many options. But now one-click installers are so common >> (Google Chrome is the best example), it may look rather scary, >> especially f

Re: Cygwin installer could be much more better

2014-01-29 Thread Andrey Repin
Greetings, Ilja Umov! > there is a certainly a good historical reason why cygwin installer > has so many options. But now one-click installers are so common > (Google Chrome is the best example), it may look rather scary, > especially for beginners. Google chrome is an ONE package.

Re: Cygwin installer could be much more better

2014-01-29 Thread Christopher Faylor
On Wed, Jan 29, 2014 at 08:28:33AM +0100, Marco Atzeri wrote: >On 29/01/2014 07:57, Steven Penny wrote: >> On Tue, Jan 28, 2014 at 10:25 PM, Ilja Umov wrote >>> That's probably why MSYS2 is being developed: >>> https://ghc.haskell.org/trac/ghc/wiki/Building/Preparation/Windows/MSYS2 >> >> Well I ha

Re: Cygwin installer could be much more better

2014-01-28 Thread Marco Atzeri
On 29/01/2014 07:57, Steven Penny wrote: On Tue, Jan 28, 2014 at 10:25 PM, Ilja Umov wrote That's probably why MSYS2 is being developed: https://ghc.haskell.org/trac/ghc/wiki/Building/Preparation/Windows/MSYS2 Well I have to say I was skeptical until I saw this $ bash --version GNU

Re: Cygwin installer could be much more better

2014-01-28 Thread Steven Penny
On Wed, Jan 29, 2014 at 12:57 AM, Steven Penny wrote > However this distribution is huge > > $ du -hs 'C:\cross64' > 763MC:\cross64 Well I found this for a start http://sf.net/projects/msys2/files/Base/x86_64 $ du -hs 'C:\msys64' 168MC:\msys64 -- Problem reports: h

Re: Cygwin installer could be much more better

2014-01-28 Thread Steven Penny
On Tue, Jan 28, 2014 at 10:25 PM, Ilja Umov wrote > That's probably why MSYS2 is being developed: > https://ghc.haskell.org/trac/ghc/wiki/Building/Preparation/Windows/MSYS2 Well I have to say I was skeptical until I saw this $ bash --version GNU bash, version 4.2.45(1)-release (x86_64-pc-

Re: Cygwin installer could be much more better

2014-01-28 Thread Christopher Faylor
On Tue, Jan 28, 2014 at 09:47:39PM -0700, Josh Hunsaker wrote: >Ilja Umov wrote: > >> I did browse a bit though cygwin source code and well, I'm not so >> great at C++, that I could help in any meaningful way. >> >> >> >> So there are multiple possibilities to provide reasonable defaults >> and sp

Re: Cygwin installer could be much more better

2014-01-28 Thread Josh Hunsaker
Ilja Umov wrote: > I did browse a bit though cygwin source code and well, I'm not so > great at C++, that I could help in any meaningful way. > > > > So there are multiple possibilities to provide reasonable defaults > and spare users from confusion. > > That's probably why MSYS2 is being develop

Cygwin installer could be much more better

2014-01-28 Thread Ilja Umov
Hi, there is a certainly a good historical reason why cygwin installer has so many options. But now one-click installers are so common (Google Chrome is the best example), it may look rather scary, especially for beginners. I did browse a bit though cygwin source code and well, I'm not so

Cygwin Installer In-use file detected

2013-08-16 Thread Daniel Steinberg
Hello, I am using Cygwin installer 2.819 x86. After installing new packages (and updating existing packages), I sometimes get the message: In-use file detected Unable to extract /usr/bin/cygwin1.dll The file is in use by the following processes: C:\cygwin\bin\mintty.exe C:\cygwin\bin

Re: Cygwin installer v2.774, lyx postinstall error

2013-01-08 Thread Tim Collins
On 1/7/2013 10:59 PM, marco atzeri wrote: > On 1/8/2013 7:49 AM, Tim Collins wrote: >> Marco, >> >> The package is lyx not lynx. >> >> $ cygcheck -l lyx | grep etc >> /etc/postinstall/lyx.sh/lyx.sh >> > > > sorry, than it is a package mistake > > Mon Jun 14 02:22:31 2010 0 etc/posti

Re: Cygwin installer v2.774, lyx postinstall error

2013-01-07 Thread marco atzeri
On 1/8/2013 7:49 AM, Tim Collins wrote: Marco, The package is lyx not lynx. $ cygcheck -l lyx | grep etc /etc/postinstall/lyx.sh/lyx.sh sorry, than it is a package mistake Mon Jun 14 02:22:31 2010 0 etc/postinstall/ Mon Jun 14 02:23:03 2010 0 etc/postinstall/lyx.s

Re: Cygwin installer v2.774, lyx postinstall error

2013-01-07 Thread Tim Collins
Marco, The package is lyx not lynx. $ cygcheck -l lyx | grep etc /etc/postinstall/lyx.sh/lyx.sh (sorry - I am copying from the archive - I did not oringinally subscribe to the list - I have now) Marco wrote: the

Re: Cygwin installer v2.774, lyx postinstall error

2013-01-07 Thread marco atzeri
On 1/8/2013 12:17 AM, Tim Collins wrote: During and upgrade, an error was receivedfrom postinstall lyx processing. The postinstall processing call is "/etc/postinstall/lyx.sh" - it should be "/etc/postinstall/lyx.sh/lyx.sh" (or better yet change the directory name of "lyx.sh" to "lyx"). the p

Cygwin installer v2.774, lyx postinstall error

2013-01-07 Thread Tim Collins
During and upgrade, an error was receivedfrom postinstall lyx processing. The postinstall processing call is "/etc/postinstall/lyx.sh" - it should be "/etc/postinstall/lyx.sh/lyx.sh" (or better yet change the directory name of "lyx.sh" to "lyx"). Extracted from /var/log/setup.log.full: 2013/01/

Offline Cygwin installer - pmcyg-0.1 released

2009-07-12 Thread R.Penney
As previously announced (http://cygwin.com/ml/cygwin/2009-06/msg00901.html), the 'pmcyg' tool allows a personalized collection of Cygwin packages to be created together with all the supporting files necessary for a self-contained off-line Cygwin installer, e.g. for burning onto CDROM or

Re: is sddt.exe part of the cygwin installer? (possible corruption of gatech mirror)

2008-09-01 Thread Eric Freudenthal
ation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/ -- View this message in context: http://www.nabble.com/is-sddt.exe-part-of-the-cygwin-installer--%28possible-corruption-of-gatech-mirror%29-tp19246828p19251821.html Sent from the Cygwin list mailing list archi

RE: is sddt.exe part of the cygwin installer? (possible corruption of gatech mirror)

2008-08-31 Thread Dave Korn
Eric Freudenthal wrote on 31 August 2008 23:30: > I just installed cygwin under vista from a http mirror on > gtlab.gatech.edu. I noticed that an process named sddt.exe gobbled > many cycles during the installation. afterwards, I could neither find > a file by this name, nor could find it in the

Re: is sddt.exe part of the cygwin installer? (possible corruption of gatech mirror)

2008-08-31 Thread René Berber
Eric Freudenthal wrote: > I just installed cygwin under vista from a http mirror on > gtlab.gatech.edu. I noticed that an process named sddt.exe gobbled > many cycles during the installation. afterwards, I could neither find > a file by this name, nor could find it in the cygwin tars. I'd love

is sddt.exe part of the cygwin installer? (possible corruption of gatech mirror)

2008-08-31 Thread Eric Freudenthal
I just installed cygwin under vista from a http mirror on gtlab.gatech.edu. I noticed that an process named sddt.exe gobbled many cycles during the installation. afterwards, I could neither find a file by this name, nor could find it in the cygwin tars. I'd love to know that sddt was supposed to

Re: Problems with Cygwin Installer

2005-05-25 Thread Lev Bishop
On 25/05/05, Dave Korn wrote: > Original Message > >From: dirty(DOT)harry(ATSIGN)juno(DOT)com ^^^ Ahem. > This came up just recently and I'm quoting from memory and without doing > my background research, so it may not be 100% accu

Re: Problems with Cygwin Installer

2005-05-25 Thread Yitzchak Scott-Thoennes
On Wed, May 25, 2005 at 04:35:29PM +0100, Dave Korn wrote: > This came up just recently and I'm quoting from memory and without doing > my background research, so it may not be 100% accurate, but the root cause > (connection times out while you're in the chooser) and workaround (don't > spend so

RE: Problems with Cygwin Installer

2005-05-25 Thread Dave Korn
Original Message >From: [EMAIL PROTECTED] >Sent: 25 May 2005 16:04 > I download the the setup.exe and run it. I choose either the "Install > from internet" or the "Download without installing" options, pick a site, > and am then presented with the package list. I then proceed to spend

Re: Problems with Cygwin Installer

2005-05-25 Thread Archie Warnock
[EMAIL PROTECTED] wrote: > This has been happening for at least the past year and a half and has > occurred on several computers that I've attempted to install on. I'm > very frustrated with this procedure. Either I'm really doing > something wrong or there's a very annoying bug that I'm surprise

Problems with Cygwin Installer

2005-05-25 Thread [EMAIL PROTECTED]
I have run into this problem the Cygwin install many times and wish to know if I am doing something wrong or if there is a bug of some kind. The Problem: I download the the setup.exe and run it. I choose either the "Install from internet" or the "Download without installing" options, pick

cygwin installer/setup via commandline/scripts

2005-01-07 Thread Satish Balay
I'm looking for a way to do the following: - When installing cygwin - tell it a list of packages to install (perhaps from commandline or a script). Is this possible - without going through the list in the setup.exe GUI? - If cygwin is already installed - run some comand line tool/script - which

RE: cygwin installer

2004-06-23 Thread Robert Collins
On Thu, 2004-06-24 at 05:20, John Morrison wrote: > > From: Hemal Pandya > > > > Great information. I vote this be added to install doc. > > I wouldn't - folks appear to have enough difficulties as it is without > adding ways 'around' setup.exe (I know, for the power/advanced user it > is a tech

RE: cygwin installer

2004-06-23 Thread John Morrison
> From: Hemal Pandya > > Great information. I vote this be added to install doc. I wouldn't - folks appear to have enough difficulties as it is without adding ways 'around' setup.exe (I know, for the power/advanced user it is a technique, but...). There's also the little problems like ensuring

Re: cygwin installer

2004-06-23 Thread Hemal Pandya
Great information. I vote this be added to install doc. Christopher Faylor cygwin.com> writes: [snip Message-ID: <[EMAIL PROTECTED]>] -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.

Re: cygwin installer

2004-06-23 Thread Igor Pechtchanski
On Wed, 23 Jun 2004, Patrick J. LoPresti wrote: > Warren Young etr-usacom> writes: . Thanks. > > 2b) (Harder.) If you really need it to be totally prompt-less, > > there was a proposal once to add command line flags to setup.exe to > > make it more au

Re: cygwin installer

2004-06-23 Thread Patrick J. LoPresti
Warren Young <[EMAIL PROTECTED]> writes: > 2b) (Harder.) If you really need it to be totally prompt-less, > there was a proposal once to add command line flags to setup.exe to > make it more automatable. Not just a proposal, but patches: http://www.cygwin.com/ml/cygwin/2004-02/msg00261.html

Re: cygwin installer

2004-06-23 Thread Warren Young
Jonah Bossewitch wrote: some documentation for creating a standalone windows installer Another way that hasn't been mentioned is to: 1) Run setup.exe to download all the packages you need. Get it all working and tested. 2a) (Simple path.) Next, put the setup.exe and the download tree that was

rebaseall - was RE: cygwin installer

2004-06-23 Thread Jan Schormann
Hi, > > If you want to just clone the same setup everywhere, all > > you should need is tar, cygwin and mount. I'm replicating a Cygwin installation to about 100 developer machines here. The tar approach is cute, but slow. I'm using robocopy, part of the "Windows 2000 Resource Kit", to mirror th

Re: cygwin installer

2004-06-23 Thread Christopher Faylor
On Wed, Jun 23, 2004 at 10:27:23AM -0400, Christopher Faylor wrote: >On Wed, Jun 23, 2004 at 08:50:11AM +0200, Franz Wolfhagen wrote: >>Let us move this discussion to the list - I answered directly by a >>mistake... >> >>I understand your concerns very well - in that case I would copy the >>necessa

Re: cygwin installer

2004-06-23 Thread Christopher Faylor
On Wed, Jun 23, 2004 at 08:50:11AM +0200, Franz Wolfhagen wrote: >Let us move this discussion to the list - I answered directly by a >mistake... > >I understand your concerns very well - in that case I would copy the >necessary packages to a local download site - create a setup file that >includes

Re: cygwin installer

2004-06-22 Thread Franz Wolfhagen
with a > local package they could install, but for the majority of users I think that > an installer is preferable. > > Do you agree with this logic? > > best, > Jonah > > - Original Message - > From: "Franz Wolfhagen" <[EMAIL PROTECTED]> > T

Re: cygwin installer

2004-06-22 Thread Jonah Bossewitch
Hi Rob, Thanks for responding. I'm sorry I didn't explain my situation well enough. We have a specific application that we are trying to port to windows - it is a command line genetics simulation that is a suite of programs written in Fortran77 and C, glued together with a few csh scripts. The

Re: cygwin installer

2004-06-22 Thread Robert Collins
On Tue, 2004-06-22 at 23:55, Jonah Bossewitch wrote: > Hi, > > I was hoping that someone might be able to point me in the direction of > some documentation for creating a standalone windows installer for a > cygwin based application. > > What I mean by this, is a one-click installer that ships

Re: cygwin installer

2004-06-22 Thread Christopher Faylor
On Tue, Jun 22, 2004 at 09:55:57AM -0400, Jonah Bossewitch wrote: >Hi, > >I was hoping that someone might be able to point me in the direction of >some documentation for creating a standalone windows installer for a >cygwin based application. > >What I mean by this, is a one-click installer that

cygwin installer

2004-06-22 Thread Jonah Bossewitch
Hi, I was hoping that someone might be able to point me in the direction of some documentation for creating a standalone windows installer for a cygwin based application. What I mean by this, is a one-click installer that ships with the cygwin dlls, and all the necessary dependancies, along wit

Re: Cygwin installer & resizable windows

2003-10-15 Thread Igor Pechtchanski
you'd be the > one to ask my question. > > Is the source code available for the Cygwin Installer? Yes. See <http://sources.redhat.com/cygwin-apps/setup.html>. > My single biggest annoyance with the installer is having a postage-stamp > sized window on my 1600x1200 moni

Re: CYGWIN Installer should setup a root environment variable

2002-11-07 Thread Warren Young
Chris Walters wrote: `cygpath -w /` This is fine, but how do I use the result in a DOS bat script? The short answer is: Get a real shell. The long answer is: While there may be some hack to trick a Microsoft command shell into setting an environment variable from a command's output, it seem

Re: CYGWIN Installer should setup a root environment variable

2002-11-06 Thread Chris Walters
Igor Pechtchanski wrote: On Wed, 6 Nov 2002, Chris Walters wrote: I have experienced many times situations which I would like to refer to CYGWIN's root directory from a bat script. The most generic solution would be to utilise an environment variable such as CYGROOT or (as in startxwin.bat) CYGWI

  1   2   >