Summary: | x11-misc/dunst-1.5.0 USE=-dunstify - src_compile(): Package libnotify was not found in the pkg-config search path. | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | John Helmert III <ajak> |
Component: | Current packages | Assignee: | Desktop Misc. Team <desktop-misc> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | build.log |
From the changelog: dunstify notification client is now installed by default (#701) So, probably need to call `emake dunst` rather than just `emake` now when USE=-dunstify is set. The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a33ddfbcc32dbce0c8698d392e41a458cd14ccf4 commit a33ddfbcc32dbce0c8698d392e41a458cd14ccf4 Author: Jeroen Roovers <jer@gentoo.org> AuthorDate: 2020-09-05 10:47:39 +0000 Commit: Jeroen Roovers <jer@gentoo.org> CommitDate: 2020-09-05 10:49:10 +0000 x11-misc/dunst: Drop USE=dunstify, fix deps - Set BDEPEND - Export PKG_CONFIG - Remove USE=dunstify Package-Manager: Portage-3.0.5, Repoman-3.0.1 Bug: https://bugs.gentoo.org/740392 Signed-off-by: Jeroen Roovers <jer@gentoo.org> x11-misc/dunst/dunst-1.5.0.ebuild | 19 +++++++------------ x11-misc/dunst/dunst-9999.ebuild | 21 +++++++++------------ 2 files changed, 16 insertions(+), 24 deletions(-) (In reply to Larry the Git Cow from comment #2) > The bug has been referenced in the following commit(s): > > https://gitweb.gentoo.org/repo/gentoo.git/commit/ > ?id=a33ddfbcc32dbce0c8698d392e41a458cd14ccf4 > > commit a33ddfbcc32dbce0c8698d392e41a458cd14ccf4 > Author: Jeroen Roovers <jer@gentoo.org> > AuthorDate: 2020-09-05 10:47:39 +0000 > Commit: Jeroen Roovers <jer@gentoo.org> > CommitDate: 2020-09-05 10:49:10 +0000 > > x11-misc/dunst: Drop USE=dunstify, fix deps > > - Set BDEPEND > - Export PKG_CONFIG > - Remove USE=dunstify > > Package-Manager: Portage-3.0.5, Repoman-3.0.1 > Bug: https://bugs.gentoo.org/740392 > Signed-off-by: Jeroen Roovers <jer@gentoo.org> > > x11-misc/dunst/dunst-1.5.0.ebuild | 19 +++++++------------ > x11-misc/dunst/dunst-9999.ebuild | 21 +++++++++------------ > 2 files changed, 16 insertions(+), 24 deletions(-) Could you please test those changes? Looks like that fixes it. Thanks! |
Created attachment 658398 [details] build.log Relevant bit of build.log: make -j8 -l8 Package libnotify was not found in the pkg-config search path. Perhaps you should add the directory containing `libnotify.pc' to the PKG_CONFIG_PATH environment variable No package 'libnotify' found Package libnotify was not found in the pkg-config search path. Perhaps you should add the directory containing `libnotify.pc' to the PKG_CONFIG_PATH environment variable No package 'libnotify' found Makefile:41: *** "pkg-config failed!". Stop.