René's URL Explorer Experiment


Title: [Bug]: Cygwin build fails due to use of Windows-only functions in _tkagg.cpp · Issue #22997 · matplotlib/matplotlib · GitHub

Open Graph Title: [Bug]: Cygwin build fails due to use of Windows-only functions in _tkagg.cpp · Issue #22997 · matplotlib/matplotlib

X Title: [Bug]: Cygwin build fails due to use of Windows-only functions in _tkagg.cpp · Issue #22997 · matplotlib/matplotlib

Description: Bug summary When the build gets to https://github.com/matplotlib/matplotlib/blob/main/src/_tkagg.cpp#L262-L273 on Cygwin, the build fails with a few goto crosses initialization warnings, which are easy to fix (closed by #23051), and two ...

Open Graph Description: Bug summary When the build gets to https://github.com/matplotlib/matplotlib/blob/main/src/_tkagg.cpp#L262-L273 on Cygwin, the build fails with a few goto crosses initialization warnings, which are ...

X Description: Bug summary When the build gets to https://github.com/matplotlib/matplotlib/blob/main/src/_tkagg.cpp#L262-L273 on Cygwin, the build fails with a few goto crosses initialization warnings, which are ...

Opengraph URL: https://github.com/matplotlib/matplotlib/issues/22997

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"[Bug]: Cygwin build fails due to use of Windows-only functions in _tkagg.cpp","articleBody":"### Bug summary\r\n\r\nWhen the build gets to https://github.com/matplotlib/matplotlib/blob/main/src/_tkagg.cpp#L262-L273 on Cygwin, the build fails with a few `goto crosses initialization` warnings, which are easy to fix (closed by #23051), and two `error: ‘PyErr_SetFromWindowsErr’ was not declared in this scope`, which are less easy to fix.\r\n\r\n### Code for reproduction\r\n\r\n```python\r\npip install matplotlib\r\n```\r\n\r\n\r\n### Actual outcome\r\n\r\n```con\r\n...\r\nlots of compiler command lines and some warnings (`array subscript has type 'char'`)\r\n...\r\n          gcc ...  -I/usr/include/python3.8 -c src/_tkagg.cpp -o build/temp.cygwin-3.3.4-x86_64-3.8/matplotlib.backends._tkagg/src/_tkagg.o -fvisibility=hidden -flto\r\n          src/_tkagg.cpp: In function ‘void load_tkinter_funcs()’:\r\n          src/_tkagg.cpp:263:9: error: ‘PyErr_SetFromWindowsErr’ was not declared in this scope\r\n            263 |         PyErr_SetFromWindowsErr(0);\r\n                |         ^~~~~~~~~~~~~~~~~~~~~~~\r\n          src/_tkagg.cpp:271:9: error: ‘PyErr_SetFromWindowsErr’ was not declared in this scope\r\n            271 |         PyErr_SetFromWindowsErr(0);\r\n                |         ^~~~~~~~~~~~~~~~~~~~~~~\r\n          src/_tkagg.cpp:283:1: error: jump to label ‘exit’\r\n            283 | exit:\r\n                | ^~~~\r\n          src/_tkagg.cpp:272:14: note:   from here\r\n            272 |         goto exit;\r\n                |              ^~~~\r\n          src/_tkagg.cpp:274:26: note:   crosses initialization of ‘bool tk_ok’\r\n            274 |     bool tcl_ok = false, tk_ok = false;\r\n                |                          ^~~~~\r\n          src/_tkagg.cpp:274:10: note:   crosses initialization of ‘bool tcl_ok’\r\n            274 |     bool tcl_ok = false, tk_ok = false;\r\n                |          ^~~~~~\r\n          src/_tkagg.cpp:283:1: error: jump to label ‘exit’\r\n            283 | exit:\r\n                | ^~~~\r\n          src/_tkagg.cpp:268:14: note:   from here\r\n            268 |         goto exit;\r\n                |              ^~~~\r\n          src/_tkagg.cpp:274:26: note:   crosses initialization of ‘bool tk_ok’\r\n            274 |     bool tcl_ok = false, tk_ok = false;\r\n                |                          ^~~~~\r\n          src/_tkagg.cpp:274:10: note:   crosses initialization of ‘bool tcl_ok’\r\n            274 |     bool tcl_ok = false, tk_ok = false;\r\n                |          ^~~~~~\r\n          src/_tkagg.cpp:283:1: error: jump to label ‘exit’\r\n            283 | exit:\r\n                | ^~~~\r\n          src/_tkagg.cpp:264:14: note:   from here\r\n            264 |         goto exit;\r\n                |              ^~~~\r\n          src/_tkagg.cpp:274:26: note:   crosses initialization of ‘bool tk_ok’\r\n            274 |     bool tcl_ok = false, tk_ok = false;\r\n                |                          ^~~~~\r\n          src/_tkagg.cpp:274:10: note:   crosses initialization of ‘bool tcl_ok’\r\n            274 |     bool tcl_ok = false, tk_ok = false;\r\n                |          ^~~~~~\r\n          error: command '/usr/bin/gcc' failed with exit code 1\r\n...\r\npip reminds me this is not pip's fault\r\n ```\r\n\r\n### Expected outcome\r\n\r\n```con\r\n...\r\nSuccessfully installed collected packages: matplotlib\r\n```\r\n\r\n### Additional information\r\n\r\nCygwin 3.3.4\r\nGCC 11.2.0\r\nPython 3.8.12\r\n\r\nI've installed matplotlib in earlier versions.  #17415 rather suggests that Cygwin builds worked at that time, and probably made using the default backend somewhat easier.  #22445 seems to be where the `PyErr_SetFromWindowsErr` calls came in.\r\n\r\nI've attempted to create a dummy `PyErr_SetFromWindowsErr` on Cygwin, but, given the number of failures in the test suite, I probably didn't do it right.\r\n\r\n### Operating system\r\n\r\nCygwin 3.3.4 on Windows 10\r\n\r\n### Matplotlib Version\r\n\r\n3.5.2\r\n\r\n### Matplotlib Backend\r\n\r\nTkAgg\r\n\r\n### Python version\r\n\r\n3.8.12\r\n\r\n### Jupyter version\r\n\r\nN/A\r\n\r\n### Installation\r\n\r\npip","author":{"url":"https://github.com/DWesl","@type":"Person","name":"DWesl"},"datePublished":"2022-05-06T22:08:44.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":11},"url":"https://github.com/22997/matplotlib/issues/22997"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:f8c73f82-5276-25a7-5573-a759938a88be
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-id94C4:23E45A:E3F9F8:12C9819:6A519A79
html-safe-nonceb494e0c0624bd2c7c98249c2acd02d67b1c1192706d9552598f402144dac288e
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI5NEM0OjIzRTQ1QTpFM0Y5Rjg6MTJDOTgxOTo2QTUxOUE3OSIsInZpc2l0b3JfaWQiOiI3NjM1ODg5ODkxOTYwNzg5NjI1IiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0=
visitor-hmacefc0fedc6f4ae49764685a888823fdbb75ae29807993f072a7c000afc46a4a89
hovercard-subject-tagissue:1228423124
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/matplotlib/matplotlib/22997/issue_layout
twitter:imagehttps://opengraph.githubassets.com/7534883cbbcb101df0e1091909c5777e35ef6e9cc81509781ebde49e12fe1a9f/matplotlib/matplotlib/issues/22997
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/7534883cbbcb101df0e1091909c5777e35ef6e9cc81509781ebde49e12fe1a9f/matplotlib/matplotlib/issues/22997
og:image:altBug summary When the build gets to https://github.com/matplotlib/matplotlib/blob/main/src/_tkagg.cpp#L262-L273 on Cygwin, the build fails with a few goto crosses initialization warnings, which are ...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernameDWesl
hostnamegithub.com
expected-hostnamegithub.com
Noneb9a586c06a05a7a86fc7e3f4dbd03e42f6869085879aa184aa6369456dbd50fb
turbo-cache-controlno-preview
go-importgithub.com/matplotlib/matplotlib git https://github.com/matplotlib/matplotlib.git
octolytics-dimension-user_id215947
octolytics-dimension-user_loginmatplotlib
octolytics-dimension-repository_id1385122
octolytics-dimension-repository_nwomatplotlib/matplotlib
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id1385122
octolytics-dimension-repository_network_root_nwomatplotlib/matplotlib
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release7aed05249554b889eb33d002851a973eebcc7e91
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/matplotlib/matplotlib/issues/22997#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fmatplotlib%2Fmatplotlib%2Fissues%2F22997
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub Copilot appDirect agents from issue to mergehttps://github.com/features/ai/github-app
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
View all resourceshttps://github.com/resources
GitHub SponsorsFund open source developershttps://github.com/open-source/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/open-source/accelerator
GitHub Starshttps://stars.github.com
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/enterprise/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fmatplotlib%2Fmatplotlib%2Fissues%2F22997
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=matplotlib%2Fmatplotlib
Reloadhttps://github.com/matplotlib/matplotlib/issues/22997
Reloadhttps://github.com/matplotlib/matplotlib/issues/22997
Reloadhttps://github.com/matplotlib/matplotlib/issues/22997
Please reload this pagehttps://github.com/matplotlib/matplotlib/issues/22997
matplotlib https://github.com/matplotlib
matplotlibhttps://github.com/matplotlib/matplotlib
Please reload this pagehttps://github.com/matplotlib/matplotlib/issues/22997
Notifications https://github.com/login?return_to=%2Fmatplotlib%2Fmatplotlib
Fork 8.4k https://github.com/login?return_to=%2Fmatplotlib%2Fmatplotlib
Star 23k https://github.com/login?return_to=%2Fmatplotlib%2Fmatplotlib
Code https://github.com/matplotlib/matplotlib
Issues 1.1k https://github.com/matplotlib/matplotlib/issues
Pull requests 409 https://github.com/matplotlib/matplotlib/pulls
Actions https://github.com/matplotlib/matplotlib/actions
Projects https://github.com/matplotlib/matplotlib/projects
Wiki https://github.com/matplotlib/matplotlib/wiki
Security and quality 0 https://github.com/matplotlib/matplotlib/security
Insights https://github.com/matplotlib/matplotlib/pulse
Code https://github.com/matplotlib/matplotlib
Issues https://github.com/matplotlib/matplotlib/issues
Pull requests https://github.com/matplotlib/matplotlib/pulls
Actions https://github.com/matplotlib/matplotlib/actions
Projects https://github.com/matplotlib/matplotlib/projects
Wiki https://github.com/matplotlib/matplotlib/wiki
Security and quality https://github.com/matplotlib/matplotlib/security
Insights https://github.com/matplotlib/matplotlib/pulse
#23066https://github.com/matplotlib/matplotlib/pull/23066
[Bug]: Cygwin build fails due to use of Windows-only functions in _tkagg.cpphttps://github.com/matplotlib/matplotlib/issues/22997#top
#23066https://github.com/matplotlib/matplotlib/pull/23066
Good first issueOpen a pull request against these issues if there are no active ones!https://github.com/matplotlib/matplotlib/issues?q=state%3Aopen%20label%3A%22Good%20first%20issue%22
OS: Microsofthttps://github.com/matplotlib/matplotlib/issues?q=state%3Aopen%20label%3A%22OS%3A%20Microsoft%22
v3.5.3https://github.com/matplotlib/matplotlib/milestone/71
https://github.com/DWesl
DWeslhttps://github.com/DWesl
on May 6, 2022https://github.com/matplotlib/matplotlib/issues/22997#issue-1228423124
https://github.com/matplotlib/matplotlib/blob/main/src/_tkagg.cpp#L262-L273https://github.com/matplotlib/matplotlib/blob/main/src/_tkagg.cpp#L262-L273
#23051https://github.com/matplotlib/matplotlib/pull/23051
#17415https://github.com/matplotlib/matplotlib/pull/17415
#22445https://github.com/matplotlib/matplotlib/pull/22445
Good first issueOpen a pull request against these issues if there are no active ones!https://github.com/matplotlib/matplotlib/issues?q=state%3Aopen%20label%3A%22Good%20first%20issue%22
OS: Microsofthttps://github.com/matplotlib/matplotlib/issues?q=state%3Aopen%20label%3A%22OS%3A%20Microsoft%22
v3.5.3https://github.com/matplotlib/matplotlib/milestone/71
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.