Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 627232 - =sys-apps/fwupdate-9 depends on >=sys-libs/libsmbios-2.3.3
Summary: =sys-apps/fwupdate-9 depends on >=sys-libs/libsmbios-2.3.3
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Lars Wendler (Polynomial-C) (RETIRED)
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2017-08-07 10:07 UTC by Vic Kerr (wikky)
Modified: 2018-07-10 10:03 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
update RDEPEND (fwupdate-9.patch,316 bytes, patch)
2017-08-07 10:07 UTC, Vic Kerr (wikky)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Vic Kerr (wikky) 2017-08-07 10:07:08 UTC
Created attachment 488196 [details, diff]
update RDEPEND

When installing =sys-apps/fwupdate-9, the build fails with the following message:

  libfwup.c:36:41: fatal error: /usr/include/smbios_c/token.h: No such file or directory

The directory /usr/include/smbios_c doesn't exist. After updating to =sys-libs/libsmbios-2.3.3, fwupdate installs fine, as the required files are provided by the updated libsmbios.

Currently, =sys-apps/fwupdate-9 has >=sys-libs/libsmbios-2.3.2 in RDEPEND, which is wrong.
Comment 1 Matthew Thode ( prometheanfire ) archtester Gentoo Infrastructure gentoo-dev Security 2017-12-18 16:50:07 UTC
I can confirm this bug exists and the update works.
Comment 2 Alex Bennee 2018-06-01 15:04:38 UTC
However libsmbios is only required for x86/amd64 architectures. It won't build for example for arm64 which I am currently in the process of keywording.
Comment 3 Larry the Git Cow gentoo-dev 2018-07-10 10:03:13 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84ad9b8ba5827e75ccb3ec2155659336d4c26aea

commit 84ad9b8ba5827e75ccb3ec2155659336d4c26aea
Author:     Lars Wendler <polynomial-c@gentoo.org>
AuthorDate: 2018-07-10 10:03:06 +0000
Commit:     Lars Wendler <polynomial-c@gentoo.org>
CommitDate: 2018-07-10 10:03:06 +0000

    sys-apps/fwupdate: Fixed dependency on sys-libs/libsmbios
    
    Closes: https://bugs.gentoo.org/627232
    Package-Manager: Portage-2.3.41, Repoman-2.3.9

 sys-apps/fwupdate/fwupdate-10.ebuild | 2 +-
 sys-apps/fwupdate/fwupdate-12.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)