Bug 501069 - DeprecationWarning: BaseException.message has been deprecated as of Python 2.6
Summary: DeprecationWarning: BaseException.message has been deprecated as of Python 2.6
Keywords:
Status: CLOSED DUPLICATE of bug 499452
Alias: None
Product: Fedora
Classification: Fedora
Component: livecd-tools
Version: rawhide
Hardware: All
OS: Linux
high
medium
Target Milestone: ---
Assignee: Jeremy Katz
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2009-05-15 19:33 UTC by Darryl L. Pierce
Modified: 2015-06-22 00:06 UTC (History)
3 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2009-05-15 19:49:03 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Darryl L. Pierce 2009-05-15 19:33:31 UTC
Description of problem:
When building a livecd, the process fails with the message:
/usr/lib/python2.6/site-packages/imgcreate/errors.py:45: DeprecationWarning: BaseException.message has been deprecated as of Python 2.6
  return unicode(self.message)
Error creating Live CD : fsck returned an error!

Version-Release number of selected component (if applicable):

(mcpierce@mcpierce-beta:node-image)$ rpm -qf `which livecd-creator`
livecd-tools-024-1.fc11.x86_64


How reproducible:

100%

Steps to Reproduce:
1. Attempt to build an ISO using livecd-creator
2.
3.
  
Actual results:
A LiveCD.

Expected results:
The reported error message.

Additional info:

Comment 1 Jeremy Katz 2009-05-15 19:49:03 UTC
The deprecation isn't the important thing, the more important thign is

    Error creating Live CD : fsck returned an error!

Which I'm going to guess is the same as bug 499452

*** This bug has been marked as a duplicate of bug 499452 ***


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