X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:subject:date:message-id:references :in-reply-to:mime-version:content-type :content-transfer-encoding; q=dns; s=default; b=QMlifhp4y2+Qdxxz Z22GJu6TMlZsw57UY4tgCFte3eIx7/SQAmj7GrvUtlQHUJMIM7m4bNhRoFyF1ZP2 tbXqqAyMAfCwR0PqLQJGI0C2fAMtcHEk68+Ed01XvTKdQFZCBdVosPyg56c8rNev X4GbtBzTkQOSqBLjRrT0nD6SbDw= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:subject:date:message-id:references :in-reply-to:mime-version:content-type :content-transfer-encoding; s=default; bh=Cr1cJWCHSbeIgOtBa8Btnt kDjwc=; b=JxiNaFDfmyFO7WY723sGjq9EsBSMEOm4Bui3Dh2fnzd1tB0jxxqvWz vkS9ScrT54hbwTfAGd1bwP8ULVDUhDOuwI4fzJSkCo3Law8O+6/CFCEtfsVcR2Gw SwVuV4tArwGxBtxHpRtvVbQa9zEcR89kKe7yRqyogAS9mRi/occmg= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com 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 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== From: Jose Isaias Cabrera To: Jack , "cygwin AT cygwin DOT com" Subject: Re: Building Bedrockdb in cygwin Date: Mon, 13 May 2019 20:15:18 +0000 Message-ID: References: (from jicman AT outlook DOT com on Mon May 13 15:01:28 2019), In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-IsSubscribed: yes Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id x4DKFwON019662 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 doing 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