Opened 3 days ago
Last modified 2 days ago
#11401 new defect
Test source failed.
Reported by: | June Liu | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | fate |
Version: | git-master | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Reproduced by developer: | no | |
Analyzed by developer: | no |
Description (last modified by )
Summary of the bug:
FFmpeg failed to run test source as follows, and detailed info please see the attachment "Test-5.log" and "source.err":
Test source failed. Look at tests/data/fate/source.err for details. make: *** [tests/Makefile:310: fate-source] Error 1
How to reproduce:
1. git clone https://github.com/FFmpeg/FFmpeg C:\gitP\FFmpeg\FFmpeg 2. cd /d C:\gitP\FFmpeg\FFmpeg 3. set path=C:\tools\msys64\usr\bin;%PATH% 4. sh -c "./configure --toolchain=msvc --arch=x86_64" 5. make -j8 6. set FFMPEG_SRC_PATH=C:\gitP\FFmpeg\FFmpeg 7. make -j8 fate
Patches should be submitted to the ffmpeg-devel mailing list and not this bug tracker.
Attachments (3)
Change History (6)
by , 3 days ago
Attachment: | Test-5.log added |
---|
by , 3 days ago
Attachment: | source.err added |
---|
comment:1 by , 2 days ago
by , 2 days ago
Attachment: | Screenshot 2025-01-06 165210.png added |
---|
comment:2 by , 2 days ago
Replying to quinkblack:
please run make fate-source in a full msys environment.
I tried to run "make -j8 fate" in msys environment, it still failed. You can check the image attachment "Screenshot 2025-01-06 165210.png".
In addition, my operating system is Windows Server 2022, using VS 2022. The above reproduction steps are all performed in the VS2022 x64 Native Tools command prompt. Sorry for missing the test environment at the beginning.
comment:3 by , 2 days ago
Description: | modified (diff) |
---|
please run make fate-source in a full msys environment.