Yocto Build无法在InfluxDB的Bitbake Recipe中执行`go get`命令

时间:2018-08-28 16:43:24

标签: go yocto influxdb

我已经克隆了this meta-influx fork,并将其添加到Yocto目录中的layers文件夹中。

我也将它添加到了dplyr::left_join(newdat, tempdat, by="Column_Name") # Column_Name Nominal Percent Sample_1 # 1 Column_1 3 1.00 Male # 2 Column_2 69333 99.51 10 # 3 Column_3 65766 94.40 USA # 4 Column_4 60727 87.16 DC 中,并尝试使用以下方法进行烘焙:

bblayers.conf

为我提供了以下错误日志:

bitbake -k github.com-influxdata-influxdb

代码说在recipe file for influxdb内的ERROR: github.com-influxdata-influxdb-1.0-r0 do_configure: Function failed: do_configure (log file is located at /opt/PHYTEC_BSPs/yocto_fsl/build/tmp/work/cortexa9hf-neon-phytec-linux-gnueabi/github.com-influxdata-influxdb/1.0-r0/temp/log.do_configure.29201) ERROR: Logfile of failure stored in: /opt/PHYTEC_BSPs/yocto_fsl/build/tmp/work/cortexa9hf-neon-phytec-linux-gnueabi/github.com-influxdata-influxdb/1.0-r0/temp/log.do_configure.29201 Log data follows: | DEBUG: Executing python function sysroot_cleansstate | DEBUG: Python function sysroot_cleansstate finished | DEBUG: Executing shell function do_configure | /opt/PHYTEC_BSPs/yocto_fsl/build/tmp/work/cortexa9hf-neon-phytec-linux-gnueabi/github.com-influxdata-influxdb/1.0-r0/temp/run.do_configure.29201: line 120: /opt/PHYTEC_BSPs/yocto_fsl/build/tmp/work/cortexa9hf-neon-phytec-linux-gnueabi/github.com-influxdata-influxdb/1.0-r0/github.com-influxdata-influxdb-1.0/bin/gdm: No such file or directory | WARNING: /opt/PHYTEC_BSPs/yocto_fsl/build/tmp/work/cortexa9hf-neon-phytec-linux-gnueabi/github.com-influxdata-influxdb/1.0-r0/temp/run.do_configure.29201:1 exit 1 from 'go get github.com/sparrc/gdm' | ERROR: Function failed: do_configure (log file is located at /opt/PHYTEC_BSPs/yocto_fsl/build/tmp/work/cortexa9hf-neon-phytec-linux-gnueabi/github.com-influxdata-influxdb/1.0-r0/temp/log.do_configure.29201) ERROR: Task 392 (/opt/PHYTEC_BSPs/yocto_fsl/sources/poky/../meta-influx/recipes-go/go/github.com-influxdata-influxdb.bb, do_configure) failed with exit code '1' 失败。

在主机上,我没有安装go get sparrc gdm。有必要继续使用构建机器吗?

(目标板是带有i.MX6处理器的PhyTec Mira板)

如何解决此问题?我正在使用golang分支(因为董事会提供者具有与该分支一致的文档)

更新

即使没有在计算机上安装krogothgolang也会安装在我的gdm文件夹中的/home/<user>/目录下,该目录具有go文件夹。我仍然不知道如何将其下载到上述食谱中的适当的src/ bin/变量

0 个答案:

没有答案