Your message dated Tue, 28 May 2024 20:50:18 +0000 with message-id <E1sC3ly-00Cmis-Qw@fasolo.debian.org> and subject line Bug#1052939: fixed in lsp-mode 9.0.0-1 has caused the Debian Bug report #1052939, regarding lsp-mode: FTBFS: make: *** [debian/rules:4: binary] Error 25 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.) -- 1052939: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1052939 Debian Bug Tracking System Contact owner@bugs.debian.org with problems
--- Begin Message ---
- To: submit@bugs.debian.org
- Subject: lsp-mode: FTBFS: make: *** [debian/rules:4: binary] Error 25
- From: Lucas Nussbaum <lucas@debian.org>
- Date: Tue, 26 Sep 2023 15:45:36 +0200
- Message-id: <ZRLggIxlVlYVVq7k@grub.nussbaum.fr>
Source: lsp-mode Version: 8.0.0-5 Severity: serious Justification: FTBFS Tags: trixie sid ftbfs User: lucas@debian.org Usertags: ftbfs-20230925 ftbfs-trixie Hi, During a rebuild of all packages in sid, your package failed to build on amd64. Relevant part (hopefully): > make[1]: Entering directory '/<<PKGBUILDDIR>>' > /bin/true > make[1]: Leaving directory '/<<PKGBUILDDIR>>' > dh_elpa_test > emacs -batch -Q -l package --eval "(add-to-list 'package-directory-list \"/usr/share/emacs/site-lisp/elpa\")" --eval "(add-to-list 'package-directory-list \"/usr/share/emacs/site-lisp/elpa-src\")" -f package-initialize -L clients/ -L . -L test -l test/lsp-completion-test.el -l test/lsp-clangd-test.el -l test/lsp-file-watch-test.el -l test/lsp-io-test.el -l test/lsp-integration-test.el -l test/lsp-methods-test.el -l test/lsp-common-test.el -l test/lsp-javascript-test.el -l test/lsp-mode-test.el -l test/lsp-protocol-test.el -l debian/ert-helper.el > Test ‘lsp-text-document-hover-request’ redefined > > Error: error ("Test ‘lsp-text-document-hover-request’ redefined") > mapbacktrace(#f(compiled-function (evald func args flags) #<bytecode 0x18c19c69ebae86ac>)) > debug-early-backtrace() > debug-early(error (error "Test ‘lsp-text-document-hover-request’ redefined")) > error("Test `%s' redefined" lsp-text-document-hover-request) > ert-set-test(lsp-text-document-hover-request #s(ert-test :name lsp-text-document-hover-request :documentation nil :body (closure (t) nil (lsp-workspace-folders-add (f-join lsp-test-location "fixtures")) (find-file (f-join lsp-test-location "fixtures/pyls/test.py")) (lsp) (deferred:sync! (deferred:nextc (deferred:nextc (lsp-test--wait-for '(progn (eq 'initialized (lsp--workspace-status (cl-first (lsp-workspaces)))))) #'(lambda (_) (goto-char (point-min)) (search-forward "fn1") (lsp-def-request-async "textDocument/hover" (lsp--text-document-position-params)))) #'(lambda (contents) (let* ((fn-636 #'lsp-hover?) (args-637 (condition-case err (let ((signal-hook-function #'ert--should-signal-hook)) (list contents)) (error (progn (setq fn-636 #'signal) (list (car err) (cdr err))))))) (let ((value-638 'ert-form-evaluation-aborted-639)) (let (form-description-640) (if (unwind-protect (setq value-638 (apply fn-636 args-637)) (setq form-description-640 (nconc (list '(should (lsp-hover? contents))) (list :form (cons fn-636 args-637)) (if (eql value-638 'ert-form-evaluation-aborted-639) nil (list :value value-638)) (if (eql value-638 'ert-form-evaluation-aborted-639) nil (let* ((-explainer- (and t (ert--get-explainer 'lsp-hover?)))) (if -explainer- (list :explanation (apply -explainer- args-637)) nil))))) (ert--signal-should-execution form-description-640)) nil (ert-fail form-description-640))) value-638))))) (kill-buffer) (lsp-workspace-folders-remove (f-join lsp-test-location "fixtures"))) :most-recent-result nil :expected-result-type :passed :tags nil :file-name "/<<PKGBUILDDIR>>/test/lsp-integration-test.el")) > load-with-code-conversion("/<<PKGBUILDDIR>>/test/lsp-integration-test.el" "/<<PKGBUILDDIR>>/test/lsp-integration-test.el" nil t) > command-line-1(("-l" "package" "--eval" "(add-to-list 'package-directory-list \"/usr/share/emacs/site-lisp/elpa\")" "--eval" "(add-to-list 'package-directory-list \"/usr/share/emacs/site-lisp/elpa-src\")" "-f" "package-initialize" "-L" "clients/" "-L" "." "-L" "test" "-l" "test/lsp-completion-test.el" "-l" "test/lsp-clangd-test.el" "-l" "test/lsp-file-watch-test.el" "-l" "test/lsp-io-test.el" "-l" "test/lsp-integration-test.el" "-l" "test/lsp-methods-test.el" "-l" "test/lsp-common-test.el" "-l" "test/lsp-javascript-test.el" "-l" "test/lsp-mode-test.el" "-l" "test/lsp-protocol-test.el" "-l" "debian/ert-helper.el")) > command-line() > normal-top-level() > dh_elpa_test: error: emacs -batch -Q -l package --eval "(add-to-list 'package-directory-list \"/usr/share/emacs/site-lisp/elpa\")" --eval "(add-to-list 'package-directory-list \"/usr/share/emacs/site-lisp/elpa-src\")" -f package-initialize -L clients/ -L . -L test -l test/lsp-completion-test.el -l test/lsp-clangd-test.el -l test/lsp-file-watch-test.el -l test/lsp-io-test.el -l test/lsp-integration-test.el -l test/lsp-methods-test.el -l test/lsp-common-test.el -l test/lsp-javascript-test.el -l test/lsp-mode-test.el -l test/lsp-protocol-test.el -l debian/ert-helper.el returned exit code 255 > make: *** [debian/rules:4: binary] Error 25 The full build log is available from: http://qa-logs.debian.net/2023/09/25/lsp-mode_8.0.0-5_unstable.log All bugs filed during this archive rebuild are listed at: https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20230925;users=lucas@debian.org or: https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20230925&fusertaguser=lucas@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=1#results A list of current common problems and possible solutions is available at http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute! If you reassign this bug to another package, please mark it as 'affects'-ing this package. See https://www.debian.org/Bugs/server-control#affects If you fail to reproduce this, please provide a build log and diff it with mine so that we can identify if something relevant changed in the meantime.
--- End Message ---
--- Begin Message ---
- To: 1052939-close@bugs.debian.org
- Subject: Bug#1052939: fixed in lsp-mode 9.0.0-1
- From: Debian FTP Masters <ftpmaster@ftp-master.debian.org>
- Date: Tue, 28 May 2024 20:50:18 +0000
- Message-id: <E1sC3ly-00Cmis-Qw@fasolo.debian.org>
- Reply-to: Xiyue Deng <manphiz@gmail.com>
Source: lsp-mode Source-Version: 9.0.0-1 Done: Xiyue Deng <manphiz@gmail.com> We believe that the bug you reported is fixed in the latest version of lsp-mode, 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 1052939@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Xiyue Deng <manphiz@gmail.com> (supplier of updated lsp-mode 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: Sun, 07 Apr 2024 03:02:21 -0700 Source: lsp-mode Built-For-Profiles: noudeb Architecture: source Version: 9.0.0-1 Distribution: unstable Urgency: medium Maintainer: Debian Emacsen team <debian-emacsen@lists.debian.org> Changed-By: Xiyue Deng <manphiz@gmail.com> Closes: 1052939 Changes: lsp-mode (9.0.0-1) unstable; urgency=medium . * New upstream release (Closes: #1052939) * Drop obsolete version from Recommends and emacs25 from Enhances * Add newly required elpa-elenv to Build-Depends in d/control * Override dh auto clean to avoid using eask * Drop workaround of dh_elpa_test in favor of upstream fix * Skip test that fails in autopkgtest trying to overwrite without ACL * Use @builddeps@ in autopkgtest Depends to ensure B-D are available Checksums-Sha1: 58162207ce51ccde4a4ddc71e371626701137004 2141 lsp-mode_9.0.0-1.dsc 0552fe1c58edc8ff3f573dd44c8f497fa809671f 15324036 lsp-mode_9.0.0.orig.tar.xz b54c76a0d6b7471e52f2e617a4c64c7a2c199975 4992 lsp-mode_9.0.0-1.debian.tar.xz 9e2a7abdb2de0faf336c775a8c5b6dac956c6a13 10012 lsp-mode_9.0.0-1_source.buildinfo Checksums-Sha256: 3f3d76550328086cd756c91861aaba2fffb495457a5b694b73ea2a28fadf9155 2141 lsp-mode_9.0.0-1.dsc a31be5f0e5c3c3eb136d21cca1465cdfff29e836aca18454c05119ca30f82e11 15324036 lsp-mode_9.0.0.orig.tar.xz 38a79c9080ceebb4348d07fbd535e59e9165caf14cc3b84aa1eb42d977adf15b 4992 lsp-mode_9.0.0-1.debian.tar.xz 065f9ae07d620a99aec0590058482ea2a2e768bc2240ba2f2cf61a28ef47d420 10012 lsp-mode_9.0.0-1_source.buildinfo Files: 1ddfc4086d58f947076d81eb8dfc701d 2141 lisp optional lsp-mode_9.0.0-1.dsc b2fb787ae4d0cb857ddf6c1f0822471b 15324036 lisp optional lsp-mode_9.0.0.orig.tar.xz 571637b8d99d018eab64e8ab75db40c7 4992 lisp optional lsp-mode_9.0.0-1.debian.tar.xz d5a06dfe37cbfec3d506de0292b3a5e7 10012 lisp optional lsp-mode_9.0.0-1_source.buildinfo -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEkpeKbhleSSGCX3/w808JdE6fXdkFAmZWQYsACgkQ808JdE6f Xdlokg//cORLZBbBp4/7/qAg6TGDE6HRO6raKzAbDuN4wzT6kisbLxK+ECOjpVAs Zqzm4HQ8YDNRGv3YKdtvN3oYUWhkRHGkM2Py6ff00Xy+2IbGUDEUnt6XAGK90gzt erNYhxEbS0r6WdNcBlxhLZlgyRGW0r83DRIzM6jSsUdtFXU5x30AmfS++FjPNAt6 HqRbi4njFMnFV/AMamZV0m4c/mu0e+co7tw/oyKA3CBJ2JuuOeneTBprAtdDLyMc kYY5nUgpMotIO1dMa22uaogY/9Uk0Gu1mEYffueNxNw3hHYM5q3nMcHbf+uX7IWZ BYRb9ZknLuqe4Pmv0DGD9F9egnGxj0k4KdLAQNrsLHfdnooUgffUljZ9NQn/Ri8N GPdL8G+5oy/+FVvEM8ZAS1Nr2yAQtz19H92NmedYxSBtu1i7bFrx34gO64I2iTS1 JL9rtDm191f4QAQY22EAW85BwvkZi9d0sKgeH0RVaDCZNCa71kyS8f0E20pacv5K HXpKepyQLR0lf3MqZaYy0yS5YB+YhvJMimDOlBQ2MAVyJeb0zAsN4OsXLqw6mYjG WKAmoQfAW1+kTTdom6WJjvhz1Ow8hFzCfe0LGbb/CK2OjO5acZYrghTMZwfqFGZ6 p6o+C5t5uyWEvBdcntsXobF5H+XQYRREklRBCw52WySVSd0z+XE= =D1W0 -----END PGP SIGNATURE-----Attachment: pgpvcBdTClWRi.pgp
Description: PGP signature
--- End Message ---