Re: python 3.9 package leaks CFLAGS into user packages via sysconfig

2021-12-28 Thread Marco Atzeri

On 28.12.2021 03:19, Marco Atzeri wrote:

On 28.12.2021 02:27, Matthias Koeppe wrote:

$ python3.9 -m sysconfig | grep CFLAGS


Hi Matthias,

can you please verify the test package

python39-3.9.9-3 (not the -2)

$ python3.9 -m sysconfig | grep CFLAGS
BASECFLAGS = "-Wno-unused-result -Wsign-compare"
CFLAGS = "-Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv 
-O3 -Wall"

CFLAGSFORSHARED = ""
CFLAGS_ALIASING = ""
CONFIGURE_CFLAGS = ""
CONFIGURE_CFLAGS_NODIST = "-ggdb -O2 -pipe -Wall 
-Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector-strong 
--param=ssp-buffer-size=4 
-fdebug-prefix-map=/pub/devel/python/python39/python39-3.9.9-3.x86_64/build=/usr/src/debug/python39-3.9.9-3 
-fdebug-prefix-map=/pub/devel/python/python39/python39-3.9.9-3.x86_64/src/Python-3.9.9=/usr/src/debug/python39-3.9.9-3 
-DOPENSSL_NO_SSL3=1 -I/usr/include/uuid/ -std=c99 -Wextra 
-Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers 
-Werror=implicit-function-declaration -fvisibility=hidden"



Regards
Marco

--
Problem reports:  https://cygwin.com/problems.html
FAQ:  https://cygwin.com/faq/
Documentation:https://cygwin.com/docs.html
Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple


Re: [ANNOUNCEMENT] xorg-server-21.1.2-1

2021-12-28 Thread Marco Atzeri

On 18.12.2021 20:32, Jon Turney wrote:


The following packages have been uploaded to the Cygwin distribution:

* xorg-server-21.1.2-1
* xorg-server-common-21.1.2-1
* xorg-server-extra-21.1.2-1
* xorg-server-devel-21.1.2-1
* xorg-server-xorg-21.1.2-1
* xwinclip-21.1.2-1

These packages contain XWin and the other X.Org X11 servers.



Hi Jon,
never noted before, but I am not an heavy user of X these days;
do you know what could cause this warning ?


$ startxwin
xauth: (stdin):1:  bad display name ":0" in "add" command
xauth: (argv):1:  bad display name ":0" in "list" command
xauth: (stdin):1:  bad display name ":0" in "add" command
xauth: (argv):1:  bad display name "LAPTOP-82F08ILC:0" in "list" command
xauth: (stdin):1:  bad display name "LAPTOP-82F08ILC:0" in "add" command

$ uname -a
CYGWIN_NT-10.0 LAPTOP-82F08ILC 3.3.3(0.341/5/3) 2021-12-03 16:35 x86_64 
Cygwin


Regards
Marco

--
Problem reports:  https://cygwin.com/problems.html
FAQ:  https://cygwin.com/faq/
Documentation:https://cygwin.com/docs.html
Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple


Can't load CSS mode in Emacs

2021-12-28 Thread Jim Reisert AD1C
I'm using the test version of Emacs 28.0.60.  I can't seem to load
css-mode (Cascading Style Sheets).  I get the following error in the
console window:

  0 [main] emacs-X11 1297 child_info_fork::abort: address space
needed by 'url-history-a9b2f6e8-97761513.eln' (0xAD) is already
occupied

Any idea what's going on?

I have not gone back and tried Emacs 27.

-- 
Jim Reisert AD1C, , https://www.ad1c.us

-- 
Problem reports:  https://cygwin.com/problems.html
FAQ:  https://cygwin.com/faq/
Documentation:https://cygwin.com/docs.html
Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple


Re: Can't load CSS mode in Emacs

2021-12-28 Thread Marco Atzeri

On 28.12.2021 21:37, Jim Reisert AD1C wrote:

I'm using the test version of Emacs 28.0.60.  I can't seem to load
css-mode (Cascading Style Sheets).  I get the following error in the
console window:

   0 [main] emacs-X11 1297 child_info_fork::abort: address space
needed by 'url-history-a9b2f6e8-97761513.eln' (0xAD) is already
occupied

Any idea what's going on?

I have not gone back and tried Emacs 27.



Hi Jim,
can you provide as attachment the cygcheck.out ?

see https://cygwin.com/problems.html

Regards
Marco

--
Problem reports:  https://cygwin.com/problems.html
FAQ:  https://cygwin.com/faq/
Documentation:https://cygwin.com/docs.html
Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple


Re: Can't load CSS mode in Emacs

2021-12-28 Thread Ken Brown

On 12/28/2021 3:37 PM, Jim Reisert AD1C wrote:

I'm using the test version of Emacs 28.0.60.  I can't seem to load
css-mode (Cascading Style Sheets).  I get the following error in the
console window:

   0 [main] emacs-X11 1297 child_info_fork::abort: address space
needed by 'url-history-a9b2f6e8-97761513.eln' (0xAD) is already
occupied

Any idea what's going on?


This means that the .eln files need to be rebased.  Please close all Cygwin 
processes and run setup-x86_64.exe so that autorebase can do its thing.  Make 
sure that /var/lib/rebase/userpath.d/ has been created as explained in 
the release announcement.


Ken

--
Problem reports:  https://cygwin.com/problems.html
FAQ:  https://cygwin.com/faq/
Documentation:https://cygwin.com/docs.html
Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple


Re: Can't load CSS mode in Emacs

2021-12-28 Thread Jim Reisert AD1C
On Tue, Dec 28, 2021 at 2:11 PM Ken Brown wrote:

> This means that the .eln files need to be rebased.  Please close all Cygwin
> processes and run setup-x86_64.exe so that autorebase can do its thing.  Make
> sure that /var/lib/rebase/userpath.d/ has been created as explained 
> in
> the release announcement.

Fixed, thanks!

-- 
Jim Reisert AD1C, , https://www.ad1c.us

-- 
Problem reports:  https://cygwin.com/problems.html
FAQ:  https://cygwin.com/faq/
Documentation:https://cygwin.com/docs.html
Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple


gdb file

2021-12-28 Thread Blaz Stibelj
Hello,
I have an issue that last version of gdb file (Cygwin GNU Debugger) is not 
working with version of NetBeans 12.6 IDE on Win10.
When I install older version of gdb file, the system work fine.
Can you please check the situation.

Thank you,
Blaz

-- 
Problem reports:  https://cygwin.com/problems.html
FAQ:  https://cygwin.com/faq/
Documentation:https://cygwin.com/docs.html
Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple