Comment 11 for bug 45026

Revision history for this message
Richard Birnie (rbirnie-deactivatedaccount) wrote :

I can confirm that the normalize problem still exists in gutsy as of 24/06/2007. It can be fixed either by creating the symlink as mentioned above or by adding /usr/bin/normalize-audio as a search path in k3b->configure k3b->programs->search path

As reported above installing the emovix package from sourceforge fixes the eMovix not found problem. However, the newest version of the emovix package (0.9.0-1 dated 27-06-2005) depends on cdrecord. Since k3b now uses wodim instead of cdrecord then cdrecord is not installed on Gutsy, at least not on my system, see terminal output below. This means users have to install a useless package just to satisfy this dependency although this is probably more of an upstream issue.

sudo dpkg -i emovix_0.9.0-1_all.deb
[sudo] password for richard:
Selecting previously deselected package emovix.
(Reading database ... 76927 files and directories currently installed.)
Unpacking emovix (from emovix_0.9.0-1_all.deb) ...
dpkg: dependency problems prevent configuration of emovix:
 emovix depends on cdrecord; however:
  Package cdrecord is not installed.
dpkg: error processing emovix (--install):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 emovix
richard@testbox:/tmp$ sudo aptitude install cdrecord
Reading package lists... Done
Building dependency tree
Reading state information... Done
Reading extended state information
Initialising package states... Done
Writing extended state information... Done
Building tag database... Done
The following NEW packages will be installed:
  cdrecord
0 packages upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 1306B of archives. After unpacking 41.0kB will be used.
Writing extended state information... Done
Get:1 http://gb.archive.ubuntu.com gutsy/main cdrecord 9:1.1.6-1 [1306B]
Fetched 1306B in 0s (2156B/s)
Selecting previously deselected package cdrecord.
(Reading database ... 77341 files and directories currently installed.)
Unpacking cdrecord (from .../cdrecord_9%3a1.1.6-1_all.deb) ...
Setting up cdrecord (9:1.1.6-1) ...

Setting up emovix (0.9.0-1) ...
richard@testbox:/tmp$ sudo dpkg -i emovix_0.9.0-1_all.deb
(Reading database ... 77346 files and directories currently installed.)
Preparing to replace emovix 0.9.0-1 (using emovix_0.9.0-1_all.deb) ...
Unpacking replacement emovix ...
Setting up emovix (0.9.0-1) ...