From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS31976 209.132.180.0/23 X-Spam-Status: No, score=-3.9 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI, SPF_HELO_NONE,SPF_NONE shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by dcvr.yhbt.net (Postfix) with ESMTP id 14E871F463 for ; Fri, 29 Nov 2019 11:53:25 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726824AbfK2LxY (ORCPT ); Fri, 29 Nov 2019 06:53:24 -0500 Received: from smtp.hosts.co.uk ([85.233.160.19]:36263 "EHLO smtp.hosts.co.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726215AbfK2LxX (ORCPT ); Fri, 29 Nov 2019 06:53:23 -0500 Received: from [79.66.3.179] (helo=[192.168.1.22]) by smtp.hosts.co.uk with esmtpa (Exim) (envelope-from ) id 1iaept-0002Ml-5V; Fri, 29 Nov 2019 11:53:22 +0000 Subject: Re: [PATCH 1/1] contrib/buildsystems: fix Visual Studio Debug configuration To: Alexandr Miloslavskiy , Alexandr Miloslavskiy via GitGitGadget , git@vger.kernel.org Cc: Junio C Hamano References: <525669b3b38ed57d6d4f188dfe0bb8fe10b63749.1569227313.git.gitgitgadget@gmail.com> <8e7ff0b2-9f62-8ec6-5316-eb9cee25024e@syntevo.com> <70bc64f6-3513-2924-9ba0-0e38e0e9d308@iee.email> <0b2124b5-6d40-08bb-6cc5-a8cef2b7a9b1@syntevo.com> From: Philip Oakley Message-ID: <365668d0-ebb8-6b5c-99bd-29f0c8cec132@iee.email> Date: Fri, 29 Nov 2019 11:53:21 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.9.1 MIME-Version: 1.0 In-Reply-To: <0b2124b5-6d40-08bb-6cc5-a8cef2b7a9b1@syntevo.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-GB Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org On 28/11/2019 10:07, Alexandr Miloslavskiy wrote: > On 28.11.2019 1:34, Philip Oakley wrote: > >> Hmm, 45 minutes of cloning and rebuild, but finally it compiled clean >> (both Release and Debug) > > I understand that the issue is resolved now. > > Probably your old repo was missing the libraries for whatever reason > (like antivirus deleting them, etc), but build script thought that > dependencies are properly built, so didn't attempt to rebuild them. I think I'll report that as an issue to the https://github.com/microsoft/vcpkg folks so that there's better detection for 'out of date' / updated vcpkg issues. The vcpkg_install.bat in /compat/vcbuild may need updating to do a 'pull' if there is an existing directory. At the moment it's a rather simplistic 'all or nothing' for getting all those extra packages. Philip