|
Bugzilla – Full Text Bug Listing |
| Summary: | Package polkit does not build with gcc14 because of new errors | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE Tumbleweed | Reporter: | Martin Jambor <mjambor> |
| Component: | Basesystem | Assignee: | Marcus Meissner <meissner> |
| Status: | RESOLVED FIXED | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Normal | ||
| Priority: | P5 - None | ||
| Version: | Current | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Bug Depends on: | |||
| Bug Blocks: | 1220571 | ||
|
Description
Martin Jambor
2024-06-04 09:55:23 UTC
The only issue is the implicit function declaration in mocklibc, which has been meanwhile removed upstream (https://github.com/polkit-org/polkit/commit/8e17f09c770bc2efd5deb40ba2b6032d40603578). Because I do not exactly understand how the sub-project appears at the place where it does, I decided to resort to adding -Wno-error=implicit-function-declaration to %optflags. We should be able to remove the flag again after we pull from upstream again. I have created request https://build.opensuse.org/request/show/1187079 it comes out of some tar file , but i was not able to patch it. something weird is happening, perhaps it gets unpacked twice or so i accepted your sr |