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

[suitesparse] Build error on x64-windows #39201

Open
FerdenoDbot opened this issue Jun 10, 2024 · 7 comments
Open

[suitesparse] Build error on x64-windows #39201

FerdenoDbot opened this issue Jun 10, 2024 · 7 comments
Assignees
Labels
category:question This issue is a question

Comments

@FerdenoDbot
Copy link

Package: suitesparse:x64-windows@5.8.0#2

Host Environment

  • Host: x64-windows
  • Compiler: MSVC 19.38.33134.0
  • vcpkg-tool version: 2024-04-23-d6945642ee5c3076addd1a42c331bbf4cfc97457
    vcpkg-scripts version: ad25766 2024-06-08 (2 days ago)

To Reproduce

vcpkg install suitesparse:x64-windows

Failure logs

-- Using cached DrTimothyAldenDavis-SuiteSparse-71e330ca2bc0a2f12f416c461d23dbca21db4d8f.tar.gz.
-- Cleaning sources at C:/D Drive/Academics/Study/Intern/Dbot Internship 2023-24/Dbot360Video/HuggingFace/RamadesDPT/openSFM/OpenSfM/vcpkg/buildtrees/suitesparse/src/ca21db4d8f-31bbc10efb.clean. Use --editable to skip cleaning for the packages you specify.
-- Extracting source C:/D Drive/Academics/Study/Intern/Dbot Internship 2023-24/Dbot360Video/HuggingFace/RamadesDPT/openSFM/OpenSfM/vcpkg/downloads/DrTimothyAldenDavis-SuiteSparse-71e330ca2bc0a2f12f416c461d23dbca21db4d8f.tar.gz
-- Using source at C:/D Drive/Academics/Study/Intern/Dbot Internship 2023-24/Dbot360Video/HuggingFace/RamadesDPT/openSFM/OpenSfM/vcpkg/buildtrees/suitesparse/src/ca21db4d8f-31bbc10efb.clean
-- Using cached jlblancoc-suitesparse-metis-for-windows-c11e8dd7a2ef7d0d93af4c16f75374dd8ca029e2.tar.gz.
-- Cleaning sources at C:/D Drive/Academics/Study/Intern/Dbot Internship 2023-24/Dbot360Video/HuggingFace/RamadesDPT/openSFM/OpenSfM/vcpkg/buildtrees/suitesparse/src/dd8ca029e2-bdd475c274.clean. Use --editable to skip cleaning for the packages you specify.
-- Extracting source C:/D Drive/Academics/Study/Intern/Dbot Internship 2023-24/Dbot360Video/HuggingFace/RamadesDPT/openSFM/OpenSfM/vcpkg/downloads/jlblancoc-suitesparse-metis-for-windows-c11e8dd7a2ef7d0d93af4c16f75374dd8ca029e2.tar.gz
-- Applying patch build_fixes.patch
-- Using source at C:/D Drive/Academics/Study/Intern/Dbot Internship 2023-24/Dbot360Video/HuggingFace/RamadesDPT/openSFM/OpenSfM/vcpkg/buildtrees/suitesparse/src/dd8ca029e2-bdd475c274.clean
-- Overwriting SuiteSparseWin source files with SuiteSparse source files...
-- Overwriting SuiteSparseWin source files with SuiteSparse source files... done
-- Removing integrated lapack and metis lib...
-- Removing integrated lapack and metis lib... done
-- Found external ninja('1.11.0').
-- Configuring x64-windows
CMake Error at scripts/cmake/vcpkg_execute_required_process.cmake:112 (message):
    Command failed: "C:/Program Files/Microsoft Visual Studio/2022/Community/Common7/IDE/CommonExtensions/Microsoft/CMake/Ninja/ninja.exe" -v
    Working Directory: C:/D Drive/Academics/Study/Intern/Dbot Internship 2023-24/Dbot360Video/HuggingFace/RamadesDPT/openSFM/OpenSfM/vcpkg/buildtrees/suitesparse/x64-windows-rel/vcpkg-parallel-configure
    Error code: 1
    See logs for more information:
      C:\D Drive\Academics\Study\Intern\Dbot Internship 2023-24\Dbot360Video\HuggingFace\RamadesDPT\openSFM\OpenSfM\vcpkg\buildtrees\suitesparse\config-x64-windows-dbg-CMakeCache.txt.log
      C:\D Drive\Academics\Study\Intern\Dbot Internship 2023-24\Dbot360Video\HuggingFace\RamadesDPT\openSFM\OpenSfM\vcpkg\buildtrees\suitesparse\config-x64-windows-rel-CMakeCache.txt.log
      C:\D Drive\Academics\Study\Intern\Dbot Internship 2023-24\Dbot360Video\HuggingFace\RamadesDPT\openSFM\OpenSfM\vcpkg\buildtrees\suitesparse\config-x64-windows-out.log

