FS#77148 - [appstream-generator] FTBFS

Attached to Project: Community Packages
Opened by loqs (loqs) - Sunday, 15 January 2023, 19:13 GMT
Last edited by Antonio Rojas (arojas) - Sunday, 15 January 2023, 22:21 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To No-one
Architecture All
Severity Very Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
appstream-generator fails to build from source [1] due to an extra dash in:
export LDFLAGS="$(echo -ne $LDFLAGS | sed -e 's/-flto=auto/--flto=full/')
which produces --flto=full instead of -flto=full.

Additional info:
* appstream-generator 0.8.8-2
[1] appstream-generator-0.8.8-2-x86_64-build.log

Steps to reproduce:
$ git clone https://github.com/archlinux/svntogit-community --single-branch --branch 'packages/appstream-generator' appstream-generator
$ cd appstream-generator/trunk/
$ extra-x86_64-build
This task depends upon

Closed by  Antonio Rojas (arojas)
Sunday, 15 January 2023, 22:21 GMT
Reason for closing:  Fixed

Loading...