error generate the verity public key #792

Closed
Pycckoe opened this Issue Oct 26, 2017 · 3 comments

Comments

Projects
None yet
2 participants
@Pycckoe

Pycckoe commented Oct 26, 2017

When i'm make -j20 generate_verity_key i got error:

+ make -j4 generate_verity_key
++ date +%s
+ local start_time=1508990270
++ get_make_command
++ echo command make
+ command make -j4 generate_verity_key
+ make -j4 generate_verity_key
============================================
PLATFORM_VERSION_CODENAME=REL
PLATFORM_VERSION=8.0.0
TARGET_PRODUCT=aosp_sailfish
TARGET_BUILD_VARIANT=user
TARGET_BUILD_TYPE=release
TARGET_ARCH=arm64
TARGET_ARCH_VARIANT=armv8-a
TARGET_CPU_VARIANT=generic
TARGET_2ND_ARCH=arm
TARGET_2ND_ARCH_VARIANT=armv7-a-neon
TARGET_2ND_CPU_VARIANT=krait
HOST_ARCH=x86_64
HOST_2ND_ARCH=x86
HOST_OS=linux
HOST_OS_EXTRA=Linux-3.16.0-4-amd64-x86_64-with-debian-8.9
HOST_CROSS_OS=windows
HOST_CROSS_ARCH=x86
HOST_CROSS_2ND_ARCH=x86_64
HOST_BUILD_TYPE=release
BUILD_ID=OPR3.170623.008
OUT_DIR=out
============================================
ninja: no work to do.
ninja: no work to do.
out/build-aosp_sailfish.ninja is missing, regenerating...
Checking build tools versions...
************************************************************
You asked for an OpenJDK based build but your version is
java version "1.8.0_151" Java(TM) SE Runtime Environment (build 1.8.0_151-b12) Java HotSpot(TM) 64-Bit Server VM (build 25.151-b12, mixed mode).
************************************************************
build/core/main.mk:175: error: stop.
23:57:53 ckati failed with: exit status 1
build/core/main.mk:21: recipe for target 'run_soong_ui' failed
make: *** [run_soong_ui] Error 1
+ local ret=2
++ date +%s
+ local end_time=1508990273
+ local tdiff=3
+ local hours=0
+ local mins=0
+ local secs=3
++ tput colors
+ local ncolors=256
+ '[' -n 256 ']'
+ '[' 256 -ge 8 ']'
+ color_failed=''
+ color_success=''
+ color_reset=''
+ echo

+ '[' 2 -eq 0 ']'
+ echo -n '#### make failed to build some targets '
#### make failed to build some targets + '[' 0 -gt 0 ']'
+ '[' 0 -gt 0 ']'
+ '[' 3 -gt 0 ']'
+ printf '(%s seconds)' 3
(3 seconds)+ echo ' ####'
 ####
+ echo

+ return 2

@thestinger

This comment has been minimized.

Show comment Hide comment
@thestinger

thestinger Oct 26, 2017

Contributor

You asked for an OpenJDK based build but your version is
java version "1.8.0_151" Java(TM) SE Runtime Environment (build 1.8.0_151-b12) Java HotSpot(TM) 64-Bit Server VM (build 25.151-b12, mixed mode).

Contributor

thestinger commented Oct 26, 2017

You asked for an OpenJDK based build but your version is
java version "1.8.0_151" Java(TM) SE Runtime Environment (build 1.8.0_151-b12) Java HotSpot(TM) 64-Bit Server VM (build 25.151-b12, mixed mode).

@Pycckoe

This comment has been minimized.

Show comment Hide comment
@Pycckoe

Pycckoe Oct 26, 2017

So i'm needed install openjdk ?

Pycckoe commented Oct 26, 2017

So i'm needed install openjdk ?

@thestinger

This comment has been minimized.

Show comment Hide comment
@thestinger

thestinger Oct 26, 2017

Contributor

Probably but use https://www.reddit.com/r/CopperheadOS/ for questions.

Contributor

thestinger commented Oct 26, 2017

Probably but use https://www.reddit.com/r/CopperheadOS/ for questions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment