Open HernandoR opened 3 months ago
This looks like a (temp?) issue with internet could you make sure that you could download the library archive by hands?
Yes, I can make manual download and save into V pkg/download . More interestingly, this pkg was failed both at my home and in company, which have different internet settings.
Liu Zhen
From: Alex @.> Sent: Tuesday, August 13, 2024 4:14:05 PM To: microsoft/vcpkg @.> Cc: Liu Zhen @.>; Author @.> Subject: Re: [microsoft/vcpkg] [freeimage] Build error on x64-linux (Issue #40419)
This looks like a (temp?) issue with internet could you make sure that you could download the library archive by hands?
— Reply to this email directly, view it on GitHubhttps://github.com/microsoft/vcpkg/issues/40419#issuecomment-2285635357, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AK4XSWDK3NZQYLWMDHIBIATZRG543AVCNFSM6AAAAABMNJQ2Y2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEOBVGYZTKMZVG4. You are receiving this because you authored the thread.Message ID: @.***>
so you just described a manual workaround (put fully downloaded archives into download dir and retry) of course it's not a 100% happy path but it will unblock your goal
This is an automated message. Per our repo policy, stale issues get closed if there has been no activity in the past 28 days. The issue will be automatically closed in 14 days. If you wish to keep this issue open, please add a new comment.
After 2 months, i still have to manully download the package. please reply if anyone can or cannot obtain the package through vcpkg
I renamed my cached asset, and I can confirm that the download works on x64-linux. It also works when I open https://sourceforge.net/projects/freeimage/files/Source%20Distribution/3.18.0/FreeImage3180.zip/download in the browser.
Package: freeimage:x64-linux@3.18.0#27
Host Environment
To Reproduce
vcpkg install --x-feature=cuda --x-feature=gui --x-feature=cgal
Failure logs
Additional context
vcpkg.json
``` { "name": "colmap", "description": "COLMAP is a general-purpose Structure-from-Motion (SfM) and Multi-View Stereo (MVS) pipeline with a graphical and command-line interface. It offers a wide range of features for reconstruction of ordered and unordered image collections. The software is licensed under the new BSD license.", "homepage": "https://colmap.github.io/", "license": "BSD-3-Clause", "supports": "(linux | (windows & !static) | osx) & (x86 | x64 | arm64)", "dependencies": [ "boost-algorithm", "boost-filesystem", "boost-graph", "boost-heap", "boost-program-options", "boost-property-map", "boost-property-tree", { "name": "ceres", "features": [ "lapack", "suitesparse" ] }, "eigen3", "flann", "freeimage", "gflags", "glog", { "name": "jasper", "default-features": false }, "metis", { "name": "yaml-cpp" }, { "name": "proj" }, "sqlite3", { "name": "vcpkg-cmake", "host": true }, { "name": "vcpkg-cmake-config", "host": true } ], "features": { "tests": { "description": "Build all tests.", "dependencies": [ "gtest" ] }, "cuda": { "description": "Build with CUDA.", "dependencies": [ "glew", "cuda" ] }, "gui": { "description": "Build the GUI.", "dependencies": [ "glew", "qt5-base" ] }, "cgal": { "description": "Build with CGAL.", "dependencies": [ "cgal" ] } } } ```