74 lines
5.9 KiB
Plaintext
74 lines
5.9 KiB
Plaintext
-- lib/extensions.sh included. logs will be below, followed by the debug generated by the initialize_extension_manager() function.
|
||
-- initialize_extension_manager() called.
|
||
-- hook_point build_host_tools
|
||
--- hook_point_functions_pre_sort: compile_sunxi_tools
|
||
--- hook_point_functions_sorted_by_sort_id: 500_compile_sunxi_tools
|
||
--- hook_point_functions (final sorted realnames): compile_sunxi_tools
|
||
-- hook_point: build_host_tools will run 1 functions: compile_sunxi_tools
|
||
build_host_tools() {
|
||
echo "*** Extension-managed hook starting 'build_host_tools': will run 1 functions: 'compile_sunxi_tools'" >>"${EXTENSION_MANAGER_LOG_FILE}"
|
||
hook_point_function_trace_sources["build_host_tools__compile_sunxi_tools"]="${BASH_SOURCE[*]}"
|
||
hook_point_function_trace_lines["build_host_tools__compile_sunxi_tools"]="${BASH_LINENO[*]}"
|
||
[[ "${DEBUG_EXTENSION_CALLS}" == "yes" ]] && display_alert "---> Extension Method build_host_tools" "1/1 (ext:sunxi-tools) compile_sunxi_tools" ""
|
||
echo "*** *** Extension-managed hook starting 1/1 'build_host_tools__compile_sunxi_tools':" >>"${EXTENSION_MANAGER_LOG_FILE}"
|
||
HOOK_POINT="build_host_tools" HOOK_POINT_TOTAL_FUNCS="1" EXTENSION="sunxi-tools" EXTENSION_DIR="/home/qubot/BPI-H618-Build/external/extensions" EXTENSION_FILE="/home/qubot/BPI-H618-Build/external/extensions/sunxi-tools.sh" EXTENSION_ADDED_BY="./build.sh:305 -> scripts/main.sh:327 -> scripts/configuration.sh:151 -> external/config/sources/families/sun50iw9.conf:1 -> external/config/sources/families/include/sunxi64_common.inc:1 -> scripts/extensions.sh:0" HOOK_ORDER="1" build_host_tools__compile_sunxi_tools "$@"
|
||
echo "*** *** Extension-managed hook finished 1/1 'build_host_tools__compile_sunxi_tools':" >>"${EXTENSION_MANAGER_LOG_FILE}"
|
||
echo "*** Extension-managed hook ending 'build_host_tools': completed." >>"${EXTENSION_MANAGER_LOG_FILE}"
|
||
} # end build_host_tools() function
|
||
# cleanups:
|
||
unset build_host_tools
|
||
unset build_host_tools__compile_sunxi_tools
|
||
-- hook_point fetch_sources_tools
|
||
--- hook_point_functions_pre_sort: sunxi_tools
|
||
--- hook_point_functions_sorted_by_sort_id: 500_sunxi_tools
|
||
--- hook_point_functions (final sorted realnames): sunxi_tools
|
||
-- hook_point: fetch_sources_tools will run 1 functions: sunxi_tools
|
||
fetch_sources_tools() {
|
||
echo "*** Extension-managed hook starting 'fetch_sources_tools': will run 1 functions: 'sunxi_tools'" >>"${EXTENSION_MANAGER_LOG_FILE}"
|
||
hook_point_function_trace_sources["fetch_sources_tools__sunxi_tools"]="${BASH_SOURCE[*]}"
|
||
hook_point_function_trace_lines["fetch_sources_tools__sunxi_tools"]="${BASH_LINENO[*]}"
|
||
[[ "${DEBUG_EXTENSION_CALLS}" == "yes" ]] && display_alert "---> Extension Method fetch_sources_tools" "1/1 (ext:sunxi-tools) sunxi_tools" ""
|
||
echo "*** *** Extension-managed hook starting 1/1 'fetch_sources_tools__sunxi_tools':" >>"${EXTENSION_MANAGER_LOG_FILE}"
|
||
HOOK_POINT="fetch_sources_tools" HOOK_POINT_TOTAL_FUNCS="1" EXTENSION="sunxi-tools" EXTENSION_DIR="/home/qubot/BPI-H618-Build/external/extensions" EXTENSION_FILE="/home/qubot/BPI-H618-Build/external/extensions/sunxi-tools.sh" EXTENSION_ADDED_BY="./build.sh:305 -> scripts/main.sh:327 -> scripts/configuration.sh:151 -> external/config/sources/families/sun50iw9.conf:1 -> external/config/sources/families/include/sunxi64_common.inc:1 -> scripts/extensions.sh:0" HOOK_ORDER="1" fetch_sources_tools__sunxi_tools "$@"
|
||
echo "*** *** Extension-managed hook finished 1/1 'fetch_sources_tools__sunxi_tools':" >>"${EXTENSION_MANAGER_LOG_FILE}"
|
||
echo "*** Extension-managed hook ending 'fetch_sources_tools': completed." >>"${EXTENSION_MANAGER_LOG_FILE}"
|
||
} # end fetch_sources_tools() function
|
||
# cleanups:
|
||
unset build_host_tools
|
||
unset build_host_tools__compile_sunxi_tools
|
||
unset fetch_sources_tools
|
||
unset fetch_sources_tools__sunxi_tools
|
||
-- hook_point run_after_build
|
||
--- hook_point_functions_pre_sort: 999_finish_extension_manager
|
||
--- hook_point_functions_sorted_by_sort_id: 999_finish_extension_manager
|
||
--- hook_point_functions (final sorted realnames): 999_finish_extension_manager
|
||
-- hook_point: run_after_build will run 1 functions: 999_finish_extension_manager
|
||
run_after_build() {
|
||
echo "*** Extension-managed hook starting 'run_after_build': will run 1 functions: '999_finish_extension_manager'" >>"${EXTENSION_MANAGER_LOG_FILE}"
|
||
hook_point_function_trace_sources["run_after_build__999_finish_extension_manager"]="${BASH_SOURCE[*]}"
|
||
hook_point_function_trace_lines["run_after_build__999_finish_extension_manager"]="${BASH_LINENO[*]}"
|
||
[[ "${DEBUG_EXTENSION_CALLS}" == "yes" ]] && display_alert "---> Extension Method run_after_build" "1/1 (ext:built-in) 999_finish_extension_manager" ""
|
||
echo "*** *** Extension-managed hook starting 1/1 'run_after_build__999_finish_extension_manager':" >>"${EXTENSION_MANAGER_LOG_FILE}"
|
||
HOOK_POINT="run_after_build" HOOK_POINT_TOTAL_FUNCS="1" HOOK_ORDER="1" run_after_build__999_finish_extension_manager "$@"
|
||
echo "*** *** Extension-managed hook finished 1/1 'run_after_build__999_finish_extension_manager':" >>"${EXTENSION_MANAGER_LOG_FILE}"
|
||
echo "*** Extension-managed hook ending 'run_after_build': completed." >>"${EXTENSION_MANAGER_LOG_FILE}"
|
||
} # end run_after_build() function
|
||
# cleanups:
|
||
unset build_host_tools
|
||
unset build_host_tools__compile_sunxi_tools
|
||
unset fetch_sources_tools
|
||
unset fetch_sources_tools__sunxi_tools
|
||
unset run_after_build
|
||
unset run_after_build__999_finish_extension_manager
|
||
[[0;32m o.k. [0m] Extension manager [[0;33m processed 3 Extension Methods calls and 3 Extension Method implementations [0m]
|
||
-- Extension Method being called: post_family_config
|
||
-- Extension Method being called: config_tweaks_post_family_config
|
||
-- Extension Method being called: user_config
|
||
-- Extension Method being called: extension_prepare_config
|
||
-- Extension Method being called: post_aggregate_packages
|
||
-- Extension Method being called: user_config_post_aggregate_packages
|
||
-- Extension Method being called: post_determine_cthreads
|
||
-- Extension Method being called: config_post_determine_cthreads
|
||
-- Extension Method being called: add_host_dependencies
|
||
-- Extension Method being called: host_dependencies_ready
|