1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
|
{'description': {'en': 'Official Gentoo ebuild repository'},
'feed': ['https://cgit.gentoo.org/repo/gentoo.git/atom/'],
'homepage': 'https://gentoo.org/',
'name': 'gentoo',
'owner': [{'email': 'bug-wranglers@gentoo.org', 'type': 'project'}],
'quality': 'core',
'source': [{'type': 'rsync', 'uri': 'rsync://rsync.gentoo.org/gentoo-portage'},
{'type': 'git',
'uri': 'https://anongit.gentoo.org/git/repo/gentoo.git'},
{'type': 'git', 'uri': 'git://anongit.gentoo.org/repo/gentoo.git'},
{'type': 'git',
'uri': 'git+ssh://git@git.gentoo.org/repo/gentoo.git'}],
'status': 'official'}
pkgcore 0.12.16
$ pmaint --config /var/lib/repo-mirror-ci/data-sync/etc/portage sync gentoo
ERROR:pkgcore:Cannot write cache for /var/cache/pkgcore/plugincache: [Errno 13] Permission denied: '/var/cache/pkgcore/.update.plugincache'. Try running pplugincache.
*** syncing gentoo
From https://anongit.gentoo.org/git/repo/gentoo
d4b5c9b47c9..1469e630238 master -> origin/master
Updating d4b5c9b47c9..1469e630238
Fast-forward
dev-python/lit/lit-15.0.3.ebuild | 2 +-
sys-cluster/nomad/Manifest | 4 +-
.../{nomad-1.2.6.ebuild => nomad-1.2.13.ebuild} | 15 +-
.../clang-common/clang-common-15.0.3-r2.ebuild | 2 +-
.../clang-runtime/clang-runtime-15.0.3.ebuild | 2 +-
.../clang-toolchain-symlinks-15-r2.ebuild | 2 +-
sys-devel/clang/clang-15.0.3.ebuild | 2 +-
.../lld-toolchain-symlinks-15-r2.ebuild | 2 +-
sys-devel/lld/lld-15.0.3.ebuild | 2 +-
sys-devel/llvm-common/llvm-common-15.0.3.ebuild | 2 +-
.../llvm-toolchain-symlinks-15-r1.ebuild | 2 +-
sys-devel/llvm/llvm-15.0.3.ebuild | 2 +-
sys-devel/llvmgold/llvmgold-15.ebuild | 2 +-
sys-fs/lvm2/Manifest | 1 -
sys-fs/lvm2/files/lvm2-2.02.171-static-libm.patch | 13 -
.../files/lvm2-2.02.176-pthread-pkgconfig.patch | 29 --
sys-fs/lvm2/files/lvm2-2.02.178-asneeded.patch | 15 -
.../lvm2-2.02.178-dynamic-static-ldflags.patch | 59 ----
.../lvm2/files/lvm2-2.02.178-example.conf.in.patch | 50 ----
.../lvm2-2.02.178-static-pkgconfig-libs.patch | 102 -------
...ading-metadata-with-invalid-creation_time.patch | 72 -----
.../lvm2-2.02.184-dmeventd-no-idle-exit.patch | 68 -----
...2-2.02.186-udev_remove_unsupported_option.patch | 34 ---
.../lvm2-2.02.63-always-make-static-libdm.patch | 42 ---
sys-fs/lvm2/lvm2-2.02.188-r3.ebuild | 308 ---------------------
sys-fs/lvm2/lvm2-2.03.14-r3.ebuild | 4 -
.../compiler-rt-sanitizers-15.0.3.ebuild | 2 +-
sys-libs/compiler-rt/compiler-rt-15.0.3.ebuild | 2 +-
sys-libs/libomp/libomp-15.0.3.ebuild | 2 +-
.../llvm-libunwind/llvm-libunwind-15.0.3.ebuild | 2 +-
30 files changed, 21 insertions(+), 825 deletions(-)
rename sys-cluster/nomad/{nomad-1.2.6.ebuild => nomad-1.2.13.ebuild} (79%)
delete mode 100644 sys-fs/lvm2/files/lvm2-2.02.171-static-libm.patch
delete mode 100644 sys-fs/lvm2/files/lvm2-2.02.176-pthread-pkgconfig.patch
delete mode 100644 sys-fs/lvm2/files/lvm2-2.02.178-asneeded.patch
delete mode 100644 sys-fs/lvm2/files/lvm2-2.02.178-dynamic-static-ldflags.patch
delete mode 100644 sys-fs/lvm2/files/lvm2-2.02.178-example.conf.in.patch
delete mode 100644 sys-fs/lvm2/files/lvm2-2.02.178-static-pkgconfig-libs.patch
delete mode 100644 sys-fs/lvm2/files/lvm2-2.02.184-allow-reading-metadata-with-invalid-creation_time.patch
delete mode 100644 sys-fs/lvm2/files/lvm2-2.02.184-dmeventd-no-idle-exit.patch
delete mode 100644 sys-fs/lvm2/files/lvm2-2.02.186-udev_remove_unsupported_option.patch
delete mode 100644 sys-fs/lvm2/files/lvm2-2.02.63-always-make-static-libdm.patch
delete mode 100644 sys-fs/lvm2/lvm2-2.02.188-r3.ebuild
*** synced gentoo
* Sync succeeded
$ git log --format=%ci -1
$ git show -q --pretty=format:%G? HEAD
$ pmaint --config /var/lib/repo-mirror-ci/data/etc/portage regen --use-local-desc --pkg-desc-index -t 32 gentoo
ERROR:pkgcore:Cannot write cache for /var/cache/pkgcore/plugincache: [Errno 13] Permission denied: '/var/cache/pkgcore/.update.plugincache'. Try running pplugincache.
* Cache regenerated successfully
|