Bug 20341

Summary: ERROR: 'script' failed for timidity-patch-gravis
Product: Mageia Reporter: Ben McMonagle <westel>
Component: RPM PackagesAssignee: Shlomi Fish <shlomif>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: Normal CC: marja11
Version: CauldronKeywords: 6sta2
Target Milestone: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Source RPM: timidity CVE:
Status comment:
Attachments: installation report.bug.xz

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