Bug 1221769 - problem with emacs-info on leap 15.6 beta
Summary: problem with emacs-info on leap 15.6 beta
Status: RESOLVED FIXED
Alias: None
Product: openSUSE Distribution
Classification: openSUSE
Component: Other (show other bugs)
Version: Leap 15.6
Hardware: Other Other
: P5 - None : Normal (vote)
Target Milestone: ---
Assignee: Dr. Werner Fink
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-03-20 16:01 UTC by Giacomo Comes
Modified: 2024-05-09 01:01 UTC (History)
1 user (show)

See Also:
Found By: ---
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Giacomo Comes 2024-03-20 16:01:44 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
Comment 1 Dr. Werner Fink 2024-04-05 06:45:53 UTC
Should be gone with one of the next submit requests
Comment 2 Giacomo Comes 2024-04-15 19:56:45 UTC
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}"
Comment 4 Maintenance Automation 2024-04-26 08:30:18 UTC
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.
Comment 5 Giacomo Comes 2024-05-02 15:14:35 UTC
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.
Comment 6 Dr. Werner Fink 2024-05-03 06:08:18 UTC
(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
Comment 7 Giacomo Comes 2024-05-09 01:01:06 UTC
The fix is now in Leap 15.6 as well.