Skip to content
This repository has been archived by the owner on Mar 4, 2024. It is now read-only.

gtk-sys: test failed on fedora copr #598

Closed
ghost opened this issue Jun 28, 2021 · 3 comments
Closed

gtk-sys: test failed on fedora copr #598

ghost opened this issue Jun 28, 2021 · 3 comments
Labels
bug Something isn't working

Comments

@ghost
Copy link

ghost commented Jun 28, 2021

Bug description
https://download.copr.fedorainfracloud.org/results/remilauzier/gtk/fedora-rawhide-x86_64/02305848-rust-gtk-sys/builder-live.log.gz

tests/layout.c:244:61: error: 'GtkHeaderBarAccessible' undeclared (first use in this function); did you mean 'GtkLevelBarAccessible'?
244 | printf("%s;%zu;%zu\n", "GtkHeaderBarAccessible", sizeof(GtkHeaderBarAccessible), alignof(GtkHeaderBarAccessible));
| ^~~~~~~~~~~~~~~~~~~~~~
| GtkLevelBarAccessible
tests/layout.c:244:61: note: each undeclared identifier is reported only once for each function it appears in

@ghost ghost added the bug Something isn't working label Jun 28, 2021
@sdroege
Copy link
Member

sdroege commented Jun 28, 2021

The corresponding header is not included by any GTK headers, so this fails (not just on Fedora copr). The header would have to be listed in the .gir file somehow so that it can be automatically included for the tests.

@sdroege
Copy link
Member

sdroege commented Jun 28, 2021

I.e. this is a bug at the GTK level, not in the bindings.

@bilelmoussaoui
Copy link
Member

There is already an issue about this #13

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants