<div dir="ltr"><div>Hi richard,<br></div><div><br></div><div>Ah! you are right. The PDFs did came out fine anyway. I wasn't able to build any translation, what do I need to set for pulling files from transifex?</div><div><br></div><div>Thanks,</div><div><br></div><div>Alex<br></div></div><br><div class="gmail_quote"><div dir="ltr">On Tue, Nov 13, 2018 at 7:37 AM Richard Duivenvoorde <<a href="mailto:rdmailings@duif.net">rdmailings@duif.net</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Alexandre,<br>
<br>
You are right, I have to update the docker images too... I think we can<br>
rework the script so it will always create a virtual env with the right<br>
dependencies though.<br>
<br>
Errors for building pdf are 'normal',<br>
<br>
<a href="https://github.com/qgis/QGIS-Documentation/blob/master/Makefile#L98" rel="noreferrer" target="_blank">https://github.com/qgis/QGIS-Documentation/blob/master/Makefile#L98</a><br>
<br>
but it SHOULD end in a pdf though :-)<br>
There are a lot of Tex packages needed though:<br>
<br>
<a href="https://github.com/qgis/QGIS-Sysadmin/blob/master/docker/sphinx/Dockerfile-pdf" rel="noreferrer" target="_blank">https://github.com/qgis/QGIS-Sysadmin/blob/master/docker/sphinx/Dockerfile-pdf</a><br>
AND all fonts if you want to build non-western languages.<br>
<br>
Regards,<br>
<br>
Richard<br>
<br>
<br>
<br>
On 11/12/18 11:08 PM, Alexandre Neto wrote:<br>
> Richard,<br>
> <br>
> I changed the requests version to 2.20 in the requirements.txt file and<br>
> updated my virtualenv to reflect that.<br>
> <br>
> I was able to build html (english only).<br>
> <br>
> I also tried the docker image and everything built without issues, but I am<br>
> not sure if the requirements are taken in consideration in the docker build<br>
> (probably not)<br>
> <br>
> I was not able to build any PDF, not sure If I am missing some piece, but I<br>
> always get the following:<br>
> <br>
> usr/bin/texi2dvi: pdflatex exited with bad status, quitting.<br>
> /usr/bin/texi2dvi: pdflatex exited with bad status, quitting.<br>
> /usr/bin/texi2dvi: pdflatex exited with bad status, quitting.<br>
> Makefile:83: recipe for target 'pdf' failed<br>
> mv output/latex/en/QGISUserGuide.pdf<br>
> output/pdf/en/QGIS-testing-UserGuide.pdf<br>
> make: [pdf] Error 1 (ignored)<br>
> # pyqgis developer cookbook<br>
> /usr/bin/texi2dvi: pdflatex exited with bad status, quitting.<br>
> /usr/bin/texi2dvi: pdflatex exited with bad status, quitting.<br>
> /usr/bin/texi2dvi: pdflatex exited with bad status, quitting.<br>
> make: [pdf] Error 1 (ignored)<br>
> Makefile:83: recipe for target 'pdf' failed<br>
> <br>
> <br>
> On Mon, Nov 12, 2018 at 4:25 PM Alexandre Neto <<a href="mailto:senhor.neto@gmail.com" target="_blank">senhor.neto@gmail.com</a>><br>
> wrote:<br>
> <br>
>><br>
>> I have created a ticket for that:<br>
>><br>
>> <a href="https://github.com/qgis/QGIS-Documentation/issues/3145" rel="noreferrer" target="_blank">https://github.com/qgis/QGIS-Documentation/issues/3145</a><br>
>><br>
>> So that we don't forget.<br>
>><br>
>> Cheers,<br>
>><br>
>> Alex Neto<br>
>><br>
>> On Mon, Nov 12, 2018 at 6:58 AM Richard Duivenvoorde <<a href="mailto:rdmailings@duif.net" target="_blank">rdmailings@duif.net</a>><br>
>> wrote:<br>
>><br>
>>> Hi,<br>
>>><br>
>>> On the QGIS-Documentation repository I got a message from github,<br>
>>> telling us we use a component with a security issue ("moderate<br>
>>> severity")in it, pointing to:<br>
>>><br>
>>><br>
>>> <a href="https://github.com/qgis/QGIS-Documentation/network/alert/REQUIREMENTS.txt/requests/open" rel="noreferrer" target="_blank">https://github.com/qgis/QGIS-Documentation/network/alert/REQUIREMENTS.txt/requests/open</a><br>
>>> Pointing to<br>
>>> <a href="https://nvd.nist.gov/vuln/detail/CVE-2018-18074" rel="noreferrer" target="_blank">https://nvd.nist.gov/vuln/detail/CVE-2018-18074</a><br>
>>><br>
>>> It's about the used python requests-module, and tells us:<br>
>>> Upgrade requests to version 2.20.0 or later.<br>
>>> Apparently we use an older version-nr in our REQUIREMENTS.txt.<br>
>>><br>
>>> Please remind me to do this, or can somebody else try/test.<br>
>>><br>
>>> Regards,<br>
>>><br>
>>> Richard Duivenvoorde<br>
>>> _______________________________________________<br>
>>> Qgis-community-team mailing list for organizing community resources such<br>
>>> as documentation, translation etc..<br>
>>> <a href="mailto:Qgis-community-team@lists.osgeo.org" target="_blank">Qgis-community-team@lists.osgeo.org</a><br>
>>> <a href="https://lists.osgeo.org/mailman/listinfo/qgis-community-team" rel="noreferrer" target="_blank">https://lists.osgeo.org/mailman/listinfo/qgis-community-team</a><br>
>><br>
>><br>
> <br>
> <br>
> _______________________________________________<br>
> Qgis-community-team mailing list for organizing community resources such as documentation, translation etc..<br>
> <a href="mailto:Qgis-community-team@lists.osgeo.org" target="_blank">Qgis-community-team@lists.osgeo.org</a><br>
> <a href="https://lists.osgeo.org/mailman/listinfo/qgis-community-team" rel="noreferrer" target="_blank">https://lists.osgeo.org/mailman/listinfo/qgis-community-team</a><br>
> <br>
<br>
</blockquote></div>