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

Error msg from 'make go-install' #57

Open
jcleung5549 opened this issue May 10, 2023 · 2 comments
Open

Error msg from 'make go-install' #57

jcleung5549 opened this issue May 10, 2023 · 2 comments
Assignees
Labels

Comments

@jcleung5549
Copy link
Contributor

Got the following error

mkdir -p ~/app/bin
!!Please use this command to take effect environment variable!!
source /root/.bashrc
/root/.bashrc: line 6: PS1: unbound variable
make: *** [Makefile:95: go-install] Error 1

The .bashrc file

root# head /root/.bashrc
# ~/.bashrc: executed by bash(1) for non-login shells.
# see /usr/share/doc/bash/examples/startup-files (in the package bash-doc)
# for examples

# If not running interactively, don't do anything
[ -z "$PS1" ] && return

# don't put duplicate lines in the history. See bash(1) for more options
@jcleung5549
Copy link
Contributor Author

Also

root# echo $PS1
\[\e]0;\u@\h: \w\a\]${debian_chroot:+($debian_chroot)}\u@\h:\w\$

@ehaligow
Copy link
Collaborator

@jcleung5549 I believe this PR resolves this issue. Could you reproduce the steps, that produced the error, and let me know if the issue is resolved?

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

No branches or pull requests

2 participants