New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ffmpeg make error: error parsing /build/ffmpeg-git/doc/t2h.pm #2551
Comments
|
Same. 10:14:07 ┌ ffmpeg git ............................... [Recently updated] Attach C:\MAS\build\logs.zip to the GitHub issue. Try running the build again at a later time. |
|
If you're never going to use the locally-generated documentation, just add |
|
Yes, I did that too :) added --disable-doc to your ffmpeg_options.txt Also added/modified At some stage I'd like to re-include libjxl and libavif and have been playing with them. edit: I also note #2494 (comment) and that I did not need to downgrade pkgconf |
|
An ffmpeg ticket was submitted to ffmpeg trac in case it is something at their end. |
Worked for me, thanks! |
|
Ah. Trac ticket https://trac.ffmpeg.org/ticket/10636 had a response: I see (https://www.gnu.org/software/texinfo/ says I guess that MABS could somehow install the prior version for the time being ? |
|
A kind soul has provided an interim patch which could be used to build the documentation: |
Manual is worthy of being kept. I have built this one (https://aur.archlinux.org/packages/ffmpeg-intel-full-git) successfully by adding |
|
ffmpeg build completed successfully for me just now - including the DOCS. |
Yes, there's been upstream ffmpeg patches. |
-64 bit Build
-Failed to build: ffmpeg
I do not know if my build is classified as "custom". The only changes I make are in ffmpeg_option.txt:
--disable-everything
--disable-autodetect
--disable-encoders
--disable-decoders
--disable-hwaccels
--disable-muxers
--disable-demuxers
--disable-parsers
--disable-bsfs
--disable-protocols
--disable-filters
--disable-devices
--disable-ffplay
--disable-ffprobe
--disable-schannel
--disable-stripping
--enable-gpl
--enable-version3
--enable-indev=gdigrab
--enable-protocol=file
--enable-filter=scale
--enable-libvpx
--enable-encoder=libvpx_vp8
--enable-encoder=libvpx_vp9
--enable-muxer=matroska
--enable-muxer=webm
I was having no issues building it until I ran the suite yesterday (27th).
The specific line from t2h.pm reads:
set_from_init_file('HEADERS', 0);logs.zip
The text was updated successfully, but these errors were encountered: