-
-
Notifications
You must be signed in to change notification settings - Fork 14.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fmt: 6.1.2 -> 6.2.0 #84771
fmt: 6.1.2 -> 6.2.0 #84771
Conversation
This worked for me. |
e883a3a
to
660762a
Compare
@GrahamcOfBorg build fmt |
kodi fail to build:
|
looks like xbmc/xbmc#17629 fmtlib/fmt#1620 cc Kodi maintainers @domenkozar @titanous @edwtjo @peterhoeg @sephalon |
@GrahamcOfBorg eval |
660762a
to
714f2e5
Compare
714f2e5
to
08d634a
Compare
@GrahamcOfBorg build kodi |
The fix for kodi: xbmc/xbmc#17683 |
The fmt patch I added supposedly fixes it on fmt side but kodi takes ages to build so I did not verify it yet. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Changes look reasonable
- Reverse dependencies build (
nix-build -A kodi-gbm -A waybar -A kodiPlugins.joystick -A kodiPlugins.kodi -A mkvtoolnix-cli -A kodiPlugins.pvr-iptvsimple -A kodiPlain -A kodiPlugins.inputstream-adaptive -A fmt -A kodi-wayland -A kodiPlainWayland -A kodiPlugins.pvr-hts -A kodi -A kodiPlugins.kodi-platform -A mkvtoolnix -A kodiGBM -A kodiPlugins.pvr-hdhomerun -A kodiPlugins.steam-controller -A kodiPlugins.vfs-sftp -A kodiPlugins.vfs-libarchive
) so nothing probably depends on the newly deprecated API:FMT_DEPRECATED_INCLUDE_OS
.
Semi-automatic update generated by nixpkgs-update tools. This update was made based on information from https://github.com/fmtlib/fmt/releases.
meta.description for fmt is: "Small, safe and fast formatting library"
meta.homepage for fmt is: "http://fmtlib.net/"
Updates performed:
Release on GitHub
Compare changes on GitHub
Checks done (click to expand)
built on NixOS
The tests defined in
passthru.tests
, if any, passed0 of 0 passed binary check by having a zero exit code.
0 of 0 passed binary check by having the new version present in output.
directory tree listing: https://gist.github.com/7c308405abd7d5eb86d5493a458b9b3c
du listing: https://gist.github.com/8c4b124ab30424b94587d4e7bb9da1b5
Rebuild report (if merged into master) (click to expand)
69 total rebuild path(s)
20 package rebuild(s)
20 x86_64-linux rebuild(s)
19 i686-linux rebuild(s)
11 x86_64-darwin rebuild(s)
19 aarch64-linux rebuild(s)
First fifty rebuilds by attrpath
fmt
kodi
kodi-gbm
kodi-wayland
kodiGBM
kodiPlain
kodiPlainWayland
kodiPlugins.inputstream-adaptive
kodiPlugins.joystick
kodiPlugins.kodi
kodiPlugins.kodi-platform
kodiPlugins.pvr-hdhomerun
kodiPlugins.pvr-hts
kodiPlugins.pvr-iptvsimple
kodiPlugins.steam-controller
kodiPlugins.vfs-libarchive
kodiPlugins.vfs-sftp
mkvtoolnix
mkvtoolnix-cli
waybar
Instructions to test this update (click to expand)
Either download from Cachix:
(r-ryantm's Cachix cache is only trusted for this store-path realization.)
For the Cachix download to work, your user must be in the
trusted-users
list or you can usesudo
since root is effectively trusted.Or, build yourself:
After you've downloaded or built it, look at the files and if there are any, run the binaries:
cc @jeroendehaas for testing.