Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[gmp] Build error on arm64-osx #42681

Closed
d9mz opened this issue Dec 13, 2024 · 1 comment
Closed

[gmp] Build error on arm64-osx #42681

d9mz opened this issue Dec 13, 2024 · 1 comment

Comments

@d9mz
Copy link

d9mz commented Dec 13, 2024

Package: gmp:[email protected]

Host Environment

  • Host: arm64-osx
  • Compiler: AppleClang 14.0.3.14030022
  • vcpkg-tool version: 2024-12-09-1005b78fa1bf1dde1a20c2734cba4ea61ca94d9a
    vcpkg-scripts version: 19847ac 2024-12-12 (8 hours ago)

To Reproduce

vcpkg install

Failure logs

-- Using cached gmp-6.3.0.tar.xz.
-- Cleaning sources at /Users/d9mz/Git/aya/vcpkg/buildtrees/gmp/src/v6.3.0-036e54f1a3.clean. Use --editable to skip cleaning for the packages you specify.
-- Extracting source /Users/d9mz/Git/aya/vcpkg/downloads/gmp-6.3.0.tar.xz
-- Applying patch asmflags.patch
-- Applying patch cross-tools.patch
-- Applying patch subdirs.patch
-- Applying patch msvc_symbol.patch
-- Applying patch arm64-coff.patch
-- Using source at /Users/d9mz/Git/aya/vcpkg/buildtrees/gmp/src/v6.3.0-036e54f1a3.clean
-- Getting CMake variables for arm64-osx
-- Getting CMake variables for arm64-osx-dbg
-- Getting CMake variables for arm64-osx-rel
-- Generating configure for arm64-osx
CMake Error at scripts/cmake/vcpkg_execute_required_process.cmake:127 (message):
    Command failed: /opt/homebrew/bin/autoreconf -vfi
    Working Directory: /Users/d9mz/Git/aya/vcpkg/buildtrees/gmp/src/v6.3.0-036e54f1a3.clean/
    Error code: no such file or directory
    See logs for more information:

Call Stack (most recent call first):
  scripts/cmake/vcpkg_configure_make.cmake:731 (vcpkg_execute_required_process)
  buildtrees/versioning_/versions/gmp/c28d96e8dd3ed941ba550f1e9d9f7bf1f2a83ac8/portfile.cmake:82 (vcpkg_configure_make)
  scripts/ports.cmake:196 (include)



Additional context

vcpkg.json
{
  "$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
  "name": "aya",
  "version": "1.0.0",
  "builtin-baseline": "ee1093857f3d16b007065542bbb2229369c70c2e",
  "dependencies": [
    "assimp",
    "boost-accumulators",
    "boost-bimap",
    "boost-circular-buffer",
    "boost-container",
    "boost-crc",
    "boost-exception",
    "boost-filesystem",
    "boost-flyweight",
    "boost-foreach",
    "boost-format",
    "boost-intrusive",
    "boost-iostreams",
    "boost-math",
    "boost-pool",
    "boost-program-options",
    "boost-signals2",
    "boost-system",
    "boost-thread",
    "boost-url",
    "boost-uuid",
    "cgal",
    "curl",
    "discord-rpc",
    "freetype",
    "libjpeg-turbo",
    "libpng",
    "lz4",
    "meshoptimizer",
    "openssl",
    "opus",
    "portaudio",
    "pugixml",
    "rapidjson",
    "sdl2",
    "vulkan",
    "zlib",
    "zstd",
    {
      "name": "imgui",
      "features": [
        "opengl3-binding"
      ]
    }
  ]
}

@d9mz
Copy link
Author

d9mz commented Dec 13, 2024

nvm. autoconf was using old version of perl, reinstalled autoconf w/ brew and now points to right perl version.

@d9mz d9mz closed this as completed Dec 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant