Re: [gentoo-user] emerge stuck after dovecot upgrade

2020-05-21 Thread Andreas Fink
On Thu, 21 May 2020 12:54:49 +0100 Neil Bothwick wrote: > On Thu, 21 May 2020 11:20:18 +0100, Neil Bothwick wrote: > > > On Thu, 21 May 2020 06:44:35 +0200, Andreas Fink wrote: > > > > > recently emerge started to get stuck after an upgrade of dovecot, and > > > it is somehow related to my

Re: [gentoo-user] emerge stuck after dovecot upgrade

2020-05-21 Thread Neil Bothwick
On Thu, 21 May 2020 11:20:18 +0100, Neil Bothwick wrote: > On Thu, 21 May 2020 06:44:35 +0200, Andreas Fink wrote: > > > recently emerge started to get stuck after an upgrade of dovecot, and > > it is somehow related to my /etc/portage/bashrc, which has the > > following content: function

Re: [gentoo-user] emerge stuck after dovecot upgrade

2020-05-21 Thread Neil Bothwick
On Thu, 21 May 2020 06:44:35 +0200, Andreas Fink wrote: > recently emerge started to get stuck after an upgrade of dovecot, and > it is somehow related to my /etc/portage/bashrc, which has the > following content: function post_pkg_postinst() { > if test "$CATEGORY/$PN" = "dev-db/mariadb";

[gentoo-user] emerge stuck after dovecot upgrade

2020-05-20 Thread Andreas Fink
Hello, recently emerge started to get stuck after an upgrade of dovecot, and it is somehow related to my /etc/portage/bashrc, which has the following content: function post_pkg_postinst() { if test "$CATEGORY/$PN" = "dev-db/mariadb"; then /etc/init.d/mysql status && /etc/init.d/mysql