i was following the steps , but i couldnt build whonix 11.0.0.3.0-testers-only. c the steps:-
[code]user@host:~$ git clone https://github.com/Whonix/Whonix
Cloning into ‘Whonix’…
remote: Counting objects: 36022, done.
Receiving objects: 100% (36022/36022), 10.43 MiB | 321.00 KiB/s, done.
remote: Total 36022 (delta 0), reused 0 (delta 0), pack-reused 36022
Resolving deltas: 100% (18061/18061), done.
Checking connectivity… done.
user@host:~$ cd Whonix
user@host:~/Whonix$ git tag
0.1.3
0.2.1
0.3.0
0.3.1
0.4.0
0.4.1
0.4.2
0.4.3
0.4.4
0.4.5
0.4.5-fix1
0.4.5-fix2
0.4.5.1
0.5.1
0.5.2
0.5.3
0.5.4
0.5.5
0.5.6
0.6.0
0.6.1
10.0.0.0.1-developers-only
10.0.0.0.2-developers-only
10.0.0.0.3-developers-only
10.0.0.0.4-developers-only
10.0.0.0.5-developers-only
10.0.0.0.6-developers-only
10.0.0.0.7-developers-only
10.0.0.0.8-developers-only
10.0.0.0.9-developers-only
10.0.0.1.1-developers-only
10.0.0.1.2-developers-only
10.0.0.1.3-developers-only
10.0.0.1.4-developers-only
10.0.0.1.6-developers-only
10.0.0.1.7-developers-only
10.0.0.1.8-developers-only
10.0.0.2.0-developers-only
10.0.0.2.1-developers-only
10.0.0.2.2-developers-only
10.0.0.2.3-developers-only
10.0.0.2.4-developers-only
10.0.0.2.5-developers-only
10.0.0.2.6-developers-only
10.0.0.2.7-developers-only
10.0.0.2.8-developers-only
10.0.0.2.9-developers-only
10.0.0.3.0-developers-only
10.0.0.3.1-developers-only
10.0.0.3.2-developers-only
10.0.0.3.3-developers-only
10.0.0.3.4-developers-only
10.0.0.3.5-developers-only
10.0.0.3.6-developers-only
10.0.0.3.7-developers-only
10.0.0.3.9-developers-only
10.0.0.4.0-developers-only
10.0.0.4.1-developers-only
10.0.0.4.2-developers-only
10.0.0.4.3-developers-only
10.0.0.4.4-developers-only
10.0.0.4.5-developers-only
10.0.0.4.6-developers-only
10.0.0.4.7-developers-only
10.0.0.4.8-developers-only
10.0.0.4.9-developers-only
10.0.0.5.0-developers-only
10.0.0.5.0-testers-only
10.0.0.5.2-developers-only
10.0.0.5.3-developers-only
10.0.0.5.4-developers-only
10.0.0.5.5-developers-only
10.0.0.5.5-stable
10.0.0.5.5-testers-only
11.0.0.0.0-developers-only
11.0.0.0.1-developers-only
11.0.0.0.2-developers-only
11.0.0.0.3-developers-only
11.0.0.0.4-developers-only
11.0.0.0.5-developers-only
11.0.0.0.6-developers-only
11.0.0.0.7-developers-only
11.0.0.0.8-developers-only
11.0.0.0.9-developers-only
11.0.0.1.0-developers-only
11.0.0.1.1-developers-only
11.0.0.1.2-developers-only
11.0.0.1.3-developers-only
11.0.0.1.4-developers-only
11.0.0.1.5-developers-only
11.0.0.1.6-developers-only
11.0.0.1.7-developers-only
11.0.0.1.8-developers-only
11.0.0.1.9-developers-only
11.0.0.2.0-developers-only
11.0.0.2.1-developers-only
11.0.0.2.2-developers-only
11.0.0.2.3-developers-only
11.0.0.2.3-testers-only
11.0.0.2.4-developers-only
11.0.0.2.5-developers-only
11.0.0.2.6-developers-only
11.0.0.2.7-developers-only
11.0.0.2.8-developers-only
11.0.0.2.9-developers-only
11.0.0.3.0-developers-only
11.0.0.3.0-testers-only
6
6.1
6.2
7
7.1
7.2
7.3
7.3.1
7.3.2
7.3.3
7.3.4
7.3.5
7.3.6
7.3.7
7.7.6.4
7.7.8.6
7.7.8.7
7.7.8.8
7.7.8.9
7.7.9.1
7.7.9.3
7.7.9.7
7.7.9.8
8
8.1
8.2
8.5.0.2
8.6.2.8
8.6.6.0
9
9.1
9.2
9.3
9.4
9.5
9.6
user@host:~/Whonix$ git checkout 11.0.0.3.0
error: pathspec ‘11.0.0.3.0’ did not match any file(s) known to git.
user@host:~/Whonix$ git checkout 11.0.0.3.0-testers-only
Note: checking out ‘11.0.0.3.0-testers-only’.
You are in ‘detached HEAD’ state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by performing another checkout.
If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -b with the checkout command again. Example:
git checkout -b new_branch_name
HEAD is now at 979c439… added grub-screen-resolution and grub-output-verbose as weak recommended packages - https://phabricator.whonix.org/T354
user@host:~/Whonix$ sudo ./whonix_build --build --tor-gateway >> ~/log-gateway 2>&1
[sudo] password for user:
user@host:~/Whonix$ sudo ./whonix_build --build --tor-workstation >> ~/log-workstation 2>&1
user@host:~/Whonix$ sudo ./whonix_build --build --tor-gateway
- set -e
- true ‘INFO: Currently running script: ./whonix_build–build’ --tor-gateway
+++ dirname ./whonix_build
++ cd .
++ pwd
- MYDIR=/home/user/Whonix
- cd /home/user/Whonix
- source ./help-steps/colors
++ ‘[’ ‘!’ ‘’ = true ‘]’
++ colors
++ [[ -t 2 ]]
++ export whonix_build_already_defined_colors=true
++ whonix_build_already_defined_colors=true
- source ./help-steps/parse-cmd
- source ./help-steps/pre
++ ‘[’ ‘!’ ‘’ ‘]’
++ set +x
- trap error_handler_build_main ERR
- main --build --tor-gateway
- trap error_handler_build_main ERR
- trap - INT
- trap - TERM
- build_main_defaults
- true ‘./help-steps/parse-cmd build_main_defaults: Setting defaults (only for prettier output below).’
- WHONIX_MAIN_SCRIPT_BUILD_GATEWAY=false
- WHONIX_MAIN_SCRIPT_BUILD_WORKSTATION=false
- WHONIX_MAIN_SCRIPT_BUILD_CUSTOM_WORKSTATION=false
- build_main_parse_cmd --build --tor-gateway
- true ‘./help-steps/parse-cmd build_main_parse_cmd: parsing command line arguments…’
- true ‘./help-steps/parse-cmd build_main_parse_cmd: ${1+"$@"}: --build’ --tor-gateway
- local got_flavor=false
- :
- case $1 in
- echo 'unknown option: --build’
unknown option: --build
- error ‘unknown option: --build’
- true ‘############################################################’
- true ‘ERROR: unknown option: --build’
- true ‘############################################################’
- error_ ‘See above! (There should be a bold, red message surrounded by blue hashtags (#).)’
./help-steps/pre: line 20: error_: command not found
++ error_handler_build_main
++ true ‘ERROR in ./whonix_build’
++ true ‘BASH_COMMAND: error_ “See above! (There should be a bold, red message surrounded by blue hashtags (#).)”’
++ true ‘INFO: Now exiting from ./whonix_build (because error was detected, see above).’
++ exit 1
- exithandler
- local exit_code=1
- ‘[’ ‘!’ 1 = 0 ‘]’
- exit 1
user@host:~/Whonix$ sudo ./whonix_build --build --tor-workstation
- set -e
- true ‘INFO: Currently running script: ./whonix_build–build’ --tor-workstation
+++ dirname ./whonix_build
++ cd .
++ pwd
- MYDIR=/home/user/Whonix
- cd /home/user/Whonix
- source ./help-steps/colors
++ ‘[’ ‘!’ ‘’ = true ‘]’
++ colors
++ [[ -t 2 ]]
++ export whonix_build_already_defined_colors=true
++ whonix_build_already_defined_colors=true
- source ./help-steps/parse-cmd
- source ./help-steps/pre
++ ‘[’ ‘!’ ‘’ ‘]’
++ set +x
- trap error_handler_build_main ERR
- main --build --tor-workstation
- trap error_handler_build_main ERR
- trap - INT
- trap - TERM
- build_main_defaults
- true ‘./help-steps/parse-cmd build_main_defaults: Setting defaults (only for prettier output below).’
- WHONIX_MAIN_SCRIPT_BUILD_GATEWAY=false
- WHONIX_MAIN_SCRIPT_BUILD_WORKSTATION=false
- WHONIX_MAIN_SCRIPT_BUILD_CUSTOM_WORKSTATION=false
- build_main_parse_cmd --build --tor-workstation
- true ‘./help-steps/parse-cmd build_main_parse_cmd: parsing command line arguments…’
- true ‘./help-steps/parse-cmd build_main_parse_cmd: ${1+"$@"}: --build’ --tor-workstation
- local got_flavor=false
- :
- case $1 in
- echo 'unknown option: --build’
unknown option: --build
- error ‘unknown option: --build’
- true ‘############################################################’
- true ‘ERROR: unknown option: --build’
- true ‘############################################################’
- error_ ‘See above! (There should be a bold, red message surrounded by blue hashtags (#).)’
./help-steps/pre: line 20: error_: command not found
++ error_handler_build_main
++ true ‘ERROR in ./whonix_build’
++ true ‘BASH_COMMAND: error_ “See above! (There should be a bold, red message surrounded by blue hashtags (#).)”’
++ true ‘INFO: Now exiting from ./whonix_build (because error was detected, see above).’
++ exit 1
- exithandler
- local exit_code=1
- ‘[’ ‘!’ 1 = 0 ‘]’
- exit 1
user@host:~/Whonix$
[/code]
the error message:-
[code]+ local got_flavor=false
- :
- case $1 in
- echo 'unknown option: --build’
unknown option: --build
- error ‘unknown option: --build’
- true ‘############################################################’
- true ‘ERROR: unknown option: --build’
- true ‘############################################################’
- error_ ‘See above! (There should be a bold, red message surrounded by blue hashtags (#).)’
./help-steps/pre: line 20: error_: command not found
++ error_handler_build_main
++ true ‘ERROR in ./whonix_build’
++ true ‘BASH_COMMAND: error_ “See above! (There should be a bold, red message surrounded by blue hashtags (#).)”’
++ true ‘INFO: Now exiting from ./whonix_build (because error was detected, see above).’
++ exit 1
[/code]
what do you think the cause of that ? is it because whonix 11 not yet stable so it cant be built that way ?