Call Stack (most recent call first):
  installed/x64-windows/share/vcpkg-cmake/vcpkg_cmake_configure.cmake:261 (vcpkg_execute_required_process)
  ports/suitesparse/portfile.cmake:32 (vcpkg_cmake_configure)
  scripts/ports.cmake:175 (include)
@dg0yt
Copy link
Contributor

dg0yt commented Jun 10, 2024

C:\D Drive\Academics\Study\Intern\Dbot Internship 2023-24

Relevant or not: Do not use in filepaths. And do not use +, *, ?, ;, or non-ASCII.

@FerdenoDbot
Copy link
Author

FerdenoDbot commented Jun 10, 2024

@dg0yt same issue by changing the filepaths
Package: suitesparse:x64-windows@5.8.0#2

Host Environment

  • Host: x64-windows
  • Compiler: MSVC 19.38.33134.0
  • vcpkg-tool version: 2024-04-23-d6945642ee5c3076addd1a42c331bbf4cfc97457
    vcpkg-scripts version: ad25766 2024-06-08 (2 days ago)

To Reproduce

vcpkg install opencv4 ceres ceres[suitesparse] lapack suitesparse

Failure logs

-- Using cached DrTimothyAldenDavis-SuiteSparse-71e330ca2bc0a2f12f416c461d23dbca21db4d8f.tar.gz.
-- Cleaning sources at C:/D Drive/Academics/Study/Intern/DbotInternship2023-24/Dbot360Video/HuggingFace/RamadesDPT/openSFM/OpenSfM/vcpkg/buildtrees/suitesparse/src/ca21db4d8f-31bbc10efb.clean. Use --editable to skip cleaning for the packages you specify.
-- Extracting source C:/D Drive/Academics/Study/Intern/DbotInternship2023-24/Dbot360Video/HuggingFace/RamadesDPT/openSFM/OpenSfM/vcpkg/downloads/DrTimothyAldenDavis-SuiteSparse-71e330ca2bc0a2f12f416c461d23dbca21db4d8f.tar.gz
-- Using source at C:/D Drive/Academics/Study/Intern/DbotInternship2023-24/Dbot360Video/HuggingFace/RamadesDPT/openSFM/OpenSfM/vcpkg/buildtrees/suitesparse/src/ca21db4d8f-31bbc10efb.clean
-- Using cached jlblancoc-suitesparse-metis-for-windows-c11e8dd7a2ef7d0d93af4c16f75374dd8ca029e2.tar.gz.
-- Cleaning sources at C:/D Drive/Academics/Study/Intern/DbotInternship2023-24/Dbot360Video/HuggingFace/RamadesDPT/openSFM/OpenSfM/vcpkg/buildtrees/suitesparse/src/dd8ca029e2-bdd475c274.clean. Use --editable to skip cleaning for the packages you specify.
-- Extracting source C:/D Drive/Academics/Study/Intern/DbotInternship2023-24/Dbot360Video/HuggingFace/RamadesDPT/openSFM/OpenSfM/vcpkg/downloads/jlblancoc-suitesparse-metis-for-windows-c11e8dd7a2ef7d0d93af4c16f75374dd8ca029e2.tar.gz
-- Applying patch build_fixes.patch
-- Using source at C:/D Drive/Academics/Study/Intern/DbotInternship2023-24/Dbot360Video/HuggingFace/RamadesDPT/openSFM/OpenSfM/vcpkg/buildtrees/suitesparse/src/dd8ca029e2-bdd475c274.clean
-- Overwriting SuiteSparseWin source files with SuiteSparse source files...
-- Overwriting SuiteSparseWin source files with SuiteSparse source files... done
-- Removing integrated lapack and metis lib...
-- Removing integrated lapack and metis lib... done
-- Found external ninja('1.11.0').
-- Configuring x64-windows
CMake Error at scripts/cmake/vcpkg_execute_required_process.cmake:112 (message):
    Command failed: "C:/Program Files/Microsoft Visual Studio/2022/Community/Common7/IDE/CommonExtensions/Microsoft/CMake/Ninja/ninja.exe" -v
    Working Directory: C:/D Drive/Academics/Study/Intern/DbotInternship2023-24/Dbot360Video/HuggingFace/RamadesDPT/openSFM/OpenSfM/vcpkg/buildtrees/suitesparse/x64-windows-rel/vcpkg-parallel-configure
    Error code: 1
    See logs for more information:
      C:\D Drive\Academics\Study\Intern\DbotInternship2023-24\Dbot360Video\HuggingFace\RamadesDPT\openSFM\OpenSfM\vcpkg\buildtrees\suitesparse\config-x64-windows-dbg-CMakeCache.txt.log
      C:\D Drive\Academics\Study\Intern\DbotInternship2023-24\Dbot360Video\HuggingFace\RamadesDPT\openSFM\OpenSfM\vcpkg\buildtrees\suitesparse\config-x64-windows-rel-CMakeCache.txt.log
      C:\D Drive\Academics\Study\Intern\DbotInternship2023-24\Dbot360Video\HuggingFace\RamadesDPT\openSFM\OpenSfM\vcpkg\buildtrees\suitesparse\config-x64-windows-out.log

