https://bugzilla.redhat.com/show_bug.cgi?id=1351017
Bug ID: 1351017 Summary: [abrt] system-config-language: install_packages3.py:291:install_language_packages:Att ributeError: 'CalledProcessError' object has no attribute 'message' Product: Fedora Version: 24 Component: system-config-language Assignee: pnemade@redhat.com Reporter: yonatan.el.amigo@gmail.com QA Contact: extras-qa@fedoraproject.org CC: i18n-bugs@lists.fedoraproject.org, nav007@gmail.com, pnemade@redhat.com, psatpute@redhat.com, smaitra@redhat.com
Version-Release number of selected component: system-config-language-3.3.0-3.fc24
Additional info: reporter: libreport-2.7.1 cmdline: /usr/bin/python3 /usr/share/system-config-language/system-config-language.py executable: /usr/share/system-config-language/system-config-language.py kernel: 4.1.6-201.fc22.i686 pkg_fingerprint: 73BD E983 81B4 6521 pkg_vendor: Fedora Project reproducible: Not sure how to reproduce the problem runlevel: N 5 type: Python3 uid: 0
Truncated backtrace: install_packages3.py:291:install_language_packages:AttributeError: 'CalledProcessError' object has no attribute 'message'
Traceback (most recent call last): File "/usr/share/system-config-language/install_packages3.py", line 288, in install_language_packages subprocess.check_output(cmd, shell=True) File "/usr/lib/python3.5/subprocess.py", line 629, in check_output **kwargs).stdout File "/usr/lib/python3.5/subprocess.py", line 711, in run output=stdout, stderr=stderr) subprocess.CalledProcessError: Command 'dnf langinstall -y es' returned non-zero exit status 1
During handling of the above exception, another exception occurred:
Traceback (most recent call last): File "/usr/share/system-config-language/language_gui.py", line 308, in ok_btn installed = self.instpkg.install_packages3(dlang) File "/usr/share/system-config-language/install_packages3.py", line 275, in install_packages3 ret = self.install_language_packages(langcode) File "/usr/share/system-config-language/install_packages3.py", line 291, in install_language_packages print(e.message) AttributeError: 'CalledProcessError' object has no attribute 'message'
Local variables in innermost frame: cmd: 'dnf langinstall -y es' langcode: 'es' cls: <class 'install_packages3.InstallLangpack'>
Potential duplicate: bug 1279137
https://bugzilla.redhat.com/show_bug.cgi?id=1351017
--- Comment #3 from Parag Nemade pnemade@redhat.com --- I have the same reply here like this bug's duplicate comment. Not sure how to reproduce this.
https://bugzilla.redhat.com/show_bug.cgi?id=1351017
Parag Nemade pnemade@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |yonatan.el.amigo@gmail.com Flags| |needinfo?(yonatan.el.amigo@ | |gmail.com)
--- Comment #4 from Parag Nemade pnemade@redhat.com --- Can you try again and install es language support? Check if this bug is reproducible again?
https://bugzilla.redhat.com/show_bug.cgi?id=1351017
Parag Nemade pnemade@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED Resolution|--- |NOTABUG Flags|needinfo?(yonatan.el.amigo@ | |gmail.com) | Last Closed| |2016-11-21 10:26:04
--- Comment #5 from Parag Nemade pnemade@redhat.com --- Please test against Fedora 25 release and report if found any bugs.
i18n-bugs@lists.fedoraproject.org