Gentoo Archives: gentoo-user

From: n952162 <n952162@×××.de>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] portage has 0 debugging support for binary emerges
Date: Mon, 06 Sep 2021 17:56:12
Message-Id: 7a947cf1-1a89-0171-c873-8165da27f74a@web.de
In Reply to: Re: [gentoo-user] portage has 0 debugging support for binary emerges by n952162
1 On 9/6/21 6:26 PM, n952162 wrote:
2 > On 9/6/21 3:48 PM, n952162 wrote:
3 >> On 4/3/21 10:03 PM, n952162 wrote:
4 >>> I find no clue why the binary packages on my server aren't being picked
5 >>> up.  The --debug option  (and --verbose, naturally) has no additional
6 >>> information.  Running the --getbinpkgonly stops immediately, saying 0
7 >>> packages are selected.
8 >>>
9 >>> I found one problem: on my server, my apache log file had a 302 fetch
10 >>> error for /var/cache/binpkgs/Packages.  I touched it a few hours into
11 >>> the future and started getting a 200 for it.  But still no emerge would
12 >>> fetch a binary (even though there ARE good candidates).  On a guess, I
13 >>> touched all the files in binpkgs an hour into the future, but that
14 >>> didn't help.
15 >>>
16 >>> Binary updates are VERY useful for virtual machines.
17 >>>
18 >>>
19 >>
20 >> Unfortunately, there hasn't really been a resolution on this issue.
21 >>
22 >> I think it's reasonable that if portage accesses a package on a binary
23 >> server and decides it's not eligible, it should report the reason for
24 >> rejecting it.
25 >>
26 >> Is it possible to make requests for improvements in gentoo?
27 >>
28 >>
29 >
30 > In the current case, llvm-common came across as binary, thunderbird
31 > and firefox are also listed as a *binary* update, but llvm is an
32 > *ebuild*.  Neither host (binary server) nor the client (updating
33 > system) have any USE flags defined for llvm.  I know of no way to
34 > figure out what went wrong.
35 >
36
37 Okay, maybe I've found what I was looking for:
38
39 !!! The following binary packages have been ignored due to changed
40 dependencies:
41
42      net-misc/iputils-20210202::gentoo
43      sys-devel/llvm-12.0.1::gentoo
44      sys-devel/llvm-10.0.1::gentoo
45      sys-devel/llvm-10.0.1::gentoo
46      sys-devel/clang-12.0.1::gentoo
47      sys-devel/lld-12.0.1::gentoo
48      sys-libs/compiler-rt-12.0.1::gentoo
49 sys-libs/compiler-rt-sanitizers-12.0.1::gentoo
50      sys-libs/libomp-12.0.1::gentoo
51
52 NOTE: The --binpkg-changed-deps=n option will prevent emerge
53       from ignoring these binary packages if possible.
54       Using --binpkg-changed-deps=y will silence this warning.