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

[x264] build failure: file RENAME failed to rename - because: File exists #8632

Closed
traumedy opened this issue Oct 16, 2019 · 1 comment
Closed
Labels
category:port-bug The issue is with a library, which is something the port should already support

Comments

@traumedy
Copy link

Host Environment

  • OS: [Windows 10]
  • Compiler: Visual Studio 2017
  • Fresh clone of VCPKG (no existing files)

To Reproduce
Steps to reproduce the behavior:
vcpkg install x264

Failure logs

-- Installing x64-windows-dbg
-- Installing x64-windows-rel
CMake Error at ports/x264/portfile.cmake:37 (file):
  file RENAME failed to rename

    D:/temp/vcpkg/packages/x264_x64-windows/bin/x264.exe

  to

    D:/temp/vcpkg/packages/x264_x64-windows/tools/x264/x264.exe

  because: File exists

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

Additional context
Problem occurs with static and non-static triplets, x64 and x86.
Everything seems to build correctly, just the last stage of install fails?

@traumedy traumedy added the category:port-bug The issue is with a library, which is something the port should already support label Oct 16, 2019
@LilyWangL
Copy link
Contributor

Thanks for posting this issue. Closed as duplicate of #8473. Please pay attention to the progress of issue #8473.

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