Bug 1222229 - uninstallation refers to files that do not exist (anymore)
Summary: uninstallation refers to files that do not exist (anymore)
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: wxMaxima
Version: 22
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Rex Dieter
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-05-16 18:14 UTC by René Genz
Modified: 2015-05-26 03:54 UTC (History)
2 users (show)

Fixed In Version: maxima-5.36.1-2.fc22
Clone Of:
Environment:
Last Closed: 2015-05-26 03:25:50 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

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.


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