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
|
{'description': {'en': 'Developer overlay'},
'feed': ['https://cgit.gentoo.org/dev/bircoph.git/atom/'],
'homepage': 'https://cgit.gentoo.org/dev/bircoph.git/',
'name': 'bircoph',
'owner': [{'email': 'bircoph@gentoo.org',
'name': 'Andrew Savchenko',
'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git',
'uri': 'https://anongit.gentoo.org/git/dev/bircoph.git'},
{'type': 'git', 'uri': 'git://anongit.gentoo.org/dev/bircoph.git'},
{'type': 'git',
'uri': 'git+ssh://git@git.gentoo.org/dev/bircoph.git'}],
'status': 'official'}
pkgcore 0.12.24
$ pmaint --config /var/lib/repo-mirror-ci/data-sync/etc/portage sync bircoph
WARNING:pkgcore:alxu repo at '/var/lib/repo-mirror-ci/sync/alxu', doesn't specify masters in metadata/layout.conf. Please explicitly set masters (use "masters =" if the repo is standalone).
*** syncing bircoph
Already up to date.
*** synced bircoph
* 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 bircoph
* net-dns/bind2nsd-0.7.2-r2: failed sourcing ebuild: No supported implementation in PYTHON_COMPAT., (python-utils-r1.eclass, line 167: called die)
* net-proxy/polipo-1.1.1-r5: failed sourcing ebuild: inherit requires unknown eclass: user.eclass
* net-proxy/polipo-9999: failed sourcing ebuild: inherit requires unknown eclass: user.eclass
* sys-devel/distcc-3.2_rc1-r2: failed sourcing ebuild: inherit requires unknown eclass: eutils.eclass
* sys-libs/libvbe-9999: failed sourcing ebuild: subversion: EAPI 6 not supported, (subversion.eclass, line 17: called die)
* Cache regen failed with 1
|