Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 646270 - app-portage/gemato: thread.error: can't start new thread
Summary: app-portage/gemato: thread.error: can't start new thread
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Michał Górny
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-02-01 05:40 UTC by Anton Kochkov
Modified: 2018-02-02 18:16 UTC (History)
1 user (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 Anton Kochkov 2018-02-01 05:40:21 UTC
sent 33.24K bytes  received 8.95M bytes  60.92K bytes/sec
total size is 224.44M  speedup is 24.98
INFO:root:Refreshing keys from keyserver...
INFO:root:Keys refreshed.
Traceback (most recent call last):
  File "/usr/lib/python-exec/python2.7/gemato", line 11, in <module>
    load_entry_point('gemato==10.3', 'console_scripts', 'gemato')()
  File "/usr/lib64/python2.7/site-packages/gemato/cli.py", line 403, in setuptools_main
    sys.exit(main(sys.argv))
  File "/usr/lib64/python2.7/site-packages/gemato/cli.py", line 398, in main
    return vals.func(vals, argp)
  File "/usr/lib64/python2.7/site-packages/gemato/cli.py", line 79, in do_verify
    ts = m.find_timestamp()
  File "/usr/lib64/python2.7/site-packages/gemato/recursiveloader.py", line 414, in find_timestamp
    self.load_manifests_for_path('')
  File "/usr/lib64/python2.7/site-packages/gemato/recursiveloader.py", line 375, in load_manifests_for_path
    pool = multiprocessing.Pool(processes=self.max_jobs)
  File "/usr/lib64/python2.7/multiprocessing/__init__.py", line 232, in Pool
    return Pool(processes, initializer, initargs, maxtasksperchild)
  File "/usr/lib64/python2.7/multiprocessing/pool.py", line 169, in __init__
    self._worker_handler.start()
  File "/usr/lib64/python2.7/threading.py", line 736, in start
    _start_new_thread(self.__bootstrap, ())
thread.error: can't start new thread
q: Updating ebuild cache in /usr/portage ... 
q: Finished 37385 entries in 0.252175 seconds
Comment 1 Larry the Git Cow gentoo-dev 2018-02-02 18:16:02 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b186ab2ae52c24da729c217b3a02813ae75c8300

commit b186ab2ae52c24da729c217b3a02813ae75c8300
Author:     Michał Górny <mgorny@gentoo.org>
AuthorDate: 2018-02-02 18:15:29 +0000
Commit:     Michał Górny <mgorny@gentoo.org>
CommitDate: 2018-02-02 18:15:55 +0000

    app-portage/gemato: Require threading support in Python
    
    Closes: https://bugs.gentoo.org/646270

 app-portage/gemato/{gemato-10.3.ebuild => gemato-10.3-r1.ebuild} | 1 +
 app-portage/gemato/gemato-9999.ebuild                            | 1 +
 2 files changed, 2 insertions(+)