http://bugzilla.opensuse.org/show_bug.cgi?id=1135353 http://bugzilla.opensuse.org/show_bug.cgi?id=1135353#c11 --- Comment #11 from M Koyama <mlusster@gmail.com> --- Thank you for reply. spdlog version is spdlog-devel-1.4.2-lp151.26.1.x86_64. (this package repository from devel:/libraries:/c_c++/openSUSE_Leap_15.1) spdlog installed files list ================================================= /usr/include/spdlog/ ├── async.h ├── async_logger-inl.h ├── async_logger.h ├── common-inl.h ├── common.h ├── details │ ├── backtracer-inl.h │ ├── backtracer.h │ ├── circular_q.h │ ├── console_globals.h │ ├── file_helper-inl.h │ ├── file_helper.h │ ├── fmt_helper.h │ ├── log_msg-inl.h │ ├── log_msg.h │ ├── log_msg_buffer-inl.h │ ├── log_msg_buffer.h │ ├── mpmc_blocking_q.h │ ├── null_mutex.h │ ├── os-inl.h │ ├── os.h │ ├── pattern_formatter-inl.h │ ├── pattern_formatter.h │ ├── periodic_worker-inl.h │ ├── periodic_worker.h │ ├── registry-inl.h │ ├── registry.h │ ├── synchronous_factory.h │ ├── thread_pool-inl.h │ └── thread_pool.h ├── fmt │ ├── bin_to_hex.h │ ├── fmt.h │ └── ostr.h ├── formatter.h ├── logger-inl.h ├── logger.h ├── sinks │ ├── android_sink.h │ ├── ansicolor_sink-inl.h │ ├── ansicolor_sink.h │ ├── base_sink-inl.h │ ├── base_sink.h │ ├── basic_file_sink-inl.h │ ├── basic_file_sink.h │ ├── daily_file_sink.h │ ├── dist_sink.h │ ├── dup_filter_sink.h │ ├── msvc_sink.h │ ├── null_sink.h │ ├── ostream_sink.h │ ├── rotating_file_sink-inl.h │ ├── rotating_file_sink.h │ ├── sink-inl.h │ ├── sink.h │ ├── stdout_color_sinks-inl.h │ ├── stdout_color_sinks.h │ ├── stdout_sinks-inl.h │ ├── stdout_sinks.h │ ├── syslog_sink.h │ ├── systemd_sink.h │ ├── wincolor_sink-inl.h │ └── wincolor_sink.h ├── spdlog-inl.h ├── spdlog.h ├── tweakme.h └── version.h 3 directories, 64 files ================================================= "bundled/core.h" is not found this list. I think this problem is only packaging error, not bug. -- You are receiving this mail because: You are on the CC list for the bug.