nveloso commented on PR #45470:
URL: https://github.com/apache/arrow/pull/45470#issuecomment-2677212665

   @kou It looks like having mono is breaking the build. In the 
`install_vcpkg.sh` script it tries to do `vcpkg fetch nuget` and this returns 
the following error:
   ```
   error: Could not fetch nuget. A downloadable copy of this tool is available 
and can be used by unsetting $VCPKG_FORCE_SYSTEM_BINARIES. You may be able to 
install this tool via your system package manager.
   note: updating vcpkg by rerunning bootstrap-vcpkg may resolve this failure.
   ```
   I tried setting `VCPKG_FORCE_SYSTEM_BINARIES=0` but it does nothing. It 
returns the same error. I also ran `vcpkg fetch nuget --debug` and here is the 
output:
   ```
   [DEBUG] To include the environment variables in debug output, pass 
--debug-env
   [DEBUG] Disabling metrics because vcpkg.disable-metrics exists
   [DEBUG] Trying to load bundleconfig from /opt/vcpkg/vcpkg-bundle.json
   [DEBUG] Failed to open: /opt/vcpkg/vcpkg-bundle.json
   [DEBUG] Bundle config: readonly=false, usegitregistry=false, 
embeddedsha=nullopt, deployment=Git, vsversion=nullopt
   [DEBUG] Feature flag 'binarycaching' unset
   [DEBUG] Feature flag 'compilertracking' unset
   [DEBUG] Feature flag 'registries' unset
   [DEBUG] Feature flag 'versions' unset
   [DEBUG] Feature flag 'dependencygraph' unset
   [DEBUG] Detected /.dockerenv file
   [DEBUG] Using scripts-root: /opt/vcpkg/scripts
   [DEBUG] Using builtin-ports: /opt/vcpkg/ports
   [DEBUG] Using installed-root: /opt/vcpkg/installed
   [DEBUG] Using buildtrees-root: /opt/vcpkg/buildtrees
   [DEBUG] Using packages-root: /opt/vcpkg/packages
   [DEBUG] Using vcpkg-root: /opt/vcpkg
   [DEBUG] Using scripts-root: /opt/vcpkg/scripts
   [DEBUG] Using builtin-registry: /opt/vcpkg/versions
   [DEBUG] Using downloads-root: /opt/vcpkg/downloads
   error: Could not fetch nuget. A downloadable copy of this tool is available 
and can be used by unsetting $VCPKG_FORCE_SYSTEM_BINARIES. You may be able to 
install this tool via your system package manager.
   note: updating vcpkg by rerunning bootstrap-vcpkg may resolve this failure.
   [DEBUG] /source/src/vcpkg/tools.cpp(863):
   [DEBUG] Time in subprocesses: 0us
   [DEBUG] Time in parsing JSON: 0us
   [DEBUG] Time in JSON reader: 0us
   [DEBUG] Time in filesystem: 1120us
   [DEBUG] Time in loading ports: 0us
   [DEBUG] Exiting after 37.1 ms (36960us)
   ```
   Do you have any idea what might be wrong here?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscr...@arrow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to