Bug 1279137
| Summary: | [abrt] system-config-language: install_packages3.py:291:install_language_packages:AttributeError: 'CalledProcessError' object has no attribute 'message' | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Paulim_hed <paulim.hardware> | ||||||
| Component: | system-config-language | Assignee: | Parag Nemade <pnemade> | ||||||
| Status: | CLOSED INSUFFICIENT_DATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||
| Severity: | unspecified | Docs Contact: | |||||||
| Priority: | unspecified | ||||||||
| Version: | 23 | CC: | Fittabile666, i18n-bugs, nav007, paulim.hardware, pnemade, psatpute, yonatan.el.amigo | ||||||
| Target Milestone: | --- | ||||||||
| Target Release: | --- | ||||||||
| Hardware: | x86_64 | ||||||||
| OS: | Unspecified | ||||||||
| URL: | https://retrace.fedoraproject.org/faf/reports/bthash/a988ab9bc6f335be99abfde0eab4f7107514fa36 | ||||||||
| Whiteboard: | abrt_hash:0b91603141a8ca4462408c095717f481be4b6e33; | ||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2016-03-31 04:59:47 UTC | Type: | --- | ||||||
| Regression: | --- | Mount Type: | --- | ||||||
| Documentation: | --- | CRM: | |||||||
| Verified Versions: | Category: | --- | |||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||
| Embargoed: | |||||||||
| Attachments: |
|
||||||||
Created attachment 1091152 [details]
File: backtrace
Created attachment 1091153 [details]
File: environ
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. |
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'