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

lz4 fails on installation #6532

Closed
aPSopt opened this issue May 20, 2019 · 1 comment
Closed

lz4 fails on installation #6532

aPSopt opened this issue May 20, 2019 · 1 comment
Labels
category:port-bug The issue is with a library, which is something the port should already support

Comments

@aPSopt
Copy link

aPSopt commented May 20, 2019

Win10x64
Today I update vspkg and look what happens:

PS C:\Users\UserS> . $env:vcpkg install lz4
The following packages will be built and installed:
    lz4[core]:x64-windows
Starting package 1/1: lz4:x64-windows
Building package lz4[core]:x64-windows...
-- Using cached D:/vcpkg/downloads/lz4-lz4-v1.9.1.tar.gz
-- Using source at D:/vcpkg/buildtrees/lz4/src/v1.9.1-853d17b8f8
-- Configuring x64-windows
-- Building x64-windows-dbg
-- Building x64-windows-rel
-- Performing post-build validation
-- Performing post-build validation done
Building package lz4[core]:x64-windows... done
Installing package lz4[core]:x64-windows...
The following files are already installed in D:/vcpkg/installed/x64-windows and are in conflict with lz4:x64-windows

Installed by xxhash:x64-windows
    include/xxhash.h

Please ensure you're using the latest portfiles with `.\vcpkg update`, then
submit an issue at https://github.com/Microsoft/vcpkg/issues including:
  Package: lz4:x64-windows
  Vcpkg version: 2018.11.23-nohash

So what I should to do?

@LilyWangL LilyWangL added the requires:repro The issue is not currently repro-able label May 20, 2019
@LilyWangL LilyWangL added category:port-bug The issue is with a library, which is something the port should already support and removed requires:repro The issue is not currently repro-able labels Jun 4, 2019
@JackBoosY
Copy link
Contributor

Hi @aPSopt, thanks for reporting this issue.
I've fixed this issue. Now when installing lz4, xxhash.h will be installed via port xxhash.

Thanks.

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

3 participants