Bug 2177251 - shouldn't use obsolescent egrep
Summary: shouldn't use obsolescent egrep
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: doxygen
Version: 38
Hardware: Unspecified
OS: Linux
unspecified
low
Target Milestone: ---
Assignee: Than Ngo
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2023-03-10 15:22 UTC by nvwarr
Modified: 2023-03-15 00:17 UTC (History)
1 user (show)

Fixed In Version: doxygen-1.9.6-7.fc38
Clone Of:
Environment:
Last Closed: 2023-03-15 00:17:34 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)
patch to fix it (2.28 KB, patch)
2023-03-10 15:22 UTC, nvwarr
no flags Details | Diff

Description nvwarr 2023-03-10 15:22:00 UTC
Created attachment 1949616 [details]
patch to fix it

Description of problem:

doxygen uses egrep rather than grep -E

Version-Release number of selected component (if applicable):

doxygen-1.9.6-5.fc38.x86_64

How reproducible:

always

Steps to Reproduce:
1. run doxygen on a Doxyfile
2. the Makefile it generates refers to egrep

Actual results:

running the Makefile emits a warning that egrep is obsolescent

Expected results:

the Makefile should use grep -E instead

Additional info:

egrep needs to be replaced by grep -E in

templates/latex/latexmakefile.tpl and src/latexgen.cpp (two places in each file)

Comment 1 Than Ngo 2023-03-10 16:01:50 UTC
it fixed in doxygen-1.9.6-7.fc38. Thanks for your report!

Comment 2 Fedora Update System 2023-03-10 16:45:53 UTC
FEDORA-2023-f2921747af has been submitted as an update to Fedora 38. https://bodhi.fedoraproject.org/updates/FEDORA-2023-f2921747af

Comment 3 Fedora Update System 2023-03-11 05:39:25 UTC
FEDORA-2023-f2921747af has been pushed to the Fedora 38 testing repository.

You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2023-f2921747af

See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.

Comment 4 Fedora Update System 2023-03-15 00:17:34 UTC
FEDORA-2023-f2921747af has been pushed to the Fedora 38 stable repository.
If problem still persists, 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.