Bugzilla – Bug 1221769
problem with emacs-info on leap 15.6 beta
Last modified: 2024-05-09 01:01:06 UTC
While I was testing Leap 15.6 beta (630.1-boot) I got this error while installing emacs-info: # install-info: No such file or directory for /usr/share/info/emacs.info.%{.gz} # install-info: No such file or directory for /usr/share/info/eintr.info.%{.gz} etc. This problem was fixed in tumbleweed with SR#1135787 The same modification can be applied to Leap 15.6 and 15.5
Should be gone with one of the next submit requests
I checked the emacs update for Leap 15.5. Unfortunately the issue was not fixes. The original wrong macro was: "$f.%{%ext_info}" the current (still wrong) macro in Leap 15.5 is: "$f%{%ext_info}" while the right macro is: "$f%{ext_info}"
SUSE-RU-2024:1443-1: An update that has one fix can now be installed. Category: recommended (moderate) Bug References: 1221769 Maintenance Incident: [SUSE:Maintenance:33417](https://smelt.suse.de/incident/33417/) Sources used: openSUSE Leap 15.4 (src): emacs-27.2-150400.3.14.1 openSUSE Leap 15.5 (src): emacs-27.2-150400.3.14.1 Basesystem Module 15-SP5 (src): emacs-27.2-150400.3.14.1 Desktop Applications Module 15-SP5 (src): emacs-27.2-150400.3.14.1 SUSE Linux Enterprise High Performance Computing ESPOS 15 SP4 (src): emacs-27.2-150400.3.14.1 SUSE Linux Enterprise High Performance Computing LTSS 15 SP4 (src): emacs-27.2-150400.3.14.1 SUSE Linux Enterprise Desktop 15 SP4 LTSS 15-SP4 (src): emacs-27.2-150400.3.14.1 SUSE Linux Enterprise Server 15 SP4 LTSS 15-SP4 (src): emacs-27.2-150400.3.14.1 SUSE Linux Enterprise Server for SAP Applications 15 SP4 (src): emacs-27.2-150400.3.14.1 SUSE Manager Proxy 4.3 (src): emacs-27.2-150400.3.14.1 SUSE Manager Retail Branch Server 4.3 (src): emacs-27.2-150400.3.14.1 SUSE Manager Server 4.3 (src): emacs-27.2-150400.3.14.1 NOTE: This line indicates an update has been released for the listed product(s). At times this might be only a partial fix. If you have questions please reach out to maintenance coordination.
Since Leap 15.6 has reached RC status with this bug still present, I'm posting this reminder, just in case. Leap 15.5 is OK now, by the way.
(In reply to Giacomo Comes from comment #5) > Since Leap 15.6 has reached RC status with this bug still present, > I'm posting this reminder, just in case. > > Leap 15.5 is OK now, by the way. The check of the source tree shows it is fixed emacs/Update> isc cat SUSE:SLE-15-SP6:GA emacs emacs.spec | grep ext_info %install_info --info-dir=%{_infodir} "%{_infodir}/$f%{ext_info}" %install_info_delete --info-dir=%{_infodir} "%{_infodir}/$f%{ext_info}" %doc %{_infodir}/*%{ext_info} %exclude %{_infodir}/info.info%{ext_info} ... maybe it is still not build
The fix is now in Leap 15.6 as well.