Gentoo Archives: gentoo-portage-dev

From: Zac Medico <zmedico@g.o>
To: gentoo-portage-dev@l.g.o
Subject: Re: [gentoo-portage-dev] Re: [Bug 523634] sys-apps/portage-2.2.13: pkg_preinst sanity check no longer runs
Date: Fri, 26 Sep 2014 05:29:38
Message-Id: 5424F9BC.3090402@gentoo.org
In Reply to: [gentoo-portage-dev] Re: [Bug 523634] sys-apps/portage-2.2.13: pkg_preinst sanity check no longer runs by Brian Dolbec
1 On 09/25/2014 09:22 PM, Brian Dolbec wrote:
2 > OK, I've commented out the pkg_preinst sanity check for now.
3 >
4 > I've also updated the 9999 ebuild to create the deprecation symlinks.
5 > setup.py has been updated as well.
6 >
7 > I have a 2.2.14_rc1 tarball uploaded and I've attached the 2.2.14_rc1
8 > ebuild here as well. Although it is the same code installed as 9999
9 > currently.
10 >
11 > If our testing doesn't come up with any more regressions, I'll release
12 > the rc1 for some additional testing.
13
14 I installed it, and now if I run emaint --help as root then the output
15 starts like this:
16
17 /usr/sbin/emaint: line 7: /lib/gentoo/functions.sh: No such file or
18 directory
19 /usr/sbin/emaint: line 19: eerror: command not found
20 /usr/sbin/emaint: line 20: eerror: command not found
21 usage: usage: emaint [options] COMMAND
22
23 Note that I have /lib/rc/sh/functions.sh provided by
24 sys-apps/openrc-0.12.4. Also, /usr/sbin comes before /usr/bin in root's
25 PATH, so the deprecation wrapper is always triggered.
26 --
27 Thanks,
28 Zac

Replies