Defaulting to stabs debug output from AS Cygwin64

2018-05-14 Thread Michael Enright
I am working on a little compiler for fun, which generates assembly code. At this point I manually invoke as and ld. For debugging I added the -g option to the invocation of as, but then ld failed with t.o:t.s:1:(.stab+0x14): relocation truncated to fit: R_X86_64_32 against `.text' Looking into

Re: Request new Ruby release

2018-05-14 Thread Steven Penny
On Mon, 14 May 2018 10:31:18, cyg Simple wrote: because they have merit? i said that already. Since you stated in the form of a question, I can say for me, they do not and based on the conversation of others, not for anyone but you. let me rephrase: they have merit, full stop. Example 1, quo

Re: CYGWIN 2.8

2018-05-14 Thread cyg Simple
On 5/14/2018 3:29 PM, Lee wrote: > On 5/14/18, cyg Simple wrote: >> On 5/8/2018 3:28 PM, Hans-Bernhard Bröker wrote: >>> Am 08.05.2018 um 13:22 schrieb David Spencer: Morning, I am trying to get CYGWIN Version 2.8, this is the only version approved for our system at present, >

Re: segfault in xwin-xdg-menu.exe

2018-05-14 Thread Jon Turney
On 14/05/2018 08:50, Fabio Rossi wrote: Il 12 maggio 2018 alle 16.27 Jon Turney ha scritto: Yeah, this is the same problem, which is under investigation. See also https://cygwin.com/ml/cygwin/2018-05/msg00152.html for another workaround. I have recompiled fontconfig and solved the issue as su

Re: libharfbuzz0 1.7.6-1 update causing xwin-xdg-menu.exe to crash

2018-05-14 Thread Jon Turney
On 14/05/2018 20:30, Brian Inglis wrote: On 2018-04-26 08:03, Jon Turney wrote: On 19/04/2018 22:15, Gilles Detillieux wrote: Has anybody else run into this problem? I've done two installations of Cygwin/X on Windows 10 systems this week, and they both had problems with the XWin Server dying ju

Re: libharfbuzz0 1.7.6-1 update causing xwin-xdg-menu.exe to crash

2018-05-14 Thread Jon Turney
On 14/05/2018 18:05, Gilles Detillieux wrote: Thanks, Jon. The local.conf blacklist rule worked like a charm! It's odd that the fontconfig packages appear not to have been built with the latest stable gcc release, but so long as it's just this one I don't know if that's the case or not. Mor

[ANNOUNCEMENT] Updated: xorg-server-1.20.0-1 (TEST)

2018-05-14 Thread Jon Turney
The following packages have been updated in the Cygwin distribution: *** xorg-server-1.20.0-1 *** xorg-server-common-1.20.0-1 *** xorg-server-debuginfo-1.20.0-1 *** xorg-server-devel-1.20.0-1 *** xorg-server-dmx-1.20.0-1 *** xorg-server-extra-1.20.0-1 *** xorg-server-xorg-1.20.0-1 *** xwinclip-1

Re: libharfbuzz0 1.7.6-1 update causing xwin-xdg-menu.exe to crash

2018-05-14 Thread Brian Inglis
On 2018-04-26 08:03, Jon Turney wrote: > On 19/04/2018 22:15, Gilles Detillieux wrote: >> Has anybody else run into this problem? I've done two installations of >> Cygwin/X on Windows 10 systems this week, and they both had problems with the >> XWin Server dying just a few seconds after starting up

Re: CYGWIN 2.8

2018-05-14 Thread Lee
On 5/14/18, cyg Simple wrote: > On 5/8/2018 3:28 PM, Hans-Bernhard Bröker wrote: >> Am 08.05.2018 um 13:22 schrieb David Spencer: >>> Morning, >>> >>> I am trying to get CYGWIN Version 2.8, this is the only version >>> approved for our system at present, > > So your company is stating it wants to

Re: libharfbuzz0 1.7.6-1 update causing xwin-xdg-menu.exe to crash

2018-05-14 Thread Gilles Detillieux
Thanks, Jon. The local.conf blacklist rule worked like a charm! It's odd that the fontconfig packages appear not to have been built with the latest stable gcc release, but so long as it's just this one (unneeded) font that's causing the headaches I'll just keep blacklisting it on our systems.

Re: CYGWIN 2.8

2018-05-14 Thread Brian Inglis
On 2018-05-08 06:13, Marco Atzeri wrote: > On 5/8/2018 1:22 PM, David Spencer wrote: >> I am trying to get CYGWIN Version 2.8, this is the only version approved for >> our system at present, is there a way I can Version 2.8 > you should use the "Cygwin Time Machine Information" > http://www.crouchi

Re: Request new Ruby release

2018-05-14 Thread cyg Simple
On 5/6/2018 10:08 AM, Steven Penny wrote: > On Sun, 6 May 2018 00:54:23, Yaakov Selkowitz wrote: >> The question is, if you actually understand your comments are not >> appreciated, why do you insist on making them anyway? > > because they have merit? i said that already. > Since you stated in t

Re: CYGWIN 2.8

2018-05-14 Thread cyg Simple
On 5/8/2018 3:28 PM, Hans-Bernhard Bröker wrote: > Am 08.05.2018 um 13:22 schrieb David Spencer: >> Morning, >> >> I am trying to get CYGWIN Version 2.8, this is the only version >> approved for our system at present, So your company is stating it wants to use buggy and susceptible applications.

Re: /usr/include/ssp/wchar.h:78:1: error: unknown type name ‘FILE’ (during cygport package build)

2018-05-14 Thread Ken Brown
On 5/13/2018 12:01 PM, waterlan wrote: > Hi, > > I'm trying to create a new wcd package, but I get compile errors during > the cygport build of the wcd package. > > gcc -ggdb -O2 -pipe -Wall -Werror=format-security > -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong > --param=ssp-buffer-size=4 > -

Re: segfault in xwin-xdg-menu.exe

2018-05-14 Thread Fabio Rossi
> Il 12 maggio 2018 alle 16.27 Jon Turney ha > scritto: > > Yeah, this is the same problem, which is under investigation. > > See also https://cygwin.com/ml/cygwin/2018-05/msg00152.html for another > workaround. I have recompiled fontconfig and solved the issue as suggested in the other topi