Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 670769 - sys-apps/fwupd-1.2.0: ERROR: Dependency "json-glib-1.0" not found, tried pkgconfig
Summary: sys-apps/fwupd-1.2.0: ERROR: Dependency "json-glib-1.0" not found, tried pkg...
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:
Depends on:
Blocks:
 
Reported: 2018-11-09 16:11 UTC by Craig Andrews
Modified: 2018-11-09 16:21 UTC (History)
1 user (show)

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


Attachments
build.log (sys-apps:fwupd-1.2.0:20181109-153626.log,7.42 KB, text/x-log)
2018-11-09 16:11 UTC, Craig Andrews
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Craig Andrews gentoo-dev 2018-11-09 16:11:31 UTC
Created attachment 554657 [details]
build.log

---
Found pkg-config: /usr/bin/x86_64-pc-linux-gnu-pkg-config (0.29.2)
Dependency gio-2.0 found: YES 2.56.2
Dependency gmodule-2.0 found: YES 2.56.2
Dependency gio-unix-2.0 found: YES 2.56.2
Dependency gudev-1.0 found: YES 232
Dependency xmlb found: YES 0.1.4
Dependency gusb found: YES 0.2.11
Dependency sqlite3 found: YES 3.25.2
Dependency libarchive found: YES 3.3.3
Dependency json-glib-1.0 found: NO (tried pkgconfig)

meson.build:161:0: ERROR:  Dependency "json-glib-1.0" not found, tried pkgconfig
---

Looks like a dependency on dev-libs/json-glib is required but not specified.
Comment 1 Larry the Git Cow gentoo-dev 2018-11-09 16:21:23 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=572ef26a4d3ef89ea0a84f5d6d0a7b4287f09f5d

commit 572ef26a4d3ef89ea0a84f5d6d0a7b4287f09f5d
Author:     Lars Wendler <polynomial-c@gentoo.org>
AuthorDate: 2018-11-09 16:16:36 +0000
Commit:     Lars Wendler <polynomial-c@gentoo.org>
CommitDate: 2018-11-09 16:21:02 +0000

    sys-apps/fwupd: Fixed dependency on dev-libs/json-glib
    
    and moved some deps from DEPEND to RDEPEND.
    Closes: https://bugs.gentoo.org/670769
    Package-Manager: Portage-2.3.51, Repoman-2.3.12
    Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>

 sys-apps/fwupd/fwupd-1.2.0.ebuild | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)