|
Bugzilla – Full Text Bug Listing |
| Summary: | GCC 7: kdemultimedia3 fails to build | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE Tumbleweed | Reporter: | Dominique Leuenberger <dimstar> |
| Component: | Other | Assignee: | David Sterba <dsterba> |
| Status: | RESOLVED WONTFIX | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Normal | ||
| Priority: | P5 - None | CC: | anixx, binner, cfeck, dsterba, hpj, l.lunak, martin.liska, wstephenson |
| 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: | 1030236 | ||
|
Description
Dominique Leuenberger
2017-05-29 08:46:10 UTC
Many KDE3 packages have been fixed, but this is one amongst a few that is still failing Could you provide a link that shows the error? The assembly code in StereoVolumeControl_impl.cpp does not use local assembler labels, so they get duplicated most likely because of automatic inlining. I see two options: 1) Remove the asm code, modern compilers should optimize the loop (lines 42-51) 2) Replace the global labels with local labels The package is not in Factory, let's rest it in peace. |