Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build core-image-tplino fails on remote repository #2

Open
hintjens opened this issue Mar 26, 2014 · 4 comments
Open

Build core-image-tplino fails on remote repository #2

hintjens opened this issue Mar 26, 2014 · 4 comments

Comments

@hintjens
Copy link
Contributor

Building kicks off fine, then dies:

ph@ws201301:~/work/hintjens/tplino-core/build :master$ bitbake core-image-tplino
Pseudo is not present but is required, building this first before the main build
WARNING: Host distribution "Ubuntu-13.10" has not been validated with this version of the build system; you may possibly experience unexpected failures. It is recommended that you use a tested distribution.
The authenticity of host 'git.tpip.net (92.43.51.3)' can't be established.                                                              | ETA:  00:00:17
ECDSA key fingerprint is 2f:45:f6:9e:44:bb:7f:55:a2:3e:a7:8a:b1:87:a1:fb.
Are you sure you want to continue connecting (yes/no)? Parsing recipes:  34% |#######################################                                   WARNING: Unable to get checksum for nativesdk-findutils SRC_URI entry findutils-fix-doc-build-error.patch: file could not be found      | ETA:  00:00:06
WARNING: Unable to get checksum for findutils-native SRC_URI entry findutils-fix-doc-build-error.patch: file could not be found
WARNING: Unable to get checksum for findutils SRC_URI entry findutils-fix-doc-build-error.patch: file could not be found
Parsing recipes:  99% |################################################################################################################ | ETA:  00:00:00
ERROR: Error executing a python function in <code>:
ExpansionError: Failure expanding variable SRCPV, expression was ${@bb.fetch2.get_srcrev(d)} which triggered exception FetchError: Fetcher failure: Fetch command failed with exit code 128, output:
Host key verification failed.
fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.
@wfailla
Copy link
Contributor

wfailla commented Mar 26, 2014

Yes, you have to add your ssh key to the authorized keys on our gitolite so you can clone our source code. If this is already the case it is common to use ssh-agent.

$ ssh-agent bash
$ ssh-add

@hintjens
Copy link
Contributor Author

What source code is this, specifically?

@RoadRunnr
Copy link
Member

Hi,

----- Original Message -----

Building kicks off fine, then dies:

[...]

WARNING: Host distribution "Ubuntu-13.10" has not been validated with
this version of the build system; you may possibly experience unexpected
failures. It is recommended that you use a tested distribution.

This should be take seriously!!!

I know I had it working on 13.10, but it might require changes/fixes!

The authenticity of host 'git.tpip.net (92.43.51.3)' can't be
established.
| ETA:
00:00:17
ECDSA key fingerprint is 2f:45:f6:9e:44:bb:7f:55:a2:3e:a7:8a:b1:87:a1:fb.
Are you sure you want to continue connecting (yes/no)? Parsing recipes:
34% |#######################################
WARNING: Unable to get checksum for
nativesdk-findutils SRC_URI entry findutils-fix-doc-build-error.patch:
file could not be found      | ETA:  00:00:06
WARNING: Unable to get checksum for findutils-native SRC_URI entry
findutils-fix-doc-build-error.patch: file could not be found
WARNING: Unable to get checksum for findutils SRC_URI entry
findutils-fix-doc-build-error.patch: file could not be found
Parsing recipes:  99%
|################################################################################################################
| ETA:  00:00:00
ERROR: Error executing a python function in <code>:
ExpansionError: Failure expanding variable SRCPV, expression was
${@bb.fetch2.get_srcrev(d)} which triggered exception FetchError:
Fetcher failure: Fetch command failed with exit code 128, output:
Host key verification failed.
  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

and this is your failure cause!

Andreas

fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.

Reply to this email directly or view it on GitHub:
#2

Dipl. Inform.
Andreas Schultz

email: as@travelping.com
phone: +49-391-819099-224
mobil: +49-170-2226073

------------------- enabling your networks -------------------

Travelping GmbH phone: +49-391-819099229
Roentgenstr. 13 fax: +49-391-819099299
D-39108 Magdeburg email: info@travelping.com
GERMANY web: http://www.travelping.com

Company Registration: Amtsgericht Stendal Reg No.: HRB 10578

Geschaeftsfuehrer: Holger Winkelmann | VAT ID No.: DE236673780

@hwinkel
Copy link
Member

hwinkel commented Mar 27, 2014

about to migrate to open repos

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants