ludiazv / octocitrico

OctoPrint for other fruits
149 stars 18 forks source link

Build Failed for BPIM2Z #42

Open dp1140a opened 1 year ago

dp1140a commented 1 year ago

First -- thank you so much for putting this together.

I tried to do a build for the BananPi M2 Zero but its failing. First I get a login to Gitthub Error:

[ o.k. ] Adding [ Wireless drivers for Realtek RTL8811CU and RTL8821C chipsets commit:7b8c45a270454f05e2dbf3beeb4afcf817db65da ]
[ o.k. ] Checking git sources [ rtl8811cu 7b8c45a270454f05e2dbf3beeb4afcf817db65da ]
[ .... ] Creating local copy 
[ .... ] Fetching updates 
Username for 'https://github.com': 
.
.
.
fatal: Authentication failed for 'https://github.com/morrownr/8821cu-20210118/'

Looking at this repo it doesnt exist any longer. There are other s with different dates though. I get past that after I enter my username and git password twice. (Which it doesnt like) the build process continues but then ultimately fails with:

[ o.k. ] Using kernel config file [ config/kernel/linux-sunxi-current.config ]
  HOSTCC  scripts/basic/fixdep
  HOSTCC  scripts/kconfig/conf.o
  HOSTCC  scripts/kconfig/confdata.o
  HOSTCC  scripts/kconfig/expr.o
  LEX     scripts/kconfig/lexer.lex.c
  YACC    scripts/kconfig/parser.tab.[ch]
  HOSTCC  scripts/kconfig/lexer.lex.o
  HOSTCC  scripts/kconfig/menu.o
  HOSTCC  scripts/kconfig/parser.tab.o
  HOSTCC  scripts/kconfig/preprocess.o
  HOSTCC  scripts/kconfig/symbol.o
  HOSTCC  scripts/kconfig/util.o
  HOSTLD  scripts/kconfig/conf
drivers/net/wireless/Kconfig:41: can't open file "drivers/net/wireless/rtl8811cu/Kconfig"
make[1]: *** [scripts/kconfig/Makefile:77: olddefconfig] Error 1
make: *** [Makefile:622: olddefconfig] Error 2
[ .... ] Compressing sources for the linux-source package 
1.24GiB [39.1MiB/s] [======================================================================================================================================================================================>                                      ] 83%
dpkg-deb: building package 'linux-source-5.15.93-current-sunxi' in '/tmp/tmp.NFHWQi3bfI/linux-source-current-sunxi_23.02.2_all.deb'.
[ o.k. ] Make the linux-source package [ 43 sec. ]
  SYNC    include/config/auto.conf.cmd
make[2]: *** [scripts/kconfig/Makefile:77: syncconfig] Error 1
make[1]: *** [Makefile:622: syncconfig] Error 2
make: *** [Makefile:742: include/config/auto.conf.cmd] Error 2
[ error ] ERROR in function compile_kernel [ functions/cli/cli-entrypoint.sh:109 -> functions/main/build-tasks.sh:280 -> functions/main/build-tasks.sh:155 -> functions/compilation/kernel.sh:143 -> functions/logging/traps.sh:0 ]
[ error ] Kernel was not built [ @host ]
[ o.k. ] Process terminated 
ludiazv commented 1 year ago

Current build is broken as armabian 23.02 is broken. I was able to fix this but not released the solucion as it required some patching in armbian. I'm waiting for the next release of armabian that theoretically is comming soon.

The new versions will include also some improvements as I migrated octocitrico to the lastest upstreams versions.