This was a bug in the bash-completion package and has been fixed in
hardy.
** Changed in: bash (Ubuntu)
Status: New => Invalid
--
.profile not sourced anymore
https://bugs.launchpad.net/bugs/149527
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscr
I ended up reporting it in 205444 again after all. That bug is marked
"in progress".
My possibly incomplete understanding is that when you initially log in,
the variables are not yet marked as read-only, so things sort of work,
unless / until you try to source your .profile / .bashrc / what have
I agree with era. Also, as a temporary fix, I changed the last few
lines of .bashrc to:
if [ -f /etc/bash_completion -a ! "$BASH_COMPLETION_HAS_RAN" ]; then
. /etc/bash_completion
export BASH_COMPLETION_HAS_RAN="1"
fi
This way, the bash_completion script gets to run once, on opening a
lo
I was about to report this, but just happened to stumble over this bug
report. Would it be nosy to suggest that the title of this bug be
changed to better reflect the problem and its solution?
--
.profile not sourced anymore
https://bugs.launchpad.net/bugs/149527
You received this bug notificati
fixed in hardy
** Changed in: bash-completion (Ubuntu)
Sourcepackagename: bash => bash-completion
Status: In Progress => Fix Released
--
.profile not sourced anymore
https://bugs.launchpad.net/bugs/149527
You received this bug notification because you are a member of Ubuntu
Bugs, which i
** Changed in: bash (Ubuntu)
Status: Confirmed => In Progress
--
.profile not sourced anymore
https://bugs.launchpad.net/bugs/149527
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-bugs@li
A note from the upstream maintainer re: this bug:
> Yes, I saw that a while ago. The post-patch20 behavior is correct,
> according to how I interpret the Posix spec.
> The real problem is that bash_completion defines a readonly variable
> and tries to assign to it. It's not like BASH_COMPLETION
For records discussion on the bug-bash ml:
http://lists.gnu.org/archive/html/bug-bash/2007-08/msg00062.html
--
.profile not sourced anymore
https://bugs.launchpad.net/bugs/149527
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.
--
** Changed in: bash (Ubuntu)
Status: New => Confirmed
--
.profile not sourced anymore
https://bugs.launchpad.net/bugs/149527
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubun
I can confirm both the bug and Michael Elkins's workaround.
--
.profile not sourced anymore
https://bugs.launchpad.net/bugs/149527
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubunt
** Tags added: bash bashcompletion completion profile
--
.profile not sourced anymore
https://bugs.launchpad.net/bugs/149527
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
I hit this bug too, on amd64, after upgrading to gutsy beta.
This is a simple testcase:
1. Put the following in a file named bash-bug.sh:
-8<-
echo 1
{
ROVAR="this variable is read only"
} || .
echo 2
readonly ROVAR
echo 3
I can confirm the workaround
--
.profile not sourced anymore
https://bugs.launchpad.net/bugs/149527
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/
I think this is related to a bug with /etc/bash_completion. I set
export BASH_COMPLETION_DEBUG=1
in my ~/.bashrc and this is what I see:
[EMAIL PROTECTED]:~$ . .bashrc
# Alter the following to reflect the location of this file.
#
{
# These declarations must go within braces in order to be a
Doing "source .bashrc" doesn't even get my .bashrc in anymore. This is
a BIG bug. It appears as though all of "source" is broken. Even ".
.bashrc" is bad.
--
.profile not sourced anymore
https://bugs.launchpad.net/bugs/149527
You received this bug notification because you are a member of Ubunt
looks more like it's the .profile that is not sourced anymore
--
.profile not sourced anymore
https://bugs.launchpad.net/bugs/149527
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubu
16 matches
Mail list logo