Call Stack (most recent call first):
  installed/x64-windows/share/vcpkg-cmake/vcpkg_cmake_configure.cmake:261 (vcpkg_execute_required_process)
  ports/suitesparse/portfile.cmake:32 (vcpkg_cmake_configure)
  scripts/ports.cmake:175 (include)

@dg0yt
Copy link
Contributor

dg0yt commented Jun 10, 2024

C:\D Drive...

Again: Do not use ...
And if it doesn't help,

See logs for more information

@MonicaLiu0311 MonicaLiu0311 added the category:question This issue is a question label Jun 11, 2024
@FerdenoDbot
Copy link
Author

@dg0yt same issue rises by changing the path

Package: suitesparse:x64-windows@5.8.0#2

Host Environment

  • Host: x64-windows
  • Compiler: MSVC 19.38.33134.0
  • vcpkg-tool version: 2024-04-23-d6945642ee5c3076addd1a42c331bbf4cfc97457
    vcpkg-scripts version: ad25766 2024-06-08 (2 days ago)

To Reproduce

vcpkg install opencv4 ceres ceres[suitesparse] lapack suitesparse

Failure logs

-- Using cached DrTimothyAldenDavis-SuiteSparse-71e330ca2bc0a2f12f416c461d23dbca21db4d8f.tar.gz.
-- Cleaning sources at C:/D_Drive/Academics/Study/Intern/DbotInternship2023-24/Dbot360Video/HuggingFace/RamadesDPT/openSFM/OpenSfM/vcpkg/buildtrees/suitesparse/src/ca21db4d8f-31bbc10efb.clean. Use --editable to skip cleaning for the packages you specify.
-- Extracting source C:/D_Drive/Academics/Study/Intern/DbotInternship2023-24/Dbot360Video/HuggingFace/RamadesDPT/openSFM/OpenSfM/vcpkg/downloads/DrTimothyAldenDavis-SuiteSparse-71e330ca2bc0a2f12f416c461d23dbca21db4d8f.tar.gz
-- Using source at C:/D_Drive/Academics/Study/Intern/DbotInternship2023-24/Dbot360Video/HuggingFace/RamadesDPT/openSFM/OpenSfM/vcpkg/buildtrees/suitesparse/src/ca21db4d8f-31bbc10efb.clean
-- Using cached jlblancoc-suitesparse-metis-for-windows-c11e8dd7a2ef7d0d93af4c16f75374dd8ca029e2.tar.gz.
-- Cleaning sources at C:/D_Drive/Academics/Study/Intern/DbotInternship2023-24/Dbot360Video/HuggingFace/RamadesDPT/openSFM/OpenSfM/vcpkg/buildtrees/suitesparse/src/dd8ca029e2-bdd475c274.clean. Use --editable to skip cleaning for the packages you specify.
-- Extracting source C:/D_Drive/Academics/Study/Intern/DbotInternship2023-24/Dbot360Video/HuggingFace/RamadesDPT/openSFM/OpenSfM/vcpkg/downloads/jlblancoc-suitesparse-metis-for-windows-c11e8dd7a2ef7d0d93af4c16f75374dd8ca029e2.tar.gz
-- Applying patch build_fixes.patch
-- Using source at C:/D_Drive/Academics/Study/Intern/DbotInternship2023-24/Dbot360Video/HuggingFace/RamadesDPT/openSFM/OpenSfM/vcpkg/buildtrees/suitesparse/src/dd8ca029e2-bdd475c274.clean
-- Overwriting SuiteSparseWin source files with SuiteSparse source files...
-- Overwriting SuiteSparseWin source files with SuiteSparse source files... done
-- Removing integrated lapack and metis lib...
-- Removing integrated lapack and metis lib... done
-- Found external ninja('1.11.0').
-- Configuring x64-windows
CMake Error at scripts/cmake/vcpkg_execute_required_process.cmake:112 (message):
    Command failed: "C:/Program Files/Microsoft Visual Studio/2022/Community/Common7/IDE/CommonExtensions/Microsoft/CMake/Ninja/ninja.exe" -v
    Working Directory: C:/D_Drive/Academics/Study/Intern/DbotInternship2023-24/Dbot360Video/HuggingFace/RamadesDPT/openSFM/OpenSfM/vcpkg/buildtrees/suitesparse/x64-windows-rel/vcpkg-parallel-configure
    Error code: 1
    See logs for more information:
      C:\D_Drive\Academics\Study\Intern\DbotInternship2023-24\Dbot360Video\HuggingFace\RamadesDPT\openSFM\OpenSfM\vcpkg\buildtrees\suitesparse\config-x64-windows-dbg-CMakeCache.txt.log
      C:\D_Drive\Academics\Study\Intern\DbotInternship2023-24\Dbot360Video\HuggingFace\RamadesDPT\openSFM\OpenSfM\vcpkg\buildtrees\suitesparse\config-x64-windows-rel-CMakeCache.txt.log
      C:\D_Drive\Academics\Study\Intern\DbotInternship2023-24\Dbot360Video\HuggingFace\RamadesDPT\openSFM\OpenSfM\vcpkg\buildtrees\suitesparse\config-x64-windows-out.log

