Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#78471 - [cpputest] generated with LTO version 12.0 instead of the expected 13.0
Attached to Project:
Community Packages
Opened by Stefan Agner (falstaff) - Wednesday, 10 May 2023, 13:07 GMT
Last edited by Toolybird (Toolybird) - Friday, 26 May 2023, 00:42 GMT
Opened by Stefan Agner (falstaff) - Wednesday, 10 May 2023, 13:07 GMT
Last edited by Toolybird (Toolybird) - Friday, 26 May 2023, 00:42 GMT
|
DetailsDescription:
When using the cpputest pre-built library with latest gcc provided by Arch Linux, I get this linking error: ``` lto1: fatal error: bytecode stream in file ‘/usr/lib/libCppUTest.a’ generated with LTO version 12.0 instead of the expected 13.0 ``` I am guessing this package just needs a rebuild? Additional info: * 4.0-3 Steps to reproduce: Try link against the library. |
This task depends upon
Closed by Toolybird (Toolybird)
Friday, 26 May 2023, 00:42 GMT
Reason for closing: Fixed
Additional comments about closing: cpputest 4.0-4
Friday, 26 May 2023, 00:42 GMT
Reason for closing: Fixed
Additional comments about closing: cpputest 4.0-4

Rebuilding with the [current PKGBUILD](https://github.com/archlinux/svntogit-community/blob/packages/cpputest/trunk/PKGBUILD) solves it