Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 613564 - sys-apps/pkgcore-0.9.4 no known syncer supports 'laymansync+git
Summary: sys-apps/pkgcore-0.9.4 no known syncer supports 'laymansync+git
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: PkgCore project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-03-22 17:32 UTC by Alessandro Barbieri
Modified: 2023-09-22 18:31 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alessandro Barbieri 2017-03-22 17:32:20 UTC
I use layman and portage and when trying to sync pkgcore with

pmaint sync

I get:

Error in configuration:
 Failed instantiating section 'sync:sage-on-gentoo'
 Failed instantiating section 'sync:sage-on-gentoo': exception caught from 'pkgcore.sync.base.GenericSyncer'
 no known syncer supports 'laymansync+git://github.com/cschwan/sage-on-gentoo.git'
Comment 1 Daniel M. Weeks 2017-04-06 01:59:20 UTC
This was also an issue for me when I was trying to reproduce a QA error from another bug. I was using sys-apps/pkgcore-9999 at commit 871b2777 (latest master at time of writing).
Comment 2 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2017-04-08 06:40:06 UTC
Well, this is kinda expected. layman does not supply pkgcore plugins, and emits repos.conf entries that won't work with anything but Portage.

I know radhermit had some plan on having pkgcore-oriented layman replacement that would emit working entries but I suppose he doesn't have time to work on that. Neither did I. We usually just add repos.conf entries by hand.
Comment 3 Brian Dolbec (RETIRED) gentoo-dev 2017-04-08 07:25:59 UTC
I would very much like to supply a pkgcore plugin.  Just need a round to-it.
Comment 4 Toralf Förster gentoo-dev 2021-02-19 11:45:26 UTC
I do get:

changing mode of /var/tmp/portage/sys-apps/pkgcore-0.11.3/image/_python3.8/usr/lib/python-exec/python3.8/pclean to
 755
Generating plugin cache
Traceback (most recent call last):
  File "/usr/lib/python3.8/site-packages/snakeoil/modules.py", line 78, in load_any
    return import_module(name)
  File "/usr/lib/python3.8/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1014, in _gcd_import
  File "<frozen importlib._bootstrap>", line 991, in _find_and_load
  File "<frozen importlib._bootstrap>", line 961, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "<frozen importlib._bootstrap>", line 1014, in _gcd_import
  File "<frozen importlib._bootstrap>", line 991, in _find_and_load
  File "<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 671, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 783, in exec_module
  File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
  File "/var/tmp/portage/sys-apps/pkgcore-0.11.3/work/pkgcore-0.11.3-python3_8/src/pkgcore/ebuild/ebuild_built.py"
, line 20, in <module>
    from . import conditionals, ebd, ebuild_src, triggers
  File "/var/tmp/portage/sys-apps/pkgcore-0.11.3/work/pkgcore-0.11.3-python3_8/src/pkgcore/ebuild/ebd.py", line 38
, in <module>
    from . import ebd_ipc, ebuild_built, errors
  File "/var/tmp/portage/sys-apps/pkgcore-0.11.3/work/pkgcore-0.11.3-python3_8/src/pkgcore/ebuild/ebd_ipc.py", lin
e 13, in <module>
    from snakeoil.cli import arghparse
  File "/usr/lib/python3.8/site-packages/snakeoil/cli/arghparse.py", line 21, in <module>
    import lazy_object_proxy
ModuleNotFoundError: No module named 'lazy_object_proxy'

Dur