Bug 1222229

Summary: uninstallation refers to files that do not exist (anymore)
Product: [Fedora] Fedora Reporter: RenĂ© Genz <liebundartig>
Component: wxMaximaAssignee: Rex Dieter <rdieter>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 22CC: jamatos, rdieter
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: maxima-5.36.1-2.fc22 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-05-26 03:25:50 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description René Genz 2015-05-16 18:14:45 UTC
Description of problem:
uninstallation of wxMaxima and maxima tries to remove files that do not exist

Version-Release number of selected component (if applicable):
wxMaxima-15.04.0-1.fc22.x86_64
maxima-5.36.1-1.fc22.x86_64

How reproducible:
always

Steps to Reproduce:
1. sudo dnf install -y wxMaxima maxima
2. sudo dnf remove -y wxMaxima maxima


Actual results:
...
  Erasing     : wxMaxima-15.04.0-1.fc22.x86_64                              1/3
install-info: No such file or directory for /usr/share/info/wxmaxima.info
  Erasing     : maxima-runtime-sbcl-5.36.1-1.fc22.x86_64                    2/3
  Erasing     : maxima-5.36.1-1.fc22.x86_64                                 3/3
install-info: No such file or directory for /usr/share/info/maxima.info
...

Expected results:
no 'install-info' message

Additional info:
Instead of
/usr/share/info/wxmaxima.info
the file
/usr/share/info/wxmaxima.info.gz
is present.



/usr/share/info/maxima.info
is present, maybe removed twice during uninstallation?
$ ls /usr/share/info/maxima.info*
/usr/share/info/maxima.info    /usr/share/info/maxima.info-2
/usr/share/info/maxima.info-1  /usr/share/info/maxima.info-3

Comment 1 Rex Dieter 2015-05-16 18:21:29 UTC
Odd, just using the standard/recommended packaging scriptlets here,
https://fedoraproject.org/wiki/Packaging:ScriptletSnippets#Texinfo

Will have to verify if texinfo introduced some sort of regression recently

Comment 2 Rex Dieter 2015-05-16 19:37:25 UTC
I see the error now, I was wrong, and was using postun scriptlet instead of preun scriptlets to remove these.

Comment 3 Fedora Update System 2015-05-16 20:09:29 UTC
wxMaxima-15.04.0-3.fc22 has been submitted as an update for Fedora 22.
https://admin.fedoraproject.org/updates/wxMaxima-15.04.0-3.fc22

Comment 4 Fedora Update System 2015-05-16 21:57:42 UTC
maxima-5.36.1-2.fc22 has been submitted as an update for Fedora 22.
https://admin.fedoraproject.org/updates/maxima-5.36.1-2.fc22

Comment 5 Fedora Update System 2015-05-17 20:33:25 UTC
Package maxima-5.36.1-2.fc22:
* should fix your issue,
* was pushed to the Fedora 22 testing repository,
* should be available at your local mirror within two days.
Update it with:
# su -c 'yum update --enablerepo=updates-testing maxima-5.36.1-2.fc22'
as soon as you are able to.
Please go to the following url:
https://admin.fedoraproject.org/updates/FEDORA-2015-8407/maxima-5.36.1-2.fc22
then log in and leave karma (feedback).

Comment 6 Fedora Update System 2015-05-26 03:25:50 UTC
wxMaxima-15.04.0-3.fc22 has been pushed to the Fedora 22 stable repository.  If problems still persist, please make note of it in this bug report.

Comment 7 Fedora Update System 2015-05-26 03:54:53 UTC
maxima-5.36.1-2.fc22 has been pushed to the Fedora 22 stable repository.  If problems still persist, please make note of it in this bug report.