Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pango: Fix build with gcc-13 #92

Closed
wants to merge 1 commit into from
Closed

pango: Fix build with gcc-13 #92

wants to merge 1 commit into from

Conversation

Hains
Copy link

@Hains Hains commented May 27, 2023

Apply Backport patch:
GNOME/pango@e93dbd6

To fix:

| inlined from 'pango_language_get_scripts' at ../pango-1.50.14/pango/pango-language.c:661:21:
| ../pango-1.50.14/pango/pango-language.c:518:12: error: array subscript 0 is outside array bounds of 'const void *[0]' {aka 'const void *[]'} [-Werror=array-bounds=]
| 518 | *cache = result;
| | ~~~~~~~^~~~~~~~

Apply Backport patch:
GNOME/pango@e93dbd6

To fix:

|     inlined from 'pango_language_get_scripts' at ../pango-1.50.14/pango/pango-language.c:661:21:
| ../pango-1.50.14/pango/pango-language.c:518:12: error: array subscript 0 is outside array bounds of 'const void *[0]' {aka 'const void *[]'} [-Werror=array-bounds=]
|   518 |     *cache = result;
|       |     ~~~~~~~^~~~~~~~

Signed-off-by: Hains <[email protected]>
@shr-project
Copy link
Contributor

Please follow the README and send it for review to ML (surprisingly I haven't seen this error in my builds yet).

@Hains Hains closed this by deleting the head repository Jun 28, 2023
halstead pushed a commit that referenced this pull request Jul 10, 2023
* inherit python_setuptools_build_meta since setup.py was dropped

https://github.com/pytest-dev/pytest-subtests/blob/main/CHANGELOG.rst#0110-2023-05-15

* Logging is displayed for failing subtests (#92)
* Passing subtests no longer turn the pytest output to yellow (as if
  warnings have been issued) (#86). Thanks to Andrew-Brock for providing
  the solution.
* Now the msg contents of a subtest is displayed when running pytest with
  -v (#6).

Signed-off-by: Tim Orling <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
halstead pushed a commit that referenced this pull request Jul 19, 2023
https://github.com/jaraco/zipp/blob/v3.16.2/NEWS.rst

v3.16.2
* Bugfixes:
  - In Path.match, Windows path separators are no longer honored. The fact
    that they were was incidental and never supported. (#92)
  - Fixed name/suffix/suffixes/stem operations when no filename is present
    and the Path is not at the root of the zipfile. (#96)
  - Reworked glob utilizing the namelist directly. (#101)
v3.16.1
* Bugfixes:
  - Replaced the fnmatch.translate with a fresh glob-to-regex translator
    for more correct matching behavior. (#98)
v3.16.0
* Features:
  - Require Python 3.8 or later.

License-Update: removed Copyright (see jaraco/skeleton#78)

Signed-off-by: Tim Orling <[email protected]>
Signed-off-by: Alexandre Belloni <[email protected]>
Signed-off-by: Richard Purdie <[email protected]>
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