Bug 1562580 - Regression from F-28: texinfo PDF document no longer builds
Summary: Regression from F-28: texinfo PDF document no longer builds
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: texlive-base
Version: rawhide
Hardware: Unspecified
OS: Linux
unspecified
unspecified
Target Milestone: ---
Assignee: Tom "spot" Callaway
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2018-04-01 04:38 UTC by Jan Kratochvil
Modified: 2018-04-02 16:56 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2018-04-02 13:36:08 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

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.


Note You need to log in before you can comment on or make changes to this bug.