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

vcpkg install atkmm error #12390

Closed
GGXBoo opened this issue Jul 12, 2020 · 9 comments · Fixed by #12857
Closed

vcpkg install atkmm error #12390

GGXBoo opened this issue Jul 12, 2020 · 9 comments · Fixed by #12857
Assignees
Labels
category:port-feature The issue is with a library, which is requesting new capabilities that didn’t exist

Comments

@GGXBoo
Copy link

GGXBoo commented Jul 12, 2020

Computing installation plan...
The following packages will be built and installed:
atkmm[core]:x64-linux
Starting package 1/1: atkmm:x64-linux
Building package atkmm[core]:x64-linux...
-- Note: atkmm only supports dynamic library linkage. Building dynamic library.
-- Using cached /home/ggx/Documents/vcpkg/downloads/atkmm-2.24.2.tar.xz
-- Cleaning sources at /home/ggx/Documents/vcpkg/buildtrees/atkmm/src/atkmm-2-de808b48b0.clean. Pass --editable to vcpkg to reuse sources.
-- Extracting source /home/ggx/Documents/vcpkg/downloads/atkmm-2.24.2.tar.xz
-- Applying patch fix_properties.patch
-- Applying patch fix_charset.patch
-- Using source at /home/ggx/Documents/vcpkg/buildtrees/atkmm/src/atkmm-2-de808b48b0.clean
-- Building /home/ggx/Documents/vcpkg/buildtrees/atkmm/src/atkmm-2-de808b48b0.clean/MSVC_Net2013/atkmm.sln for Release
CMake Error at scripts/cmake/vcpkg_execute_required_process.cmake:72 (message):
Command failed: msbuild /home/ggx/Documents/vcpkg/buildtrees/atkmm/src/atkmm-2-de808b48b0.clean/MSVC_Net2013/atkmm.sln /p:Configuration=Release /t:atkmm /p:Platform=x64 /p:PlatformToolset=external /p:VCPkgLocalAppDataDisabled=true /p:UseIntelMKL=No /p:WindowsTargetPlatformVersion= /p:VcpkgManifestInstall=false /m /p:ForceImportBeforeCppTargets=/home/ggx/Documents/vcpkg/scripts/buildsystems/msbuild/vcpkg.targets /p:VcpkgTriplet=x64-linux /p:VcpkgCurrentInstalledDir=/home/ggx/Documents/vcpkg/installed/x64-linux
Working Directory: /home/ggx/Documents/vcpkg/buildtrees/atkmm/x64-linux-rel
Error code: No such file or directory
See logs for more information:

Call Stack (most recent call first):
scripts/cmake/vcpkg_build_msbuild.cmake:121 (vcpkg_execute_required_process)
ports/atkmm/portfile.cmake:25 (vcpkg_build_msbuild)
scripts/ports.cmake:76 (include)

Error: Building package atkmm:x64-linux 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: atkmm:x64-linux
Vcpkg version: 2020.06.15-unknownhash

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

@MVoz
Copy link
Contributor

MVoz commented Jul 12, 2020

/p:WindowsTargetPlatformVersion= ... ?

@GGXBoo
Copy link
Author

GGXBoo commented Jul 12, 2020

/p:WindowsTargetPlatformVersion= ... ?

How to set this property?I use vcpak on Linux

@MVoz
Copy link
Contributor

MVoz commented Jul 12, 2020

Command failed: msbuild

Command failed: msbuild /home/ggx/Documents/vcpkg/buildtrees/atkmm/src/atkmm-2-de808b48b0.clean/MSVC_Net2013/atkmm.sln /p:Configuration=Release /t:atkmm /p:Platform=x64 /p:PlatformToolset=external /p:VCPkgLocalAppDataDisabled=true /p:UseIntelMKL=No /p:WindowsTargetPlatformVersion= /p:VcpkgManifestInstall=false /m /p:ForceImportBeforeCppTargets=/home/ggx/Documents/vcpkg/scripts/buildsystems/msbuild/vcpkg.targets /p:VcpkgTriplet=x64-linux /p:VcpkgCurrentInstalledDir=/home/ggx/Documents/vcpkg/installed/x64-linux

maybe this means that there is no support for *UNIX

@GGXBoo
Copy link
Author

GGXBoo commented Jul 12, 2020

Command failed: msbuild

Command failed: msbuild /home/ggx/Documents/vcpkg/buildtrees/atkmm/src/atkmm-2-de808b48b0.clean/MSVC_Net2013/atkmm.sln /p:Configuration=Release /t:atkmm /p:Platform=x64 /p:PlatformToolset=external /p:VCPkgLocalAppDataDisabled=true /p:UseIntelMKL=No /p:WindowsTargetPlatformVersion= /p:VcpkgManifestInstall=false /m /p:ForceImportBeforeCppTargets=/home/ggx/Documents/vcpkg/scripts/buildsystems/msbuild/vcpkg.targets /p:VcpkgTriplet=x64-linux /p:VcpkgCurrentInstalledDir=/home/ggx/Documents/vcpkg/installed/x64-linux

maybe this means that there is no support for *UNIX

I’m found this error:
Working Directory: /home/ggx/Documents/vcpkg/buildtrees/atkmm/x64-linux-rel
Error code: No such file or directory

@MVoz
Copy link
Contributor

MVoz commented Jul 12, 2020

)))

which msbuild ?
locate msbuild ?

mono ? ))
https://www.mono-project.com/download/stable/#download-lin

@GGXBoo
Copy link
Author

GGXBoo commented Jul 12, 2020

)))

which msbuild ?
locate msbuild ?

mono ?

Ok. I'll try to install it

@MVoz
Copy link
Contributor

MVoz commented Jul 12, 2020

Ok. I'll try to install it

do not )) there is no support in VCPKG for building the atkmm package on *UNIX

crossplatform ?

@GGXBoo
Copy link
Author

GGXBoo commented Jul 12, 2020

do not )) there is no support in VCPKG for building the atkmm package on *UNIX

crossplatform

Well, I can only use apt to install it.

@PhoebeHui PhoebeHui added the category:port-feature The issue is with a library, which is requesting new capabilities that didn’t exist label Jul 13, 2020
@PhoebeHui
Copy link
Contributor

Confirmed, it only supports windows now.

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.

3 participants