Skip to content

[at-spi2-core] Update 2.59.0#49258

Draft
SunBlack wants to merge 1 commit intomicrosoft:masterfrom
SunBlack:at-spi2-core
Draft

[at-spi2-core] Update 2.59.0#49258
SunBlack wants to merge 1 commit intomicrosoft:masterfrom
SunBlack:at-spi2-core

Conversation

@SunBlack
Copy link
Copy Markdown
Contributor

@SunBlack SunBlack commented Jan 7, 2026

  • Changes comply with the maintainer guide.
  • SHA512s are updated for each updated download.
  • The "supports" clause reflects platforms that may be fixed by this new version.
  • Any fixed CI baseline entries are removed from that file.
  • Any patches that are no longer applied are deleted from the port's directory.
  • The version database is fixed by rerunning ./vcpkg x-add-version --all and committing the result.
  • Only one version is added to each modified port's versions file.

Remove dpdk support of windows, due to:

../src/v25.11-3cc4f3a5aa.clean/lib/metrics/rte_metrics_telemetry.c(142): error C2057: expected constant expression
../src/v25.11-3cc4f3a5aa.clean/lib/metrics/rte_metrics_telemetry.c(142): error C2466: cannot allocate an array of constant size 0
../src/v25.11-3cc4f3a5aa.clean/lib/metrics/rte_metrics_telemetry.c(142): error C2133: 'xstats_values': unknown size
../src/v25.11-3cc4f3a5aa.clean/lib/metrics/rte_metrics_telemetry.c(390): error C2057: expected constant expression
../src/v25.11-3cc4f3a5aa.clean/lib/metrics/rte_metrics_telemetry.c(390): error C2466: cannot allocate an array of constant size 0
../src/v25.11-3cc4f3a5aa.clean/lib/metrics/rte_metrics_telemetry.c(390): error C2133: 'stat_names': unknown size

As the C compiler of MSVC never learned VLAs...

// Edit: conflicts with port atk which is already a archived project. As far as I can see atk is developed now within at-spi2-core (compare these commits with these). So not sure whether delist atk or just mark it as known issue. The code for gobject-introspection is taken from the atk port.

@SunBlack SunBlack marked this pull request as draft January 7, 2026 00:29
@SunBlack SunBlack force-pushed the at-spi2-core branch 3 times, most recently from 5b5b637 to a7b77f6 Compare January 7, 2026 18:46
@SunBlack SunBlack marked this pull request as ready for review January 12, 2026 01:22
Copy link
Copy Markdown
Member

@vicroms vicroms left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

gtk is going to need patching to get rid of the atk dependency, if possible at all. Can you extract the changes to dpdk to its own PR so we can repair the CI baseline?

@vicroms vicroms marked this pull request as draft January 13, 2026 06:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants