Gentoo Archives: gentoo-user

From: Daniel Frey <djqfrey@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] portage has 0 debugging support for binary emerges
Date: Mon, 05 Apr 2021 21:11:54
Message-Id: 8792c7fb-41ab-a9a0-6966-246cca91422b@gmail.com
In Reply to: Re: [gentoo-user] portage has 0 debugging support for binary emerges by n952162
1 On 4/4/21 6:41 AM, n952162 wrote:
2 > On 4/4/21 12:37 PM, n952162 wrote:
3 >> After re-running quickpkg, I still get no "binary"s in the emerge
4 >> output dependency tree.
5 >
6 >
7 > At some point, I started getting 304 errors here again.
8 >
9 > |304 Not Modified|
10 > <https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/304>
11 > This is used for caching purposes. It tells the client that the
12 > response has not been modified, so the client can continue to
13 > use the same cached version of the response.
14 >
15 > I suspect the problem is related to this. The Packages file is the
16 > package index file.
17 >
18 > # ls -l /var/cache/binpkgs/Packages
19 > -rw-r--r-- 1 root root 1024590 Apr  4 13:00 /var/cache/binpkgs/Packages
20 >
21
22 I wonder if your permissions are messed up? Here's mine:
23
24 $ ls -ldh /var/cache/distfiles/ /var/cache/binpkgs
25 drwxrwxr-x 2 root portage 4.0K Dec 4 2019 /var/cache/binpkgs
26 drwxrwxr-x 2 root portage 140K Apr 2 08:16 /var/cache/distfiles
27
28 Dan