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
|
{'description': {'en': 'Ebuilds of Hacking Network Solutions Ltd'},
'homepage': 'http://www.mad-hacking.net/software/linux/gentoo/gentoo-overlay/index.xml',
'name': 'hacking-gentoo',
'owner': [{'email': 'overlay-maintainer@mad-hacking.net',
'name': 'Max Hacking',
'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'rsync',
'uri': 'rsync://rsync.mad-hacking.net/hacking-gentoo-overlay/'}],
'status': 'unofficial'}
$ pmaint sync hacking-gentoo
receiving incremental file list
ignoring unsafe symlink "masks/hacking-gentoo.package.mask" -> "/rsyncd-munged/../profiles/package.mask"
Number of files: 1,916 (reg: 1,608, dir: 307, link: 1)
Number of created files: 0
Number of deleted files: 0
Number of regular files transferred: 0
Total file size: 4.79M bytes
Total transferred file size: 0 bytes
Literal data: 0 bytes
Matched data: 0 bytes
File list size: 44.22K
File list generation time: 0.001 seconds
File list transfer time: 0.000 seconds
Total bytes sent: 416
Total bytes received: 45.76K
sent 416 bytes received 45.76K bytes 18.47K bytes/sec
total size is 4.79M speedup is 103.70
*** syncing hacking-gentoo
*** synced hacking-gentoo
* Sync succeeded
$ stat --format=%y .
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 hacking-gentoo
* ERROR: app-emulation/xen-tools-4.0.1 failed (depend phase):
* inherit for python failed
*
* Call stack:
* isolated-functions.lib, line 345: Called source '/home/mgorny/repos/hacking-gentoo/app-emulation/xen-tools/xen-tools-4.0.1.ebuild'
* xen-tools-4.0.1.ebuild, line 7: Called inherit 'flag-o-matic' 'eutils' 'multilib' 'python'
* ebuild-default-functions.lib, line 210: Called __internal_inherit 'python'
* ebuild-daemon.lib, line 35: Called die
* ERROR: app-emulation/xen-tools-4.0.2-r1 failed (depend phase):
* unknown inherit command from pythonic side, 'gen_metadata 756' for eclass flag-o-matic
*
* Call stack:
* isolated-functions.lib, line 345: Called source '/home/mgorny/repos/hacking-gentoo/app-emulation/xen-tools/xen-tools-4.0.2-r1.ebuild'
* xen-tools-4.0.2-r1.ebuild, line 7: Called inherit 'flag-o-matic' 'eutils' 'multilib' 'python'
* ebuild-default-functions.lib, line 210: Called __internal_inherit 'flag-o-matic'
* ebuild-daemon.lib, line 37: Called die
received unknown com: CATEGORY='app-emulation' PKGCORE_EBUILD_PHASE_FUNC=false PKGCORE_ECONF_DISABLE_SILENT_RULES=false PKGCORE_ECONF_DISABLE_DEPENDENCY_TRACKING=false PKGCORE_UNPACK_CASE_INSENSITIVE=false PKGCORE_DODOC_ALLOW_RECURSIVE=false PKGCORE_UNPACK_ABSOLUTE_PATHS=false P='xen-tools-4.0.2' PKGCORE_BASH_COMPAT='3.2' PVR='4.0.2' PV='4.0.2' PKGCORE_DOINS_ALLOW_SYMLINKS=false PKGCORE_NEW_READS_STDIN=false PKGCORE_NONFATAL=true PR=r0 EAPI=3 PKGCORE_DOMAN_LANGUAGE_OVERRIDE=false PKGCORE_PROFILE_IUSE_INJECTION=false PKGCORE_NONFATAL_DIE=false EBUILD='/home/mgorny/repos/hacking-gentoo/app-emulation/xen-tools/xen-tools-4.0.2.ebuild' PF='xen-tools-4.0.2' PKGCORE_GLOBAL_FAILGLOB=false PN='xen-tools' PKGCORE_ECONF_DOCDIR_AND_HTMLDIR=false PKGCORE_DOMAN_LANGUAGE_DETECT=truepath
* Cache regen failed with -13
|