travelping / tplino-core

Core build for tplino
Other
0 stars 4 forks source link

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

Open hintjens opened 10 years ago

hintjens commented 10 years ago

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 commented 10 years ago

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 commented 10 years ago

What source code is this, specifically?

RoadRunnr commented 10 years ago

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: https://github.com/travelping/tplino-core/issues/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 commented 10 years ago

about to migrate to open repos