-
-
Notifications
You must be signed in to change notification settings - Fork 117
Closed
Description
The detect_linux_qt_version function not defined in tools/developer.sh, which leads to a command not found error:
❯ ./tools/developer.sh
+ echo 'Running on OSTYPE: '\''linux-gnu'\'''
Running on OSTYPE: 'linux-gnu'
+ DISTRO=
+ CODENAME=
++ command -v sudo
+ export SUDO=/usr/bin/sudo
+ SUDO=/usr/bin/sudo
+ command -v git
+ [[ -d ../.git ]]
+ [[ -d score/.git ]]
+ [[ ! -d .git ]]
+ SCORE_PATH=/home/edu/Documents/sources/score
+ [[ 0 -eq 0 ]]
+ BUILD_DIR=build-developer
+ [[ linux-gnu == \d\a\r\w\i\n* ]]
+ [[ linux-gnu == \l\i\n\u\x\-\g\n\u* ]]
+ echo '[developer.sh] Installing dependencies'
[developer.sh] Installing dependencies
+ detect_linux_distro
++ awk -F= '/^ID=/ {gsub("\"","",$2); print tolower($2) } ' /etc/lsb-release /etc/os-release
+ DISTRO=ubuntu
+ CODENAME=
+ QT=6
+ case "$DISTRO" in
++ grep CODENAME
++ cat /etc/lsb-release /etc/os-release
++ head -n 1
++ cut -d= -f2
+ CODENAME=noble
+ return 0
+ detect_linux_qt_version
./tools/developer.sh: line 200: detect_linux_qt_version: command not foundReactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels