Your message dated Fri, 02 Feb 2024 23:58:10 +0000
with message-id <[email protected]>
and subject line Bug#1051830: fixed in wlcs 1.7.0-1~exp1
has caused the Debian Bug report #1051830,
regarding wlcs: FTBFS: set -DWLCS_BUILD_ASAN=OFF for LoongArch
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.)
--
1051830: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1051830
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: wlcs
Version: 1.6.0-1
Severity: normal
Tags: patch ftbfs
User: [email protected]
Usertags: loongarch64
Dear maintainers,
When compiling the package wlcs for loong64 in the Debian Package
Auto-Building environment [1], The error message is as follows:
......Omit
/usr/bin/ld: cannot find -lubsan: No such file or directory
/usr/bin/ld: cannot find -lubsan: No such file or directory
collect2: error: ld returned 1 exit status
make[3]: *** [CMakeFiles/wlcs.ubsan.dir/build.make:1038: wlcs.ubsan] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-loongarch64-linux-gnu'
make[2]: *** [CMakeFiles/Makefile2:226: CMakeFiles/wlcs.ubsan.dir/all]
Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>/obj-loongarch64-linux-gnu'
make[1]: *** [Makefile:139: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>/obj-loongarch64-linux-gnu'
dh_auto_build: error: cd obj-loongarch64-linux-gnu && make -j16
"INSTALL=install --strip-program=true" VERBOSE=1 returned exit code 2
......Omit
The full build log can be found at:
https://buildd.debian.org/status/fetch.php?pkg=wlcs&arch=loong64&ver=1.6.0-1&stamp=1693579470&raw=0
Referring to other architectures and loong64 compilation errors, it is
necessary to set -DWLCS_BUILD_ASAN=OFF for LoongArch.
Please consider the patch (modify debian/rules) I have attached.
If you have any questions, you can contact me at any time.
[1]:https://buildd.debian.org/status/package.php?p=wlcs&suite=sid
thanks,
Dandan Zhang
diff -Nru wlcs-1.6.0/debian/changelog wlcs-1.6.0/debian/changelog
--- wlcs-1.6.0/debian/changelog 2023-08-10 21:35:06.000000000 +0000
+++ wlcs-1.6.0/debian/changelog 2023-09-13 07:19:55.000000000 +0000
@@ -1,3 +1,10 @@
+wlcs (1.6.0-1+loong64) unreleased; urgency=medium
+
+ * debian/rules:
+ + Set -DWLCS_BUILD_ASAN=OFF for LoongArch architecture.
+
+ -- Dandan Zhang <[email protected]> Wed, 13 Sep 2023 15:19:55 +0800
+
wlcs (1.6.0-1) unstable; urgency=medium
* New upstream version 1.6.0
diff -Nru wlcs-1.6.0/debian/rules wlcs-1.6.0/debian/rules
--- wlcs-1.6.0/debian/rules 2023-08-10 20:58:51.000000000 +0000
+++ wlcs-1.6.0/debian/rules 2023-09-13 07:17:57.000000000 +0000
@@ -20,15 +20,15 @@
endif
endif
-ifneq ($(filter armel armhf i386 mipsel mips64el s390x alpha hppa ia64 m68k
powerpc riscv64 sh4 sparc64 x32, $(DEB_HOST_ARCH)),)
+ifneq ($(filter armel armhf i386 mipsel mips64el s390x alpha hppa ia64 loong64
m68k powerpc riscv64 sh4 sparc64 x32, $(DEB_HOST_ARCH)),)
WITH_TSAN = -DWLCS_BUILD_TSAN=OFF
endif
-ifneq ($(filter mipsel mips64el alpha hppa ia64 m68k powerpc riscv64 sh4,
$(DEB_HOST_ARCH)),)
+ifneq ($(filter mipsel mips64el alpha hppa ia64 loong64 m68k powerpc riscv64
sh4, $(DEB_HOST_ARCH)),)
WITH_UBSAN = -DWLCS_BUILD_UBSAN=OFF
endif
-ifneq ($(filter mipsel mips64el s390x alpha hppa ia64 m68k riscv64 sh4
sparc64, $(DEB_HOST_ARCH)),)
+ifneq ($(filter mipsel mips64el s390x alpha hppa loong64 ia64 m68k riscv64 sh4
sparc64, $(DEB_HOST_ARCH)),)
WITH_ASAN = -DWLCS_BUILD_ASAN=OFF
endif
--- End Message ---
--- Begin Message ---
Source: wlcs
Source-Version: 1.7.0-1~exp1
Done: Marius Gripsgard <[email protected]>
We believe that the bug you reported is fixed in the latest version of
wlcs, 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.
Marius Gripsgard <[email protected]> (supplier of updated wlcs 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: Sat, 03 Feb 2024 00:02:22 +0100
Source: wlcs
Architecture: source
Version: 1.7.0-1~exp1
Distribution: experimental
Urgency: medium
Maintainer: Debian Mir Team <[email protected]>
Changed-By: Marius Gripsgard <[email protected]>
Closes: 1051830
Changes:
wlcs (1.7.0-1~exp1) experimental; urgency=medium
.
[ Marius Gripsgard ]
* New upstream release 1.7.0
.
[ Dandan Zhang ]
* debian/rules:
+ Set -DWLCS_BUILD_ASAN=OFF for LoongArch architecture. (closes: #1051830)
Checksums-Sha1:
8383233f5732f409ed441c45e05380331b64a39b 1545 wlcs_1.7.0-1~exp1.dsc
420cc6cbbca793fec9886b939494ccfc41bd18b4 238655 wlcs_1.7.0.orig.tar.gz
b75291025ccc1cb4dcfe7c2dab8c6bf9704650ba 7908 wlcs_1.7.0-1~exp1.debian.tar.xz
bdc59deea2963cf5bd51eee243f5c7ad9e8af349 6187
wlcs_1.7.0-1~exp1_source.buildinfo
Checksums-Sha256:
ad0da58f9af11c4d2c91d354feab978cb3f3e0d280736ab122cf5233f0f643d1 1545
wlcs_1.7.0-1~exp1.dsc
225d52d7f33c83b61c086b64d7beb636255892588034cb33407e61dd068f6539 238655
wlcs_1.7.0.orig.tar.gz
bcbdde16bbcc0174ae8135e0a6dedc3d5ae6aa2ae49bf3085e28ee1899461597 7908
wlcs_1.7.0-1~exp1.debian.tar.xz
d7cb836b59a9e5d02ba32f00c421c22c3b45e39e835cbc4be49f4f38eb60e483 6187
wlcs_1.7.0-1~exp1_source.buildinfo
Files:
c165b5d912eee452e643c61da96f6a4f 1545 devel optional wlcs_1.7.0-1~exp1.dsc
67d7233657987b335944fe658a76dd2c 238655 devel optional wlcs_1.7.0.orig.tar.gz
7fef4148ecf39dcbf75c5ea291897592 7908 devel optional
wlcs_1.7.0-1~exp1.debian.tar.xz
6e965afe48acb56a1218ad66b7825bac 6187 devel optional
wlcs_1.7.0-1~exp1_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iIsEARYIADMWIQT0KegCiCm6mh1JH2jwqyDIdgBMKgUCZb14sxUcbWFyaW9ncmlw
QGRlYmlhbi5vcmcACgkQ8KsgyHYATCoUsQEAlF4U5D0suWF0HXgT78PxzB+iS9vm
PJGlArANqXGUeYYBAIlgWKc8ed81FpmHeh2sweOM2X7JthsdQDLR6vaTWCcJ
=ezjI
-----END PGP SIGNATURE-----
--- End Message ---