Description of problem: Well, when building gphotoframe: https://koji.fedoraproject.org/koji/buildinfo?buildID=1844871 looking at build.log carefully, I've noticed that "xml2po -o foo -p bar baz" was not working. Perhaps this issue existed for some long time. Version-Release number of selected component (if applicable): gnome-doc-utils-0.20.10-26.fc35.noarch How reproducible: 100% Steps to Reproduce: 1. xml2po -p ja.po -o tmp.xml ./gphotoframe.xml 2. 3. Actual results: $ xml2po -p ja.po -o tmp.xml ./gphotoframe.xml Traceback (most recent call last): File "/bin/xml2po", line 191, in <module> main(sys.argv[1:]) File "/bin/xml2po", line 160, in main xml2po_main = Main(default_mode, operation, output, options) File "/usr/lib/python3.10/site-packages/xml2po/__init__.py", line 559, in __init__ self.out = file(output, 'w') NameError: name 'file' is not defined. Did you mean: 'filter'?
Created attachment 1833042 [details] gphotoframe.xml
Created attachment 1833043 [details] ja.po
https://src.fedoraproject.org/rpms/gnome-doc-utils/pull-request/2
FEDORA-2021-5a0204886b has been submitted as an update to Fedora 35. https://bodhi.fedoraproject.org/updates/FEDORA-2021-5a0204886b
FEDORA-2021-5a0204886b has been pushed to the Fedora 35 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --advisory=FEDORA-2021-5a0204886b` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2021-5a0204886b See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.
FEDORA-2021-5a0204886b has been pushed to the Fedora 35 stable repository. If problem still persists, please make note of it in this bug report.