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

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

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

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)
Not even the zip archive can help, because the symlinks are not preserved. Maybe a tar file, but it would be really better to have installer fixed. Is there any option to force the installer to install everything found in the local repository? Panos -Original Message- From: cygwin-ow..

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

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

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 installer > hangs while downl

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
I'll try to explain situation from my perspective, Hoping it will be of of interest at least to somebody. If I need some unix-y things, I usually end up using: http://www.vagrantup.com/ But using a virtual machine may be a bit too much overhead sometimes. (As I couldn't find any good intro/tut

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 for beginners. > > Google ch

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. Cygwin setup i

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

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

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

Re: Cygwin installer & resizable windows

2003-10-15 Thread Igor Pechtchanski
Eljay, Please don't send personal e-mail with Cygwin questions unless specifically requested. All Cygwin-related inquiries should go to the appropriate list (in this case, ). This way you get access to more expertise than any one person can provide, and your question and the answers to it end up

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

Re: CYGWIN Installer should setup a root environment variable

2002-11-06 Thread Chris Walters
Igor Pechtchanski wrote: `cygpath -w /` Thanks. > On Wed, 6 Nov 2002, Chris Walters wrote: NT Question: How does cygwin update the System registry (for environment variables) if it is installed as a normal user? I can't modify it myself, so how does the installer do it? It doesn't. It only

Re: cygwin Installer should setup a root environment variable

2002-11-06 Thread Christopher Faylor
On Wed, Nov 06, 2002 at 12:42:21PM +0100, Sven K?hler 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)

Re: CYGWIN Installer should setup a root environment variable

2002-11-06 Thread Sven Köhler
>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) CYGWIN_ROOT to refer to the absolute windows pathname >(e.g. D:\cygwi

Re: CYGWIN Installer should setup a root environment variable

2002-11-05 Thread Igor Pechtchanski
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) CYGWIN_ROOT to refer to

Re: cygwin installer needs cygwin1.dll

2002-05-14 Thread Christopher Faylor
On Tue, May 14, 2002 at 11:25:55AM +0200, Sander Timmermans wrote: >Same problem overhere. >/me whacks monitor with keyboard Oh, give it a rest. It's a bug. It will be fixed. cgf >> -Original Message- >> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf >> Of Nathan Sharfi >

RE: cygwin installer needs cygwin1.dll

2002-05-14 Thread Robert Collins
I've uploaded a corrected version of setup. It may not fix the .4 bug you were experiencing. Rob > -Original Message- > From: Sander Timmermans [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, May 14, 2002 7:26 PM > To: [EMAIL PROTECTED] > Subject: RE: cygwin install

RE: cygwin installer needs cygwin1.dll

2002-05-14 Thread Sander Timmermans
Same problem overhere. /me whacks monitor with keyboard Sander > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf > Of Nathan Sharfi > Sent: 14 May 2002 07:32 > To: [EMAIL PROTECTED] > Subject: cygwin installer needs cygwin1.dll > > > I tried downloading h