From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 101946 invoked by alias); 13 May 2019 20:15:47 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 101825 invoked by uid 89); 13 May 2019 20:15:35 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.1 spammy=H*c:alternative, H*c:HHH, responding X-HELO: EUR03-VE1-obe.outbound.protection.outlook.com Received: from mail-oln040092072103.outbound.protection.outlook.com (HELO EUR03-VE1-obe.outbound.protection.outlook.com) (40.92.72.103) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 13 May 2019 20:15:33 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=outlook.com; s=selector1; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=6HAKpuiyzhxXPhYyGyYNFQODPOtrBn/u+vzkPycBQC8=; b=LeWYilgEW7oKUoCpwMEd21CUrYU3nQEq2lKs4NdXJ0j/SfdrqgBXOzzp/SNSD/FqGPYmhAS6ndQt1ArRypLivGHe5Lwrq0C0Po5bSEoD7nzs+KMfdnPJUNW0qsC8IwV23re8+KL/tK/KBRhtzfjD5gd21lG4HpeFlr6zetKvz6WOeS+4hLCYcYBNN7Ij8RPKhousQp43a58gz17ew8LEpcKAlMHcoldIRMd2/rRUWHNxAs5K7ZifBrVnRMqY5OstSaSuLc7ZZBglLSjwoaPNCky8XL3VoCdHndW03c6KEeokpHlFbiebL2zS6osaDRKSjYaozzzbMCKsfu99CSwInw== Received: from VE1EUR03FT052.eop-EUR03.prod.protection.outlook.com (10.152.18.57) by VE1EUR03HT145.eop-EUR03.prod.protection.outlook.com (10.152.19.168) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384) id 15.20.1856.11; Mon, 13 May 2019 20:15:18 +0000 Received: from DB7PR01MB5386.eurprd01.prod.exchangelabs.com (10.152.18.54) by VE1EUR03FT052.mail.protection.outlook.com (10.152.19.173) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384) id 15.20.1856.11 via Frontend Transport; Mon, 13 May 2019 20:15:18 +0000 Received: from DB7PR01MB5386.eurprd01.prod.exchangelabs.com ([fe80::856e:7ca7:1162:c34f]) by DB7PR01MB5386.eurprd01.prod.exchangelabs.com ([fe80::856e:7ca7:1162:c34f%4]) with mapi id 15.20.1878.024; Mon, 13 May 2019 20:15:18 +0000 From: Jose Isaias Cabrera To: Jack , "cygwin@cygwin.com" Subject: Re: Building Bedrockdb in cygwin Date: Mon, 13 May 2019 20:15:00 -0000 Message-ID: References: (from jicman@outlook.com on Mon May 13 15:01:28 2019), In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2019-05/txt/msg00119.txt.bz2 Jack, on Monday, May 13, 2019 03:21 PM, wrote... >On 2019.05.13 15:01, Jose Isaias Cabrera wrote: >upstream repository is. I'll guess here that you started by unpacking >a tarball, and not cloning the Bedrock git repository, and that they Yep, that's what happened. The reason why was this... $ git clone https://github.com/Expensify/Bedrock.git Cloning into 'Bedrock'... fatal: unable to access 'https://github.com/Expensify/Bedrock.git/': Out of= memory So, I downloaded the tarball and... >either need to start by a git clone, or have them tell you how to >manually specify the missing submodule information. Yeah, they are not responding. So, I guess I'll have to figure this one out= the hard way... >However, in doing a bit of searching, I just found a stackoverflow >answer which includes "This is the most common problem with submodules. Yeah, I read that one, amongst other git suggestions. One of them was doin= g a 'git init'. >the repository. " This implies that mbedtls does have a .git folder, >but that particular commit is not yet available. Try doing a "git >pull" when in that subdirectory. Otherwise, wait for a response from I'll give this a try... -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple