Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 692920 - 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
Summary: gui-apps/waybar-9999 with dev-libs/libfmt-6.0.0 - In file included from ../wa...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Bernardo Meurer
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2019-08-26 20:03 UTC by Bernardo Meurer
Modified: 2019-08-29 00:34 UTC (History)
1 user (show)

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


Attachments
build.log (gui-apps:waybar-9999:20190826-191629.log,47.80 KB, text/plain)
2019-08-26 20:03 UTC, Bernardo Meurer
Details

Note You need to log in before you can comment on or make changes to this bug.
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(-)