[dpdk-users] Sphinx Errors on CentOS 7

Thomas Monjalon thomas.monjalon at 6wind.com
Wed Oct 5 16:18:01 CEST 2016


2016-10-05 08:09, Aly Dharshi:
> Hello DPDK Users,
> 
> I am building an rpm set using the bundled SPEC file. Everything
> compiles fine except the sphinx part:
[...]
> I've had to do this in the spec file to generate the build:
> 
> BuildRequires: kernel-devel, kernel-headers, libpcap-devel, xen-devel
> BuildRequires: doxygen, python-sphinx, inkscape
> #BuildRequires: texlive-collection-latexextra
> 
> This is because it seems that texlive-collection-latexextra does not
> exist on CentOS 7.2. Is there anyway to proceed:
> 
> 1. How do I resolve the sphinx error ?

It is really hard to know what's going wrong with PDF generation.
You can try "make doc V=1"

> 2. Can I simply build this kit without docs  ?

Yes you can remove the line "make O=%{target} doc" from the spec file.



More information about the users mailing list