Gentoo Archives: gentoo-user

From: Rich Freeman <rich0@g.o>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] slot conflict for the same package: how to add a USE flag?
Date: Fri, 22 May 2020 00:48:35
Message-Id: CAGfcS_=sW2MFznBO-pgf+R-Aq9weF7p3BXUPp3k50q1rPyLeaw@mail.gmail.com
In Reply to: Re: [gentoo-user] slot conflict for the same package: how to add a USE flag? by n952162
1 On Thu, May 21, 2020 at 3:18 PM n952162 <n952162@×××.de> wrote:
2 >
3 > My system:
4 >
5 > Linux txm2 4.14.65-gentoo #1 SMP Sun Oct 21 11:50:40 -00 2018 x86_64 Intel(R) Core(TM)2 Duo CPU E7500 @ 2.93GHz GenuineIntel GNU/Linux
6 >
7 > I'm not sure why the x86 is coming into play here and if sse2 is relevant at all.
8 > I found somebody with a similar issue on the net and a response was to use this in make.conf:
9 >
10 > LLVM_TARGETS="x86"
11 >
12 > but I don't know if I should use x86 or x86_64 there... anybody have an idea?
13 >
14
15 It seems like you're running a 32-bit version of Gentoo. What is the
16 output of emerge --info? 64-bit CPUs run x86 binaries just fine, so
17 if you install a 32-bit stage3 you'll end up with x86s all over the
18 place.
19
20 Your email was really sparse on actual command lines and output again.
21 You're just making everybody guess what you're trying to do in any
22 given email, which means half the advice you're going to get back
23 won't work. Don't try to figure out what everybody else needs to
24 know. Just spill your guts. There is a reason bugs just get closed
25 without anybody seeing them if a full build log and emerge -info isn't
26 attached. By all means use attachments, but don't copy/paste the 10
27 lines you think are the most important...
28
29 --
30 Rich

Replies