RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 1258930 - AttributeError: 'module' object has no attribute 'GROUP_DEFAULT'
Summary: AttributeError: 'module' object has no attribute 'GROUP_DEFAULT'
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Enterprise Linux 7
Classification: Red Hat
Component: releng
Version: 7.2
Hardware: Unspecified
OS: Unspecified
high
high
Target Milestone: rc
: ---
Assignee: Jan Blazek
QA Contact: Release Test Team
URL:
Whiteboard:
: 1308513 (view as bug list)
Depends On:
Blocks: 1172230 1303741
TreeView+ depends on / blocked
 
Reported: 2015-09-01 14:28 UTC by Joey Boggs
Modified: 2017-09-06 08:42 UTC (History)
12 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-03-09 13:12:22 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Comment 1 Chris Lumens 2015-09-01 14:36:33 UTC
I don't know what package includes livecd-creator in RHEL7, but it'll need to be updated for the pykickstart rebase.  GROUP_DEFAULT has always been in pykickstart.constants, but sloppy importing allowed people to do things like use pykickstart.parser.GROUP_DEFAULT.  In particular, I got rid of wildcard imports and started using __all__ in various places.  The much more recent version of pykickstart in RHEL7 now is stricter about its imports, so you'll need to grab that constant from its real location.

Comment 10 David Cantrell 2016-01-25 16:48:14 UTC
Per comments #5 and #9, I am closing this bug.  It's not a bug in pykickstart.  There are changes (see #5) that need to go in to livecd-tools.  I would reassign the bug to livecd-tools, but that component does not exist for RHEL-7 in Bugzilla.

Comment 11 Fabian Deutsch 2016-02-02 08:43:51 UTC
This bug popped up in bug 1303741 again - Can someone rebuild livecd-tools with the correct patches?

Comment 14 Tomas Mlcoch 2016-02-15 12:47:28 UTC
*** Bug 1308513 has been marked as a duplicate of this bug. ***

Comment 16 Tomas Mlcoch 2016-02-16 10:50:12 UTC
livecd-tools-20.4-1.6.el7 which resolves this issue is available and tagged into rhel-7.3-build

https://brewweb.devel.redhat.com/buildinfo?buildID=480542

Comment 17 Fabian Deutsch 2016-02-16 12:18:48 UTC
Tomas, can you also do a RHEL 7.2 build?

Comment 19 Tomas Mlcoch 2016-02-16 15:27:13 UTC
Fabian, I'm not RHEL-7 releng so I wanted to avoid do any retrospective changes in RHEL-7.2.
What exactly do you need? Do you want the package in rhel-7.2-build or in rhel-7.2-z-build or in both and why do you need it?

Comment 20 Marina Kalinin 2016-02-16 20:56:09 UTC
Probably the z-build. 
But maybe Joey can help?

Comment 22 Lubos Kocman 2017-09-06 08:42:43 UTC
Just to note thatwe'll ship this as part of buildroot-only in https://errata.devel.redhat.com/advisory/30070

This is blocking virt-p2v and we'll no longer have to set overrides

Lubos


Note You need to log in before you can comment on or make changes to this bug.