Skip to content
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: 7.1.2 -> 7.1.3 #104969

Merged
merged 1 commit into from Nov 26, 2020
Merged

fmt: 7.1.2 -> 7.1.3 #104969

merged 1 commit into from Nov 26, 2020

Conversation

r-ryantm
Copy link
Contributor

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/"

meta.changelog for fmt is: ""

Updates performed
  • Version update
To inspect upstream changes
Impact
Checks done (click to expand)

Rebuild report (if merged into master) (click to expand)
91 total rebuild path(s)

28 package rebuild(s)

28 x86_64-linux rebuild(s)
25 i686-linux rebuild(s)
14 x86_64-darwin rebuild(s)
24 aarch64-linux rebuild(s)


First fifty rebuilds by attrpath
adlplug
bear
d-seams
fmt
fmt_7
gerbera
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
mpvScripts.convert
opnplug
pcsx2
waybar
Instructions to test this update (click to expand)

Either download from Cachix:

nix-store -r /nix/store/sdbm2gxbnyzl7bf3kn5hadfmv6wrj7sa-fmt-7.1.3 \
  --option binary-caches 'https://cache.nixos.org/ https://nix-community.cachix.org/' \
  --option trusted-public-keys '
  nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs=
  cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
  '

(The 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 use sudo since root is effectively trusted.

Or, build yourself:

nix-build -A fmt https://github.com/r-ryantm/nixpkgs/archive/ac6196fe2b860d4849689c0a4e81af6a4f07971b.tar.gz

After you've downloaded or built it, look at the files and if there are any, run the binaries:

ls -la /nix/store/sdbm2gxbnyzl7bf3kn5hadfmv6wrj7sa-fmt-7.1.3
ls -la /nix/store/sdbm2gxbnyzl7bf3kn5hadfmv6wrj7sa-fmt-7.1.3/bin


Pre-merge build results

We have automatically built all packages that will get rebuilt due to
this change.

This gives evidence on whether the upgrade will break dependent packages.
Note sometimes packages show up as failed to build independent of the
change, simply because they are already broken on the target branch.

Result of nixpkgs-review 1

1 package failed to build:
  • gerbera
25 packages built:
  • adlplug
  • bear
  • d-seams
  • fmt
  • kodi (xbmc)
  • kodi-gbm
  • kodi-wayland
  • kodiGBM
  • kodiPlain (xbmcPlain)
  • kodiPlainWayland
  • kodiPlugins.inputstream-adaptive
  • kodiPlugins.joystick
  • kodiPlugins.kodi-platform
  • kodiPlugins.pvr-hdhomerun
  • kodiPlugins.pvr-hts
  • kodiPlugins.pvr-iptvsimple
  • kodiPlugins.steam-controller
  • kodiPlugins.vfs-libarchive
  • kodiPlugins.vfs-sftp
  • mkvtoolnix
  • mkvtoolnix-cli
  • mpvScripts.convert
  • opnplug
  • pcsx2
  • waybar

Maintainer pings

cc @jeroendehaas for testing.

@SuperSandro2000
Copy link
Member

SuperSandro2000 commented Nov 26, 2020

Result of nixpkgs-review pr 104969 run on x86_64-linux 1

1 package failed to build:
  • gerbera
25 packages built:
  • adlplug
  • bear
  • d-seams
  • fmt (fmt_7)
  • kodi
  • kodi-gbm
  • kodi-wayland
  • kodiGBM
  • kodiPlain (kodiPlugins.kodi)
  • kodiPlainWayland
  • kodiPlugins.inputstream-adaptive
  • kodiPlugins.joystick
  • kodiPlugins.kodi-platform
  • kodiPlugins.pvr-hdhomerun
  • kodiPlugins.pvr-hts
  • kodiPlugins.pvr-iptvsimple
  • kodiPlugins.steam-controller
  • kodiPlugins.vfs-libarchive
  • kodiPlugins.vfs-sftp
  • mkvtoolnix
  • mkvtoolnix-cli
  • mpvScripts.convert
  • opnplug
  • pcsx2
  • waybar

gerbera:

In file included from /build/source/src/util/tools.cc:66:
/nix/store/vdm92gzp9ffmdl8rhqp3ahipcvbv7n1n-fmt-7.1.3-dev/include/fmt/ostream.h: In function 'void fmt::v7::print(std::basic_ostream<Char>&, const S&, Args&& ...)':
/nix/store/vdm92gzp9ffmdl8rhqp3ahipcvbv7n1n-fmt-7.1.3-dev/include/fmt/ostream.h:173:15: error: 'make_args_checked' is not a member of 'fmt'
  173 |          fmt::make_args_checked<Args...>(format_str, args...));
      |               ^~~~~~~~~~~~~~~~~
/nix/store/vdm92gzp9ffmdl8rhqp3ahipcvbv7n1n-fmt-7.1.3-dev/include/fmt/ostream.h:173:37: error: expected primary-expression before '...' token
  173 |          fmt::make_args_checked<Args...>(format_str, args...));
      |                                     ^~~
