emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[nongnu] elpa/pdf-tools 27da212d04 1/2: Install base-devel, autoconf on


From: ELPA Syncer
Subject: [nongnu] elpa/pdf-tools 27da212d04 1/2: Install base-devel, autoconf on Appveyor
Date: Fri, 7 Jan 2022 07:58:40 -0500 (EST)

branch: elpa/pdf-tools
commit 27da212d04dac062d59af09b49da6e9237c3a1b0
Author: Vedang Manerikar <ved.manerikar@gmail.com>
Commit: Vedang Manerikar <ved.manerikar@gmail.com>

    Install base-devel, autoconf on Appveyor
    
    Since 6th Jan, 2022, builds on Appveyor are failing because they
    cannot find `autoreconf`[1][2].
    
    This should be implemented from `base-devel`, but even with
    `base-devel` available the builds are failing. Adding an explicit
    require on `autoconf` in the hope that this is fixed.
    
    1: https://ci.appveyor.com/project/vedang/pdf-tools/builds/42114287
    2: https://ci.appveyor.com/project/vedang/pdf-tools/builds/42101965
    
    Relates to: #68
---
 ci/appveyor/install.bat | 2 +-
 server/autobuild        | 6 ++++++
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/ci/appveyor/install.bat b/ci/appveyor/install.bat
index 007d48925f..a306c6b783 100644
--- a/ci/appveyor/install.bat
+++ b/ci/appveyor/install.bat
@@ -14,7 +14,7 @@ IF %COMPILER%==msys2 (
   SET 
"PATH=C:\%MSYS2_DIR%\%MSYSTEM%\bin;C:\%MSYS2_DIR%\usr\bin;C:\%MSYS2_DIR%\home\appveyor\.cask\bin;%PATH%"
 
   REM dependencies
-  bash -lc "pacman -S --needed --noconfirm git mingw-w64-x86_64-zlib 
mingw-w64-x86_64-libpng mingw-w64-x86_64-poppler mingw-w64-x86_64-imagemagick 
openssl mingw-w64-x86_64-openssl mingw-w64-x86_64-python2 
mingw-w64-x86_64-emacs"
+  bash -lc "pacman -S --needed --noconfirm git base-devel autoconf 
mingw-w64-x86_64-zlib mingw-w64-x86_64-libpng mingw-w64-x86_64-poppler 
mingw-w64-x86_64-imagemagick openssl mingw-w64-x86_64-openssl 
mingw-w64-x86_64-python2 mingw-w64-x86_64-emacs"
 
   REM Set up Cask
   bash -lc "git clone https://github.com/cask/cask ~/.cask"
diff --git a/server/autobuild b/server/autobuild
index 42489798d8..b128e9dfd3 100755
--- a/server/autobuild
+++ b/server/autobuild
@@ -318,15 +318,21 @@ os_msys2() {
     case $MSYSTEM in
         MINGW64)
             PACKAGES="base-devel
+                      autoconf
                       mingw-w64-x86_64-libpng
                       mingw-w64-x86_64-poppler
+                      mingw-w64-x86_64-imagemagick
                       mingw-w64-x86_64-toolchain
+                      mingw-w64-x86_64-openssl
                       mingw-w64-x86_64-zlib" ;;
         MINGW32)
             PACKAGES="base-devel
+                      autoconf
                       mingw-w64-i686-libpng
                       mingw-w64-i686-poppler
+                      mingw-w64-i686-imagemagick
                       mingw-w64-i686-toolchain
+                      mingw-w64-i686-openssl
                       mingw-w64-i686-zlib" ;;
         MSYS)
             case $(uname -m) in



reply via email to

[Prev in Thread] Current Thread [Next in Thread]