Skip to content

Commit de290e9

Browse files
fanquakebluca
authored andcommitted
Problem: macos-latest CIs both failing
Solution: Install `libtool`. This seems to be the issue, given the CI output of a recent run, i.e: ```bash configure.ac:1023: the top level configure.ac:80: error: possibly undefined macro: AC_LIBTOOL_WIN32_DLL If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation. configure.ac:81: error: possibly undefined macro: AC_PROG_LIBTOOL configure:7350: error: possibly undefined macro: AC_DISABLE_STATIC configure:7354: error: possibly undefined macro: AC_ENABLE_STATIC autoreconf: error: /opt/homebrew/Cellar/autoconf/2.72/bin/autoconf failed with exit status: 1 autogen.sh: error: autoreconf exited with status 1 + exit 1 ``` https://github.com/zeromq/libzmq/actions/runs/9841129190/job/27167025854?pr=4699#step:12:200
1 parent c2fae81 commit de290e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CI.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -112,11 +112,11 @@ jobs:
112112
CXX: clang++
113113
- os: macos-latest
114114
BUILD_TYPE: default
115-
PACKAGES: automake autoconf
115+
PACKAGES: automake autoconf libtool
116116
DRAFT: enabled
117117
- os: macos-latest
118118
BUILD_TYPE: default
119-
PACKAGES: automake autoconf libsodium
119+
PACKAGES: automake autoconf libtool libsodium
120120
CURVE: libsodium
121121
DRAFT: disabled
122122
env:

0 commit comments

Comments
 (0)