This service is available only in Japanese-language.

bitbake core-image-westonについて

お世話になっております。
現在、virtual BoxにUbuntu16.04をいれてYoctoのビルドを行っているのですが、
bitbake core-image-westonを端末で入力すると以下のエラーが発生します。
guest@guest-VirtualBox:~/user_work/build$ bitbake core-image-weston
Loading cache: 100% |############################################| Time: 0:00:02
Loaded 3039 entries from dependency cache.
WARNING: No recipes available for:
/home/guest/user_work/build/../meta-renesas/meta-rzg1/recipes-devtools/make/make_3.81.bbappend
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION = "1.36.0"
BUILD_SYS = "x86_64-linux"
NATIVELSBSTRING = "universal"
TARGET_SYS = "arm-poky-linux-gnueabi"
MACHINE = "iwg23s"
DISTRO = "poky"
DISTRO_VERSION = "2.4.2"
TUNE_FEATURES = "arm armv7ve vfp neon vfpv4 callconvention-hard cortexa7"
TARGET_FPU = "hard"
SOC_FAMILY = "rzg1:r8a77470"
meta
meta-poky
meta-yocto-bsp
meta-rzg1
meta-linaro-toolchain
meta-optee
meta-oe
meta-multimedia
meta-python
meta-networking
meta-qt5
common
qt-hmi-demo = "<unknown>:<unknown>"

Initialising tasks: 100% |#######################################| Time: 0:00:36
NOTE: Executing SetScene Tasks
NOTE: Executing RunQueue Tasks
ERROR: ldconfig-native-2.19-r0 do_configure: oe_runmake failed
ERROR: ldconfig-native-2.19-r0 do_configure: Function failed: do_configure (log file is located at /home/guest/user_work/build/tmp/work/x86_64-linux/ldconfig-native/2.19-r0/temp/log.do_configure.18035)
ERROR: Logfile of failure stored in: /home/guest/user_work/build/tmp/work/x86_64-linux/ldconfig-native/2.19-r0/temp/log.do_configure.18035
Log data follows:
| DEBUG: Executing shell function do_configure
| NOTE: make clean
| Makeconfig:42: *** missing separator. Stop.
| ERROR: oe_runmake failed
| WARNING: exit code 1 from a shell command.
| ERROR: Function failed: do_configure (log file is located at /home/guest/user_work/build/tmp/work/x86_64-linux/ldconfig-native/2.19-r0/temp/log.do_configure.18035)
ERROR: Task (/home/guest/user_work/build/../meta-renesas/meta-rzg1/recipes-cip-core/glibc/ldconfig-native_debian.bb:do_configure) failed with exit code '1'
NOTE: Tasks Summary: Attempted 4773 tasks of which 4528 didn't need to be rerun and 1 failed.

Summary: 1 task failed:
/home/guest/user_work/build/../meta-renesas/meta-rzg1/recipes-cip-core/glibc/ldconfig-native_debian.bb:do_configure
Summary: There was 1 WARNING message shown.
Summary: There were 2 ERROR messages shown, returning a non-zero exit code.
guest@guest-VirtualBox:~/user_work/build$
上記の状態のため、以降の処理を行おうとしてもファイルが生成されないため処理が行えない状態です。
以前に同様の質問をさせていただいた際にご教示いただきましたinflate returned -の
表示も見つからないため原因が特定できておりません。

原因がお分かりになる方がおられましたらご教示いただきたく存じます。

最初に表示されている以下のワーニングが気になります。

WARNING: No recipes available for:
/home/guest/user_work/build/../meta-renesas/meta-rzg1/recipes-devtools/make/make_3.81.bbappend

DISTRO = "poky"
DISTRO_VERSION = "2.4.2"
と記載されているにも関わらず、Yocto2.3以降pokyでは提供されなくなったmake_3.81.bb に対するbbappendが
存在しており、それぞれのレイヤーを取得する際にBSPで指定されたリビジョンで落としているのかどうかが
気になります。

tmp/work/x86_64-linux/ldconfig-native/2.19-r0/temp/log.do_configure.18035 
に保存されているログには、どのようなエラー情報が記載されているでしょうか?

yakuhitoさん、こんにちは。
log.do_configure.18035に保存されているログは下記のとおりです。
DEBUG: Executing shell function do_configure
NOTE: make clean
Makeconfig:42: *** missing separator. Stop.
ERROR: oe_runmake failed
WARNING: exit code 1 from a shell command.
ERROR: Function failed: do_configure (log file is located at /home/guest/user_work/build/tmp/work/x86_64-linux/ldconfig-native/2.19-r0/temp/log.do_configure.18035)
なにかお分かりになりましたら恐縮ですがご教示頂けますと幸いです。

yakuhitoさん、こんにちは。
log.do_configure.18035に保存されているログは下記のとおりです。
DEBUG: Executing shell function do_configure
NOTE: make clean
Makeconfig:42: *** missing separator. Stop.
ERROR: oe_runmake failed
WARNING: exit code 1 from a shell command.
ERROR: Function failed: do_configure (log file is located at /home/guest/user_work/build/tmp/work/x86_64-linux/ldconfig-native/2.19-r0/temp/log.do_configure.18035)
なにかお分かりになりましたら恐縮ですがご教示頂けますと幸いです。

環境を入れなおしてみたところ、エラーが解消されました。
ありがとうございました。