Gentoo Archives: gentoo-user

From: tuxic@××××××.de
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] x11-misc/slop: strict_multilib ?
Date: Thu, 14 Sep 2017 03:27:56
Message-Id: 20170914032746.lxv7vqd4v5nsqlnb@solfire
In Reply to: Re: [gentoo-user] x11-misc/slop: strict_multilib ? by Sam Jorna
1 On 09/14 03:17, Sam Jorna wrote:
2 > On Thu, Sep 14, 2017 at 05:10:47AM +0200, tuxic@××××××.de wrote:
3 > > Hi,
4 > >
5 > > while updateing maim/slop I got an error for slop:
6 > >
7 > <snip>
8 > >
9 > > Files matching a file type that is not allowed:
10 > > usr/lib/libslopy.so
11 > > * ERROR: x11-misc/slop-6.3.46::gentoo failed:
12 > > * multilib-strict check failed!
13 > >
14 > >
15 > > Previous versions of slop build just fine on my 64-bit only box...now
16 > > it seems to want multilib mandantory...
17 > >
18 > > Is it just an glitch in The Matrix ... or ,,, ?
19 >
20 > FEATURES=multilib-strict ensures packages install files into
21 > arch-specific lib directories rather than relying on just "lib/".
22 > Basically it means that, in order to satisfy multilib-strict, packages
23 > must install only to either lib32/ or lib64/.
24 >
25 > You can get around this yourself by (temporarily) disabling the
26 > restriction:
27 >
28 > FEATURES=-multilib-strict emerge -1a =x11-misc/slop-6.3.46
29 >
30 > This has also be logged as bug 629440[1] so you could just wait for it
31 > to be resolved.
32 >
33 > [1] https://bugs.gentoo.org/show_bug.cgi?id=629440
34 >
35 > --
36 > Sam Jorna (wraeth)
37 > GnuPG Key: D6180C26
38
39 Hi Sam,
40
41 thanks a lot for your help! :)
42
43 Cheers
44 Meino