Gentoo Archives: gentoo-user

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

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-user] x11-misc/slop: strict_multilib ? tuxic@××××××.de