Skip to content

[vcpkg baseline][hidapi] Disable hidapi check on OSX#17628

Closed
JackBoosY wants to merge 1 commit intomicrosoft:masterfrom
JackBoosY:dev/jack/fix-baseline-20210502
Closed

[vcpkg baseline][hidapi] Disable hidapi check on OSX#17628
JackBoosY wants to merge 1 commit intomicrosoft:masterfrom
JackBoosY:dev/jack/fix-baseline-20210502

Conversation

@JackBoosY
Copy link
Contributor

When building hidapi:x64-osx:

autoreconf: export WARNINGS=
autoreconf: Entering directory '.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal --force -I m4
configure.ac:16: error: AC_CONFIG_MACRO_DIR can only be used once
./lib/autoconf/general.m4:1970: AC_CONFIG_MACRO_DIR is expanded from...
configure.ac:16: the top level
autom4te: error: /usr/local/opt/m4/bin/m4 failed with exit status: 1
aclocal: error: /usr/local/Cellar/autoconf/2.71/bin/autom4te failed with exit status: 1
autoreconf: error: aclocal failed with exit status: 1

This issue is due to the use of the newer autoconfig and the deprecation of this function in its new version (can only be used once).
The port was added in the PR #17231. I guess this is caused by the installation of newer autotools after our osx machine was updated. Waiting for upstream fix.

See upstream issue: libusb/hidapi#264

@JackBoosY JackBoosY added category:port-bug The issue is with a library, which is something the port should already support info:internal labels May 2, 2021
@dg0yt
Copy link
Contributor

dg0yt commented May 2, 2021

Wasn't this fixed by #17610?

@JackBoosY
Copy link
Contributor Author

Ah yes, I forgot it.

@JackBoosY JackBoosY closed this May 2, 2021
@JackBoosY JackBoosY deleted the dev/jack/fix-baseline-20210502 branch May 2, 2021 17:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

category:port-bug The issue is with a library, which is something the port should already support

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants