unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Build deps on Windows does not work
@ 2020-07-25 21:53 Angelo Graziosi
  2020-07-25 22:09 ` phillip.lord
  0 siblings, 1 reply; 7+ messages in thread
From: Angelo Graziosi @ 2020-07-25 21:53 UTC (permalink / raw)
  To: emacs-devel@gnu.org

Reading http://git.savannah.gnu.org/cgit/emacs.git/tree/admin/nt/dist-build/README-scripts, under "For snapshots from Master", I did this:

mkdir -p ~/emacs-build/deps
cd ~/emacs-build/deps

wget http://git.savannah.gnu.org/cgit/emacs.git/plain/admin/nt/dist-build/build-dep-zips.py

./build-dep-zips.py
Extracting deps
Initial pkgs ['mingw-w64-x86_64-giflib', 'mingw-w64-x86_64-gnutls', 'mingw-w64-x86_64-harfbuzz', 'mingw-w64-x86_64-jansson', 'mingw-w64-x86_64-lcms2', 'mingw-w64-x86_64-libjpeg-turbo', 'mingw-w64-x86_64-libpng', 'mingw-w64-x86_64-librsvg', 'mingw-w64-x86_64-libtiff', 'mingw-w64-x86_64-libxml2', 'mingw-w64-x86_64-xpm-nox']
Traceback (most recent call last):
  File "./build-dep-zips.py", line 259, in <module>
    deps=extract_deps()
  File "./build-dep-zips.py", line 100, in extract_deps
    subdeps = immediate_deps(pkgs[n])
  File "./build-dep-zips.py", line 76, in immediate_deps
    depends_on = [x for x in package_info if x.startswith("Depends On")][0]
IndexError: list index out of range

Maybe I am missing something... but I am wondering if this is caused by recent Python updates on MSYS2. What do you think? 

I run 'pacman -Syu' daily.

TIA



^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2020-07-28  2:07 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-07-25 21:53 Build deps on Windows does not work Angelo Graziosi
2020-07-25 22:09 ` phillip.lord
2020-07-26  8:34   ` Angelo Graziosi
2020-07-26  9:11     ` Yuri Khan
2020-07-26 14:00       ` Eli Zaretskii
2020-07-26 21:57       ` Angelo Graziosi
2020-07-28  2:07         ` Noam Postavsky

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).