On 09/07/15 15:24, wraeth wrote:
On Thu, Jul 09, 2015 at 03:19:19PM +0300, Nikos Chantziaras wrote:
On 09/07/15 14:48, Neil Bothwick wrote:
On Thu, 09 Jul 2015 13:38:43 +0200, Stephan Müller wrote:

As a wild guess into the blue, it could be related to readline. As I
see gentoo's bash uses the standalone readline from coreutils, while
the original bash source maintains an own trimmed version of readline..
just a thought

In that case, re-emerging Bash with USE="-readline" should get rid of the
problem.

Doesn't seem possible. That USE flag seems to get ignored by portage:
 [...]
    echo "app-shells/bash -readline" >> /etc/portage/package.use
    emerge -uDN --with-bdeps=y @world
    [...]
    Nothing to merge; quitting.

That USE flag doesn't do anything.

Use the command `emerge -uav --changed-use app-shells/bash` - you need
to identify that it's a changed use flag, otherwise it ignores because
there are no new versions.

Still nothing. But I was using -N to begin with (--newuse) which is stronger than --changed-use.

It doesn't seem possible to change that USE flag.


Reply via email to