Bug 2160550
Summary: | Common package includes all three dumps | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Chemal Pemail <mlampe0> |
Component: | emacs | Assignee: | Dan Čermák <dan.cermak> |
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | medium | Docs Contact: | |
Priority: | unspecified | ||
Version: | rawhide | CC: | dan.cermak, dueno, gordon.messmer, jkeating, msekleta, phracek, robinlee.sysu, swt |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | emacs-28.2-3.fc37 emacs-28.2-3.fc36 | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2023-01-31 01:57:29 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
Chemal Pemail
2023-01-12 19:49:58 UTC
Could you please be a little more specific what "dump" means? From https://www.gnu.org/software/emacs/manual/html_node/elisp/Building-Emacs.html: ‘pdump’ Record the preloaded Lisp data in a dump file. This method produces an additional data file which Emacs will load at startup. The produced dump file is usually called emacs.pdmp, and is installed in the Emacs exec-directory ... $ rpm -ql emacs-common | grep pdmp /usr/libexec/emacs/28.2/x86_64-redhat-linux-gnu/emacs-0ce7be4d6dd35b50fedfd45111cbbed97dc9c583530e4c4515be629780780baf.pdmp /usr/libexec/emacs/28.2/x86_64-redhat-linux-gnu/emacs-251dd3c5bb97c45f021bbaaf483f62be3a0be62cb44cd2500849e3bfa30b12ec.pdmp /usr/libexec/emacs/28.2/x86_64-redhat-linux-gnu/emacs-d65f648c5edaa0e85550b485e683d687a81df1d91434f7eb93127706e6c389bb.pdmp $ rpm -ql emacs | grep pdmp /usr/libexec/emacs/28.2/x86_64-redhat-linux-gnu/emacs-251dd3c5bb97c45f021bbaaf483f62be3a0be62cb44cd2500849e3bfa30b12ec.pdmp $ rpm -ql emacs-lucid | grep pdmp /usr/libexec/emacs/28.2/x86_64-redhat-linux-gnu/emacs-0ce7be4d6dd35b50fedfd45111cbbed97dc9c583530e4c4515be629780780baf.pdmp $ rpm -ql emacs-nox | grep pdmp /usr/libexec/emacs/28.2/x86_64-redhat-linux-gnu/emacs-d65f648c5edaa0e85550b485e683d687a81df1d91434f7eb93127706e6c389bb.pdmp You're right, these files are accidentally included in the common package due to some globs. I'll push an update fixing this. FEDORA-2023-2ec259f9fb has been submitted as an update to Fedora 36. https://bodhi.fedoraproject.org/updates/FEDORA-2023-2ec259f9fb FEDORA-2023-39f1787ead has been submitted as an update to Fedora 37. https://bodhi.fedoraproject.org/updates/FEDORA-2023-39f1787ead FEDORA-2023-39f1787ead has been pushed to the Fedora 37 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2023-39f1787ead` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2023-39f1787ead See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. FEDORA-2023-2ec259f9fb has been pushed to the Fedora 36 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2023-2ec259f9fb` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2023-2ec259f9fb See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. FEDORA-2023-39f1787ead has been pushed to the Fedora 37 stable repository. If problem still persists, please make note of it in this bug report. FEDORA-2023-2ec259f9fb has been pushed to the Fedora 36 stable repository. If problem still persists, please make note of it in this bug report. |