构builddocker时出错

我正在yocto项目的fido分支中build造docker。 但是,在构builddocker配方“docker_git.bb”时,遇到以下错误。 任何人都可以指出这个问题?

Log data follows: | DEBUG: Executing shell function do_compile | /var/mshehery/Release_7.3/duplicate_project_containers/sheheryar_containers/yocto/fido/build/mf0200/tmp-glibc/work/cortexa9hf-vfp-neon-oe-linux-gnueabi/docker/1.5.0+git2243e32cbbf1c9809c262a7376d34ca43a7a36dc-r0/git | # WARNING! I don't seem to be running in the Docker container. | # The result of this command might be an incorrect build, and will not be | # officially supported. | # | # Try this instead: make all | # | | bundles/1.5.0-dev already exists. Removing. | | ---> Making bundle: dynbinary (in bundles/1.5.0-dev/dynbinary) | # github.com/docker/docker/daemon/execdriver/native | .gopath/src/github.com/docker/docker/daemon/execdriver/native/exec.go:42: undefined: driver | .gopath/src/github.com/docker/docker/daemon/execdriver/native/exec.go:55: undefined: NewTtyConsole | .gopath/src/github.com/docker/docker/daemon/execdriver/native/init.go:19: undefined: DriverName | WARNING: /var/mshehery/Release_7.3/duplicate_project_containers/sheheryar_containers/yocto/fido/build/mf0200/tmp-glibc/work/cortexa9hf-vfp-neon-oe-linux-gnueabi/docker/1.5.0+git2243e32cbbf1c9809c262a7376d34ca43a7a36dc-r0/temp/run.do_compile.11404:1 exit 2 from | DOCKER_GITCOMMIT="2243e32cbbf1c9809c262a7376d34ca43a7a36dc" ./hack/make.sh dynbinary | ERROR: Function failed: do_compile (log file is located at /var/mshehery/Release_7.3/duplicate_project_containers/sheheryar_containers/yocto/fido/build/mf0200/tmp-glibc/work/cortexa9hf-vfp-neon-oe-linux-gnueabi/docker/1.5.0+git2243e32cbbf1c9809c262a7376d34ca43a7a36dc-r0/temp/log.do_compile.11404) 

Interesting Posts