On Mon, Oct 30, 2017 at 1:59 PM, Helmut Jarausch <jarau...@skynet.be> wrote:
> Hi, > when trying to re-emerge libreoffice I get the strange message > No. You make ME a sandwich. > Has anybody seen this before? > This occurs after having re-emerge 3500 packages from an > emerge --emptyworld > > Many thanks for some hints, > Helmut > > You probably want to contact the libreoffice maintainers about this. The code that generates the message you were asking about seems to be this: https://raw.githubusercontent.com/LibreOffice/core/master/Makefile.in check-if-root: @if test `id -u` = 0 && ! grep -q 'lxc\|docker' /proc/self/cgroup; then \ echo; \ echo 'No. You make ME a sandwich.'; \ echo; \ exit 1; \ fi