Bug 1411934
| Summary: | pkgdb-cli acl foo all outputs "syntax error: line 1, column 0" | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Jason Tibbitts <j> |
| Component: | packagedb-cli | Assignee: | Pierre-YvesChibon <pingou> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | lewk, pingou, randy |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | packagedb-cli-2.14.1-1.fc25 packagedb-cli-2.14.1-1.el7 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2017-01-21 19:22:18 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
Thanks for the report, it's fixed in https://github.com/fedora-infra/packagedb-cli/pull/112 Looks like the package updated from 2.13-2 to 2.14-1 since I originally filed that, and now instead of the "syntax error" line I'm getting: global name 'arg' is not defined in exactly the same places. I haven't had a chance to try your your pull, though, to see if it makes any difference. packagedb-cli-2.14.1-1.fc25 has been submitted as an update to Fedora 25. https://bodhi.fedoraproject.org/updates/FEDORA-2017-797a5e2411 packagedb-cli-2.14.1-1.el7 has been submitted as an update to Fedora EPEL 7. https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2017-86fcb28e80 packagedb-cli-2.14.1-1.fc24 has been submitted as an update to Fedora 24. https://bodhi.fedoraproject.org/updates/FEDORA-2017-fea48662f7 packagedb-cli-2.14.1-1.el7 has been pushed to the Fedora EPEL 7 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2017-86fcb28e80 packagedb-cli-2.14.1-1.fc24 has been pushed to the Fedora 24 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2017-fea48662f7 packagedb-cli-2.14.1-1.fc25 has been pushed to the Fedora 25 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2017-797a5e2411 packagedb-cli-2.14.1-1.fc25 has been pushed to the Fedora 25 stable repository. If problems still persist, please make note of it in this bug report. packagedb-cli-2.14.1-1.el7 has been pushed to the Fedora EPEL 7 stable repository. If problems still persist, please make note of it in this bug report. |
Since the project hasn't migrated to pagure, I'm not sure if you'd want tickets here or in trac. Amazingly it seems easier to use bugzilla over trac these days. Anyway, running "pkdbc-cli acl xu4 all" (or any other package instead of xu4) gives a few odd lines in the output: ἐπιθυμία:/nas/linux/yum/fedora/25/x86_64/local/RPMS❯ pkgdb-cli --verbose acl xu4 all INFO:pkgdb-cli:package : xu4 INFO:pkgdb-cli:branch : all INFO:pkgdb-cli:namespace : rpms Fedora Package Database -- rpms/xu4 Ultima IV recreated 0 bugs open (new, assigned, needinfo) master Point of Contact: tibbs watchbugzilla watchcommits commit approveacls ACLs: cstratak Denied group::provenpackager Approved tibbs Approved Approved Approved Approved syntax error: line 1, column 0 f25 Point of Contact: tibbs watchbugzilla watchcommits commit approveacls ACLs: cstratak Denied group::provenpackager Approved tibbs Approved Approved Approved Approved syntax error: line 1, column 0 syntax error: line 1, column 0 f24 Point of Contact: tibbs watchbugzilla watchcommits commit approveacls ACLs: cstratak Denied group::provenpackager Approved tibbs Approved Approved Approved Approved syntax error: line 1, column 0 syntax error: line 1, column 0 I haven't tried to dig into what's causing it, though.