Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 585864 - app-portage/repoman-2.3.0_rc-r1 TypeError: vcs_files_to_cps() missing 1 required positional argument: 'categories' during 'repoman ci'
Summary: app-portage/repoman-2.3.0_rc-r1 TypeError: vcs_files_to_cps() missing 1 requi...
Status: RESOLVED FIXED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Repoman (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords: InVCS, REGRESSION
Depends on:
Blocks:
 
Reported: 2016-06-13 19:46 UTC by Brian Evans (RETIRED)
Modified: 2021-10-20 14:20 UTC (History)
0 users

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 Brian Evans (RETIRED) gentoo-dev 2016-06-13 19:46:16 UTC
I got this output when trying to execute 'repoman ci' in the proj/mysql.git overlay.

--- ./ChangeLog
+++ ./ChangeLog
@@ -0,0 +1,6 @@
+*percona-server-5.6.30.76.3 (13 Jun 2016)
+
+  13 Jun 2016; Brian Evans <grknight@gentoo.org>
+  +percona-server-5.6.30.76.3.ebuild:
+  dev-db/percona-server: version bump
+

* 2 files being committed...
>>> Creating Manifest for /var/repo/mysql/dev-db/percona-server
Traceback (most recent call last):
  File "/usr/lib/python-exec/python3.4/repoman", line 44, in <module>
    repoman_main(sys.argv[1:])
  File "/usr/lib64/python3.4/site-packages/repoman/main.py", line 181, in repoman_main
    actions.perform(qa_output)
  File "/usr/lib64/python3.4/site-packages/repoman/actions.py", line 172, in perform
    self.sign_manifest(myupdates, myremoved, mymanifests)
  File "/usr/lib64/python3.4/site-packages/repoman/actions.py", line 507, in sign_manifest
    self.scanner.repolevel, self.scanner.reposplit, self.scanner.categories)):
TypeError: vcs_files_to_cps() missing 1 required positional argument: 'categories'
Comment 1 Zac Medico gentoo-dev 2016-06-13 20:59:22 UTC
This is fixed in the master branch:

https://gitweb.gentoo.org/proj/portage.git/commit/?id=6c1264ea9d10d698f459b3046cc909c8b4f8fe73