One of the live ebuilds are pointing at a github repo marked as private
smart-live-rebuild -- -a is run
During the course of execution, smart-live-rebuild is asking for the username for that ebuild, however since the jobs are running in parallel, the username prompt is overwritten with output from next line:
The screenshot above is from zsh, but same thing happens in bash.
The problem is UI only, the username and password can be typed in and the rebuild proceeds OK.
smart-live-rebuild -- -a
is runsmart-live-rebuild
is asking for the username for that ebuild, however since the jobs are running in parallel, the username prompt is overwritten with output from next line:The screenshot above is from
zsh
, but same thing happens inbash
.The problem is UI only, the username and password can be typed in and the rebuild proceeds OK.