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

[crossguid:x64-osx] build failure #15594

Closed
rocketman123456 opened this issue Jan 12, 2021 · 1 comment · Fixed by #22587
Closed

[crossguid:x64-osx] build failure #15594

rocketman123456 opened this issue Jan 12, 2021 · 1 comment · Fixed by #22587
Assignees
Labels
category:port-feature The issue is with a library, which is requesting new capabilities that didn’t exist

Comments

@rocketman123456
Copy link

rocketman123456 commented Jan 12, 2021

Host Environment

  • OS: [MacOS Catalina]
  • Compiler: clang

To Reproduce
Steps to reproduce the behavior:
./vcpkg install crossguid

Failure logs

CMake Error at scripts/cmake/vcpkg_execute_build_process.cmake:145 (message):
    Command failed: /Users/developer/Program/vcpkg/downloads/tools/cmake-3.19.2-osx/cmake-3.19.2-macos-universal/CMake.app/Contents/bin/cmake --build . --config Debug --target install -- -v -j17
    Working Directory: /Users/developer/Program/vcpkg/buildtrees/crossguid/x64-osx-dbg
    See logs for more information:
      /Users/developer/Program/vcpkg/buildtrees/crossguid/install-x64-osx-dbg-out.log

Call Stack (most recent call first):
  scripts/cmake/vcpkg_build_cmake.cmake:96 (vcpkg_execute_build_process)
  scripts/cmake/vcpkg_install_cmake.cmake:27 (vcpkg_build_cmake)
  ports/crossguid/portfile.cmake:18 (vcpkg_install_cmake)
  scripts/ports.cmake:136 (include)

install-x64-osx-dbg-out.log

[1/3] /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DGUID_CFUUID -I/Users/developer/Program/vcpkg/buildtrees/crossguid/src/365d430337-f320045b03.clean/include -fPIC -g -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk -Werror -Wall -std=c++11 -MD -MT CMakeFiles/crossguid.dir/src/guid.cpp.o -MF CMakeFiles/crossguid.dir/src/guid.cpp.o.d -o CMakeFiles/crossguid.dir/src/guid.cpp.o -c /Users/developer/Program/vcpkg/buildtrees/crossguid/src/365d430337-f320045b03.clean/src/guid.cpp
FAILED: CMakeFiles/crossguid.dir/src/guid.cpp.o 
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -DGUID_CFUUID -I/Users/developer/Program/vcpkg/buildtrees/crossguid/src/365d430337-f320045b03.clean/include -fPIC -g -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk -Werror -Wall -std=c++11 -MD -MT CMakeFiles/crossguid.dir/src/guid.cpp.o -MF CMakeFiles/crossguid.dir/src/guid.cpp.o.d -o CMakeFiles/crossguid.dir/src/guid.cpp.o -c /Users/developer/Program/vcpkg/buildtrees/crossguid/src/365d430337-f320045b03.clean/src/guid.cpp
/Users/developer/Program/vcpkg/buildtrees/crossguid/src/365d430337-f320045b03.clean/src/guid.cpp:403:7: error: unused function 'swap' [-Werror,-Wunused-function]
        void swap(xg::Guid &lhs, xg::Guid &rhs)
             ^
1 error generated.
ninja: build stopped: subcommand failed.
@JackBoosY JackBoosY self-assigned this Jan 12, 2021
@JackBoosY JackBoosY added the category:port-feature The issue is with a library, which is requesting new capabilities that didn’t exist label Jan 12, 2021
@JackBoosY
Copy link
Contributor

See upstream issue.

@JackBoosY JackBoosY added the depends:upstream-changes Waiting on a change to the upstream project label Jan 12, 2021
@JackBoosY JackBoosY removed the depends:upstream-changes Waiting on a change to the upstream project label Jan 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category:port-feature The issue is with a library, which is requesting new capabilities that didn’t exist
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants