On Sun 14 Mar 2021, Achim Gratz wrote:
> Andy Moreton via Cygwin writes:
>> The build scripts for Mingw64 in the MSYS2 distro are here:
>>
>> https://github.com/msys2/MINGW-packages/tree/master/mingw-w64-gcc
>
> Ah, OK. Thanks.
>
>> The PKGBUILD file is th
On Sun 14 Mar 2021, Achim Gratz wrote:
> Jonathan Yong via Cygwin writes:
>> Thanks for trying.
>> Does injecting dlfcn.h work?
>
> The include is not used because it is tied to --enable-plugins. Plugins
> do not work because the configury determines that shared objects do not
> work. If I manua
On Wed 20 Feb 2019, Corinna Vinschen wrote:
> On Feb 20 21:01, Houder wrote:
>> On Wed, 20 Feb 2019 10:53:09, scowles at ckhb dot org wrote:
>> >
>> > i can confirm the same behaviours on a 3.0.0 system. i've done several
>> > checks
>> > and have been unable to find the source of the problem.
On Tue 14 Aug 2018, Steven Penny wrote:
> a number can be positive or negative. as "NaN" is by definition not a number,
> it cannot be positive or negative, it is simply itself, something anathema to
> a number.
The C standard disagrees with you [ISO:IEC 9899:2011, section 5.2.4.2.2]:
"An impleme
On Mon 13 Aug 2018, Corinna Vinschen wrote:
> On Aug 12 19:53, cyg Simple wrote:
>> The documentation for cygwin-console-helper.exe is missing, not even a
>> --help function.
>
> cygwin-console-helper.exe is not for the user to use, so why add
> user docs?
It is helpful to users to have a --help
On Fri 06 Jul 2018, cyg Simple wrote:
> On 7/5/2018 5:33 PM, Lavrentiev, Anton (NIH/NLM/NCBI) [C] wrote:
>> Hi,
>>
>> This file is placed at the root of the Cygwin tree when the compiler-rt
>> package gets installed:
>> llvm-objdump.exe.stackdump
>>
>> Is that really necessary?
>
> An indicatio
On Mon 18 Sep 2017, Ken Brown wrote:
> On 9/18/2017 11:27 AM, Andy Moreton wrote:
>> On Thu 17 Aug 2017, Andy Moreton wrote:
>>
>> Ping?
>>
>>> Hi,
>>>
>>> Can the mercurial maintainer please update to upstream Hg 4.3.1, to get
>>> t
On Wed 20 Sep 2017, Heinz Werner Kramski-Grote wrote:
> At some point in history, /usr/bin/co, /usr/bin/ci, /usr/bin/rlog etc. turned
> from .exe into shell scripts, which are now wrappers for the main program
> /usr/bin/rcs.exe.
>
> However, these shell scripts can not be called directly from
On Thu 17 Aug 2017, Andy Moreton wrote:
Ping?
> Hi,
>
> Can the mercurial maintainer please update to upstream Hg 4.3.1, to get
> the fixes for CVE-2017-1000115 and CVE-2017-1000116.
>
> Thanks,
>
> AndyM
--
Problem reports: http://cygwin.com/problems.html
FAQ
Hi,
Can the mercurial maintainer please update to upstream Hg 4.3.1, to get
the fixes for CVE-2017-1000115 and CVE-2017-1000116.
Thanks,
AndyM
--
Problem reports: http://cygwin.com/problems.html
FAQ: http://cygwin.com/faq/
Documentation: http://cygwin.com/do
On Sun 26 Feb 2017, Marco Atzeri wrote:
> On 26/02/2017 10:32, Andy Moreton wrote:
>> On Sun 26 Feb 2017, Marco Atzeri wrote:
>>
>>> On 25/02/2017 23:07, Andy Moreton wrote:
>>>> On Sat 25 Feb 2017, Marco Atzeri wrote:
>>>>
>>>>> Ver
On Sun 26 Feb 2017, Marco Atzeri wrote:
> On 25/02/2017 23:07, Andy Moreton wrote:
>> On Sat 25 Feb 2017, Marco Atzeri wrote:
>>
>>> Version 1.11.6-1 of packages
>>>
>>> hwloc
>>> libhwloc-devel
>>> libhwloc5
>>>
&g
On Sat 25 Feb 2017, Marco Atzeri wrote:
> Version 1.11.6-1 of packages
>
> hwloc
> libhwloc-devel
> libhwloc5
>
> are available in the Cygwin distribution:
This appears not to contain the hwloc(7) man page, mentioned in
lstopo(1). Can this be added ?
AndyM
--
Problem reports:
On Tue 12 Jul 2016, Xi Shen wrote:
> Thanks it worked. After configure --with-w32 and build, I tried to
> invoke (w32notify-add-watch), but it seems it is still not available.
> Any other tricks to apply? Because I want to add a new build-in lisp
> function for Emacs for Windows, so I think it wou
On Thu 07 Jul 2016, Xi Shen wrote:
> So I should execute "config --with-w32" inside a cygwin environment?
>
>
> Xi Shen
> about.me/davidshen
As I said in my previous message, read INSTALL.REPO in the emacs repo,
and follow the instructions it contains.
Use "./configure --with-w32" if you want a
On Tue 05 Jul 2016, Xi Shen wrote:
> Hi,
>
> I want to make some code change to Emacs for Windows, but first I need
> to setup the build environment.
>
> I got the Emacs git repo, and tried "config msdos", but I got
> "permission denied" error. If I execute "cmd" from Cygwin bash, I can
> execute
On Sun 29 May 2016, Ken Brown wrote:
> On 5/29/2016 12:56 PM, Andy Moreton wrote:
>> On Sun 29 May 2016, Ken Brown wrote:
>>
>>> If lint is defined, then /usr/include/sys/cdefs.h defines _Noreturn as a
>>> macro
>>> that expands to nothing. Is
On Sun 29 May 2016, Ken Brown wrote:
> If lint is defined, then /usr/include/sys/cdefs.h defines _Noreturn as a macro
> that expands to nothing. Is this intentional?
>
> Simple test case:
>
> $ cat test.h
> #define lint 1
> #include
> _Noreturn void foo (void);
>
> $ gcc -E test.h | grep foo
>
On Sat 02 Apr 2016, Andy Moreton wrote:
> Hi,
>
> The current package is for mercurial 3.5.1, but upstream have released
> 3.7.3 as a security release, with fixes for:
>
> CVE-2016-3630 Mercurial: remote code execution in binary delta decoding
> CVE-2016-3068 Mercurial: arb
Hi,
The current package is for mercurial 3.5.1, but upstream have released
3.7.3 as a security release, with fixes for:
CVE-2016-3630 Mercurial: remote code execution in binary delta decoding
CVE-2016-3068 Mercurial: arbitrary code execution with Git subrepos
CVE-2016-3069 Mercurial: arbitrary co
On Thu 19 Jan 2012, Dave Korn wrote:
> Commenting-out the "set -e;" line at the start of /usr/bin/cygport
> has fixed this problem, and my builds now run just fine, but huh? I
> checked in git; that line has been there since like forever, so why is
> it giving me trouble now? Is there something
Hi folks,
Andrew Schulman posted an RFU for unison2.40-2.40.61-2 on the apps list
last week [1], but it seems to have been overlooked. Could somebody please
upload the new version ?
Thanks,
AndyM
[1] http://permalink.gmane.org/gmane.os.cygwin.applications/21209
--
Problem reports:
On Thu 21 Oct 2010, Andrew Schulman wrote:
>> I've been using unison to sync files via ssh without problems.
>> Unison 2.40.16-2 works fine for me, but 2.40.61-1 fails.
>
> Thanks for reporting that. I've uploaded a new test release. Would you
> mind trying it out?
Hi Andrew,
The 2.40.61-2 ver
Hi,
I've noticed that the info files for libc and libm get installed twice:
~> cygcheck -f /usr/share/info/libm.info
cygwin-1.7.7-1
~> cygcheck -f /usr/share/info/libm.info.gz
cygwin-doc-1.7-1
~> cygcheck -f /usr/share/info/libc.info
cygwin-1.7.7-1
~> cygcheck -f /usr/share/info/libc.info.gz
cyg
On Wed 17 Jun 2009, Eric Blake wrote:
> A new release of git, 1.6.3.2-1, has been uploaded to the cygwin 1.7
> release area. This replaces 1.6.3.1-1 as current.
>
> NEWS:
> =
> This is a new upstream major release. It also changes the location of
> library executables from /usr/sbin/git-core
On Sat 04 Apr 2009, Corinna Vinschen wrote:
> On Apr 3 21:20, Corinna Vinschen wrote:
>> On Apr 4 02:32, neomjp wrote:
>> > [...]
>> > But it failed for JIS/ISO-2022-JP and eucJP. (It was represented as
>> > ASCII SO(0x0e)/UTF-8 sequence).
>> >
>> > What is going wrong here? What makes the file
Hi,
I've tried to grab a copy of the Linux repo from kernel.org using git in
Cygwin 1.7, and I seem to be hitting the same problem noted here by Eric
Blake:
http://www.cygwin.com/ml/cygwin/2009-02/msg00567.html
Running the following commands:
cd /cygdrive/d/Source/kernel.org
ajm> strace -o git-
On Wed, 06 Aug 2008 02:37:41 GMT, Gary Johnson wrote:
> On 2008-08-05, Gary Johnson wrote:
[snipped]
> OK, I did some Googling and found a "Cygwin USB-to-Serial HOWTO"
> (http://tmp.ua964.com/cygwin-usb-to-serial-howto/) and a thread in
> this list from May, both mentioning Cygwin's limit of 16
On Mon, 14 Jul 2008 20:18:12 GMT, rolf wrote:
> René Berber writes:
>
>
> [snip]
>> Just for reference, with XEmacs opening a shell:
>>
>> sh-3.2$ echo $TERM
>> dumb
>> sh-3.2$ echo $TERMCAP
>> emacs:co#79:tc=unknown:
>> sh-3.2$ python
>> Python 2.5.1 (r251:54863, May 18 2007, 16:56:43)
>> [GCC
On Fri, 16 Nov 2007 19:20:30 GMT, Andrew Schulman wrote:
> I'm not sure. At this point I recommend that you remove and reinstall all of
> the unison alternatives on your host, as follows:
>
> rm /var/lib/alternatives/unison
> for f in /etc/postinstall/unison* ; do $f ; done
>
> and see if that
On Thu, 15 Nov 2007 12:01:29 GMT, Andrew E. Schulman wrote:
> Changes in these releases:
> - Fixed two bugs in the postinstall scripts. One of them caused
> installation to fail in some cases. Thanks to Andy Moreton for pointing
> these out.
Thanks for updating this, but there s
On Wed, 14 Nov 2007 17:20:33 GMT, Andrew Schulman wrote:
> New versions of the unison2.13, unison2.17, and unison2.27 packages are
> available in the Cygwin distribution.
The /etc/postinstall/unison... installer scripts assume that alternatives is
available on the path. On
my system /usr/sbin
On Thu, 06 Jul 2006 16:00:26 GMT, Christopher Faylor wrote:
> On Thu, Jul 06, 2006 at 04:12:12PM +0200, Corinna Vinschen wrote:
>>On Jul 5 09:42, martin wrote:
>>> May I ask at gmane.org to add the cygwin-developers list there ?
>>
>>I'd rather avoid that. I can't speak for cgf, but I'm somewhat
On Thu, 03 Nov 2005 16:00:51 GMT, Alexander Gottwald wrote:
> On Thu, 2005-11-03 at 07:41 -0800, Andrew DeFaria wrote:
>
>> I guess I don't see the point. Isn't Wine an emulator for running
>> Windows apps on Unix/Linux? If so then why would you need it under
>> Cygwin as Cygwin already runs on
On Mon, 26 Sep 2005 21:41:29 GMT, Angelo Graziosi wrote:
>
>
> Dave Korn wrote:
>
>
>> You can fix it like this:
>>
>> [EMAIL PROTECTED] /test/cplus> g++ test.fixed.cpp -o test
>> [EMAIL PROTECTED] /test/cplus> diff -pu test.cpp test.fixed.cpp
>> --- test.cpp2005-09-26 10:52:37.405042000 +
On Fri, 26 Aug 2005 12:46:38 GMT, Harry Putnam wrote:
> Andy Moreton <[EMAIL PROTECTED]> writes:
>
>> On Fri, 26 Aug 2005 11:39:39 GMT, Harry Putnam wrote:
[snipped]
>>
>> You may find it easier to teach NTemacs about cygwin paths:
>>
>> http://www.
On Fri, 26 Aug 2005 11:39:39 GMT, Harry Putnam wrote:
> My background is unix/linux so when I find myself on MS OS of one
> vintage or another I sorely need the cygwin tools.
>
> However, one thing I've not found a way to get smoothed out is how to
> run emacs.
>
> I want to run emacs in gui m
Hi,
In addition to the issues with the prompt reported elsewhere, bash-3.0-7
seems to have some minor packaging issues:
1) The info file is missing. Running "cygcheck -l bash" on bash 2.05 lists
"/usr/share/info/bash.info" but is not found in the bash 3.0 package.
/usr/share/doc/Cygwin/bash-3.0
38 matches
Mail list logo