|
Bugzilla – Full Text Bug Listing |
| Summary: | Package qemu does not build with GCC 14 | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE Tumbleweed | Reporter: | Martin Jambor <mjambor> |
| Component: | Virtualization:Other | Assignee: | Fabiano Rosas <fabiano.rosas> |
| Status: | NEW --- | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Normal | ||
| Priority: | P3 - Medium | CC: | aginies, claudio.fontana, fabiano.rosas |
| 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: | 1220574 | ||
|
Description
Martin Jambor
2024-07-16 15:46:18 UTC
> Normally, one is able to reproduce such failures locally with
> osc build --clean --noservice --alternative-project home:rguenther:nextgcc
> but for some reason obs always fails with " error: Failed build
> dependencies" when building qemu locally for me.
About the local build:
Does it complain about xen and spice? It seems the local osc has an issue with the way qemu.spec does `%include common.inc`. A workaround is to edit the spec to hardcode the common.inc contents, or use `osc build --without <dep>` to exclude the dependencies.
Just inserting the contents of common.inc instead of the line that attempts to include it works. Thanks. I have created https://build.opensuse.org/request/show/1188571 |