Gentoo Archives: gentoo-proxy-maint

From: Vieri <rentorbuy@×××××.com>
To: gentoo-proxy-maint@l.g.o
Subject: [gentoo-proxy-maint] debugging an FHS issue
Date: Tue, 29 Jan 2019 16:58:45
Message-Id: 328394799.387393.1548781122427@mail.yahoo.com
1 Hi,
2
3 When an emerge shows this kind of message:
4
5 * The ebuild is installing to one or more unexpected paths:
6 *
7 *  /run
8 *
9 * Please fix the ebuild to use correct FHS/Gentoo policy paths.
10
11 can I make emerge be more verbose as to "what" the ebuild is actually trying to do?
12 It can be anything within the ebuild (in which case it should be easy to spot), or something resulting from an "emake install" (which of course is a whole different ball game).
13
14 For instance, if an ebuild contained the following code within src_install:
15
16 rm -rf "${D}"/run/app
17
18 would it yield the aforementioned warning?
19
20 Thanks,
21
22 Vieri