[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#1020143: marked as done (yasnippet FTBFS with emacs 28)



Your message dated Mon, 30 Jan 2023 01:34:50 +0000
with message-id <E1pMJ4M-009uuB-JS@fasolo.debian.org>
and subject line Bug#1020143: fixed in yasnippet 0.14.0+git20200603.5cbdbf0d-2
has caused the Debian Bug report #1020143,
regarding yasnippet FTBFS with emacs 28
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.)


-- 
1020143: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1020143
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Source: yasnippet
Version: 0.14.0+git20200603.5cbdbf0d-1
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lucas@debian.org
Usertags: ftbfs-20220917 ftbfs-bookworm

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.


Relevant part (hopefully):
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> HOME=$(pwd) emacs -Q -L /usr/share/emacs/site-lisp/elpa-src/htmlize-* -L . --batch -l htmlize -l doc/yas-doc-helper.el -f yas--generate-html-batch
> Package cl is deprecated
> doc/yas-doc-helper.el: Warning: ‘loop’ is an obsolete alias (as of 27.1); use ‘cl-loop’ instead.
> doc/yas-doc-helper.el: Warning: ‘loop’ is an obsolete alias (as of 27.1); use ‘cl-loop’ instead.
> doc/yas-doc-helper.el: Warning: ‘return’ is an obsolete alias (as of 27.1); use ‘cl-return’ instead.
> doc/yas-doc-helper.el: Warning: ‘loop’ is an obsolete alias (as of 27.1); use ‘cl-loop’ instead.
> Publishing file /<<PKGBUILDDIR>>/doc/snippet-menu.org using ‘org-html-publish-to-html’
> Publishing file /<<PKGBUILDDIR>>/doc/snippet-organization.org using ‘org-html-publish-to-html’
> Publishing file /<<PKGBUILDDIR>>/doc/snippet-expansion.org using ‘org-html-publish-to-html’
> Publishing file /<<PKGBUILDDIR>>/doc/snippet-reference.org using ‘org-html-publish-to-html’
> executing Emacs-Lisp code block...
> Debugger entered--Lisp error: (args-out-of-range 21 22)
>   replace-regexp-in-string("\\\\{[^}]+}" (lambda (match) (concat "#+BEGIN_EXAMPLE\n" (substitute-command-keys match) "#+END_EXAMPLE\n")) "Toggle YASnippet mode.\n\nThis is a minor mode.  If ..." t t)
>   (setq body (replace-regexp-in-string "\\<\\([A-Z][-A-Z0-9]+\\)\\(\\sw+\\)?\\>" #'(lambda (match) (let* ((match1 (match-string 1 match)) (prefix (downcase match1)) (suffix (match-string 2 match)) (fmt (cond ... ...))) (if fmt (format fmt prefix) match1))) body t t 1) body (replace-regexp-in-string "\\\\{[^}]+}" #'(lambda (match) (concat "#+BEGIN_EXAMPLE\n" (substitute-command-keys match) "#+END_EXAMPLE\n")) body t t) body (substitute-command-keys body) body (replace-regexp-in-string "Info node `(\\([-a-z]+\\)) \\([A-Za-z0-9 ]+\\)'" #'(lambda (match) (let* ((manual (match-string 1 match)) (node (match-string 2 match)) (html-node (replace-regexp-in-string " " "-" node t t))) (format "Info node [[https://www.gnu.org/software/emacs/man..."; manual html-node manual node))) body t t) body (replace-regexp-in-string "`\\([-a-z]+\\)'" #'(lambda (match) (let* ((name (downcase ...)) (sym (intern-soft name))) (if (memq sym yas--exported-syms) (format "[[#%s][=%s=]]" name name) (format "=%s=" name)))) body t t) body (replace-regexp-in-string "\n\n    +(.+\\(?:\n    +.+\\)*" #'(lambda (match) (concat "\n#+BEGIN_SRC elisp\n" match "\n#+END_SRC\n")) body t t))
>   (let* ((stars (make-string level 42)) (args (and (fboundp symbol) (mapcar #'symbol-name (help-function-arglist symbol t)))) (heading (cond ((fboundp symbol) (format "%s %s (%s)\n" stars (yas--org-raw-html "code" symbol "class='function'") (mapconcat #'... args " "))) (t (format "%s %s\n" stars (yas--org-raw-html "code" symbol "class='variable'"))))) (after-heading (format ":PROPERTIES:\n:CUSTOM_ID: %s\n:END:" symbol)) (text-quoting-style 'grave) (body (or (cond ((fboundp symbol) (let (...) (if ... ... ...))) ((boundp symbol) (documentation-property symbol 'variable-documentation t)) (t (format "*WARNING*: no symbol named =%s=" symbol))) (format "*WARNING*: no doc for symbol =%s=" symbol))) (case-fold-search nil)) (setq body (replace-regexp-in-string "\\<\\([A-Z][-A-Z0-9]+\\)\\(\\sw+\\)?\\>" #'(lambda (match) (let* ((match1 ...) (prefix ...) (suffix ...) (fmt ...)) (if fmt (format fmt prefix) match1))) body t t 1) body (replace-regexp-in-string "\\\\{[^}]+}" #'(lambda (match) (concat "#+BEGIN_EXAMPLE\n" (substitute-command-keys match) "#+END_EXAMPLE\n")) body t t) body (substitute-command-keys body) body (replace-regexp-in-string "Info node `(\\([-a-z]+\\)) \\([A-Za-z0-9 ]+\\)'" #'(lambda (match) (let* ((manual ...) (node ...) (html-node ...)) (format "Info node [[https://www.gnu.org/software/emacs/man..."; manual html-node manual node))) body t t) body (replace-regexp-in-string "`\\([-a-z]+\\)'" #'(lambda (match) (let* ((name ...) (sym ...)) (if (memq sym yas--exported-syms) (format "[[#%s][=%s=]]" name name) (format "=%s=" name)))) body t t) body (replace-regexp-in-string "\n\n    +(.+\\(?:\n    +.+\\)*" #'(lambda (match) (concat "\n#+BEGIN_SRC elisp\n" match "\n#+END_SRC\n")) body t t)) (concat heading after-heading "\n" body))
>   yas--document-symbol(yas-minor-mode 2)
>   (lambda (sym) (yas--document-symbol sym (1+ level)))(yas-minor-mode)
>   mapconcat((lambda (sym) (yas--document-symbol sym (1+ level))) (yas-visit-snippet-file yas-deactivate-extra-mode yas-tryout-snippet yas-compile-directory yas-about yas-skip-and-clear-field yas-describe-tables yas-recompile-all yas-expand-from-keymap yas-new-snippet yas-skip-and-clear-or-delete-char yas-activate-extra-mode yas-load-directory yas-load-snippet-buffer-and-close yas-next-field yas-minor-mode yas-expand-from-trigger-key yas-load-snippet-buffer yas-exit-snippet yas-describe-table-by-namehash yas-insert-snippet yas-minor-mode-on yas-reload-all yas-next-field-or-maybe-expand yas-clear-field yas-global-mode yas-direct-keymaps-reload yas-exit-all-snippets yas-prev-field yas-expand yas-abort-snippet) "\n\n")
>   (concat --cl-var-- (mapconcat #'(lambda (sym) (yas--document-symbol sym (1+ level))) slist "\n\n"))
>   (setq --cl-var-- (concat --cl-var-- (mapconcat #'(lambda (sym) (yas--document-symbol sym (1+ level))) slist "\n\n")))
>   (while (and (setq --cl-idx-- (1+ --cl-idx--)) (< --cl-idx-- (length --cl-vec--)) (progn (setq slist (aref --cl-vec-- --cl-idx--)) (consp --cl-var--))) (setq name (car --cl-var--)) (setq --cl-var-- (concat --cl-var-- (format "\n%s %s\n" stars name))) (setq --cl-var-- (concat --cl-var-- (mapconcat #'(lambda (sym) (yas--document-symbol sym (1+ level))) slist "\n\n"))) (setq --cl-var-- (cdr --cl-var--)))
>   (let* ((--cl-vec-- sym-lists) (--cl-idx-- -1) (slist nil) (--cl-var-- (mapcar #'car names-and-predicates)) (name nil) (--cl-var-- "")) (while (and (setq --cl-idx-- (1+ --cl-idx--)) (< --cl-idx-- (length --cl-vec--)) (progn (setq slist (aref --cl-vec-- --cl-idx--)) (consp --cl-var--))) (setq name (car --cl-var--)) (setq --cl-var-- (concat --cl-var-- (format "\n%s %s\n" stars name))) (setq --cl-var-- (concat --cl-var-- (mapconcat #'(lambda (sym) (yas--document-symbol sym ...)) slist "\n\n"))) (setq --cl-var-- (cdr --cl-var--))) --cl-var--)
>   (let ((sym-lists (make-vector (length names-and-predicates) nil)) (stars (make-string level 42))) (let* ((--cl-var-- yas--exported-syms) (sym nil)) (while (consp --cl-var--) (setq sym (car --cl-var--)) (catch '--cl-block-nil-- (let* ((--cl-var-- (mapcar ... names-and-predicates)) (test nil) (i 0)) (while (consp --cl-var--) (setq test (car --cl-var--)) (if (funcall test sym) (progn ... ...)) (setq --cl-var-- (cdr --cl-var--)) (setq i (+ i 1))) nil)) (setq --cl-var-- (cdr --cl-var--))) nil) (let* ((--cl-vec-- sym-lists) (--cl-idx-- -1) (slist nil) (--cl-var-- (mapcar #'car names-and-predicates)) (name nil) (--cl-var-- "")) (while (and (setq --cl-idx-- (1+ --cl-idx--)) (< --cl-idx-- (length --cl-vec--)) (progn (setq slist (aref --cl-vec-- --cl-idx--)) (consp --cl-var--))) (setq name (car --cl-var--)) (setq --cl-var-- (concat --cl-var-- (format "\n%s %s\n" stars name))) (setq --cl-var-- (concat --cl-var-- (mapconcat #'(lambda ... ...) slist "\n\n"))) (setq --cl-var-- (cdr --cl-var--))) --cl-var--))
>   yas--document-symbols(1 ("Interactive functions" . interactive-form) ("Customization variables" lambda (sym) (and (boundp sym) (get sym 'standard-value))) ("Useful functions" . fboundp) ("Useful variables" . boundp))
>   (progn (yas--document-symbols 1 `("Interactive functions" \, #'interactive-form) `("Customization variables" \, #'(lambda (sym) (and (boundp sym) (get sym ...)))) `("Useful functions" \, #'fboundp) `("Useful variables" \, #'boundp)))
>   eval((progn (yas--document-symbols 1 `("Interactive functions" \, #'interactive-form) `("Customization variables" \, #'(lambda (sym) (and ... ...))) `("Useful functions" \, #'fboundp) `("Useful variables" \, #'boundp))) nil)
>   org-babel-execute:emacs-lisp("(yas--document-symbols 1 `(\"Interactive functions\"..." ((:colname-names) (:rowname-names) (:result-params "raw" "value" "replace") (:result-type . value) (:results . "raw value replace") (:exports . "results") (:cache . "no") (:hlines . "no") (:lexical . "no") (:noweb . "no") (:session . "none") (:tangle . "no")))
>   org-babel-execute-src-block(nil ("emacs-lisp" "(yas--document-symbols 1 `(\"Interactive functions\"..." ((:colname-names) (:rowname-names) (:result-params "replace" "value" "raw") (:result-type . value) (:results . "replace value raw") (:exports . "results") (:tangle . "no") (:session . "none") (:noweb . "no") (:lexical . "no") (:hlines . "no") (:cache . "no")) "" nil 49 "(ref:%s)"))
>   org-babel-exp-results(("emacs-lisp" "(yas--document-symbols 1 `(\"Interactive functions\"..." ((:cache . "no") (:colname-names) (:exports . "results") (:hlines . "no") (:lexical . "no") (:noweb . "no") (:result-params "replace" "value" "raw") (:result-type . value) (:results . "replace value raw") (:rowname-names) (:session . "none") (:tangle . "no")) "" nil 49 "(ref:%s)") block nil "cd9b24407a159dc732fce2d83bd2c06d600906e3")
>   org-babel-exp-do-export(("emacs-lisp" "(yas--document-symbols 1 `(\"Interactive functions\"..." ((:cache . "no") (:colname-names) (:exports . "results") (:hlines . "no") (:lexical . "no") (:noweb . "no") (:result-params "replace" "value" "raw") (:result-type . value) (:results . "replace value raw") (:rowname-names) (:session . "none") (:tangle . "no")) "" nil 49 "(ref:%s)") block "cd9b24407a159dc732fce2d83bd2c06d600906e3")
>   org-babel-exp-src-block()
>   org-babel-exp-process-buffer()
>   org-export-as(html nil nil nil (:output-file "/<<BUILDDIR>>/yasnippet-0.14.0+git202006..." :publishing-function org-html-publish-to-html :base-directory "/<<BUILDDIR>>/yasnippet-0.14.0+git202006..." :publishing-directory "/<<BUILDDIR>>/yasnippet-0.14.0+git202006..." :html-preamble yas--make-preamble :html-postamble "<hr><p class='creator'>Generated by %c from 0.14.0..." :crossrefs nil :filter-final-output (org-publish--store-crossrefs org-publish-collect-index)))
>   org-export-to-file(html "/<<BUILDDIR>>/yasnippet-0.14.0+git202006..." nil nil nil nil (:publishing-function org-html-publish-to-html :base-directory "/<<BUILDDIR>>/yasnippet-0.14.0+git202006..." :publishing-directory "/<<BUILDDIR>>/yasnippet-0.14.0+git202006..." :html-preamble yas--make-preamble :html-postamble "<hr><p class='creator'>Generated by %c from 0.14.0..." :crossrefs nil :filter-final-output (org-publish--store-crossrefs org-publish-collect-index)))
>   org-publish-org-to(html "/<<BUILDDIR>>/yasnippet-0.14.0+git202006..." ".html" (:publishing-function org-html-publish-to-html :base-directory "/<<BUILDDIR>>/yasnippet-0.14.0+git202006..." :publishing-directory "/<<BUILDDIR>>/yasnippet-0.14.0+git202006..." :html-preamble yas--make-preamble :html-postamble "<hr><p class='creator'>Generated by %c from 0.14.0...") "/<<BUILDDIR>>/yasnippet-0.14.0+git202006...")
>   org-html-publish-to-html((:publishing-function org-html-publish-to-html :base-directory "/<<BUILDDIR>>/yasnippet-0.14.0+git202006..." :publishing-directory "/<<BUILDDIR>>/yasnippet-0.14.0+git202006..." :html-preamble yas--make-preamble :html-postamble "<hr><p class='creator'>Generated by %c from 0.14.0...") "/<<BUILDDIR>>/yasnippet-0.14.0+git202006..." "/<<BUILDDIR>>/yasnippet-0.14.0+git202006...")
>   org-publish-file("/<<BUILDDIR>>/yasnippet-0.14.0+git202006..." ("yasnippet" :publishing-function org-html-publish-to-html :base-directory "/<<BUILDDIR>>/yasnippet-0.14.0+git202006..." :publishing-directory "/<<BUILDDIR>>/yasnippet-0.14.0+git202006..." :html-preamble yas--make-preamble :html-postamble "<hr><p class='creator'>Generated by %c from 0.14.0...") t)
>   org-publish-projects((("yasnippet" :publishing-function org-html-publish-to-html :base-directory "/<<BUILDDIR>>/yasnippet-0.14.0+git202006..." :publishing-directory "/<<BUILDDIR>>/yasnippet-0.14.0+git202006..." :html-preamble yas--make-preamble :html-postamble "<hr><p class='creator'>Generated by %c from 0.14.0...")))
>   org-publish("yasnippet" force)
>   (let ((org-publish-use-timestamps-flag nil) (org-export-copy-to-kill-ring nil) (org-confirm-babel-evaluate nil) (make-backup-files nil) (org-html-htmlize-output-type 'css)) (org-publish "yasnippet" 'force))
>   yas--generate-html-batch()
>   command-line-1(("-L" "/usr/share/emacs/site-lisp/elpa-src/htmlize-1.56" "-L" "." "-l" "htmlize" "-l" "doc/yas-doc-helper.el" "-f" "yas--generate-html-batch"))
>   command-line()
>   normal-top-level()
> 
> make[1]: *** [debian/rules:7: override_dh_auto_build] Error 255


The full build log is available from:
http://qa-logs.debian.net/2022/09/17/yasnippet_0.14.0+git20200603.5cbdbf0d-1_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20220917;users=lucas@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20220917&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 marking 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 ---
Source: yasnippet
Source-Version: 0.14.0+git20200603.5cbdbf0d-2
Done: Aymeric Agon-Rambosson <aymeric.agon@yandex.com>

We believe that the bug you reported is fixed in the latest version of
yasnippet, 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 1020143@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Aymeric Agon-Rambosson <aymeric.agon@yandex.com> (supplier of updated yasnippet 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: SHA512

Format: 1.8
Date: Sun, 29 Jan 2023 22:21:41 +0100
Source: yasnippet
Architecture: source
Version: 0.14.0+git20200603.5cbdbf0d-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Emacsen team <debian-emacsen@lists.debian.org>
Changed-By: Aymeric Agon-Rambosson <aymeric.agon@yandex.com>
Closes: 1020143
Changes:
 yasnippet (0.14.0+git20200603.5cbdbf0d-2) unstable; urgency=medium
 .
   * Team upload.
 .
   [ Aymeric Agon-Rambosson ]
   * d/control : Remove elpa-org from Build-Conflicts: (does not fail build
     anymore).
   * d/control : Bump Standards-Version to 4.6.1 (no changes required).
   * d/copyright : Update Source field.
   * d/watch : update to version 4.
   * Add unbreak-other-unit-tests-(trampoline).patch.
 .
   [ Sean Whitton ]
   * Remove myself, Sean Whitton, from Uploaders:.
 .
   [ Aymeric Agon-Rambosson and Nicholas D Steeves ]
   * Resolve all known causes of FTBFS related to building the documentation
     (Closes: #1020143).
     + Add repair-documentation-build.patch.
     + Cherry pick 0003-Unbreak-unit-tests-under-Emacs-28.patch from an
       upstream pull request to fix the tests: extra-modes-parenthood,
       indent-org-property, and loading-with-cyclic-parenthood.
Checksums-Sha1:
 1677bf8acdae89f666694f613696cbbe23c97a20 2257 yasnippet_0.14.0+git20200603.5cbdbf0d-2.dsc
 160bc929ec872ed11cda6de1be2f42c08a329576 7484 yasnippet_0.14.0+git20200603.5cbdbf0d-2.debian.tar.xz
 d61e9904ae111beb889030d0487b12aa6eb11d14 8620 yasnippet_0.14.0+git20200603.5cbdbf0d-2_amd64.buildinfo
Checksums-Sha256:
 fe1649da388b1c6703fa74cfade86eaf4e9b59005c6f0538b77fe0eaf92260a7 2257 yasnippet_0.14.0+git20200603.5cbdbf0d-2.dsc
 1c9204830bda699083b13079235f77895814e702284e612e11f3efc26f42bf21 7484 yasnippet_0.14.0+git20200603.5cbdbf0d-2.debian.tar.xz
 dc993a7dec40836bc43a6194aea3e9936ba7307f246f2442ac8def6fd01fc12f 8620 yasnippet_0.14.0+git20200603.5cbdbf0d-2_amd64.buildinfo
Files:
 098170a2078b7e179f2e73ba55d111ce 2257 lisp optional yasnippet_0.14.0+git20200603.5cbdbf0d-2.dsc
 a591b0a69be2dc5c289b74d306af7bc6 7484 lisp optional yasnippet_0.14.0+git20200603.5cbdbf0d-2.debian.tar.xz
 3cc72f88c6b6127c7867497e8e6a0a05 8620 lisp optional yasnippet_0.14.0+git20200603.5cbdbf0d-2_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEE4qYmHjkArtfNxmcIWogwR199EGEFAmPXGSEACgkQWogwR199
EGGRlw/+PKkZoX3YHmPVU+PyulpbiU/OrIA4EppR8hZzvYiUI+XOTA004+sYvzkx
Ay/vfiOHunF2K/kukZUbg/saAe3M7APXkO3iSSkeRuASjpW2N1cKJL5u+xXLmyiO
BpOSKMG90x5fXlNsHZuKrLBXAlMnY51td4TH0gI6YYPuWibzK2atmeLrgUXHpRI8
xjzH0Q9TfXJ8lKm8vN02ZD6gPSfPHWtk1l/84HjXXpBjBUmEdM3RSEYq+UCOS/A2
QjjdYWfQi9PiVkkydauGX4T+fFL1tSp6Jeh/YQhGRlcfaxcphKX6i5RXX0tah65Z
0UrO7sW6batSD3y6UCVz5NTuOdGTVb8LmsNB4cIKqxr/uG33cxSQx3bagDvmxLbr
Rrq0qCeTrnVadJgSOfD6QWARJiSVrBuTxKDHF8GVrr+iaNztd3sHaOJHCqUYQ1rn
UXeeLVny5f42oLPEsu15BY4gFXWlwBvDN08EDCFaV9nB4D3agU+0Bh7sRbcoCOj+
6qTX0pmcqk3YxlXjvP4WgXBGCaFSsW5rCPgwUtFhXNZAu4uEaQnJWv0or1c559em
SeEid57howqynL+GOuC9akqUr6eGD1LYlV3G7CeuviuVF1LGoVA0AyhQ9hmCTBDz
5n5qz6/7bz3NEnJU9bouu1+GnfmN+05l/gpyU/0agw7+1zBFrV0=
=F8Qk
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: