Re: Emacs crashing after M-x compile after Cygwin updates

2022-04-04 Thread Achim Gratz
Bruce Mardle via Cygwin writes: > Hi, all. I've been happily compiling simple C programs under Emacs > (emacs-w32) under Cygwin. Yesterday I wanted to install > libedit-dev. While I was doing that, setup...exe marked a few dozen > other packages for upgrades. I didn't notice which. You can still

Re: Emacs crashing after M-x compile after Cygwin updates

2022-04-04 Thread Takashi Yano
On Mon, 4 Apr 2022 13:08:27 + (UTC) Bruce Mardle wrote: > Hi, all. > I've been happily compiling simple C programs under Emacs (emacs-w32) under > Cygwin. Yesterday I wanted to install libedit-dev. While I was doing that, > setup...exe marked a few dozen other packages for upgrades. I didn't

Emacs crashing after M-x compile after Cygwin updates

2022-04-04 Thread Bruce Mardle via Cygwin
Hi, all. I've been happily compiling simple C programs under Emacs (emacs-w32) under Cygwin. Yesterday I wanted to install libedit-dev. While I was doing that, setup...exe marked a few dozen other packages for upgrades. I didn't notice which. Now, if I `emacs hello.c` and M-x compile gcc -o

[PATCH 3/3] Cygwin: updates to wire in profiler, gmondump

2021-07-15 Thread Mark Geisert
These are updates to wire into the build tree the new tools profiler and gmondump, and to supply documentation for the tools. The documentation for profiler and ssp now mention each other but do not discuss their similarities or differences. That will be handled in a future update to the

Re: Fw: Cygwin updates cause rebaseall errors

2012-03-15 Thread Sisyphus
- Original Message - From: Christopher Faylor I'd highly suggest not including pointers to random web sites as a method to fix this issue but, instead, point to the Cygwin FAQ and the Cygwin mailing list. Seems a sane suggestion to me. I'm a bit dubious about providing a hard

Re: Fw: Cygwin updates cause rebaseall errors

2012-03-15 Thread Andrey Repin
Greetings, Sisyphus! - Original Message - From: Christopher Faylor I'd highly suggest not including pointers to random web sites as a method to fix this issue but, instead, point to the Cygwin FAQ and the Cygwin mailing list. Seems a sane suggestion to me. I'm a bit dubious

Re: Fw: Cygwin updates cause rebaseall errors

2012-03-15 Thread Sisyphus
- Original Message - From: Andrey Repin I'm a bit dubious about providing a hard link to http://cygwin.com/faq/faq-nochunks.html#faq.using.fixing-fork-failures as it seems like the sort of link that might change. Would Go to http://cygwin.com/faq/ and see the section 'How do I fix

Fw: Cygwin updates cause rebaseall errors

