Your message dated Sun, 29 Sep 2024 12:19:03 +0000 with message-id <E1sustD-006i4I-HQ@fasolo.debian.org> and subject line Bug#1082649: fixed in gnss-sdr 0.0.19-2.1 has caused the Debian Bug report #1082649, regarding gnss-sdr: FTBFS: Find GFLAGS PATH for loongarch64 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 owner@bugs.debian.org immediately.) -- 1082649: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1082649 Debian Bug Tracking System Contact owner@bugs.debian.org with problems
--- Begin Message ---
- To: submit@bugs.debian.org
- Cc: zhangdandan@loongson.cn
- Subject: gnss-sdr: FTBFS: Find GFLAGS PATH for loongarch64
- From: zhangdandan <zhangdandan@loongson.cn>
- Date: Tue, 24 Sep 2024 10:26:56 +0800
- Message-id: <[🔎] 55414bde-ecd2-fafb-ce97-e340832e0c6e@loongson.cn>
Source: gnss-sdr Version: 0.0.19-2 Severity: normal Tags: patch User: debian-loongarch@lists.debian.org Usertags: loong64 Dear maintainers,Compiling the gnss-sdr failed for loong64 in the Debian Package Auto-Building environment.Build failed 8 times. The error log is as follows, ``` -- Cannot find gflags -- Could NOT find GFLAGS (missing: GFlags_LIBS GFlags_INCLUDE_DIRS) -- The gflags library has not been found. ...... ```In fact, the build dependency of gnss-sdr source package includes libgflags-dev. After analyzing and testing, we need to add loongarch64 GFLAGS PATH in cmake/Modules/FindGFLAGS.cmake file.Please consider the attached patch (Find GFLAGS PATH for loongarch64). The gnss-sdr source package was built successfully on my local ENV. ``` Checking test dependency graph end test 1 Start 1: matio_test1: Test command: /home/gnss-sdr/gnss-sdr-0.0.19/obj-loongarch64-linux-gnu/src/tests/matio_test 1: Working Directory: /home/gnss-sdr/gnss-sdr-0.0.19/obj-loongarch64-linux-gnu/src/tests1: Test timeout computed to be: 30 1: [==========] Running 2 tests from 1 test suite. 1: [----------] Global test environment set-up. 1: [----------] 2 tests from MatioTest 1: [ RUN ] MatioTest.WriteAndReadDoubles 1: [ OK ] MatioTest.WriteAndReadDoubles (5 ms) 1: [ RUN ] MatioTest.WriteAndReadGrComplex 1: [ OK ] MatioTest.WriteAndReadGrComplex (4 ms) 1: [----------] 2 tests from MatioTest (10 ms total) 1: 1: [----------] Global test environment tear-down 1: [==========] 2 tests from 1 test suite ran. (10 ms total) 1: [ PASSED ] 2 tests. 1/1 Test #1: matio_test ....................... Passed 0.02 sec 100% tests passed, 0 tests failed out of 1 Total Test time (real) = 0.03 sec ......dpkg-deb: building package 'gnss-sdr-dbgsym' in '../gnss-sdr-dbgsym_0.0.19-2_loong64.deb'.dpkg-deb: building package 'gnss-sdr' in '../gnss-sdr_0.0.19-2_loong64.deb'. dpkg-genbuildinfo -O../gnss-sdr_0.0.19-2_loong64.buildinfo dpkg-genchanges -O../gnss-sdr_0.0.19-2_loong64.changes ``` DandanDescription: Find GFLAGS PATH for loongarch64 . gnss-sdr (0.0.19-2+loong64) unreleased; urgency=medium . * Find GFLAGS PATH for loongarch64. Author: Dandan Zhang <zhangdandan@loongson.cn> --- Last-Update: 2024-09-23 --- gnss-sdr-0.0.19.orig/cmake/Modules/FindGFLAGS.cmake +++ gnss-sdr-0.0.19/cmake/Modules/FindGFLAGS.cmake @@ -78,6 +78,7 @@ else() /usr/lib/x86_64-linux-gnux32 /usr/lib/alpha-linux-gnu /usr/lib/riscv64-linux-gnu + /usr/lib/loongarch64-linux-gnu /usr/local/lib /usr/local/lib64 /opt/local/lib
--- End Message ---
--- Begin Message ---
- To: 1082649-close@bugs.debian.org
- Subject: Bug#1082649: fixed in gnss-sdr 0.0.19-2.1
- From: Debian FTP Masters <ftpmaster@ftp-master.debian.org>
- Date: Sun, 29 Sep 2024 12:19:03 +0000
- Message-id: <E1sustD-006i4I-HQ@fasolo.debian.org>
- Reply-to: Gianfranco Costamagna <locutusofborg@debian.org>
Source: gnss-sdr Source-Version: 0.0.19-2.1 Done: Gianfranco Costamagna <locutusofborg@debian.org> We believe that the bug you reported is fixed in the latest version of gnss-sdr, 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 1082649@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Gianfranco Costamagna <locutusofborg@debian.org> (supplier of updated gnss-sdr 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 ftpmaster@ftp-master.debian.org) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Format: 1.8 Date: Tue, 24 Sep 2024 13:58:19 +0200 Source: gnss-sdr Built-For-Profiles: noudeb Architecture: source Version: 0.0.19-2.1 Distribution: unstable Urgency: medium Maintainer: Debian Hamradio Maintainers <debian-hams@lists.debian.org> Changed-By: Gianfranco Costamagna <locutusofborg@debian.org> Closes: 1082649 Changes: gnss-sdr (0.0.19-2.1) unstable; urgency=medium . [ Dandan Zhang <zhangdandan@loongson.cn> ] * debian/patches/804.patch - cherry-pick upstream fix for loongarch64 build failure (Closes: #1082649) . [ Gianfranco Costamagna ] * Non-maintainer upload * Change patch 804 with upstream merged and more complete commit: - debian/patches/58c066bd9eae311ae6d0ac9f8e1878b665e7caea.patch: Checksums-Sha1: 7e2ad8bdf5d672869e546d1418696676424574f9 3032 gnss-sdr_0.0.19-2.1.dsc 2a93e1821742df448978e926cc8b9db487878e9b 16456 gnss-sdr_0.0.19-2.1.debian.tar.xz e9331ade97ea815836eaa30c4787387979446e73 11409 gnss-sdr_0.0.19-2.1_source.buildinfo Checksums-Sha256: 0d4641cfb5333503d2b0b1ef31717cfcfe8cd1cf98287de31032e3d42c4d0940 3032 gnss-sdr_0.0.19-2.1.dsc d37bcc447b388b11cc713fbd42b30ee1f53186d2742a722dc5826e2034433288 16456 gnss-sdr_0.0.19-2.1.debian.tar.xz 91912785b286fa0fdccd0bd7220c35c17fd97b3d8c057c81161b48b26f1035a4 11409 gnss-sdr_0.0.19-2.1_source.buildinfo Files: d22f9ebfa78a65595ee859ff7747cb8c 3032 hamradio optional gnss-sdr_0.0.19-2.1.dsc eff1e9c05618b849c2191b283a4d9771 16456 hamradio optional gnss-sdr_0.0.19-2.1.debian.tar.xz 73d221b6f4fc35cf7c0e597882785248 11409 hamradio optional gnss-sdr_0.0.19-2.1_source.buildinfo -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEkpeKbhleSSGCX3/w808JdE6fXdkFAmbyqtoACgkQ808JdE6f XdlYAA/+MmIoNpbwULTtgs/F3w5q14g1PCzcz0odD1N6bm4Az45bl2B1h7DpWoQd 63IYEB04KwxMHY79KNl9a5rJxs8/+Pkl5fr3aoPYbDuL1Op83I/m4nH9DJlkY4AO HXkGeoojpOgVpODkPKnWDeoeNfOyAx22GoKorza+g7n+wAb6yuAmuvYKZc3QYwr8 MrzoUplUFQ0X+ab4PL3pvrg3C9KM/Ibrvtkp+0hacQlTDmAZ8p3opg+JLKDGqEks 7l+QUHytM/USO8v5NiyKeIut4hM6smI+bMqSr4P8N10PAHILnCyuvaCCaGhS2QE/ 6Pd83DAA4u2XnBeXaiwfLKRlMdkY81UiCYvKCl3lPWKIXfLf9jI6EGGRyK10RcXk xOIM0NII9rbXRIeCmwI1fdkTgtv1747A5NijFhp8FLlq32xQyGD8OSJXBN5kwY1M ybxCxGfQTZFBf2gL1J0LTv/u/m40oQpAdezowj20awCu2P3KQtRRNj58V73AZmOW 7F9717vDGXbmXlJQF5MR6D7K6Ale/5NtqmmQzP+xJnPcvzOSr6oyqjs3ZHASc8CD zpct/Hpru87wUmxugc/V0t6X7fo3zeG1luIo8wAlMRnmL7xgqT0ld/KWinHLUoRv nKThD7wKlQGzxjPgAfWE1ZjGBeekxzyAnFBLaes5IAzEgyzGzW4= =mKHO -----END PGP SIGNATURE-----Attachment: pgpF7Nxqssgy3.pgp
Description: PGP signature
--- End Message ---