pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Build failure for emulators/qemu



>> I have gtk3 added to my qemu options; I have been using the following
>> patch for quite some time. I never submitted a report, as I thought it
>> was something local I have modified at some stage.
>> 
>> diff -u -r1.70 PLIST
>> --- PLIST 20 Feb 2021 22:59:29 -0000 1.70
>> +++ PLIST 7 Apr 2021 09:29:58 -0000
>> @@ -97,7 +97,7 @@
>> share/doc/qemu/interop/_static/doctools.js
>> share/doc/qemu/interop/_static/documentation_options.js
>> share/doc/qemu/interop/_static/file.png
>> -share/doc/qemu/interop/_static/jquery-3.4.1.js
>> +share/doc/qemu/interop/_static/jquery-3.2.1.js
>> share/doc/qemu/interop/_static/jquery.js
>> share/doc/qemu/interop/_static/language_data.js
>> share/doc/qemu/interop/_static/minus.png
> 
> I'll take a look at it. I'll build with several options and see what is going
> on :)
> 
> With regards,
> Reinoud

These files are generated by Sphinx and may change depending on Sphinx version. They are handled automatically, here in qemu/Makefile:

${FIND} share/doc/qemu -path '*/_static/*' -type f -print > ${WRKDIR}/PLIST.STATIC

and should be removed from PLIST.

I fixed that anyway.

Kind regards,
Adam


Home | Main Index | Thread Index | Old Index