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

PDCurses install fails on Linux #9812

Closed
simple-hash opened this issue Jan 24, 2020 · 2 comments
Closed

PDCurses install fails on Linux #9812

simple-hash opened this issue Jan 24, 2020 · 2 comments
Assignees
Labels
category:port-feature The issue is with a library, which is requesting new capabilities that didn’t exist

Comments

@simple-hash
Copy link

simple-hash commented Jan 24, 2020

[root@localhost vcpkg]# ./vcpkg update
Using local portfile versions. To update the local portfiles, use `git pull`.
No packages need updating.
[root@localhost vcpkg]# ./vcpkg install pdcurses
The following packages will be built and installed:
    pdcurses[core]:x64-linux
Starting package 1/1: pdcurses:x64-linux
Building package pdcurses[core]:x64-linux...
-- Using cached /opt/vcpkg/downloads/wmcbrine-PDCurses-2467ab2b6c07163d0171b80ad6c252c29da28173.tar.gz
-- Using source at /opt/vcpkg/buildtrees/pdcurses/src/c29da28173-04343f6e37
-- Build x64-linux-rel
CMake Error at scripts/cmake/vcpkg_execute_required_process.cmake:72 (message):
    Command failed: NMAKE-NOTFOUND /A -f /opt/vcpkg/buildtrees/pdcurses/src/c29da28173-04343f6e37/wincon/Makefile.vc WIDE=Y UTF8=Y
    Working Directory: /opt/vcpkg/buildtrees/pdcurses/src/c29da28173-04343f6e37/wincon
    Error code: No such file or directory
    See logs for more information:

Call Stack (most recent call first):
  ports/pdcurses/portfile.cmake:23 (vcpkg_execute_required_process)
  scripts/ports.cmake:94 (include)


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

Additionally, attach any relevant sections from the log files above.
@JackBoosY JackBoosY added the category:port-bug The issue is with a library, which is something the port should already support label Jan 26, 2020
@PhoebeHui PhoebeHui 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 Jul 16, 2020
@GitMensch
Copy link
Contributor

As noted in #14620 (which may be seen as duplicate of this issue) the problem is that also for osx and linux the port tries to use the wincon port - while it should use either the sdl2 or x11 ports.

@PhoebeHui
Copy link
Contributor

Closing in favor of #14620.

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

4 participants