Your message dated Thu, 19 Aug 2021 12:00:47 +0800
with message-id <[email protected]>
and subject line spdlog 1:1.8.5+ds-1 had fixed this bug
has caused the Debian Bug report #991464,
regarding spdlog: FTBFS on non-linux platform
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
991464: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=991464
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: spdlog
Severity: normal
Version: 1:1.8.1+ds-2.1
X-Debbugs-CC: [email protected]
Dear spdlog maintainers,
Currently package spdlog cannot be built on non-linux platform due to missing
of systemd-related headers:
https://buildd.debian.org/status/package.php?p=spdlog
/<<PKGBUILDDIR>>/include/spdlog/sinks/systemd_sink.h:14:10: fatal error:
systemd/sd-journal.h: No such file or directory
14 | #include <systemd/sd-journal.h>
| ^~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
Please check with upstream to see if the package can be built without systemd
support. If systemd is a hard requirement, please set package building
architecture to "linux-any" instead of "any".
Thanks,
Boyuan Yang
signature.asc
Description: This is a digitally signed message part
--- End Message ---
--- Begin Message ---
Version: 1:1.8.5+ds-1
From changelog:
[ Pino Toscano ]
* Limit libsystemd-dev build dependency to linux-any
The package can be built without systemd
support. The systemd is not a hard requirement.
git show 501c8056932b54fbc99c0d87cf88855c79bf5ee8
commit 501c8056932b54fbc99c0d87cf88855c79bf5ee8
Author: Pino Toscano <[email protected]>
Date: Sun Jan 31 19:07:22 2021 +0100
Limit libsystemd-dev build dependency to linux-any
systemd exists only on Linux.
diff --git a/debian/control b/debian/control
index 6104bde..cf72b0d 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Priority: optional
Build-Depends: debhelper-compat (= 13),
cmake,
pkg-config,
- libsystemd-dev,
+ libsystemd-dev [linux-any],
libfmt-dev (>= 6.1.2+ds),
pkg-kde-tools
Standards-Version: 4.5.1
--
肖盛文 xiao sheng wen Faris Xiao
微信(wechat):atzlinux
《铜豌豆 Linux》https://www.atzlinux.com
基于 Debian 的 Linux 中文 桌面 操作系统
Debian QA page: https://qa.debian.org/developer.php?login=atzlinux%40sina.com
GnuPG Public Key: 0x00186602339240CB
OpenPGP_signature
Description: OpenPGP digital signature
--- End Message ---