Uploaded image for project: 'Funtoo Linux'
  1. Funtoo Linux
  2. FL-8624

sys-apps/metatools-0.9.5 doesn't run: FileNotFoundError + nested exceptions

    • Hide
      emerge -a metatools
      (inside any package repository)
      doit
      Show
      emerge -a metatools (inside any package repository) doit
    • Hide
      [IP-] [ ] sys-apps/metatools-0.9.5:0
      [I-O] [ ] dev-python/subpop-0.4.4:0
      Show
      [IP-] [ ] sys-apps/metatools-0.9.5:0 [I-O] [ ] dev-python/subpop-0.4.4:0

      kyle@perkins ~/git/fl/funtoo-metatools $ which doit
      /usr/bin/doit
      kyle@perkins ~/git/fl/funtoo-metatools $ doit --help
      Traceback (most recent call last):
        File "/usr/lib/python3.7/site-packages/subpop/util.py", line 383, in identify_mod_type
          farf = os.stat(partial_path, follow_symlinks=True)
      FileNotFoundError: [Errno 2] No such file or directory: '/home/kyle/git/fl/funtoo-metatools/org.funtoo.metatools'
      
      During handling of the above exception, another exception occurred:
      
      Traceback (most recent call last):
        File "/usr/lib/python3.7/site-packages/subpop/util.py", line 446, in really_load_module
          mod_type = self.identify_mod_type(partial_path)
        File "/usr/lib/python3.7/site-packages/subpop/util.py", line 388, in identify_mod_type
          farf = os.stat(partial_path + ".py", follow_symlinks=True)
      FileNotFoundError: [Errno 2] No such file or directory: '/home/kyle/git/fl/funtoo-metatools/org.funtoo.metatools.py'
      
      During handling of the above exception, another exception occurred:
      
      Traceback (most recent call last):
        File "/usr/lib/python-exec/python3.7/doit", line 19, in <module>
          import dyne.org.funtoo.metatools.pkgtools as pkgtools
        File "/usr/lib/python3.7/site-packages/subpop/util.py", line 397, in load_module
          result = self.really_load_module(fullname)
        File "/usr/lib/python3.7/site-packages/subpop/util.py", line 449, in really_load_module
          f'DyneFinder couldn\'t find the specified plugin or subsystem "{fullname}" -- looked for {partial_path}(.py) {self.thread_str}'
      ModuleNotFoundError: DyneFinder couldn't find the specified plugin or subsystem "dyne.org.funtoo.metatools" -- looked for /home/kyle/git/fl/funtoo-metatools/org.funtoo.metatools(.py) 
      kyle@perkins ~/git/fl/funtoo-metatools $ 
      

            Unassigned Unassigned
            klipkyle klipkyle
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: