Payas Relekar <relekarpayas@gmail.com> writes: > Stefan Monnier <monnier@iro.umontreal.ca> writes: > >> My crystal ball tells me that you had done `make packages/use-package` >> in the past and then you `rm packages/use-package`. Git doesn't >> automatically discover when you delete such a worktree, so if that's >> what happened >> >> git worktree prune -v >> >> should fix the problem, after which you can re-try the above command. > > You crystal ball was right! After pruning worktree the command worked, > but I am quite confused at the output. I've attached the logs for my > attempt to build, can you please check if I did something incorrectly? > > In particular the build command fails because it complains makeinfo is > not available, but I clearly have it in path. Also make after build only > seems to build setup-ox-hugo.el. There are also couple of errors, there > are couple of errors too, and I'm not sure if fixing them is worth it. > > My understanding is that we only need to add copyrights to the file > because entire repo is cloned to GNU machines. But even after adding > copyright headers, IMO adding doc/* to :ignored-files is the right thing > to do as it does not serve users directly. I can imagine that replacing "doc/*" with "doc/" might help, as `elpaa--copyright-files' doesn't appear to do any globing, instead just tries to find the file using `member' (ie. using a string comparison and not even `file-equal-p'). > ~/g/elpa main $ makeinfo --version > texi2any (GNU texinfo) 6.8 > > Copyright (C) 2021 Free Software Foundation, Inc. > License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> > This is free software: you are free to change and redistribute it. > There is NO WARRANTY, to the extent permitted by law. > > ~/g/elpa main $ make build/use-package > emacs --batch -l /home/payas/git/elpa/admin/elpa-admin.el \ > -f elpaa-batch-make-one-package use-package > Updating worktree in "/home/payas/git/elpa/packages/use-package/" > Updated use-package: > Auto-merging use-package-core.el > Merge made by the 'ort' strategy. > README.md | 4 ++-- > use-package-core.el | 4 ++-- > use-package-tests.el | 7 +++++++ > 3 files changed, 11 insertions(+), 4 deletions(-) > > ======== Building tarball > archive-devel/use-package-2.4.4.0.20221103.163652.tar... > Build error for archive-devel/use-package-2.4.4.0.20221103.163652.tar: (error > "Error-indicating exit code in elpaa--call-sandboxed: > bwrap: execvp makeinfo: No such file or directory > ") This is suspicious, where is makeinfo located? Perhaps you can find out more if you set the environmental variable "ELPA_DEBUG"? > ######## Build of package > archive-devel/use-package-2.4.4.0.20221103.163652.tar FAILED!! > ======== Building tarball archive/use-package-2.4.4.tar... > Build error for archive/use-package-2.4.4.tar: (error "Error-indicating exit > code in elpaa--call-sandboxed: > bwrap: execvp makeinfo: No such file or directory > ") > ######## Build of package archive/use-package-2.4.4.tar FAILED!! > > ~/g/elpa main $ make packages/use-package > Generating description file packages/use-package/use-package-pkg.el > emacs --batch -l admin/elpa-admin.el \ > -f elpaa-batch-generate-autoloads > packages/use-package/use-package-autoloads.el > INFO Scraping files for loaddefs... > INFO Scraping files for loaddefs...done > GEN use-package-autoloads.el > Byte compiling packages/use-package/bind-chord.el > Unable to activate package `use-package'. > Required package `bind-key-2.4' is unavailable > Byte compiling packages/use-package/bind-key.el > Unable to activate package `use-package'. > Required package `bind-key-2.4' is unavailable > Byte compiling packages/use-package/doc/setup-ox-hugo.el > Unable to activate package `use-package'. > Required package `bind-key-2.4' is unavailable > > In toplevel form: > packages/use-package/doc/setup-ox-hugo.el:192:51: Warning: reference to free > variable `ox-hugo-default-lisp-directory' > packages/use-package/doc/setup-ox-hugo.el:215:21: Warning: reference to free > variable `org-emphasis-regexp-components' > packages/use-package/doc/setup-ox-hugo.el:222:33: Warning: Unused lexical > argument `file' > packages/use-package/doc/setup-ox-hugo.el:224:4: Error: `add-to-list' can't > use lexical var `ob-lang-alist'; use `push' or `cl-pushnew' > packages/use-package/doc/setup-ox-hugo.el:224:4: Error: `add-to-list' can't > use lexical var `ob-lang-alist'; use `push' or `cl-pushnew' > packages/use-package/doc/setup-ox-hugo.el:230:56: Warning: Unused lexical > argument `body' > packages/use-package/doc/setup-ox-hugo.el:238:11: Warning: assignment to free > variable `org-confirm-babel-evaluate' > packages/use-package/doc/setup-ox-hugo.el:241:11: Warning: assignment to free > variable `org-export-headline-levels' > packages/use-package/doc/setup-ox-hugo.el:242:19: Warning: reference to free > variable `org-export-exclude-tags' > packages/use-package/doc/setup-ox-hugo.el:242:19: Warning: assignment to free > variable `org-export-exclude-tags' > > In end of data: > packages/use-package/doc/setup-ox-hugo.el:238:40: Warning: the function > `ox-hugo-org-confirm-babel-evaluate-fn' is not known to be defined. > packages/use-package/doc/setup-ox-hugo.el:218:4: Warning: the function > `org-set-emph-re' is not known to be defined. > packages/use-package/doc/setup-ox-hugo.el:208:4: Warning: the function > `org-hugo-export-wim-to-md' is not known to be defined. > packages/use-package/doc/setup-ox-hugo.el:75:49: Warning: the function > `vc-git-root' is not known to be defined. > make: *** [GNUmakefile:119: packages/use-package/doc/setup-ox-hugo.elc] Error > 1 The ignored files are just not included into the tarball (see `elpaa--make-one-tarball-1' in elpa-admin.el), but they are still byte compiled AFAIK. > ~/g/elpa main ?1 2.7s [2] make build/bind-key > emacs --batch -l /home/payas/git/elpa/admin/elpa-admin.el \ > -f elpaa-batch-make-one-package bind-key > Cloning branch bind-key: > Preparing worktree (new branch 'externals/bind-key') > branch 'externals/bind-key' set up to track 'origin/externals/bind-key'. > HEAD is now at 0be480ea77 Merge pull request #1009 from > andreyorst/face-spec-set-third-argument > > ======== Building tarball > archive-devel/bind-key-2.4.1.0.20221029.145719.tar... > ######## Built new package archive-devel/bind-key-2.4.1.0.20221029.145719.tar! > ======== Building tarball archive/bind-key-2.4.1.tar... > ######## Built new package archive/bind-key-2.4.1.tar! > > ~/g/elpa main ?1 1.2s ? make packages/bind-key > emacs --batch -Q -l admin/elpa-admin.el \ > -f elpaa-batch-pkg-spec-make-dependencies .pkg-descs.mk > Generating description file packages/bind-key/bind-key-pkg.el > emacs --batch -l admin/elpa-admin.el \ > -f elpaa-batch-generate-autoloads > packages/bind-key/bind-key-autoloads.el > INFO Scraping files for loaddefs... > INFO Scraping files for loaddefs...done > GEN bind-key-autoloads.el > Byte compiling packages/bind-key/bind-chord.el > Byte compiling packages/bind-key/bind-key.el > Byte compiling packages/bind-key/doc/setup-ox-hugo.el > > In toplevel form: > packages/bind-key/doc/setup-ox-hugo.el:1:3: Warning: reference to free > variable `-*-' > packages/bind-key/doc/setup-ox-hugo.el:1:7: Warning: reference to free > variable `lexical-binding:' > packages/bind-key/doc/setup-ox-hugo.el:169:51: Warning: reference to free > variable `ox-hugo-default-lisp-directory' > packages/bind-key/doc/setup-ox-hugo.el:192:21: Warning: reference to free > variable `org-emphasis-regexp-components' > packages/bind-key/doc/setup-ox-hugo.el:199:33: Warning: Unused lexical > argument `file' > packages/bind-key/doc/setup-ox-hugo.el:201:4: Error: `add-to-list' can't use > lexical var `ob-lang-alist'; use `push' or `cl-pushnew' > packages/bind-key/doc/setup-ox-hugo.el:201:4: Error: `add-to-list' can't use > lexical var `ob-lang-alist'; use `push' or `cl-pushnew' > packages/bind-key/doc/setup-ox-hugo.el:207:56: Warning: Unused lexical > argument `body' > packages/bind-key/doc/setup-ox-hugo.el:215:11: Warning: assignment to free > variable `org-confirm-babel-evaluate' > packages/bind-key/doc/setup-ox-hugo.el:218:11: Warning: assignment to free > variable `org-export-headline-levels' > packages/bind-key/doc/setup-ox-hugo.el:219:19: Warning: reference to free > variable `org-export-exclude-tags' > packages/bind-key/doc/setup-ox-hugo.el:219:19: Warning: assignment to free > variable `org-export-exclude-tags' > > In end of data: > packages/bind-key/doc/setup-ox-hugo.el:215:40: Warning: the function > `ox-hugo-org-confirm-babel-evaluate-fn' is not known to be defined. > packages/bind-key/doc/setup-ox-hugo.el:195:4: Warning: the function > `org-set-emph-re' is not known to be defined. > packages/bind-key/doc/setup-ox-hugo.el:185:4: Warning: the function > `org-hugo-export-wim-to-md' is not known to be defined. > packages/bind-key/doc/setup-ox-hugo.el:52:49: Warning: the function > `vc-git-root' is not known to be defined. > make: *** [GNUmakefile:119: packages/bind-key/doc/setup-ox-hugo.elc] Error 1 > ~/g/elpa main ?1 3.5s [2] make packages/use-package > > Byte compiling packages/use-package/doc/setup-ox-hugo.el > > In toplevel form: > packages/use-package/doc/setup-ox-hugo.el:192:51: Warning: reference to free > variable `ox-hugo-default-lisp-directory' > packages/use-package/doc/setup-ox-hugo.el:215:21: Warning: reference to free > variable `org-emphasis-regexp-components' > packages/use-package/doc/setup-ox-hugo.el:222:33: Warning: Unused lexical > argument `file' > packages/use-package/doc/setup-ox-hugo.el:224:4: Error: `add-to-list' can't > use lexical var `ob-lang-alist'; use `push' or `cl-pushnew' > packages/use-package/doc/setup-ox-hugo.el:224:4: Error: `add-to-list' can't > use lexical var `ob-lang-alist'; use `push' or `cl-pushnew' > packages/use-package/doc/setup-ox-hugo.el:230:56: Warning: Unused lexical > argument `body' > packages/use-package/doc/setup-ox-hugo.el:238:11: Warning: assignment to free > variable `org-confirm-babel-evaluate' > packages/use-package/doc/setup-ox-hugo.el:241:11: Warning: assignment to free > variable `org-export-headline-levels' > packages/use-package/doc/setup-ox-hugo.el:242:19: Warning: reference to free > variable `org-export-exclude-tags' > packages/use-package/doc/setup-ox-hugo.el:242:19: Warning: assignment to free > variable `org-export-exclude-tags' > > In end of data: > packages/use-package/doc/setup-ox-hugo.el:238:40: Warning: the function > `ox-hugo-org-confirm-babel-evaluate-fn' is not known to be defined. > packages/use-package/doc/setup-ox-hugo.el:218:4: Warning: the function > `org-set-emph-re' is not known to be defined. > packages/use-package/doc/setup-ox-hugo.el:208:4: Warning: the function > `org-hugo-export-wim-to-md' is not known to be defined. > packages/use-package/doc/setup-ox-hugo.el:75:49: Warning: the function > `vc-git-root' is not known to be defined. > make: *** [GNUmakefile:119: packages/use-package/doc/setup-ox-hugo.elc] Error > 1 I will once more argue that it might be easier to remove these files from the repository entirely.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4