| Summary: | Musicbrainz Picard won't start | ||
|---|---|---|---|
| Product: | Mageia | Reporter: | Ezequiel Partida <ezequiel_partida> |
| Component: | RPM Packages | Assignee: | Götz Waschk <goetz.waschk> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | Normal | CC: | geiger.david68210, lovaren, marja11, pkg-bugs |
| Version: | Cauldron | ||
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Source RPM: | Picard 1.4.7-3 x86_64 | CVE: | |
| Status comment: | |||
| Attachments: |
Proposal spec
Build error trying to build with the proposal spec file |
||
Created attachment 10422 [details]
Proposal spec
Here's a proposal spec file from Rawhide to work on.CC:
(none) =>
hamnisdude Created attachment 10423 [details]
Build error trying to build with the proposal spec file
Assigning to the registered picard maintainer, Götz Waschk, but also CC'ing all packagers collectively and CC'ing a recent committer, because I haven't seen Götz since quite a while. @ Götz, I hope you're prospering. If you have time to reply in this bug report, and haven't asked a sysadmin to reset your password since the end of February, then please do that first. All passwords in identity.m.o needed to be reset. Cheers, Marja Assignee:
bugsquad =>
goetz.waschk Fixed for Cauldron! now picard is updated to latest 2.0.4 release Thank You very much David GEIGER Picard 2.0.4 is now working perfectly.. Regards Ezekiel Status:
NEW =>
RESOLVED (In reply to Ezequiel Partida from comment #5) > Thank You very much David GEIGER > > Picard 2.0.4 is now working perfectly.. > > Regards > Ezekiel Confirmed! |
Description of problem: Since last update I get: File "/usr/bin/picard", line 2, in <module> from picard.tagger import main; main('/usr/share/locale', True) File "/usr/lib64/python2.7/site-packages/picard/tagger.py", line 769, in main tagger = Tagger(picard_args, unparsed_args, localedir, autoupdate) File "/usr/lib64/python2.7/site-packages/picard/tagger.py", line 108, in __init__ config._setup(self, picard_args.config_file) File "/usr/lib64/python2.7/site-packages/picard/config.py", line 273, in _setup config = Config.from_app(app) File "/usr/lib64/python2.7/site-packages/picard/config.py", line 126, in from_app this.__initialize() File "/usr/lib64/python2.7/site-packages/picard/config.py", line 115, in __initialize self._version = version_from_string(self.application["version"]) File "/usr/lib64/python2.7/site-packages/picard/__init__.py", line 74, in version_from_string _version_re.pattern)) picard.VersionError: String '<PyQt4.QtCore.QVariant object at 0x7f228e428e60>' does not match regex '(\d+)[._](\d+)(?:[._](\d+)[._]?(?:(dev|final)[._]?(\d+))?)?$' Version-Release number of selected component (if applicable): 1.4.2-3 How reproducible: I just ran in in konsole and got the error above. Note: I notice 2.0.4 has been released.. Regards