Bug 1185588
Summary: | AttributeError: 'NoneType' object has no attribute 'defaultPackageEnvironment' | ||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Chris Murphy <bugzilla> | ||||||||||||||||||||||||||||
Component: | anaconda | Assignee: | Anaconda Maintenance Team <anaconda-maint-list> | ||||||||||||||||||||||||||||
Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||||||||||||||||||||||
Severity: | unspecified | Docs Contact: | |||||||||||||||||||||||||||||
Priority: | unspecified | ||||||||||||||||||||||||||||||
Version: | rawhide | CC: | anaconda-maint-list, awilliam, dshea, g.kaviyarasu, jonathan, satellitgo, vanmeeuwen+fedora | ||||||||||||||||||||||||||||
Target Milestone: | --- | ||||||||||||||||||||||||||||||
Target Release: | --- | ||||||||||||||||||||||||||||||
Hardware: | x86_64 | ||||||||||||||||||||||||||||||
OS: | Unspecified | ||||||||||||||||||||||||||||||
Whiteboard: | abrt_hash:d3e354b68760dc4f55ab04dfbbb196f93e4ea7cd8d438b9fb4ca7d1e62f73b84 | ||||||||||||||||||||||||||||||
Fixed In Version: | anaconda-22.17-1 | Doc Type: | Bug Fix | ||||||||||||||||||||||||||||
Doc Text: | Story Points: | --- | |||||||||||||||||||||||||||||
Clone Of: | Environment: | ||||||||||||||||||||||||||||||
Last Closed: | 2015-02-03 12:20:05 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: |
|
Description
Chris Murphy
2015-01-24 23:26:06 UTC
Created attachment 983842 [details]
File: anaconda-tb
Created attachment 983843 [details]
File: anaconda.log
Created attachment 983844 [details]
File: dnf.log
Created attachment 983845 [details]
File: dnf.rpm.log
Created attachment 983846 [details]
File: environ
Created attachment 983847 [details]
File: lsblk_output
Created attachment 983848 [details]
File: nmcli_dev_list
Created attachment 983849 [details]
File: os_info
Created attachment 983850 [details]
File: program.log
Created attachment 983851 [details]
File: storage.log
Created attachment 983852 [details]
File: syslog
Created attachment 983853 [details]
File: ifcfg.log
Created attachment 983854 [details]
File: packaging.log
Looks like this is caused by: commit 4c4468cc8d6beeb90b0a68b3d305b19e16ecf56b Author: David Shea <dshea> Date: Fri Jan 9 08:58:38 2015 -0500 Add an installclass property for the default package environment (#1175826) Obvious fix would be - if not self.environment and self.payload.instclass.defaultPackageEnvironment: but assigning to david to check it. |