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

[fftw3[openmp]] build failure (x64-windows) #17417

Closed
SKNo opened this issue Apr 21, 2021 · 1 comment
Closed

[fftw3[openmp]] build failure (x64-windows) #17417

SKNo opened this issue Apr 21, 2021 · 1 comment
Assignees
Labels
category:port-bug The issue is with a library, which is something the port should already support

Comments

@SKNo
Copy link

SKNo commented Apr 21, 2021

Host Environment

  • OS: Microsoft Windows [version 10.0.17134.2145]
  • Compiler: C/C++ Optimizing Compiler Version 19.28.29914 for x64

To Reproduce
Steps to reproduce the behavior:
vcpkg install fftw3[openmp] --triplet X64-windows --recurse failed
vcpkg install fftw3[openmp] --triplet X64-windows-static --recurse successful
Failure logs

E:\Lib\vcpkg>vcpkg install fftw3[openmp] --triplet X64-windows --recurse
Computing installation plan...
The following packages will be rebuilt:
    fftw3[core,openmp,threads]:x64-windows -> 3.3.8-7
Starting package 1/2: fftw3:x64-windows
Removing package fftw3:x64-windows...
Removing package fftw3:x64-windows... done
Elapsed time for package fftw3:x64-windows: 35.14 ms
Detecting compiler hash for triplet x64-windows...
Could not locate cached archive: C:\Users\ch6535\AppData\Local\vcpkg\archives\3f\3f06fdf19d4504037c6f306492462975ab4a23e8.zip
Starting package 2/2: fftw3:x64-windows
Building package fftw3[core,openmp,threads]:x64-windows...
-- Using cached E:/Lib/vcpkg/downloads/fftw-3.3.8.tar.gz
-- Cleaning sources at E:/Lib/vcpkg/buildtrees/fftw3/src/fftw-3-6b62db95a0.clean. Use --editable to skip cleaning for the packages you specify.
-- Extracting source E:/Lib/vcpkg/downloads/fftw-3.3.8.tar.gz
-- Applying patch omp_test.patch
-- Applying patch patch_targets.patch
-- Applying patch fftw3_arch_fix.patch
-- Applying patch aligned_malloc.patch
-- Using source at E:/Lib/vcpkg/buildtrees/fftw3/src/fftw-3-6b62db95a0.clean
CMake Deprecation Warning at scripts/cmake/vcpkg_check_features.cmake:182 (message):
  calling `vcpkg_check_features` without the `FEATURES` keyword has been
  deprecated.

      Please add the `FEATURES` keyword to the call.
Call Stack (most recent call first):
  ports/fftw3/portfile.cmake:17 (vcpkg_check_features)
  scripts/ports.cmake:142 (include)


-- Found external ninja('1.10.2').
-- Configuring x64-windows
-- Building x64-windows-dbg
CMake Error at scripts/cmake/vcpkg_execute_build_process.cmake:146 (message):
    Command failed: E:/Logiciel/cmake-3.20.1-windows-x86_64/bin/cmake.exe --build . --config Debug --target install -- -v -j13
    Working Directory: E:/Lib/vcpkg/buildtrees/fftw3/x64-windows-dbg
    See logs for more information:
      E:\Lib\vcpkg\buildtrees\fftw3\install-x64-windows-dbg-out.log

Call Stack (most recent call first):
  scripts/cmake/vcpkg_build_cmake.cmake:105 (vcpkg_execute_build_process)
  scripts/cmake/vcpkg_install_cmake.cmake:45 (vcpkg_build_cmake)
  ports/fftw3/portfile.cmake:55 (vcpkg_install_cmake)
  scripts/ports.cmake:142 (include)


Error: Building package fftw3:x64-windows failed with: BUILD_FAILED
Please ensure you're using the latest portfiles with `.\vcpkg update`, then
submit an issue at https://github.com/Microsoft/vcpkg/issues including:
  Package: fftw3:x64-windows
  Vcpkg version: 2021-01-13-d67989bce1043b98092ac45996a8230a059a2d7e

Additionally, attach any relevant sections from the log files above.

install-x64-windows-dbg-out.log

Additional context

@SKNo SKNo changed the title [fftw3[openmp]] build failure [fftw3[openmp]] build failure (x64-windows) Apr 21, 2021
@NancyLi1013 NancyLi1013 self-assigned this Apr 22, 2021
@NancyLi1013 NancyLi1013 added the category:port-bug The issue is with a library, which is something the port should already support label Apr 22, 2021
@NancyLi1013
Copy link
Contributor

Hi @SKNo

Thanks for posting this issue.

Since it's duplicated to #10930, let's track this issue there.

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

No branches or pull requests

2 participants