AutoBuild-OpenWrt icon indicating copy to clipboard operation
AutoBuild-OpenWrt copied to clipboard

Build_OP_NanoPi_R4S.yml 报错

Open n0tsur3 opened this issue 4 years ago • 1 comments

Rebuild OpenWrt To Collect Error Log If Failed

Run cd "/home/runner/openwrt"

make[2]: Entering directory '/home/runner/openwrt/scripts/config' cc -O2 -c -o conf.o conf.c cc -O2 -c -o confdata.o confdata.c cc -O2 -c -o expr.o expr.c cc -O2 -I ./. -c -o lexer.lex.o lexer.lex.c cc -O2 -I ./. -c -o parser.tab.o parser.tab.c cc -O2 -c -o preprocess.o preprocess.c cc -O2 -c -o symbol.o symbol.c cc -O2 -c -o util.o util.c cc conf.o confdata.o expr.o lexer.lex.o parser.tab.o preprocess.o symbol.o util.o -o conf make[2]: Leaving directory '/home/runner/openwrt/scripts/config' make[2]: Entering directory '/home/runner/openwrt' make[3]: Entering directory '/home/runner/openwrt/scripts/config' set -e; mkdir -p ./; trap "rm -f ./.mconf-cfg.tmp" EXIT; { /bin/sh mconf-cfg.sh; } > ./.mconf-cfg.tmp; if [ ! -r mconf-cfg ] || ! cmp -s mconf-cfg ./.mconf-cfg.tmp; then true ' UPD mconf-cfg'; mv -f ./.mconf-cfg.tmp mconf-cfg; fi cc -O2 -D_GNU_SOURCE -D_DEFAULT_SOURCE -c -o mconf.o mconf.c cc -O2 -D_GNU_SOURCE -D_DEFAULT_SOURCE -c -o lxdialog/checklist.o lxdialog/checklist.c cc -O2 -D_GNU_SOURCE -D_DEFAULT_SOURCE -c -o lxdialog/inputbox.o lxdialog/inputbox.c cc -O2 -D_GNU_SOURCE -D_DEFAULT_SOURCE -c -o lxdialog/menubox.o lxdialog/menubox.c cc -O2 -D_GNU_SOURCE -D_DEFAULT_SOURCE -c -o lxdialog/textbox.o lxdialog/textbox.c cc -O2 -D_GNU_SOURCE -D_DEFAULT_SOURCE -c -o lxdialog/util.o lxdialog/util.c cc -O2 -D_GNU_SOURCE -D_DEFAULT_SOURCE -c -o lxdialog/yesno.o lxdialog/yesno.c cc -o mconf mconf.o lxdialog/checklist.o lxdialog/inputbox.o lxdialog/menubox.o lxdialog/textbox.o lxdialog/util.o lxdialog/yesno.o confdata.o expr.o lexer.lex.o parser.tab.o preprocess.o symbol.o util.o -lncurses -ltinfo make[3]: Leaving directory '/home/runner/openwrt/scripts/config' make[3]: Entering directory '/home/runner/openwrt' make[3]: Leaving directory '/home/runner/openwrt' Error opening terminal: unknown. make[2]: *** [menuconfig] Error 1 /home/runner/openwrt/include/toplevel.mk:133: recipe for target 'menuconfig' failed make[2]: Leaving directory '/home/runner/openwrt' make[1]: *** [.config] Error 2 /home/runner/openwrt/include/toplevel.mk:92: recipe for target '.config' failed make: *** [world] Error 2 /home/runner/openwrt/include/toplevel.mk:228: recipe for target 'world' failed Error: Process completed with exit code 2.

n0tsur3 avatar Jan 25 '22 07:01 n0tsur3

我这也一样

linkq avatar Feb 20 '22 09:02 linkq

@Kurokosama

esirplayground avatar Feb 11 '24 00:02 esirplayground