Skip to content

Build fails with newer fmt libraries version 12 #2456

@stoecker

Description

@stoecker

FMT libraries version >= 12 dropped localtime function.

[  156s] /home/abuild/rpmbuild/BUILD/osm2pgsql-2.2.0-build/osm2pgsql-2.2.0/src/logging.cpp: In member function ‘void logger_t::generate_common_prefix(std::string*, const fmt::v12::text_style&, const char*) const’:
[  156s] /home/abuild/rpmbuild/BUILD/osm2pgsql-2.2.0-build/osm2pgsql-2.2.0/src/logging.cpp:31:30: error: ‘localtime’ is not a member of ‘fmt’
[  156s]    31 |                         fmt::localtime(std::time(nullptr)));
[  156s]       |                              ^~~~~~~~~
[  156s] /home/abuild/rpmbuild/BUILD/osm2pgsql-2.2.0-build/osm2pgsql-2.2.0/src/logging.cpp:31:30: note: suggested alternatives:
[  156s] In file included from /usr/include/pthread.h:23,
[  156s]                  from /usr/include/c++/15/s390x-suse-linux/bits/gthr-default.h:35,
[  156s]                  from /usr/include/c++/15/s390x-suse-linux/bits/gthr.h:157,
[  156s]                  from /usr/include/c++/15/ext/atomicity.h:37,
[  156s]                  from /usr/include/c++/15/bits/locale_classes.h:43,
[  156s]                  from /usr/include/c++/15/locale:43,
[  156s]                  from /usr/include/fmt/format-inl.h:26,
[  156s]                  from /usr/include/fmt/format.h:4387,
[  156s]                  from /home/abuild/rpmbuild/BUILD/osm2pgsql-2.2.0-build/osm2pgsql-2.2.0/src/format.hpp:14,
[  156s]                  from /home/abuild/rpmbuild/BUILD/osm2pgsql-2.2.0-build/osm2pgsql-2.2.0/src/logging.hpp:13,
[  156s]                  from /home/abuild/rpmbuild/BUILD/osm2pgsql-2.2.0-build/osm2pgsql-2.2.0/src/logging.cpp:10:
[  156s] /usr/include/time.h:136:19: note:   ‘localtime’
[  156s]   136 | extern struct tm *localtime (const time_t *__timer) __THROW;
[  156s]       |                   ^~~~~~~~~
[  156s] /usr/include/time.h:136:19: note:   ‘localtime’

See also https://build.opensuse.org/public/build/Application:Geo/openSUSE_Tumbleweed/s390x/osm2pgsql/_log

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions