https://bugzilla.redhat.com/show_bug.cgi?id=1279137
Bug ID: 1279137 Summary: [abrt] system-config-language: install_packages3.py:291:install_language_packages:Att ributeError: 'CalledProcessError' object has no attribute 'message' Product: Fedora Version: 23 Component: system-config-language Assignee: pnemade@redhat.com Reporter: paulim.hardware@gmail.com QA Contact: extras-qa@fedoraproject.org CC: i18n-bugs@lists.fedoraproject.org, nav007@gmail.com, pnemade@redhat.com, psatpute@redhat.com
Version-Release number of selected component: system-config-language-3.3.0-1.fc23
Additional info: reporter: libreport-2.6.3 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.2.5-300.fc23.x86_64 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/lib64/python3.4/subprocess.py", line 620, in check_output raise CalledProcessError(retcode, process.args, output=output) subprocess.CalledProcessError: Command 'dnf langinstall -y pt_BR' 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: cls: <class 'install_packages3.InstallLangpack'> langcode: 'pt_BR' cmd: 'dnf langinstall -y pt_BR'
https://bugzilla.redhat.com/show_bug.cgi?id=1279137
--- Comment #3 from Parag Nemade pnemade@redhat.com --- I am not sure how to reproduce this. I just tried to reproduce by selecting pt_BR language. As system-config-language checks first repodata and if needs refresh it, it took some time and then installed required packages. I checked this on F23.
https://bugzilla.redhat.com/show_bug.cgi?id=1279137
Parag Nemade pnemade@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |paulim.hardware@gmail.com Flags| |needinfo?(paulim.hardware@g | |mail.com)
https://bugzilla.redhat.com/show_bug.cgi?id=1279137
Parag Nemade pnemade@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED Resolution|--- |INSUFFICIENT_DATA Last Closed| |2016-03-31 00:59:47
https://bugzilla.redhat.com/show_bug.cgi?id=1279137
Paulim_hed paulim.hardware@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Flags|needinfo?(paulim.hardware@g | |mail.com) |
i18n-bugs@lists.fedoraproject.org