public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
From: Jose Isaias Cabrera <jicman@outlook.com>
To: Achim Gratz <Stromeko@nexgo.de>, "cygwin@cygwin.com" <cygwin@cygwin.com>
Subject: Re: Building Bedrockdb in cygwin
Date: Mon, 13 May 2019 19:24:00 -0000	[thread overview]
Message-ID: <DB7PR01MB53867213005E54935FDE8A45DE0F0@DB7PR01MB5386.eurprd01.prod.exchangelabs.com> (raw)
In-Reply-To: <87o946rx1r.fsf@Rainer.invalid>


Achim Gratz, on Monday, May 13, 2019 03:09 PM, wrote...

>> So, it looks like the root (c49b808ae490f03d665df5faae457f613aa31aaf) does not exists... Thanks for the quick reply, though.
>
>The submodule might look in the wrong place as clearly it is available here:
>
>https://github.com/ARMmbed/mbedtls/commit/c49b808ae490f03d665df5faae457f613aa31aaf

This is what the Makefile has,

[snip]
# The mbedtls libraries are all built the same way.
mbedtls/library/libmbedcrypto.a mbedtls/library/libmbedtls.a mbedtls/library/libmbedx509.a:
        git submodule init
        git submodule update
        cd mbedtls && git checkout -q c49b808ae490f03d665df5faae457f613aa31aaf
        cd mbedtls && $(MAKE) no_test && touch library/libmbedcrypto.a && touch library/libmbedtls.a && touch library/libmbedx509.a
[snip]

and this is my error I am getting right at that spot:

$ make
git submodule init
git submodule update
cd mbedtls && git checkout -q c49b808ae490f03d665df5faae457f613aa31aaf
fatal: reference is not a tree: c49b808ae490f03d665df5faae457f613aa31aaf
make: *** No rule to make target 'mbedtls/library/libmbedcrypto.a', needed by 'libstuff/libstuff.d'.  Stop.

Question: does it matter that I did a 'git init' before starting this?  Thanks for any help.

josé

--
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

  reply	other threads:[~2019-05-13 19:24 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-05-08 19:00 Jose Isaias Cabrera
2019-05-13 18:17 ` Jose Isaias Cabrera
2019-05-13 18:48   ` Jack
2019-05-13 19:01     ` Jose Isaias Cabrera
2019-05-13 19:09       ` Achim Gratz
2019-05-13 19:24         ` Jose Isaias Cabrera [this message]
2019-05-13 19:21       ` Jack
2019-05-13 20:15         ` Jose Isaias Cabrera
2019-05-13 20:23           ` Jack
2019-05-13 20:37             ` Jose Isaias Cabrera
2019-05-13 21:26               ` Jack
2019-05-13 21:58                 ` Jose Isaias Cabrera
2019-05-14  3:29                   ` Brian Inglis
2019-05-14 13:51                     ` Jose Isaias Cabrera
2019-05-14 16:18                       ` Brian Inglis
2019-05-14 16:27                         ` Jose Isaias Cabrera
2019-05-14 17:11                           ` Jose Isaias Cabrera
2019-05-14 22:17                             ` Csaba Ráduly
2019-05-15 12:24                               ` Jose Isaias Cabrera

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=DB7PR01MB53867213005E54935FDE8A45DE0F0@DB7PR01MB5386.eurprd01.prod.exchangelabs.com \
    --to=jicman@outlook.com \
    --cc=Stromeko@nexgo.de \
    --cc=cygwin@cygwin.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).