Bug 20341 - ERROR: 'script' failed for timidity-patch-gravis
Summary: ERROR: 'script' failed for timidity-patch-gravis
Status: RESOLVED FIXED
Alias: None
Product: Mageia
Classification: Unclassified
Component: RPM Packages (show other bugs)
Version: Cauldron
Hardware: x86_64 Linux
Priority: Normal normal
Target Milestone: ---
Assignee: Shlomi Fish
QA Contact:
URL:
Whiteboard:
Keywords: 6sta2
Depends on:
Blocks:
 
Reported: 2017-02-24 01:31 CET by Ben McMonagle
Modified: 2017-04-10 09:49 CEST (History)
1 user (show)

See Also:
Source RPM: timidity
CVE:
Status comment:


Attachments
installation report.bug.xz (170.10 KB, application/octet-stream)
2017-02-24 01:33 CET, Ben McMonagle
Details

Description Ben McMonagle 2017-02-24 01:31:59 CET
Description of problem: at near completion of install a popup advises that : ERROR: 'script' failed for timidity-patch-gravis-1.0-35.mga6.noarch


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

Mageia-6-sta2-x86_64-DVD.
(Wed Feb 22 15:48:28 CET 2017)


How reproducible:


Steps to Reproduce:
1.burn above .iso image to DVD
2.choose to install only LXDE desktop
3.
Comment 1 Ben McMonagle 2017-02-24 01:33:34 CET
Created attachment 8983 [details]
installation report.bug.xz

LXDE only DE install
MBR HDD
Celeron m cpu 530, intel 810 or later
Comment 2 David Walser 2017-02-24 12:03:39 CET
Must be yet another case of update-alternatives syntax needing to be changed.

Here are the scriplets in question.

%post
%{_sbindir}/update-alternatives --install %{_sysconfdir}/timidity/timidity.cfg timidity.cfg %{_sysconfdir}/timidity/timidity-gravis.cfg 30

%postun
if [ "$1" = "0" ]; then
  %{_sbindir}/update-alternatives --remove timidity.cfg %{_sysconfdir}/timidity/timidity-gravis.cfg
fi

%triggerpostun -- TiMidity++ <= 2.13.2-1mdk
%{_sbindir}/update-alternatives --install %{_sysconfdir}/timidity/timidity.cfg timidity.cfg %{_sysconfdir}/timidity/timidity-gravis.cfg 30
Comment 3 Marja Van Waes 2017-02-24 20:04:36 CET
Assigning to the registered timidity maintainer.

CC: (none) => marja11
Assignee: bugsquad => shlomif
Source RPM: (none) => timidity

Marja Van Waes 2017-03-05 10:06:39 CET

Keywords: (none) => 6sta2
Summary: [6sta2] ERROR: 'script' failed for timidity-patch-gravis => ERROR: 'script' failed for timidity-patch-gravis

Comment 4 Ben McMonagle 2017-04-10 09:49:13 CEST
fixed

Resolution: (none) => FIXED
Status: NEW => RESOLVED


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