all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Angelo Graziosi <angelo.g0@libero.it>
To: "emacs-devel@gnu.org" <emacs-devel@gnu.org>
Subject: Build deps on Windows does not work
Date: Sat, 25 Jul 2020 23:53:54 +0200 (CEST)	[thread overview]
Message-ID: <2740226.323338.1595714034471@mail1.libero.it> (raw)

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



             reply	other threads:[~2020-07-25 21:53 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-25 21:53 Angelo Graziosi [this message]
2020-07-25 22:09 ` Build deps on Windows does not work 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=2740226.323338.1595714034471@mail1.libero.it \
    --to=angelo.g0@libero.it \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.