/nix/store/vdm92gzp9ffmdl8rhqp3ahipcvbv7n1n-fmt-7.1.3-dev/include/fmt/ostream.h: In instantiation of 'void fmt::v7::detail::format_value(fmt::v7::detail::buffer<Char>&, const T&, fmt::v7::detail::locale_ref) [with Char = char; T = std::filesystem::__cxx11::path]':
/nix/store/vdm92gzp9ffmdl8rhqp3ahipcvbv7n1n-fmt-7.1.3-dev/include/fmt/ostream.h:138:17:   required from 'OutputIt fmt::v7::detail::fallback_formatter<T, Char, typename std::enable_if<fmt::v7::detail::is_streamable<T, Char>::value, void>::type>::format(const T&, fmt::v7::basic_format_context<OutputIt, Char>&) [with OutputIt = std::back_insert_iterator<fmt::v7::detail::buffer<char> >; T = std::filesystem::__cxx11::path; Char = char; typename std::enable_if<fmt::v7::detail::is_streamable<T, Char>::value, void>::type = void]'
/nix/store/r6s0i2h07ja7addcwbn2sivlrm8znfx8-spdlog-1.8.1/include/spdlog/fmt/bundled/core.h:949:5:   required from 'static void fmt::v7::detail::value<Context>::format_custom_arg(const void*, typename Context::parse_context_type&, Context&) [with T = std::filesystem::__cxx11::path; Formatter = fmt::v7::detail::fallback_formatter<std::filesystem::__cxx11::path, char, void>; Context = fmt::v7::basic_format_context<std::back_insert_iterator<fmt::v7::detail::buffer<char> >, char>; typename Context::parse_context_type = fmt::v7::basic_format_parse_context<char>]'
/nix/store/r6s0i2h07ja7addcwbn2sivlrm8znfx8-spdlog-1.8.1/include/spdlog/fmt/bundled/core.h:935:19:   required from 'fmt::v7::detail::value<Context>::value(const T&) [with T = std::filesystem::__cxx11::path; Context = fmt::v7::basic_format_context<std::back_insert_iterator<fmt::v7::detail::buffer<char> >, char>]'
/nix/store/r6s0i2h07ja7addcwbn2sivlrm8znfx8-spdlog-1.8.1/include/spdlog/fmt/bundled/core.h:1259:39:   required from 'fmt::v7::detail::value<Context> fmt::v7::detail::make_arg(const T&) [with bool IS_PACKED = true; Context = fmt::v7::basic_format_context<std::back_insert_iterator<fmt::v7::detail::buffer<char> >, char>; fmt::v7::detail::type <anonymous> = fmt::v7::detail::type::custom_type; T = std::filesystem::__cxx11::path; typename std::enable_if<IS_PACKED, int>::type <anonymous> = 0]'
/nix/store/r6s0i2h07ja7addcwbn2sivlrm8znfx8-spdlog-1.8.1/include/spdlog/fmt/bundled/core.h:1410:64:   required from 'fmt::v7::format_arg_store<Context, Args>::format_arg_store(const Args& ...) [with Context = fmt::v7::basic_format_context<std::back_insert_iterator<fmt::v7::detail::buffer<char> >, char>; Args = {const std::filesystem::__cxx11::path}]'
/nix/store/r6s0i2h07ja7addcwbn2sivlrm8znfx8-spdlog-1.8.1/include/spdlog/fmt/bundled/core.h:1764:18:   required from 'fmt::v7::format_arg_store<fmt::v7::basic_format_context<std::back_insert_iterator<fmt::v7::detail::buffer<Char> >, Char>, fmt::v7::remove_reference_t<Args>...> fmt::v7::detail::make_args_checked(const S&, fmt::v7::remove_reference_t<Args>& ...) [with Args = {const std::filesystem::__cxx11::path&}; S = char [32]; Char = char]'
/nix/store/r6s0i2h07ja7addcwbn2sivlrm8znfx8-spdlog-1.8.1/include/spdlog/fmt/bundled/core.h:1835:57:   required from 'std::__cxx11::basic_string<_CharT> fmt::v7::format(const S&, Args&& ...) [with S = char [32]; Args = {const std::filesystem::__cxx11::path&}; Char = char]'
/build/source/src/util/tools.cc:530:9:   required from here
/nix/store/vdm92gzp9ffmdl8rhqp3ahipcvbv7n1n-fmt-7.1.3-dev/include/fmt/ostream.h:116:7: error: 'class fmt::v7::detail::buffer<char>' has no member named 'try_resize'; did you mean 'resize'?  116 |   buf.try_resize(buf.size());
      |   ~~~~^~~~~~~~~~
      |   resize
make[2]: *** [CMakeFiles/libgerbera.dir/build.make:1005: CMakeFiles/libgerbera.dir/src/util/tools.cc.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:124: CMakeFiles/libgerbera.dir/all] Error 2
make: *** [Makefile:149: all] Error 2

Already broken on master.

@SuperSandro2000 SuperSandro2000 merged commit b455ba5 into NixOS:master Nov 26, 2020
@r-ryantm r-ryantm deleted the auto-update/fmt branch November 27, 2020 03:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants