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:date:from:subject:to:in-reply-to:message-id :mime-version:content-type:content-transfer-encoding; q=dns; s= default; b=nWk7Usgvqc/zHzFPfwJOnN/b+Oum5CUOh0wBeEdsHBIhtLqss1pH9 dFST+WZGz/p513Klr6BbNmyZUQcBVRGAoF6PSNfApINwNgQ1va/xXo5Bcrl3DhqD BcpLcKtMkFnLqx1MZIA2TD/ISTCGch+WZ3kkUnElwSsJGjqWnD+poA= 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:date:from:subject:to:in-reply-to:message-id :mime-version:content-type:content-transfer-encoding; s=default; bh=8bFtN5DwPTNKFvMDDUgA0t6b94s=; b=BL9v6Y5JsbN5jFpsW0Lq0Irigtnp LYRhWQhwZZaDGq76wrhdqwZRlXFP0jaPb7Gu+cmDcZRmjVAjjZq36FpecT0oMCH/ P5g3qHVrNLJ73Akmkrn+CrPajzdNoY2nwef2UZSEd62JbZD2cc6o5+iMOuftgfr6 XoHRrfStoYfbgX8= 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.1 required=5.0 tests=BAYES_00,BODY_URI_ONLY,RCVD_IN_DNSWL_NONE autolearn=no version=3.3.1 spammy= X-HELO: mail-qt1-f175.google.com Date: Mon, 13 May 2019 17:26:45 -0400 From: Jack Subject: Re: Building Bedrockdb in cygwin To: cygwin AT cygwin DOT com In-Reply-To: (from jicman@outlook.com on Mon May 13 16:37:10 2019) Message-Id: <2B56GKHZ.RA34LFTQ.YAKAGWCC@ZSAAQYFV.QHFNCGMV.ICZDFG7V> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; DelSp=Yes; Format=Flowed Content-Disposition: inline Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id x4DLQwXH027098 On 2019.05.13 16:37, Jose Isaias Cabrera wrote: > Jack, on Monday, May 13, 2019 04:22 PM, wrote... > >On 2019.05.13 16:15, Jose Isaias Cabrera wrote: > >[snip.....] > >> $ git clone https://github.com/Expensify/Bedrock.git > >> Cloning into 'Bedrock'... > >> fatal: unable to access > 'https://github.com/Expensify/Bedrock.git/': > >> Out of memory > >I think that means you. Do you have enough disk space? > $ df -a > Filesystem Size Used Avail Use% Mounted on > C:/cygwin/bin - - - - /usr/bin > C:/cygwin/lib - - - - /usr/lib > C:/cygwin 280G 67G 213G 24% / > B: 4.0G 91M 3.9G 3% /cygdrive/b > C: - - - - /cygdrive/c > D: 183G 18G 165G 10% /cygdrive/d Which drive are you trying to build on? B: 3.9G might well not be enough room. C: and D: seem to have enough space. > >> Before doing much else, however, please confirm that that >> subdirectory does have a .git folder. If so, the git pull should >> work. If not, it wont. > You are right. There is no .git folder within mbedtls. Hmmm... > > I am not a git guy. Do I do a 'git init' to get a .git folder > created? The problem is you can't just create a new git repo from thin air. You need to pull it from the mbedtls site. The Bedrock repository contains the bits that tell the git submodule commands how to do that - that's what is missing from the tarball. I suppose you could go to the dir one above mbedtls and try cloning that repository, which should then have all the pieces Bedrock seems to expect. -- 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