Bug 1562580

Summary: Regression from F-28: texinfo PDF document no longer builds
Product: [Fedora] Fedora Reporter: Jan Kratochvil <jan.kratochvil>
Component: texlive-baseAssignee: Tom "spot" Callaway <tcallawa>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: jan.kratochvil, tcallawa
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2018-04-02 13:36:08 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 Jan Kratochvil 2018-04-01 04:38:05 UTC
Description of problem:
[patch] Fix gdb/doc/ PDF build on Fedora Rawhide==F-29
https://sourceware.org/ml/gdb-patches/2018-03/msg00635.html
https://sourceware.org/ml/gdb-patches/2018-03/msg00636.html

Version-Release number of selected component (if applicable):
FAIL: texlive-base-20170520-25.fc29.x86_64
PASS: texlive-base-2016-42.20160520.fc28.noarch

How reproducible:
Always.

Steps to Reproduce:
Download gdb-8.1.tar.xz
./configure;make;make -C gdb/doc/ pdf

Actual results:
! I can't find file `texinfo.tex'.

Expected results:
gdb.pdf

Additional info:
F-28:
# ls -l /usr/share/texlive/texmf-local/texmf-compat
lrwxrwxrwx 1 root root 11 Feb 25 00:43 /usr/share/texlive/texmf-local/texmf-compat -> ../../texmf/
# rpm -qf /usr/share/texlive/texmf-local/texmf-compat
texlive-base-2016-42.20160520.fc28.noarch

Rawhide:
# ls -l /usr/share/texlive/texmf-local/texmf-compat
ls: cannot access '/usr/share/texlive/texmf-local/texmf-compat': No such file or directory
# dnf install /usr/share/texlive/texmf-local/texmf-compat
No match for argument: /usr/share/texlive/texmf-local/texmf-compat
Error: Unable to find a match

Comment 1 Tom "spot" Callaway 2018-04-02 13:36:08 UTC
I noticed this bug on Friday, texinfo.tex should be found now as of texlive-base-20170520-27.fc29. This issue was preventing asymptote from building and it now builds properly. Please reopen if you have failures.

Comment 2 Jan Kratochvil 2018-04-02 16:56:08 UTC
Confirming GDB does build now, thanks.