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

[sdl1] Build failure in x64-linux #5813

Closed
NancyLi1013 opened this issue Mar 26, 2019 · 5 comments
Closed

[sdl1] Build failure in x64-linux #5813

NancyLi1013 opened this issue Mar 26, 2019 · 5 comments
Labels
category:port-feature The issue is with a library, which is requesting new capabilities that didn’t exist

Comments

@NancyLi1013
Copy link
Contributor

When trying to install gdal on Linux (Ubuntu 16.04), there are some errors:
./vcpkg install gdal

The following packages will be built and installed:
  * curl[core,openssl,ssl]:x64-linux
  * expat[core]:x64-linux
  * freeglut[core]:x64-linux
    gdal[core]:x64-linux
  * geos[core]:x64-linux
  * giflib[core]:x64-linux
  * hdf5[core]:x64-linux
  * libiconv[core]:x64-linux
  * libjpeg-turbo[core]:x64-linux
  * liblzma[core]:x64-linux
  * libpng[core]:x64-linux
  * libpq[core]:x64-linux
  * libwebp[all,core]:x64-linux
  * libxml2[core]:x64-linux
  * netcdf-c[core]:x64-linux
  * opengl[core]:x64-linux
  * openjpeg[core]:x64-linux
  * openssl[core]:x64-linux
  * openssl-unix[core]:x64-linux
  * proj[core]:x64-linux
  * proj4[core]:x64-linux
  * sdl1[core]:x64-linux
  * sqlite3[core]:x64-linux
  * szip[core]:x64-linux
  * tiff[core]:x64-linux
  * zlib[core]:x64-linux
Additional packages (*) will be modified to complete this operation.
Starting package 1/26: sdl1:x64-linux
Building package sdl1[core]:x64-linux...
-- Note: sdl1 only supports dynamic library linkage. Building dynamic library.
-- Downloading https://github.com/SDL-Mirror/SDL/archive/release-1.2.15.tar.gz...
-- Extracting source /home/vruil/vcpkg/vcpkg/downloads/SDL-Mirror-SDL-release-1.2.15.tar.gz
-- Applying patch export-symbols-only-in-shared-build.patch
-- Using source at /home/vruil/vcpkg/vcpkg/buildtrees/sdl1/src/ase-1.2.15-2ca6426de6
-- Building VisualC/SDL1_2017.sln for Release
CMake Error at scripts/cmake/vcpkg_execute_required_process.cmake:56 (message):
    Command failed: msbuild;/home/vruil/vcpkg/vcpkg/buildtrees/sdl1/x64-linux-rel/ase-1.2.15-2ca6426de6/VisualC/SDL1_2017.sln;/p:Configuration=Release;/t:Rebuild;/p:Platform=x64;/p:PlatformToolset=external;/p:VCPkgLocalAppDataDisabled=true;/p:UseIntelMKL=No;/p:WindowsTargetPlatformVersion=;/m
    Working Directory: /home/vruil/vcpkg/vcpkg/buildtrees/sdl1/x64-linux-rel/ase-1.2.15-2ca6426de6
    Error code: No such file or directory
    See logs for more information:

Call Stack (most recent call first):
  scripts/cmake/vcpkg_install_msbuild.cmake:157 (vcpkg_execute_required_process)
  ports/sdl1/portfile.cmake:23 (vcpkg_install_msbuild)
  scripts/ports.cmake:71 (include)


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

Additionally, attach any relevant sections from the log files above.
@LilyWangL LilyWangL added the category:port-bug The issue is with a library, which is something the port should already support label Mar 26, 2019
@andyzhshg
Copy link

also fails on macOS 10.14.3

@MVoz
Copy link
Contributor

MVoz commented Mar 26, 2019

linux ? project .sln

-- Building VisualC/SDL1_2017.sln for Release

failed msbuild

sdl1 port windows

@xianshunw
Copy link

also fails on windows 10

@JackBoosY JackBoosY added category:port-feature The issue is with a library, which is requesting new capabilities that didn’t exist and removed category:port-bug The issue is with a library, which is something the port should already support labels May 14, 2019
@JackBoosY
Copy link
Contributor

@xianshunw For build failures in Windows, please see #7535.

@JackBoosY
Copy link
Contributor

PR merged. Close this issue.

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

No branches or pull requests

6 participants