Bug 1176547
| Summary: | emacs grep warns "GREP_OPTIONS is deprecated" | |||
|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Jens Petersen <petersen> | |
| Component: | emacs | Assignee: | Petr Hracek <phracek> | |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | |
| Severity: | unspecified | Docs Contact: | ||
| Priority: | unspecified | |||
| Version: | 21 | CC: | jchaloup, jonathan.underwood, jon.dufresne, phracek, tkil | |
| Target Milestone: | --- | |||
| Target Release: | --- | |||
| Hardware: | Unspecified | |||
| OS: | Unspecified | |||
| Whiteboard: | ||||
| Fixed In Version: | emacs-24.5-1.fc22 | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | ||
| Clone Of: | ||||
| : | 1220215 (view as bug list) | Environment: | ||
| Last Closed: | 2015-04-18 09:40:30 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
Jens Petersen
2014-12-22 10:10:12 UTC
scm-commit for rawhide: https://lists.fedoraproject.org/pipermail/scm-commits/Week-of-Mon-20150406/1553510.html scm-commit for F22: https://lists.fedoraproject.org/pipermail/scm-commits/Week-of-Mon-20150406/1553571.html scm-commit for F21: https://lists.fedoraproject.org/pipermail/scm-commits/Week-of-Mon-20150406/1553611.html emacs-24.4-6.fc22 has been submitted as an update for Fedora 22. https://admin.fedoraproject.org/updates/emacs-24.4-6.fc22 emacs-24.4-6.fc21 has been submitted as an update for Fedora 21. https://admin.fedoraproject.org/updates/emacs-24.4-6.fc21 Package emacs-24.4-6.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 emacs-24.4-6.fc22' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2015-5689/emacs-24.4-6.fc22 then log in and leave karma (feedback). emacs-24.5-1.fc22 has been submitted as an update for Fedora 22. https://admin.fedoraproject.org/updates/emacs-24.5-1.fc22 emacs-24.4-6.fc21 has been pushed to the Fedora 21 stable repository. If problems still persist, please make note of it in this bug report. emacs-24.5-1.fc22 has been pushed to the Fedora 22 stable repository. If problems still persist, please make note of it in this bug report. Looks like the fix is actually in emacs-common: $ sudo dnf whatprovides /usr/share/emacs/24.5/lisp/progmodes/grep.elc Using metadata from Sat May 9 13:14:10 2015 (1 day, 7:09:37 hours old) emacs-common-1:24.5-1.fc21.x86_64 : Emacs common files Repo : @System emacs-common-1:24.5-1.fc21.x86_64 : Emacs common files Repo : updates And that file definitely still contains GREP_OPTIONS: $ strings /usr/share/emacs/24.5/lisp/progmodes/grep.elc | grep GREP_OPTIONS | wc -l 2 Thanks! CLOSED ERRATA cannot be reopened. Joy. Cloned to bug 1220215. (In reply to tkil from comment #9) > CLOSED ERRATA cannot be reopened. That is not true, but perhaps you don't have permission to. (In reply to Jens Petersen from comment #10) > (In reply to tkil from comment #9) > > CLOSED ERRATA cannot be reopened. > > That is not true, but perhaps you don't have permission to. From https://bugzilla.redhat.com/page.cgi?id=fields.html#bug_status : > This bug fix has been resolved by the Assigned Engineer. The > CLOSED state includes the resolution field which describes why > a bug report is closed. See Resolution descriptions. If the > CLOSED resolution ERRATA is set, the bug report cannot be > reopened. Instead, enter a new bug report for a new problem. But maybe that's a RedHat thing, not a Fedora thing. Anyway, it's where the "Status" header links to. Regardless, my F21 system seems happily free of the GREP_OPTIONS warning, so I'm a happy camper either way. Apologies if I made extra work, and thanks for getting it fixed! Only for your information. GREP_OPTIONS is already fixed in F21. See BZ https://bugzilla.redhat.com/show_bug.cgi?id=1218384 (In reply to Petr Hracek from comment #12) > Only for your information. > > GREP_OPTIONS is already fixed in F21. See BZ > https://bugzilla.redhat.com/show_bug.cgi?id=1218384 Thanks! Apologies if I wasn't clear: even when I wrote #11, the problem had already been fixed up on my system. :-) Thanks again! |