armbian / build

Armbian Linux build framework generates custom Debian or Ubuntu image for x86, aarch64, riscv64 & armhf
https://www.armbian.com
GNU General Public License v2.0
3.87k stars 2.17k forks source link

Sources configuration not found tried /home/ ... /build/config/sources/families/.conf #6028

Closed AaronNGray closed 7 months ago

AaronNGray commented 7 months ago

What happened?

Sources configuration not found tried /home/ ... /build/config/sources/families/.conf

[🌱] Using REVISION from [ main VERSION file: '24.2.0-trunk' ]
[💥] error! [ Sources configuration not found tried /home/aaronngray/GitHub/build/config/sources/families/.conf /home/aaronngray/GitHub/build/userpatches/config/sources/families/.conf ]
[💥] Exiting with error 43 [ at /home/aaronngray/GitHub/build/lib/functions/logging/traps.sh:1
                exit_with_error() --> lib/functions/logging/traps.sh:1
   source_family_config_and_arch() --> lib/functions/configuration/main-config.sh:496
          do_main_configuration() --> lib/functions/configuration/main-config.sh:259
                do_with_logging() --> lib/functions/logging/section-logging.sh:81
    do_with_conditional_logging() --> lib/functions/logging/section-logging.sh:111
    prep_conf_main_build_single() --> lib/functions/main/config-prepare.sh:29
         cli_standard_build_run() --> lib/functions/cli/cli-build.sh:22
        armbian_cli_run_command() --> lib/functions/cli/utils-cli.sh:136
                 cli_entrypoint() --> lib/functions/cli/entrypoint.sh:176
                           main() --> compile.sh:50
 ]
[💥] Cleaning up [ please wait for cleanups to finish ]
[🌿] ANSI log file built; inspect it by running: [ less -RS output/logs/log-build-b24091b6-97da-4820-88bd-81f169fc55b1.log.ans ]
[🌿] Share log manually (or SHARE_LOG=yes): [ curl --data-binary @output/logs/log-build-b24091b6-97da-4820-88bd-81f169fc55b1.log.ans https://paste.next.armbian.com/log ]

https://paste.next.armbian.com/irelukexoh

How to reproduce?

git clone --depth=1 --branch=v23.11 https://github.com/armbian/build
cd build
./compile.sh EXPERT="yes"

Selected :-

Branch

main (main development branch)

On which host OS are you observing this problem?

Jammy

Relevant log URL

https://paste.next.armbian.com/irelukexoh

Code of Conduct

github-actions[bot] commented 7 months ago

Jira ticket: AR-1991

igorpecovnik commented 7 months ago

Selected

We removed "DEV" kernel branch 3-4 years ago and its not possible to select. Since then its called EDGE and its enabled by default:

# Allwinner A83T octa core 2Gb SoC Wifi
BOARD_NAME="Banana Pi M3"
BOARDFAMILY="sun8i"
BOARD_MAINTAINER="AaronNGray"
BOOTCONFIG="Sinovoip_BPI_M3_defconfig"
OVERLAY_PREFIX="sun8i-a83t"
KERNEL_TARGET="legacy,current,edge"

Use menu (i am telling you this for the 3rd time) and don't change sources if you are not sure what you are doing.