Description of problem: Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
I don't understand what this bug report is about? There's no information...
In my case this warning message appears when I use grep on man pages. For example: spinl0ck >> [~]$ man syscalls | grep -E '(time|date|clock)' troff: /usr/share/groff/1.22.4/tmac/troffrc:53: warning: can't find macro file 'pdfpic.tmac' File troffrc includes a directive "do mso pdfpic.tmac", but the file pdfpic.tmac does not exist in the directory. Fedora 33 Workstation.
(In reply to Dmitry Iskhakov from comment #2) > In my case this warning message appears when I use grep on man pages. > > For example: > > spinl0ck >> [~]$ man syscalls | grep -E '(time|date|clock)' > troff: /usr/share/groff/1.22.4/tmac/troffrc:53: warning: can't find macro > file 'pdfpic.tmac' > > File troffrc includes a directive "do mso pdfpic.tmac", but the file > pdfpic.tmac does not exist in the directory. > > Fedora 33 Workstation. The pdfpic.tmac file is contained in package groff, by default Fedora contains the groff-base package.
You can see this problem when you perform for example 'man ls > /dev/null' and view the error messages. Also the resulting man page contains lines that are incorrectly wrapped.
troff: /usr/share/groff/1.22.4/tmac/troffrc:53: warning: can't find macro file 'pdfpic.tmac' (edit)
Is the solution to add macro file 'pdfpic.tmac' to groff-base?
> Is the solution to add macro file 'pdfpic.tmac' to groff-base? Yes, the file was added to troffrc in 1.22.4 [1], so it needs to be in groff-base now. [1] https://git.savannah.gnu.org/cgit/groff.git/commit/?id=82fb9e18e9c8bb2316df345bb7b5665a30ec03e2
FEDORA-2020-998be8902c has been submitted as an update to Fedora 33. https://bodhi.fedoraproject.org/updates/FEDORA-2020-998be8902c
FEDORA-2020-998be8902c has been pushed to the Fedora 33 testing repository. In short time you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --advisory=FEDORA-2020-998be8902c` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2020-998be8902c See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.
FEDORA-2020-998be8902c has been pushed to the Fedora 33 stable repository. If problem still persists, please make note of it in this bug report.