2012-03-14 Thread Chloe
FYI, this may be a problem with Cygwin setup causing packages and DLLs not to work. - Original Message - Subject: Re: [rt.cpan.org #75664] Fails 09parser test in Cygwin with *** fatal error URL: https://rt.cpan.org/Ticket/Display.html?id=75664 This shouldn't be an Inline::C bug.

Re: Fw: Cygwin updates cause rebaseall errors

2012-03-14 Thread Earnie Boyd
On Wed, Mar 14, 2012 at 2:11 PM, Chloe starrych...@oliveyou.net wrote: FYI, this may be a problem with Cygwin setup causing packages and DLLs not to work. FYI -- Problem reports:       http://cygwin.com/problems.html FAQ:                   http://cygwin.com/faq/ Documentation:        

Re: Fw: Cygwin updates cause rebaseall errors

2012-03-14 Thread Christopher Faylor
On Wed, Mar 14, 2012 at 02:11:10PM -0400, Chloe wrote: FYI, this may be a problem with Cygwin setup causing packages and DLLs not to work. This is a well-known issue. A future version of the Cygwin installation will run rebaseall automatically so it should not be as much of a problem. I'd

Re: [cfe-dev] cygwin updates (was: dladdr and Dl_info)

2010-01-15 Thread Vincent R.
On 14/01/2010 14:20, Reini Urban wrote: I have a working cygwin llvm and llvm-gcc, but had no time to produce a proper package yet. Attached are my cygport files and my local config. No patches were needed. But I haven't bothered to build clang yet, just the Clang llvmc plugin and

Re: [cfe-dev] cygwin updates (was: dladdr and Dl_info)

2010-01-15 Thread Corinna Vinschen
On Jan 15 11:07, Vincent R. wrote: On 14/01/2010 14:20, Reini Urban wrote: I have a working cygwin llvm and llvm-gcc, but had no time to produce a proper package yet. Attached are my cygport files and my local config. No patches were needed. But I haven't bothered to build clang

Re: [cfe-dev] cygwin updates (was: dladdr and Dl_info)

2010-01-15 Thread Vincent R.
On Fri, 15 Jan 2010 11:19:27 +0100, Corinna Vinschen corinna-cyg...@cygwin.com wrote: On Jan 15 11:07, Vincent R. wrote: On 14/01/2010 14:20, Reini Urban wrote: I have a working cygwin llvm and llvm-gcc, but had no time to produce a proper package yet. Attached are my cygport files

Re: [cfe-dev] cygwin updates (was: dladdr and Dl_info)

2010-01-15 Thread Corinna Vinschen
On Jan 15 11:40, Vincent R. wrote: It's not too difficult to add Dl_info definition (We will support only retrieving path name): typedef struct { const char *dli_fname[PATH_MAX]; /* Filename of defining object */ void*dli_fbase; /* NA */ const char

Re: [cfe-dev] cygwin updates (was: dladdr and Dl_info)

2010-01-15 Thread Vincent R.
On Fri, 15 Jan 2010 15:18:28 +0100, Corinna Vinschen On Jan 15 11:40, Vincent R. wrote: It's not too difficult to add Dl_info definition (We will support only retrieving path name): typedef struct { const char *dli_fname[PATH_MAX]; /* Filename of defining object */ void

Re: [cfe-dev] cygwin updates (was: dladdr and Dl_info)

2010-01-15 Thread Christopher Faylor
On Fri, Jan 15, 2010 at 11:19:27AM +0100, Corinna Vinschen wrote: On Jan 15 11:07, Vincent R. wrote: On 14/01/2010 14:20, Reini Urban wrote: I have a working cygwin llvm and llvm-gcc, but had no time to produce a proper package yet. Attached are my cygport files and my local config.

Re: [cfe-dev] cygwin updates (was: dladdr and Dl_info)

2010-01-15 Thread Vincent R.
On Fri, 15 Jan 2010 13:40:53 -0500, Christopher Faylor cgf-use-tqsdqsdqsd...@cygwin.com wrote: On Fri, Jan 15, 2010 at 11:19:27AM +0100, Corinna Vinschen wrote: On Jan 15 11:07, Vincent R. wrote: On 14/01/2010 14:20, Reini Urban wrote: I have a working cygwin llvm and llvm-gcc, but had

cygwin updates (was: dladdr and Dl_info)

2010-01-14 Thread Reini Urban
Yaakov (Cygwin/X) schrieb: On 14/01/2010 14:20, Reini Urban wrote: I have a working cygwin llvm and llvm-gcc, but had no time to produce a proper package yet. Attached are my cygport files and my local config. No patches were needed. But I haven't bothered to build clang yet, just the Clang

Re: [cfe-dev] cygwin updates (was: dladdr and Dl_info)

2010-01-14 Thread Eli Friedman
On Thu, Jan 14, 2010 at 1:45 PM, Reini Urban rur...@x-ray.at wrote: Yaakov (Cygwin/X) schrieb: On 14/01/2010 14:20, Reini Urban wrote: I have a working cygwin llvm and llvm-gcc, but had no time to produce a proper package yet. Attached are my cygport files and my local config. No patches

Re: cygwin updates

2010-01-14 Thread Yaakov (Cygwin/X)
On 14/01/2010 15:45, Reini Urban wrote: On the cygwin mailinglist we came to some required clang patches. http://cygwin.com/ml/cygwin/2010-01/msg00587.html Sorry, untested, as I got unrelated linker errors. If I thought the patches were ready to be pushed upstream, I would have done so. I

Cygwin updates

2007-12-25 Thread Jerry DeLisle
I ssh into my remote Cygwin box. Is there a way to run a script to check for updates, download them, and install? Thanks, Jerry -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation:

Re: Cygwin updates

2007-12-25 Thread Angelo Graziosi
Jerry DeLisle wrote: Is there a way to run a script to check for updates, download them, and install? I download the updates using a combination of a my script (getcurr.sh) and one (clean_setup.pl) found following the Cygwin lists. See the attachment in [1]. In any case, I install with

Re: Cygwin updates

2007-12-25 Thread Jerry DeLisle
Angelo Graziosi wrote: Jerry DeLisle wrote: Is there a way to run a script to check for updates, download them, and install? I download the updates using a combination of a my script (getcurr.sh) and one (clean_setup.pl) found following the Cygwin lists. See the attachment in [1]. In any

using bsdiff to shorten cygwin updates

2005-01-20 Thread Lapo Luchini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 http://www.cygwin.com/ml/cygwin/2004-04/msg00632.html Chris Jefferson wrote: | A much more useful addition I believe would be for cygwin to be | able to download patches to previously downloaded packages (in the | basic case when you've kept the

Don't seem to be able to use CPAN after recent Cygwin updates (ma ybe)

2003-09-25 Thread Wardman_Michael
Hello all I used to be able to use CPAN (only a week or so ago) but now it seems to time out. I thought it might be a network / firewall type thing but I can use ncftp ok. See below ... $ cpan Perl::Tokenizer CPAN: Storable loaded ok Going to read /home/wardmm/.cpan/Metadata Database was

Re: Don't seem to be able to use CPAN after recent Cygwin updates (ma ybe)

2003-09-25 Thread Gerrit P. Haase
Hallo Michael, you wrote: I used to be able to use CPAN (only a week or so ago) but now it seems to time out. I thought it might be a network / firewall type thing but I can use ncftp ok. See below ... $ cpan Perl::Tokenizer CPAN: Storable loaded ok Going to read

Re: Don't seem to be able to use CPAN after recent Cygwin updates (maybe)

2003-09-25 Thread Igor Pechtchanski
On Thu, 25 Sep 2003 [EMAIL PROTECTED] wrote: Hello all I used to be able to use CPAN (only a week or so ago) but now it seems to time out. I thought it might be a network / firewall type thing but I can use ncftp ok. See below ... $ cpan Perl::Tokenizer CPAN: Storable loaded ok Going to

Re: Don't seem to be able to use CPAN after recent Cygwin updates (maybe)

2003-09-25 Thread David Christensen
[EMAIL PROTECTED]: Wardman_Michael wrote: I used to be able to use CPAN (only a week or so ago) but now it seems to time out. I thought it might be a network / firewall type thing but I can use ncftp ok. See below ... Does your environment have FTP_PASSIVE set? [EMAIL PROTECTED]:~$ cat