dOESNt install shared lib
(lfs chroot) root:/sources/vcpkg$ vcpkg install xxhash Computing installation plan... The following packages will be built and installed: xxhash:[email protected] Detecting compiler hash for triplet x64-linux... Compiler found: /usr/bin/c++ Restored 0 package(s) from /root/.cache/vcpkg/archives in 6.04 us. Use --debug to see more details. Installing 1/1 xxhash:[email protected]... Building xxhash:[email protected]... -- Using cached Cyan4973-xxHash-v0.8.3.tar.gz -- Cleaning sources at /sources/vcpkg/buildtrees/xxhash/src/v0.8.3-852089fcb7.clean. Use --editable to skip cleaning for the packages you specify. -- Extracting source /sources/vcpkg/downloads/Cyan4973-xxHash-v0.8.3.tar.gz -- Using source at /sources/vcpkg/buildtrees/xxhash/src/v0.8.3-852089fcb7.clean -- Found external ninja('1.12.1'). -- Configuring x64-linux -- Building x64-linux-dbg -- Building x64-linux-rel -- Fixing pkgconfig file: /sources/vcpkg/packages/xxhash_x64-linux/lib/pkgconfig/libxxhash.pc -- Fixing pkgconfig file: /sources/vcpkg/packages/xxhash_x64-linux/debug/lib/pkgconfig/libxxhash.pc -- Installing: /sources/vcpkg/packages/xxhash_x64-linux/share/xxhash/copyright -- Performing post-build validation Starting submission of xxhash:[email protected] to 1 binary cache(s) in the background Elapsed time to handle xxhash:x64-linux: 1.4 s xxhash:x64-linux package ABI: 4874715b10e5641d63bf2a9cd0b8737c36b4b963650893e9f246def9c555d81e Total install time: 1.4 s xxhash provides CMake targets:
this is heuristically generated, and may not be correct
find_package(xxHash CONFIG REQUIRED) target_link_libraries(main PRIVATE xxHash::xxhash)
xxhash provides pkg-config modules:
extremely fast hash algorithm
libxxhash
Waiting for 1 remaining binary cache submissions...
Completed submission of xxhash:[email protected] to 1 binary cache(s) in 18.6 ms (1/1)
(lfs chroot) root:/sources/vcpkg$ find /lib -iname "libxxhash.so*"
(lfs chroot) root:/sources/vcpkg$ find /usr -iname "libxxhash.so*"
(lfs chroot) root:/sources/vcpkg$ find /usr -iname "xxhash.so"
(lfs chroot) root:/sources/vcpkg$ find /usr -iname "xxhash"
/usr/include/llvm/Support/xxhash.h
/usr/lib/modules/6.14.2/kernel/crypto/xxhash_generic.ko
(lfs chroot) root:/sources/vcpkg$ kitty
kitty: error while loading shared libraries: libxxhash.so.0: cannot open shared object file: No such file or directory
(lfs chroot) root:/sources/vcpkg$
Should this rather be a vcpkg package issue ?
Yeah most likely
29 May 2025 Per 06:09 tarihinde Yann Collet @.***> şunu yazdı:
Cyan4973 left a comment (Cyan4973/xxHash#1035) https://github.com/Cyan4973/xxHash/issues/1035#issuecomment-2918112131
Should this rather be a vcpkg package issue ?
— Reply to this email directly, view it on GitHub https://github.com/Cyan4973/xxHash/issues/1035#issuecomment-2918112131, or unsubscribe https://github.com/notifications/unsubscribe-auth/BAO5KVZLKTYVLAF4BREHDWT3AZ275AVCNFSM6AAAAAB5JRASW2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDSMJYGEYTEMJTGE . You are receiving this because you authored the thread.Message ID: @.***>