[Csnd-dev] vcpkg again
| Date | 2025-10-15 17:53 |
| From | Victor Lazzarini <000010b17ddd988e-dmarc-request@LISTSERV.HEANET.IE> |
| Subject | [Csnd-dev] vcpkg again |
Looks like vcpkg is misbehaving again in the CI. Does anyone know how to fix it? Prof. Victor Lazzarini Maynooth University Ireland |
| Date | 2025-10-15 18:55 |
| From | Steven Yi |
| Subject | Re: [Csnd-dev] vcpkg again |
Looks like asio sdk was updated today and vcpkg is expecting the download to have the hash of the previous sdk. (SDK used by portaudio package.) Beyond that, I don't know if vcpkg has a fixed package for asio or not. Also, unsure if we need to update builtin-baseline or what's the procedure here. On Wed, Oct 15, 2025 at 12:57 PM Victor Lazzarini <000010b17ddd988e-dmarc-request@listserv.heanet.ie> wrote: > > Looks like vcpkg is misbehaving again in the CI. Does anyone know how to fix it? > > > Prof. Victor Lazzarini > Maynooth University > Ireland |
| Date | 2025-10-16 12:15 |
| From | Victor Lazzarini <000010b17ddd988e-dmarc-request@LISTSERV.HEANET.IE> |
| Subject | Re: [Csnd-dev] [EXTERNAL] [Csnd-dev] vcpkg again |
Thanks, updated the SHA512 checksum, let’s hope it fixes the issue. ======================== Prof. Victor Lazzarini Maynooth University Ireland > On 15 Oct 2025, at 18:55, Steven Yi |
| Date | 2025-10-16 15:41 |
| From | Victor Lazzarini <000010b17ddd988e-dmarc-request@LISTSERV.HEANET.IE> |
| Subject | Re: [Csnd-dev] [EXTERNAL] [Csnd-dev] vcpkg again |
Windows still failing but the rest is passing. Any suggestions? https://github.com/csound/csound/actions/runs/18559370797 ======================== Prof. Victor Lazzarini Maynooth University Ireland > On 16 Oct 2025, at 12:15, Victor Lazzarini <000010b17ddd988e-dmarc-request@LISTSERV.HEANET.IE> wrote: > > Thanks, updated the SHA512 checksum, let’s hope it fixes the issue. > ======================== > Prof. Victor Lazzarini > Maynooth University > Ireland > > > > > > >> On 15 Oct 2025, at 18:55, Steven Yi |
| Date | 2025-10-17 10:17 |
| From | Hlöðver Sigurðsson |
| Subject | Re: [Csnd-dev] [EXTERNAL] [Csnd-dev] vcpkg again |
Not my field of expertise, but I tried fetching steinberg's url wget https://www.steinberg.net/asiosdk/asiosdk.zip --2025-10-17 12:16:24-- https://www.steinberg.net/asiosdk/asiosdk.zip Resolving www.steinberg.net (www.steinberg.net)... 2600:9000:20eb:3c00:15:db7a:c7c0:93a1, 2600:9000:20eb:6000:15:db7a:c7c0:93a1, 2600:9000:20eb:1200:15:db7a:c7c0:93a1, ... Connecting to www.steinberg.net (www.steinberg.net)|2600:9000:20eb:3c00:15:db7a:c7c0:93a1|:443... connected. HTTP request sent, awaiting response... 301 Moved Permanently Location: /asiosdk/asiosdk.zip/ [following] --2025-10-17 12:16:24-- https://www.steinberg.net/asiosdk/asiosdk.zip/ Reusing existing connection to [www.steinberg.net]:443. HTTP request sent, awaiting response... 308 Permanent Redirect Location: /asiosdk/asiosdk.zip [following] --2025-10-17 12:16:25-- https://www.steinberg.net/asiosdk/asiosdk.zip Reusing existing connection to [www.steinberg.net]:443. HTTP request sent, awaiting response... 301 Moved Permanently Location: /asiosdk/asiosdk.zip/ [following] --2025-10-17 12:16:25-- https://www.steinberg.net/asiosdk/asiosdk.zip/ Reusing existing connection to [www.steinberg.net]:443. HTTP request sent, awaiting response... 308 Permanent Redirect Location: /asiosdk/asiosdk.zip [following] --2025-10-17 12:16:25-- https://www.steinberg.net/asiosdk/asiosdk.zip seems their download endpoint has broken, I'm stuck in infinite redirect loop On Thu, 16 Oct 2025 at 17:41, Victor Lazzarini <000010b17ddd988e-dmarc-request@listserv.heanet.ie> wrote: Windows still failing but the rest is passing. Any suggestions? |
| Date | 2025-10-17 12:41 |
| From | Hlöðver Sigurðsson |
| Subject | Re: [Csnd-dev] [EXTERNAL] [Csnd-dev] vcpkg again |
it's fixed in this PR https://github.com/csound/csound/pull/2314 approval needed On Fri, 17 Oct 2025 at 12:17, Hlöðver Sigurðsson <hlolli@gmail.com> wrote:
|