osrm-backend 5.26.0 -> 5.27.1 https://github.com/Project-OSRM/osrm-backend/releases attrpath: osrm-backend Checking auto update branch... No auto update branch exists [version] [version] updated version and sha256 [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [updateScript] [updateScript] skipping because derivation has no updateScript [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/servers/osrm-backend/default.nix b/pkgs/servers/osrm-backend/default.nix index 452163ee82c..5af7bcf2d91 100644 --- a/pkgs/servers/osrm-backend/default.nix +++ b/pkgs/servers/osrm-backend/default.nix @@ -2,13 +2,13 @@ stdenv.mkDerivation rec { pname = "osrm-backend"; - version = "5.26.0"; + version = "5.27.1"; src = fetchFromGitHub { owner = "Project-OSRM"; repo = "osrm-backend"; rev = "v${version}"; - sha256 = "sha256-kqRYE26aeq7nCen56TJo3BlyLFWn4NMltsq+re64/VQ="; + sha256 = "sha256-3oA/U5O4GLfwMF7x99JQuFK7ewDrLJLh6BBLYfnyNaM="; }; nativeBuildInputs = [ cmake pkg-config ]; Received ExitFailure 1 when running Raw command: /nix/store/3nqhcyc7vid1npgcd0m7arg5sn325nhz-nix-2.12.0/bin/nix-build --option sandbox true --arg config "{ allowBroken = true; allowUnfree = true; allowAliases = false; }" --arg overlays "[ ]" -A osrm-backend nix build failed. from /build/source/include/server/api/parameters_parser.hpp:4, from /build/source/src/server/api/parameters_parser.cpp:1: In function 'void* memcpy(void*, const void*, size_t)', inlined from 'void boost::function4::move_assign(boost::function4&) [with R = bool; T0 = __gnu_cxx::__normal_iterator >&; T1 = const __gnu_cxx::__normal_iterator >&; T2 = boost::spirit::context, boost::fusion::vector<> >&; T3 = const boost::spirit::unused_type&]' at include/boost/function/function_template.hpp:1008:24, inlined from 'void boost::function4::swap(boost::function4&) [with R = bool; T0 = __gnu_cxx::__normal_iterator >&; T1 = const __gnu_cxx::__normal_iterator >&; T2 = boost::spirit::context, boost::fusion::vector<> >&; T3 = const boost::spirit::unused_type&]' at include/boost/function/function_template.hpp:862:22, inlined from 'typename boost::enable_if_<(! boost::is_integral::value), boost::function&>::type boost::function::operator=(Functor) [with Functor = boost::spirit::qi::detail::parser_binder, mpl_::bool_ >; R = bool; T0 = __gnu_cxx::__normal_iterator >&; T1 = const __gnu_cxx::__normal_iterator >&; T2 = boost::spirit::context, boost::fusion::vector<> >&; T3 = const boost::spirit::unused_type&]' at include/boost/function/function_template.hpp:1147:22: /nix/store/1zsc48wwlplpkzms83m7zr94xnfalq2q-glibc-2.35-224-dev/include/bits/string_fortified.h:29:33: warning: '*(unsigned char (*)[24])((char*)& + offsetof(boost::self_type, boost::function, std::allocator > >&, const __gnu_cxx::__normal_iterator, std::allocator > >&, boost::spirit::context, boost::fusion::vector<> >&, const boost::spirit::unused_type&)>::.boost::function4, std::allocator > >&, const __gnu_cxx::__normal_iterator, std::allocator > >&, boost::spirit::context, boost::fusion::vector<> >&, const boost::spirit::unused_type&>::.boost::function_base::functor))' is used uninitialized []8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wuninitialized-Wuninitialized]8;;] 29 | return __builtin___memcpy_chk (__dest, __src, __len, | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ 30 |  __glibc_objsize0 (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from include/boost/function/detail/maybe_include.hpp:43, from include/boost/function/detail/function_iterate.hpp:14, from include/boost/preprocessor/iteration/detail/iter/limits/forward1_256.hpp:34, from include/boost/preprocessor/iteration/detail/iter/forward1.hpp:1343, from include/boost/function.hpp:70, from include/boost/spirit/home/qi/nonterminal/rule.hpp:17, from include/boost/spirit/home/qi/nonterminal.hpp:14, from include/boost/spirit/home/qi.hpp:21, from include/boost/spirit/include/qi.hpp:16, from /build/source/include/server/api/base_parameters_grammar.hpp:12: include/boost/function/function_template.hpp: In function 'typename boost::enable_if_<(! boost::is_integral::value), boost::function&>::type boost::function::operator=(Functor) [with Functor = boost::spirit::qi::detail::parser_binder, mpl_::bool_ >; R = bool; T0 = __gnu_cxx::__normal_iterator >&; T1 = const __gnu_cxx::__normal_iterator >&; T2 = boost::spirit::context, boost::fusion::vector<> >&; T3 = const boost::spirit::unused_type&]': include/boost/function/function_template.hpp:1147:5: note: '' declared here At global scope: cc1plus: note: unrecognized command-line option '-Wno-shorten-64-to-32' may have been intended to silence earlier diagnostics cc1plus: note: unrecognized command-line option '-Wno-unused-member-function' may have been intended to silence earlier diagnostics cc1plus: note: unrecognized command-line option '-Wno-implicit-float-conversion' may have been intended to silence earlier diagnostics cc1plus: note: unrecognized command-line option '-Wno-implicit-int-conversion' may have been intended to silence earlier diagnostics [ 65%] Built target SERVER make: *** [Makefile:156: all] Error 2