From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9F95A138334 for ; Thu, 15 Aug 2019 15:01:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 10A50E0806; Thu, 15 Aug 2019 15:01:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B310CE07F9 for ; Thu, 15 Aug 2019 15:01:06 +0000 (UTC) Received: from mail-ot1-f46.google.com (mail-ot1-f46.google.com [209.85.210.46]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: floppym) by smtp.gentoo.org (Postfix) with ESMTPSA id 60197349BE0 for ; Thu, 15 Aug 2019 15:01:05 +0000 (UTC) Received: by mail-ot1-f46.google.com with SMTP id c7so6603970otp.1 for ; Thu, 15 Aug 2019 08:01:05 -0700 (PDT) X-Gm-Message-State: APjAAAUkd2GCvDhVx9ImEHHWc+B3/8m86DarsdeRZi1bS5Txo0HYy0To ORhGkHAPvTl4B2hOZju1xVHuh8cvZPS7vNHeA/k= X-Google-Smtp-Source: APXvYqw7AKX38QWkvHAfpNq89LlducCvFDl/SQNZu2f3zu1tiJ+zaQShpl0HW3+Qko/K1OwvLWdTmrxJy3WdSlrAWms= X-Received: by 2002:a5e:c914:: with SMTP id z20mr1223820iol.272.1565881263300; Thu, 15 Aug 2019 08:01:03 -0700 (PDT) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 References: <20190814211400.58175-1-floppym@gentoo.org> <15ee5b1e-a171-c530-3973-ac5ca5a98a04@gentoo.org> <3e9add50-346a-0dd7-99d3-ea0fb5d2b1df@gentoo.org> In-Reply-To: <3e9add50-346a-0dd7-99d3-ea0fb5d2b1df@gentoo.org> From: Mike Gilbert Date: Thu, 15 Aug 2019 11:00:52 -0400 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [gentoo-dev] [PATCH] acct-user.eclass: handle missing path in preinst To: Gentoo Dev Content-Type: text/plain; charset="UTF-8" X-Archives-Salt: b181275e-2f2e-4788-9d54-be6999bba749 X-Archives-Hash: 211242169e799edfbf95c8ae5ef8cdef On Thu, Aug 15, 2019 at 8:32 AM Michael Orlitzky wrote: > > On 8/14/19 5:41 PM, Mike Gilbert wrote: > > > > (If the "man" user really reads things from e.g. $HOME/man5/ebuild.5, > > I'll eat my foot.) > > > > > > Agreed. Please file a bug about this. > > > > We already have bug 691478 for this issue? Only it should have been > assigned to the failing package's project instead of the eclass > maintainer: it's a build failure in a package that's doing something it > shouldn't be doing. > > Revbump acct-user/man and it's fixed. > Bug 691478 is about the interaction of INSTALL_MASK with an eclass pkg_preinst function. Whether acct-user/man should set a HOME directory is related, but separate issue.