Bug 1799369
Summary: | fprintd: FTBFS in Fedora rawhide/f32 | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Fedora Release Engineering <releng> | ||||||||
Component: | fprintd | Assignee: | Bastien Nocera <bnocera> | ||||||||
Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||
Severity: | unspecified | Docs Contact: | |||||||||
Priority: | unspecified | ||||||||||
Version: | rawhide | CC: | bberg, bnocera | ||||||||
Target Milestone: | --- | ||||||||||
Target Release: | --- | ||||||||||
Hardware: | Unspecified | ||||||||||
OS: | Unspecified | ||||||||||
Whiteboard: | |||||||||||
Fixed In Version: | Doc Type: | If docs needed, set a value | |||||||||
Doc Text: | Story Points: | --- | |||||||||
Clone Of: | Environment: | ||||||||||
Last Closed: | 2020-02-11 10:42:10 UTC | Type: | --- | ||||||||
Regression: | --- | Mount Type: | --- | ||||||||
Documentation: | --- | CRM: | |||||||||
Verified Versions: | Category: | --- | |||||||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||||
Cloudforms Team: | --- | Target Upstream Version: | |||||||||
Embargoed: | |||||||||||
Bug Depends On: | |||||||||||
Bug Blocks: | 1750908 | ||||||||||
Attachments: |
|
Description
Fedora Release Engineering
2020-02-06 16:50:27 UTC
Created attachment 1658939 [details]
build.log
Created attachment 1658940 [details]
root.log
file root.log too big, will only attach last 32768 bytes
Created attachment 1658941 [details]
state.log
Error: /usr/bin/ld: ./.libs/libfprintd.a(device.o):/builddir/build/BUILD/fprintd-0.9.0/src/storage.h:47: multiple definition of `store'; main.o:/builddir/build/BUILD/fprintd-0.9.0/src/storage.h:47: first defined here collect2: error: ld returned 1 exit status Already fixed upstream, will be in version 2.0 (when that's released): commit 0c6bab8640b3586ac8e1b8c35d87aa49b79719d0 Author: Bastien Nocera <hadess> Date: Thu Jan 23 17:37:33 2020 +0100 main: Fix redeclaration linking error Fix linking error as the "store" global variable gets redeclared in each C file that includes the header. Move the actual declaration to main.c. Fixes: /usr/bin/ld: ./.libs/libfprintd.a(device.o):/builds/libfprint/fprintd/src/storage.h:51: multiple definition of `store'; main.o:/builds/libfprint/fprintd/src/storage.h:51: first defined here Fixed in fprintd-1.90.1-1.fc32 |