Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 692920

Summary: gui-apps/waybar-9999 with dev-libs/libfmt-6.0.0 - In file included from ../waybar-9999/include/factory.hpp:4, from ../waybar-9999/src/factory.cpp:1: ../waybar-9999/include/modules/clock.hpp:5:10: fatal error: fmt/time.h: No such file or directory
Product: Gentoo Linux Reporter: Bernardo Meurer <bernardo>
Component: Current packagesAssignee: Bernardo Meurer <bernardo>
Status: RESOLVED FIXED    
Severity: normal CC: bman
Priority: Normal Keywords: PullRequest
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://github.com/gentoo/gentoo/pull/12796
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: build.log

Description Bernardo Meurer 2019-08-26 20:03:41 UTC
Created attachment 588234 [details]
build.log

libfmt 6 breaks the build with the following:

```
126 In file included from ../waybar-9999/include/factory.hpp:4,
127                  from ../waybar-9999/src/factory.cpp:1:
128 ../waybar-9999/include/modules/clock.hpp:5:10: fatal error: fmt/time.h: No such file or directory
129     5 | #include "fmt/time.h"
130       |          ^~~~~~~~

```
I submitted a bug upstream: https://github.com/Alexays/Waybar/issues/436

and for the time being I will do a revbump with the dependency on libfmt locked to the 0/5 subslot.
Comment 1 Larry the Git Cow gentoo-dev 2019-08-29 00:34:59 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c0dd989abc271d3b1d2b437663634050d44ded4

commit 4c0dd989abc271d3b1d2b437663634050d44ded4
Author:     Bernardo Meurer <meurerbernardo@gmail.com>
AuthorDate: 2019-08-26 20:09:21 +0000
Commit:     Aaron Bauman <bman@gentoo.org>
CommitDate: 2019-08-29 00:24:06 +0000

    gui-apps/waybar: subslot libmfmt to 0/5
    
    Closes: https://bugs.gentoo.org/692920
    Package-Manager: Portage-2.3.73, Repoman-2.3.17
    Signed-off-by: Bernardo Meurer <bernardo@standard.ai>
    Signed-off-by: Aaron Bauman <bman@gentoo.org>

 gui-apps/waybar/waybar-0.7.2-r1.ebuild | 58 ++++++++++++++++++++++++++++++++++
 gui-apps/waybar/waybar-9999.ebuild     |  2 +-
 2 files changed, 59 insertions(+), 1 deletion(-)