Your message dated Fri, 19 Feb 2021 20:18:04 +0000
with message-id <[email protected]>
and subject line Bug#982363: fixed in siridb-server 2.0.43-1
has caused the Debian Bug report #982363,
regarding siridb-server FTCBFS: builds for the build architecture
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.)
--
982363: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=982363
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: siridb-server
Version: 2.0.42-1
Tags: patch
User: [email protected]
Usertags: ftcbfs
siridb-server fails to cross build from source, because it builds for
the build architecture. The solution is twofold. For one thing, the
upstream build system must stop hard coding the build architecture
compiler gcc. Secondly, the packaging should pass cross tools to make.
Once doing so, it fails to run help2man. help2man is kinda unfixable and
none of the solutions are pretty. Please consider applying the attached
patch to fix the problems other than the help2man issue. Beyond this,
maybe you can consider writing a real manual page to get rid of
help2man?
Helmut
diff --minimal -Nru siridb-server-2.0.42/debian/changelog
siridb-server-2.0.42/debian/changelog
--- siridb-server-2.0.42/debian/changelog 2021-01-03 21:54:23.000000000
+0100
+++ siridb-server-2.0.42/debian/changelog 2021-02-09 13:48:47.000000000
+0100
@@ -1,3 +1,12 @@
+siridb-server (2.0.42-1.1) UNRELEASED; urgency=medium
+
+ * Non-maintainer upload.
+ * Improve cross building: (Closes: #-1)
+ + cross.patch: Make gcc substitutable.
+ + Let dh_auto_build pass cross tools to make.
+
+ -- Helmut Grohne <[email protected]> Tue, 09 Feb 2021 13:48:47 +0100
+
siridb-server (2.0.42-1) unstable; urgency=medium
New upstream release
diff --minimal -Nru siridb-server-2.0.42/debian/patches/cross.patch
siridb-server-2.0.42/debian/patches/cross.patch
--- siridb-server-2.0.42/debian/patches/cross.patch 1970-01-01
01:00:00.000000000 +0100
+++ siridb-server-2.0.42/debian/patches/cross.patch 2021-02-09
13:48:47.000000000 +0100
@@ -0,0 +1,428 @@
+Index: siridb-server-2.0.42/Release/makefile
+===================================================================
+--- siridb-server-2.0.42.orig/Release/makefile 2020-11-12 09:47:15.000000000
+0100
++++ siridb-server-2.0.42/Release/makefile 2021-02-09 13:54:43.760484998
+0100
+@@ -68,7 +68,7 @@
+ siridb-server: $(OBJS) $(USER_OBJS)
+ @echo 'Building target: $@'
+ @echo 'Invoking: GCC C Linker'
+- gcc -o "siridb-server" $(OBJS) $(USER_OBJS) $(LDFLAGS) $(LIBS)
$(CRYPT) $(UUID)
++ $(CC) -o "siridb-server" $(OBJS) $(USER_OBJS) $(LDFLAGS) $(LIBS)
$(CRYPT) $(UUID)
+ @echo 'Finished building target: $@'
+ @echo ' '
+
+Index: siridb-server-2.0.42/Release/src/argparse/subdir.mk
+===================================================================
+--- siridb-server-2.0.42.orig/Release/src/argparse/subdir.mk 2020-11-12
09:47:15.000000000 +0100
++++ siridb-server-2.0.42/Release/src/argparse/subdir.mk 2021-02-09
13:58:08.904950637 +0100
+@@ -13,7 +13,7 @@
+ src/argparse/%.o: ../src/argparse/%.c
+ @echo 'Building file: $<'
+ @echo 'Invoking: GCC C Compiler'
+- gcc -DNDEBUG -I../include -O3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c
-fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
++ $(CC) -DNDEBUG -I../include -O3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c
-fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
+ @echo 'Finished building: $<'
+ @echo ' '
+
+Index: siridb-server-2.0.42/Release/src/base64/subdir.mk
+===================================================================
+--- siridb-server-2.0.42.orig/Release/src/base64/subdir.mk 2020-11-12
09:47:15.000000000 +0100
++++ siridb-server-2.0.42/Release/src/base64/subdir.mk 2021-02-09
13:57:03.898070586 +0100
+@@ -13,7 +13,7 @@
+ src/base64/%.o: ../src/base64/%.c
+ @echo 'Building file: $<'
+ @echo 'Invoking: GCC C Compiler'
+- gcc -DNDEBUG -I../include -O3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c
-fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
++ $(CC) -DNDEBUG -I../include -O3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c
-fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
+ @echo 'Finished building: $<'
+ @echo ' '
+
+Index: siridb-server-2.0.42/Release/src/cexpr/subdir.mk
+===================================================================
+--- siridb-server-2.0.42.orig/Release/src/cexpr/subdir.mk 2020-11-12
09:47:15.000000000 +0100
++++ siridb-server-2.0.42/Release/src/cexpr/subdir.mk 2021-02-09
13:58:23.868692868 +0100
+@@ -13,7 +13,7 @@
+ src/cexpr/%.o: ../src/cexpr/%.c
+ @echo 'Building file: $<'
+ @echo 'Invoking: GCC C Compiler'
+- gcc -DNDEBUG -I../include -O3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c
-fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
++ $(CC) -DNDEBUG -I../include -O3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c
-fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
+ @echo 'Finished building: $<'
+ @echo ' '
+
+Index: siridb-server-2.0.42/Release/src/cfgparser/subdir.mk
+===================================================================
+--- siridb-server-2.0.42.orig/Release/src/cfgparser/subdir.mk 2020-11-12
09:47:15.000000000 +0100
++++ siridb-server-2.0.42/Release/src/cfgparser/subdir.mk 2021-02-09
13:55:08.376060777 +0100
+@@ -13,7 +13,7 @@
+ src/cfgparser/%.o: ../src/cfgparser/%.c
+ @echo 'Building file: $<'
+ @echo 'Invoking: GCC C Compiler'
+- gcc -DNDEBUG -I../include -O3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c
-fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
++ $(CC) -DNDEBUG -I../include -O3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c
-fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
+ @echo 'Finished building: $<'
+ @echo ' '
+
+Index: siridb-server-2.0.42/Release/src/ctree/subdir.mk
+===================================================================
+--- siridb-server-2.0.42.orig/Release/src/ctree/subdir.mk 2020-11-12
09:47:15.000000000 +0100
++++ siridb-server-2.0.42/Release/src/ctree/subdir.mk 2021-02-09
13:57:50.265271761 +0100
+@@ -13,7 +13,7 @@
+ src/ctree/%.o: ../src/ctree/%.c
+ @echo 'Building file: $<'
+ @echo 'Invoking: GCC C Compiler'
+- gcc -DNDEBUG -I../include -O3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c
-fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
++ $(CC) -DNDEBUG -I../include -O3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c
-fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
+ @echo 'Finished building: $<'
+ @echo ' '
+
+Index: siridb-server-2.0.42/Release/src/expr/subdir.mk
+===================================================================
+--- siridb-server-2.0.42.orig/Release/src/expr/subdir.mk 2020-11-12
09:47:15.000000000 +0100
++++ siridb-server-2.0.42/Release/src/expr/subdir.mk 2021-02-09
13:57:43.253392574 +0100
+@@ -13,7 +13,7 @@
+ src/expr/%.o: ../src/expr/%.c
+ @echo 'Building file: $<'
+ @echo 'Invoking: GCC C Compiler'
+- gcc -DNDEBUG -I../include -O3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c
-fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
++ $(CC) -DNDEBUG -I../include -O3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c
-fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
+ @echo 'Finished building: $<'
+ @echo ' '
+
+Index: siridb-server-2.0.42/Release/src/imap/subdir.mk
+===================================================================
+--- siridb-server-2.0.42.orig/Release/src/imap/subdir.mk 2020-11-12
09:47:15.000000000 +0100
++++ siridb-server-2.0.42/Release/src/imap/subdir.mk 2021-02-09
13:56:47.978344845 +0100
+@@ -13,7 +13,7 @@
+ src/imap/%.o: ../src/imap/%.c
+ @echo 'Building file: $<'
+ @echo 'Invoking: GCC C Compiler'
+- gcc -DNDEBUG -I../include -O3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c
-fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
++ $(CC) -DNDEBUG -I../include -O3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c
-fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
+ @echo 'Finished building: $<'
+ @echo ' '
+
+Index: siridb-server-2.0.42/Release/src/iso8601/subdir.mk
+===================================================================
+--- siridb-server-2.0.42.orig/Release/src/iso8601/subdir.mk 2020-11-12
09:47:15.000000000 +0100
++++ siridb-server-2.0.42/Release/src/iso8601/subdir.mk 2021-02-09
13:57:00.386131093 +0100
+@@ -13,7 +13,7 @@
+ src/iso8601/%.o: ../src/iso8601/%.c
+ @echo 'Building file: $<'
+ @echo 'Invoking: GCC C Compiler'
+- gcc -DNDEBUG -I../include -O3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c
-fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
++ $(CC) -DNDEBUG -I../include -O3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c
-fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
+ @echo 'Finished building: $<'
+ @echo ' '
+
+Index: siridb-server-2.0.42/Release/src/lib/subdir.mk
+===================================================================
+--- siridb-server-2.0.42.orig/Release/src/lib/subdir.mk 2020-11-12
09:47:15.000000000 +0100
++++ siridb-server-2.0.42/Release/src/lib/subdir.mk 2021-02-09
13:57:07.850002504 +0100
+@@ -13,7 +13,7 @@
+ src/lib/%.o: ../src/lib/%.c
+ @echo 'Building file: $<'
+ @echo 'Invoking: GCC C Compiler'
+- gcc -DNDEBUG -I../include -O3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c
-fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
++ $(CC) -DNDEBUG -I../include -O3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c
-fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
+ @echo 'Finished building: $<'
+ @echo ' '
+
+Index: siridb-server-2.0.42/Release/src/llist/subdir.mk
+===================================================================
+--- siridb-server-2.0.42.orig/Release/src/llist/subdir.mk 2020-11-12
09:47:15.000000000 +0100
++++ siridb-server-2.0.42/Release/src/llist/subdir.mk 2021-02-09
13:56:52.910259884 +0100
+@@ -13,7 +13,7 @@
+ src/llist/%.o: ../src/llist/%.c
+ @echo 'Building file: $<'
+ @echo 'Invoking: GCC C Compiler'
+- gcc -DNDEBUG -I../include -O3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c
-fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
++ $(CC) -DNDEBUG -I../include -O3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c
-fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
+ @echo 'Finished building: $<'
+ @echo ' '
+
+Index: siridb-server-2.0.42/Release/src/lock/subdir.mk
+===================================================================
+--- siridb-server-2.0.42.orig/Release/src/lock/subdir.mk 2020-11-12
09:47:15.000000000 +0100
++++ siridb-server-2.0.42/Release/src/lock/subdir.mk 2021-02-09
13:58:27.912623208 +0100
+@@ -13,7 +13,7 @@
+ src/lock/%.o: ../src/lock/%.c
+ @echo 'Building file: $<'
+ @echo 'Invoking: GCC C Compiler'
+- gcc -DNDEBUG -I../include -O3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c
-fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
++ $(CC) -DNDEBUG -I../include -O3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c
-fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
+ @echo 'Finished building: $<'
+ @echo ' '
+
+Index: siridb-server-2.0.42/Release/src/logger/subdir.mk
+===================================================================
+--- siridb-server-2.0.42.orig/Release/src/logger/subdir.mk 2020-11-12
09:47:15.000000000 +0100
++++ siridb-server-2.0.42/Release/src/logger/subdir.mk 2021-02-09
13:58:14.300857679 +0100
+@@ -13,7 +13,7 @@
+ src/logger/%.o: ../src/logger/%.c
+ @echo 'Building file: $<'
+ @echo 'Invoking: GCC C Compiler'
+- gcc -DNDEBUG -I../include -O3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c
-fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
++ $(CC) -DNDEBUG -I../include -O3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c
-fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
+ @echo 'Finished building: $<'
+ @echo ' '
+
+Index: siridb-server-2.0.42/Release/src/omap/subdir.mk
+===================================================================
+--- siridb-server-2.0.42.orig/Release/src/omap/subdir.mk 2020-11-12
09:47:15.000000000 +0100
++++ siridb-server-2.0.42/Release/src/omap/subdir.mk 2021-02-09
13:58:17.328805518 +0100
+@@ -13,7 +13,7 @@
+ src/omap/%.o: ../src/omap/%.c
+ @echo 'Building file: $<'
+ @echo 'Invoking: GCC C Compiler'
+- gcc -DNDEBUG -I../include -O3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c
-fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
++ $(CC) -DNDEBUG -I../include -O3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c
-fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
+ @echo 'Finished building: $<'
+ @echo ' '
+
+Index: siridb-server-2.0.42/Release/src/owcrypt/subdir.mk
+===================================================================
+--- siridb-server-2.0.42.orig/Release/src/owcrypt/subdir.mk 2020-11-12
09:47:15.000000000 +0100
++++ siridb-server-2.0.42/Release/src/owcrypt/subdir.mk 2021-02-09
13:57:53.637213672 +0100
+@@ -13,7 +13,7 @@
+ src/owcrypt/%.o: ../src/owcrypt/%.c
+ @echo 'Building file: $<'
+ @echo 'Invoking: GCC C Compiler'
+- gcc -DNDEBUG -I../include -O3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c
-fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
++ $(CC) -DNDEBUG -I../include -O3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c
-fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
+ @echo 'Finished building: $<'
+ @echo ' '
+
+Index: siridb-server-2.0.42/Release/src/procinfo/subdir.mk
+===================================================================
+--- siridb-server-2.0.42.orig/Release/src/procinfo/subdir.mk 2020-11-12
09:47:15.000000000 +0100
++++ siridb-server-2.0.42/Release/src/procinfo/subdir.mk 2021-02-09
13:58:12.096895648 +0100
+@@ -13,7 +13,7 @@
+ src/procinfo/%.o: ../src/procinfo/%.c
+ @echo 'Building file: $<'
+ @echo 'Invoking: GCC C Compiler'
+- gcc -DNDEBUG -I../include -O3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c
-fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
++ $(CC) -DNDEBUG -I../include -O3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c
-fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
+ @echo 'Finished building: $<'
+ @echo ' '
+
+Index: siridb-server-2.0.42/Release/src/qpack/subdir.mk
+===================================================================
+--- siridb-server-2.0.42.orig/Release/src/qpack/subdir.mk 2020-11-12
09:47:15.000000000 +0100
++++ siridb-server-2.0.42/Release/src/qpack/subdir.mk 2021-02-09
13:58:03.633041467 +0100
+@@ -13,7 +13,7 @@
+ src/qpack/%.o: ../src/qpack/%.c
+ @echo 'Building file: $<'
+ @echo 'Invoking: GCC C Compiler'
+- gcc -DNDEBUG -I../include -O3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c
-fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
++ $(CC) -DNDEBUG -I../include -O3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c
-fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
+ @echo 'Finished building: $<'
+ @echo ' '
+
+Index: siridb-server-2.0.42/Release/src/qpjson/subdir.mk
+===================================================================
+--- siridb-server-2.0.42.orig/Release/src/qpjson/subdir.mk 2020-11-12
09:47:15.000000000 +0100
++++ siridb-server-2.0.42/Release/src/qpjson/subdir.mk 2021-02-09
13:57:58.949122161 +0100
+@@ -13,7 +13,7 @@
+ src/qpjson/%.o: ../src/qpjson/%.c
+ @echo 'Building file: $<'
+ @echo 'Invoking: GCC C Compiler'
+- gcc -DNDEBUG -I../include -O3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c
-fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
++ $(CC) -DNDEBUG -I../include -O3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c
-fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
+ @echo 'Finished building: $<'
+ @echo ' '
+
+Index: siridb-server-2.0.42/Release/src/siri/args/subdir.mk
+===================================================================
+--- siridb-server-2.0.42.orig/Release/src/siri/args/subdir.mk 2020-11-12
09:47:15.000000000 +0100
++++ siridb-server-2.0.42/Release/src/siri/args/subdir.mk 2021-02-09
13:57:27.857657811 +0100
+@@ -13,7 +13,7 @@
+ src/siri/args/%.o: ../src/siri/args/%.c
+ @echo 'Building file: $<'
+ @echo 'Invoking: GCC C Compiler'
+- gcc -DNDEBUG -I../include -O3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c
-fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
++ $(CC) -DNDEBUG -I../include -O3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c
-fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
+ @echo 'Finished building: $<'
+ @echo ' '
+
+Index: siridb-server-2.0.42/Release/src/siri/cfg/subdir.mk
+===================================================================
+--- siridb-server-2.0.42.orig/Release/src/siri/cfg/subdir.mk 2020-11-12
09:47:15.000000000 +0100
++++ siridb-server-2.0.42/Release/src/siri/cfg/subdir.mk 2021-02-09
13:57:30.545611508 +0100
+@@ -13,7 +13,7 @@
+ src/siri/cfg/%.o: ../src/siri/cfg/%.c
+ @echo 'Building file: $<'
+ @echo 'Invoking: GCC C Compiler'
+- gcc -DNDEBUG -I../include -O3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c
-fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
++ $(CC) -DNDEBUG -I../include -O3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c
-fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
+ @echo 'Finished building: $<'
+ @echo ' '
+
+Index: siridb-server-2.0.42/Release/src/siri/db/subdir.mk
+===================================================================
+--- siridb-server-2.0.42.orig/Release/src/siri/db/subdir.mk 2020-11-12
09:47:15.000000000 +0100
++++ siridb-server-2.0.42/Release/src/siri/db/subdir.mk 2021-02-09
13:57:21.893760558 +0100
+@@ -139,7 +139,7 @@
+ src/siri/db/%.o: ../src/siri/db/%.c
+ @echo 'Building file: $<'
+ @echo 'Invoking: GCC C Compiler'
+- gcc -DNDEBUG -I../include -O3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c
-fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
++ $(CC) -DNDEBUG -I../include -O3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c
-fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
+ @echo 'Finished building: $<'
+ @echo ' '
+
+Index: siridb-server-2.0.42/Release/src/siri/file/subdir.mk
+===================================================================
+--- siridb-server-2.0.42.orig/Release/src/siri/file/subdir.mk 2020-11-12
09:47:15.000000000 +0100
++++ siridb-server-2.0.42/Release/src/siri/file/subdir.mk 2021-02-09
13:57:14.473888393 +0100
+@@ -16,7 +16,7 @@
+ src/siri/file/%.o: ../src/siri/file/%.c
+ @echo 'Building file: $<'
+ @echo 'Invoking: GCC C Compiler'
+- gcc -DNDEBUG -I../include -O3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c
-fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
++ $(CC) -DNDEBUG -I../include -O3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c
-fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
+ @echo 'Finished building: $<'
+ @echo ' '
+
+Index: siridb-server-2.0.42/Release/src/siri/grammar/subdir.mk
+===================================================================
+--- siridb-server-2.0.42.orig/Release/src/siri/grammar/subdir.mk
2020-11-12 09:47:15.000000000 +0100
++++ siridb-server-2.0.42/Release/src/siri/grammar/subdir.mk 2021-02-09
13:57:17.189841601 +0100
+@@ -13,7 +13,7 @@
+ src/siri/grammar/%.o: ../src/siri/grammar/%.c
+ @echo 'Building file: $<'
+ @echo 'Invoking: GCC C Compiler'
+- gcc -DNDEBUG -I../include -O3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c
-fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
++ $(CC) -DNDEBUG -I../include -O3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c
-fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
+ @echo 'Finished building: $<'
+ @echo ' '
+
+Index: siridb-server-2.0.42/Release/src/siri/help/subdir.mk
+===================================================================
+--- siridb-server-2.0.42.orig/Release/src/siri/help/subdir.mk 2020-11-12
09:47:15.000000000 +0100
++++ siridb-server-2.0.42/Release/src/siri/help/subdir.mk 2021-02-09
13:57:35.621524052 +0100
+@@ -13,7 +13,7 @@
+ src/siri/help/%.o: ../src/siri/help/%.c
+ @echo 'Building file: $<'
+ @echo 'Invoking: GCC C Compiler'
+- gcc -DNDEBUG -I../include -O3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c
-fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
++ $(CC) -DNDEBUG -I../include -O3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c
-fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
+ @echo 'Finished building: $<'
+ @echo ' '
+
+Index: siridb-server-2.0.42/Release/src/siri/net/subdir.mk
+===================================================================
+--- siridb-server-2.0.42.orig/Release/src/siri/net/subdir.mk 2020-11-12
09:47:15.000000000 +0100
++++ siridb-server-2.0.42/Release/src/siri/net/subdir.mk 2021-02-09
13:57:10.705953306 +0100
+@@ -37,6 +37,6 @@
+ src/siri/net/%.o: ../src/siri/net/%.c
+ @echo 'Building file: $<'
+ @echo 'Invoking: GCC C Compiler'
+- gcc -DNDEBUG -I../include -O3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c
-fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
++ $(CC) -DNDEBUG -I../include -O3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c
-fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
+ @echo 'Finished building: $<'
+ @echo ' '
+Index: siridb-server-2.0.42/Release/src/siri/service/subdir.mk
+===================================================================
+--- siridb-server-2.0.42.orig/Release/src/siri/service/subdir.mk
2020-11-12 09:47:15.000000000 +0100
++++ siridb-server-2.0.42/Release/src/siri/service/subdir.mk 2021-02-09
13:57:25.065705912 +0100
+@@ -19,7 +19,7 @@
+ src/siri/args/%.o: ../src/siri/args/%.c
+ @echo 'Building file: $<'
+ @echo 'Invoking: GCC C Compiler'
+- gcc -DNDEBUG -I../include -O3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c
-fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
++ $(CC) -DNDEBUG -I../include -O3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c
-fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
+ @echo 'Finished building: $<'
+ @echo ' '
+
+Index: siridb-server-2.0.42/Release/src/siri/subdir.mk
+===================================================================
+--- siridb-server-2.0.42.orig/Release/src/siri/subdir.mk 2020-11-12
09:47:15.000000000 +0100
++++ siridb-server-2.0.42/Release/src/siri/subdir.mk 2021-02-09
13:57:39.401458935 +0100
+@@ -43,7 +43,7 @@
+ src/siri/%.o: ../src/siri/%.c
+ @echo 'Building file: $<'
+ @echo 'Invoking: GCC C Compiler'
+- gcc -DNDEBUG -I../include -O3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c
-fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
++ $(CC) -DNDEBUG -I../include -O3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c
-fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
+ @echo 'Finished building: $<'
+ @echo ' '
+
+Index: siridb-server-2.0.42/Release/src/timeit/subdir.mk
+===================================================================
+--- siridb-server-2.0.42.orig/Release/src/timeit/subdir.mk 2020-11-12
09:47:15.000000000 +0100
++++ siridb-server-2.0.42/Release/src/timeit/subdir.mk 2021-02-09
13:57:56.529163852 +0100
+@@ -13,7 +13,7 @@
+ src/timeit/%.o: ../src/timeit/%.c
+ @echo 'Building file: $<'
+ @echo 'Invoking: GCC C Compiler'
+- gcc -DNDEBUG -I../include -O3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c
-fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
++ $(CC) -DNDEBUG -I../include -O3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c
-fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
+ @echo 'Finished building: $<'
+ @echo ' '
+
+Index: siridb-server-2.0.42/Release/src/vec/subdir.mk
+===================================================================
+--- siridb-server-2.0.42.orig/Release/src/vec/subdir.mk 2020-11-12
09:47:15.000000000 +0100
++++ siridb-server-2.0.42/Release/src/vec/subdir.mk 2021-02-09
13:56:56.358200485 +0100
+@@ -13,7 +13,7 @@
+ src/vec/%.o: ../src/vec/%.c
+ @echo 'Building file: $<'
+ @echo 'Invoking: GCC C Compiler'
+- gcc -DNDEBUG -I../include -O3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c
-fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
++ $(CC) -DNDEBUG -I../include -O3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c
-fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
+ @echo 'Finished building: $<'
+ @echo ' '
+
+Index: siridb-server-2.0.42/Release/src/xmath/subdir.mk
+===================================================================
+--- siridb-server-2.0.42.orig/Release/src/xmath/subdir.mk 2020-11-12
09:47:15.000000000 +0100
++++ siridb-server-2.0.42/Release/src/xmath/subdir.mk 2021-02-09
13:57:46.601334889 +0100
+@@ -13,7 +13,7 @@
+ src/xmath/%.o: ../src/xmath/%.c
+ @echo 'Building file: $<'
+ @echo 'Invoking: GCC C Compiler'
+- gcc -DNDEBUG -I../include -O3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c
-fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
++ $(CC) -DNDEBUG -I../include -O3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c
-fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
+ @echo 'Finished building: $<'
+ @echo ' '
+
+Index: siridb-server-2.0.42/Release/src/xpath/subdir.mk
+===================================================================
+--- siridb-server-2.0.42.orig/Release/src/xpath/subdir.mk 2020-11-12
09:47:15.000000000 +0100
++++ siridb-server-2.0.42/Release/src/xpath/subdir.mk 2021-02-09
13:58:20.560749844 +0100
+@@ -13,7 +13,7 @@
+ src/xpath/%.o: ../src/xpath/%.c
+ @echo 'Building file: $<'
+ @echo 'Invoking: GCC C Compiler'
+- gcc -DNDEBUG -I../include -O3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c
-fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
++ $(CC) -DNDEBUG -I../include -O3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c
-fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
+ @echo 'Finished building: $<'
+ @echo ' '
+
+Index: siridb-server-2.0.42/Release/src/xstr/subdir.mk
+===================================================================
+--- siridb-server-2.0.42.orig/Release/src/xstr/subdir.mk 2020-11-12
09:47:15.000000000 +0100
++++ siridb-server-2.0.42/Release/src/xstr/subdir.mk 2021-02-09
13:58:06.368994331 +0100
+@@ -13,7 +13,7 @@
+ src/xstr/%.o: ../src/xstr/%.c
+ @echo 'Building file: $<'
+ @echo 'Invoking: GCC C Compiler'
+- gcc -DNDEBUG -I../include -O3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c
-fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
++ $(CC) -DNDEBUG -I../include -O3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c
-fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
+ @echo 'Finished building: $<'
+ @echo ' '
+
+Index: siridb-server-2.0.42/Release/subdir.mk
+===================================================================
+--- siridb-server-2.0.42.orig/Release/subdir.mk 2020-11-12
09:47:15.000000000 +0100
++++ siridb-server-2.0.42/Release/subdir.mk 2021-02-09 13:58:30.316581802
+0100
+@@ -13,7 +13,7 @@
+ %.o: ../%.c
+ @echo 'Building file: $<'
+ @echo 'Invoking: GCC C Compiler'
+- gcc -DNDEBUG -I../include -O3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c
-fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
++ $(CC) -DNDEBUG -I../include -O3 -Wall -Wextra $(CPPFLAGS) $(CFLAGS) -c
-fmessage-length=0 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -o "$@" "$<"
+ @echo 'Finished building: $<'
+ @echo ' '
+
diff --minimal -Nru siridb-server-2.0.42/debian/patches/series
siridb-server-2.0.42/debian/patches/series
--- siridb-server-2.0.42/debian/patches/series 1970-01-01 01:00:00.000000000
+0100
+++ siridb-server-2.0.42/debian/patches/series 2021-02-09 13:48:47.000000000
+0100
@@ -0,0 +1 @@
+cross.patch
diff --minimal -Nru siridb-server-2.0.42/debian/rules
siridb-server-2.0.42/debian/rules
--- siridb-server-2.0.42/debian/rules 2021-01-03 21:54:23.000000000 +0100
+++ siridb-server-2.0.42/debian/rules 2021-02-09 13:48:47.000000000 +0100
@@ -6,7 +6,7 @@
dh $@
override_dh_auto_build-arch:
- $(MAKE) --directory=Release
+ dh_auto_build --sourcedirectory=Release
help2man -N -n"time series database server" Release/siridb-server >
Release/siridb-server.1
override_dh_auto_clean:
--- End Message ---
--- Begin Message ---
Source: siridb-server
Source-Version: 2.0.43-1
Done: Paul Gevers <[email protected]>
We believe that the bug you reported is fixed in the latest version of
siridb-server, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Paul Gevers <[email protected]> (supplier of updated siridb-server package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Fri, 19 Feb 2021 20:37:54 +0100
Source: siridb-server
Architecture: source
Version: 2.0.43-1
Distribution: unstable
Urgency: medium
Maintainer: SiriDB Maintainers
<[email protected]>
Changed-By: Paul Gevers <[email protected]>
Closes: 982363
Changes:
siridb-server (2.0.43-1) unstable; urgency=medium
.
[ Helmut Grohne ]
* Improve cross building: (Closes: #982363)
.
[ Paul Gevers ]
* New upstream release
Checksums-Sha1:
c9ef6e54ef81e441cf28ccf185236fa67a3e97d1 1995 siridb-server_2.0.43-1.dsc
1c2d9bca7c06086903b5e0caca493ff4ebf69fc4 1612462
siridb-server_2.0.43.orig.tar.gz
1d4e2c79d0c136fc7d7e08861758975480088e61 6084
siridb-server_2.0.43-1.debian.tar.xz
Checksums-Sha256:
994bbbd25366015551e84cdb1e802a2aac311e43df61e6575708a5a39bc061fb 1995
siridb-server_2.0.43-1.dsc
6bcbccf2014016aa54afde885b6ffa71181b6395e00b39ea2e0ea66f9bfea236 1612462
siridb-server_2.0.43.orig.tar.gz
564b9b823a6971a172b3d0e561291a73d70dbe59f8211526590133b7a5ba2d72 6084
siridb-server_2.0.43-1.debian.tar.xz
Files:
47e27675504699aa1646ec38df45d43a 1995 database optional
siridb-server_2.0.43-1.dsc
7f3a81d2ab0795f7d70fce9a9fb73311 1612462 database optional
siridb-server_2.0.43.orig.tar.gz
2062cc21a1d453eaaf77c84e9a45e187 6084 database optional
siridb-server_2.0.43-1.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
iQEzBAEBCAAdFiEEWLZtSHNr6TsFLeZynFyZ6wW9dQoFAmAwF08ACgkQnFyZ6wW9
dQpdbAgAnbMoencl68VPBKamkJjiWusYyw2bcCl4RkUAv+HjJSRvFgeq4zoLfjmh
Cu6vn0B5OspoU1jZaRviMPJEgSaLbsuQ6W0MwZSfBSbaNGCgrThht9uj31UZB0pG
CQ/svdMiNJc++js7mYYpaKTnB4fg4mNnocFnSI0m7C9Fi4ZGeHSZpX95f9duMYbE
yytlj3VHq/Bg1NyfkOul7lt+lIwV2XoqyypMvUSe71Yeuye37xoz1pkP1CfA4D5T
i16IVr0STY9R5w+wSIzYjrx5wnoQ7iDkf+F60IjHEmmakq/ZRl/LFVrSmCVO+t9/
WGqLKEXTakFEF37w5C4rVhIsS59ZBw==
=P5NB
-----END PGP SIGNATURE-----
--- End Message ---