Bug 10912

Summary: bleachbit dependencies incomplete
Product: Mageia Reporter: Richard Basham <bshmr>
Component: RPM PackagesAssignee: Damien Lallement <mageia>
Status: RESOLVED OLD QA Contact:
Severity: normal    
Priority: Normal CC: marja11
Version: CauldronKeywords: Triaged
Target Milestone: ---   
Hardware: i586   
OS: Linux   
Whiteboard:
Source RPM: bleachbit CVE:
Status comment:

Description Richard Basham 2013-08-03 20:46:16 CEST
bleachbit ran with hundreds of ridiculous errors -- "failure to open .. *[ msg | docbook ]' and so on -- when invoked by User in KDE GUI (Mageia 3, 64-bit CPUs). Using command-line (as shown at Sourceforge) as Root, the issue become clearer as it failed with a clear exception message (as beow):

# bleachbit --preview
Gtk-Message: Failed to load module "canberra-gtk-module"
info: starting BleachBit version 0.9.5
Traceback (most recent call last):
  File "/usr/bin/bleachbit", line 52, in <module>
    bleachbit.CLI.process_cmd_line()
  File "/usr/share/bleachbit/CLI.py", line 198, in process_cmd_line
    preview_or_clean(operations, False)
  File "/usr/share/bleachbit/CLI.py", line 104, in preview_or_clean
    worker = Worker.Worker(cb, really_clean, operations).run()
  File "/usr/share/bleachbit/Worker.py", line 62, in __init__
    raise RuntimeError("No work to do")
RuntimeError: No work to do
#

Installing 
"lib64canberra-gtk0 - GTK modules for the libcanberra XDG complient sound event library" 
appears to resolve the bug as both command-line and GUI work as expected afterwards

# bleachbit --preview
info: starting BleachBit version 0.9.5
Traceback (most recent call last):
  File "/usr/bin/bleachbit", line 52, in <module>
    bleachbit.CLI.process_cmd_line()
  File "/usr/share/bleachbit/CLI.py", line 198, in process_cmd_line
    preview_or_clean(operations, False)
  File "/usr/share/bleachbit/CLI.py", line 104, in preview_or_clean
    worker = Worker.Worker(cb, really_clean, operations).run()
  File "/usr/share/bleachbit/Worker.py", line 62, in __init__
    raise RuntimeError("No work to do")
RuntimeError: No work to do
#

Library Dependencies NEED TO BE CORRECTED or appended (for the Mageia supported version).
Manuel Hiebel 2013-08-06 22:59:00 CEST

Keywords: (none) => Triaged
Assignee: bugsquad => mageia
Source RPM: (none) => bleachbit

Comment 1 Damien Lallement 2013-08-07 02:20:53 CEST
Your bug is against Cauldron but you seem to use a Mageia 3 package.
Please fix your bug report to be sure about the release you are talking about.

Status: NEW => UNCONFIRMED
Ever confirmed: 1 => 0

Comment 2 Marja Van Waes 2015-04-21 19:26:16 CEST
(In reply to Damien Lallement from comment #1)
> Your bug is against Cauldron but you seem to use a Mageia 3 package.
> Please fix your bug report to be sure about the release you are talking
> about.

Mageia 3 is EOL, so closing as OLD

Status: UNCONFIRMED => RESOLVED
CC: (none) => marja11
Resolution: (none) => OLD