[dpdk-users] Sphinx Errors on CentOS 7

Aly Dharshi aly.dharshi at edmonton.ca
Wed Oct 5 16:32:08 CEST 2016


Figured it out, also have to comment out:

#%files doc
#%doc %{_docdir}/dpdk

This allowed the rpm to build successfully ! Thanks.

Cheers,

ASD.
---
Aly Dharshi B.Sc. RHCE.
LRT Communications Design Specialist
Engineering & Maintenance
City Operations  |  Edmonton Transit System

780.496.2869     telephone
780.619.1595     mobile

City Of Edmonton
DL MacDonald Transit Yards
ROW Building
13304 50A Street
Edmonton AB T5A 4P6

All information contained in this email post is proprietary to the
City of Edmonton, confidential and intended only for the addressed
recipient. If you have received this post in error, please disregard
the contents, inform the sender of the misdirection, and remove it
from your system. The copying, dissemination or distribution of this
email, if misdirected, is strictly prohibited.


On Wed, Oct 5, 2016 at 8:18 AM, Thomas Monjalon
<thomas.monjalon at 6wind.com> wrote:
> 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