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
Task Type Bug Report
Category Packages
Status Closed
Assigned To David Runge (dvzrv)
Architecture All
Severity Medium
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 2
Private No

Details

Description:

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
Comment by Flávio Tapajós (tapajos) - Wednesday, 10 May 2023, 16:20 GMT
Rebuilding with the [current PKGBUILD](https://github.com/archlinux/svntogit-community/blob/packages/cpputest/trunk/PKGBUILD) solves it

Loading...