| Summary: | Amarok does not install mp3 support on hardy upon using "install mp3 dialog" | ||
|---|---|---|---|
| Product: | [Applications] amarok | Reporter: | Sven Boden <svenboden> |
| Component: | general | Assignee: | Amarok Bugs <amarok-bugs-null> |
| Status: | RESOLVED NOT A BUG | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | 1.4.8 | ||
| Target Milestone: | --- | ||
| Platform: | unspecified | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Sven Boden
2008-01-30 17:59:06 UTC
A work around is to do the following: sudo aptitude install libxine1-ffmpeg This is a very likely a distro bug.. it worked fine in Gutsy. Could you please report this to the Ubuntu folks? Sure, in the mean-time I found the bug myself, it's in the install-mp3 script. If I run it manually I get following: bash -x ./install-mp3 ++ dpkg --get-selections libxine1-ffmpeg ++ grep install + INSTALLED= ++ lsb_release -sc + RELEASE=hardy + '[' -z '' ']' + '[' -x /usr/bin/kdesu ']' + '[' -x /usr/bin/adept_batch ']' + kdesu -d 'bash -c "adept_batch update; adept_batch install libxine1-ffmpeg"' update;: -c: line 0: unexpected EOF while looking for matching `"' update;: -c: line 1: syntax error: unexpected end of file + check_mp3 + '[' 0 -eq 0 ']' + '[' -x /usr/bin/kdialog ']' + kdialog --msgbox 'MP3 support now installed, you will need to restart Amarok.' + exit 0 ---------- So the kdesu line 'blows' up and the check afterwards fails. |