delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2019/05/13/16:15:59

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: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
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 <jicman AT outlook DOT com>
To: Jack <ostroffjh AT users DOT sourceforge DOT net>,
"cygwin AT cygwin DOT com" <cygwin AT cygwin DOT com>
Subject: Re: Building Bedrockdb in cygwin
Date: Mon, 13 May 2019 20:15:18 +0000
Message-ID: <DB7PR01MB53860393238592CF25F33931DE0F0@DB7PR01MB5386.eurprd01.prod.exchangelabs.com>
References: <DB7PR01MB5386FAFF2B644783A79628BDDE0F0 AT DB7PR01MB5386 DOT eurprd01 DOT prod DOT exchangel abs.com> (from jicman AT outlook DOT com on Mon May 13 15:01:28 2019),<OCHW6GTN DOT IBP5MV5P DOT 5IS2I3RS AT I6DS4IYZ DOT HY33WISX DOT DCFLZWPD>
In-Reply-To: <OCHW6GTN.IBP5MV5P.5IS2I3RS@I6DS4IYZ.HY33WISX.DCFLZWPD>
MIME-Version: 1.0
X-IsSubscribed: yes
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


- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019