Call Stack (most recent call first):
  installed/x64-windows/share/vcpkg-cmake/vcpkg_cmake_configure.cmake:261 (vcpkg_execute_required_process)
  ports/suitesparse/portfile.cmake:32 (vcpkg_cmake_configure)
  scripts/ports.cmake:175 (include)


@dg0yt
Copy link
Contributor

dg0yt commented Jun 11, 2024

And if it doesn't help,

See logs for more information

@MonicaLiu0311
Copy link
Contributor

    See logs for more information:
      C:\D_Drive\Academics\Study\Intern\DbotInternship2023-24\Dbot360Video\HuggingFace\RamadesDPT\openSFM\OpenSfM\vcpkg\buildtrees\suitesparse\config-x64-windows-dbg-CMakeCache.txt.log
      C:\D_Drive\Academics\Study\Intern\DbotInternship2023-24\Dbot360Video\HuggingFace\RamadesDPT\openSFM\OpenSfM\vcpkg\buildtrees\suitesparse\config-x64-windows-rel-CMakeCache.txt.log
      C:\D_Drive\Academics\Study\Intern\DbotInternship2023-24\Dbot360Video\HuggingFace\RamadesDPT\openSFM\OpenSfM\vcpkg\buildtrees\suitesparse\config-x64-windows-out.log

Please provide the log files for the prompt.

@FerdenoDbot
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category:question This issue is a question
Projects
None yet
Development

No branches or pull requests

3 participants