Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"sudo make install" isn't working!!!!!!!!! #74

Open
oleanderxoxo opened this issue Feb 25, 2021 · 2 comments
Open

"sudo make install" isn't working!!!!!!!!! #74

oleanderxoxo opened this issue Feb 25, 2021 · 2 comments

Comments

@oleanderxoxo
Copy link

+ '[' -f /usr/lib/pre.bsh ']'
+ set -e
+ set -o pipefail
+ make_function_run make_init
+ local function_name function_name_return_code
+ function_name=make_init
+ shift
+ type -t make_init_hook_pre
+ true
+ make_init
+ cd ''
+ function_name_return_code=0
+ '[' '!' 0 = 0 ']'
+ type -t make_init_hook_post
+ make_function_run make_source_overrides_file install
+ local function_name function_name_return_code
+ function_name=make_source_overrides_file
+ shift
+ type -t make_source_overrides_file_hook_pre
+ true
+ make_source_overrides_file install
+ '[' -x ./make-helper-overrides.bsh ']'
+ function_name_return_code=0
+ '[' '!' 0 = 0 ']'
+ type -t make_source_overrides_file_hook_post
+ make_function_run make_source_overrides_folder install
+ local function_name function_name_return_code
+ function_name=make_source_overrides_folder
+ shift
+ type -t make_source_overrides_folder_hook_pre
+ true
+ make_source_overrides_folder install
+ '[' -d ./make-helper-overrides.d ']'
+ function_name_return_code=0
+ '[' '!' 0 = 0 ']'
+ type -t make_source_overrides_folder_hook_post
+ make_function_run make_parse_cmd install
+ local function_name function_name_return_code
+ function_name=make_parse_cmd
+ shift
+ type -t make_parse_cmd_hook_pre
+ true
+ make_parse_cmd install
+ local matched=false
+ local deb
+ :
+ case $1 in
+ matched=true
+ make_function_run make_install
+ local function_name function_name_return_code
+ function_name=make_install
+ shift
+ type -t make_install_hook_pre
+ true
+ make_install
+ make_install_=true
+ make_function_run make_helper
+ local function_name function_name_return_code
+ function_name=make_helper
+ shift
+ type -t make_helper_hook_pre
+ true
+ make_helper
+ make_function_run make_get_destdir
+ local function_name function_name_return_code
+ function_name=make_get_destdir
+ shift
+ type -t make_get_destdir_hook_pre
+ true
+ make_get_destdir
+ '[' / = '' ']'
+ type -t make_hook_at_the_end_of_get_destdir
+ function_name_return_code=0
+ '[' '!' 0 = 0 ']'
+ type -t make_get_destdir_hook_post
+ '[' -n '' ']'
+ make_folder_list_for_un_and_install='bin boot dev etc home lib opt sbin srv sys usr var'
+ shopt -s globstar dotglob nullglob
+ local d source_file file_without_pwd file_with_destdir
+ for d in $make_folder_list_for_un_and_install
+ '[' -d bin ']'
+ for d in $make_folder_list_for_un_and_install
+ '[' -d boot ']'
+ for d in $make_folder_list_for_un_and_install
+ '[' -d dev ']'
+ for d in $make_folder_list_for_un_and_install
+ '[' -d etc ']'
+ for d in $make_folder_list_for_un_and_install
+ '[' -d home ']'
+ for d in $make_folder_list_for_un_and_install
+ '[' -d lib ']'
+ for d in $make_folder_list_for_un_and_install
+ '[' -d opt ']'
+ for d in $make_folder_list_for_un_and_install
+ '[' -d sbin ']'
+ for d in $make_folder_list_for_un_and_install
+ '[' -d srv ']'
+ for d in $make_folder_list_for_un_and_install
+ '[' -d sys ']'
+ for d in $make_folder_list_for_un_and_install
+ '[' -d usr ']'
+ for source_file in "$PWD/$d"/**
+ '[' true = true ']'
+ '[' '!' -d / ']'
+ cp -R usr /
cp: cannot overwrite non-directory '/usr/sbin' with directory 'usr/sbin'
make: *** [Makefile:44: install] Error 1
@kishan-kumar-ji
Copy link

No process found for namespace orjail. Please specify another/no namespace.
[Error] in command: exit 1
[Error] Enable verbose mode to debug (using -v)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants
@oleanderxoxo @kishan-kumar-ji and others