Bug 658126 - archmage dependency resolution problem (python-BeautifulSoup)
Summary: archmage dependency resolution problem (python-BeautifulSoup)
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: archmage
Version: 17
Hardware: Unspecified
OS: Unspecified
low
low
Target Milestone: ---
Assignee: Rangeen Basu Roy Chowdhury
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
: 831744 (view as bug list)
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2010-11-29 13:15 UTC by Egon A. Rath
Modified: 2012-07-20 01:58 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2012-07-20 01:58:14 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Egon A. Rath 2010-11-29 13:15:21 UTC
Description of problem:

archmage depends on python-BeutifulSoup which is not installed when installing archmage.

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


How reproducible:

1.) yum install archmage
2.) run archmage -> python complains missing libraries
3.) yum install python-BeautifulSoup
4.) run archmage -> ok
  
Actual results:

Doesn't work cause of missing dependencies

Expected results:

Works

Additional info:

Comment 1 Michael Schwendt 2012-05-23 11:03:42 UTC
$ archmage 
Traceback (most recent call last):
  File "/usr/bin/archmage", line 53, in <module>
    from archmod.CHM import CHMFile, CHMDir
  File "/usr/lib/python2.7/site-packages/archmod/CHM.py", line 16, in <module>
    from archmod.CHMParser import SitemapFile, PageLister, ImageCatcher, TOCCounter, HeadersCounter
  File "/usr/lib/python2.7/site-packages/archmod/CHMParser.py", line 7, in <module>
    from BeautifulSoup import BeautifulSoup
ImportError: No module named BeautifulSoup

$ rpm -q archmage
archmage-0.2.4-4.fc17.noarch

Comment 2 Michael Schwendt 2012-07-11 13:34:18 UTC
*** Bug 831744 has been marked as a duplicate of this bug. ***

Comment 3 Michael Schwendt 2012-07-11 13:36:16 UTC
Committed the fix in accordance with:
https://fedoraproject.org/wiki/Who_is_allowed_to_modify_which_packages#Unhandled_issues

F17 update following shortly...

Comment 4 Fedora Update System 2012-07-11 13:40:55 UTC
archmage-0.2.4-5.fc17 has been submitted as an update for Fedora 17.
https://admin.fedoraproject.org/updates/archmage-0.2.4-5.fc17

Comment 5 Fedora Update System 2012-07-11 23:50:50 UTC
Package archmage-0.2.4-5.fc17:
* should fix your issue,
* was pushed to the Fedora 17 testing repository,
* should be available at your local mirror within two days.
Update it with:
# su -c 'yum update --enablerepo=updates-testing archmage-0.2.4-5.fc17'
as soon as you are able to.
Please go to the following url:
https://admin.fedoraproject.org/updates/FEDORA-2012-10518/archmage-0.2.4-5.fc17
then log in and leave karma (feedback).

Comment 6 Fedora Update System 2012-07-20 01:58:14 UTC
archmage-0.2.4-5.fc17 has been pushed to the Fedora 17 stable repository.  If problems still persist, please make note of it in this bug report.


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