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 June Liu)

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)

Test-5.log (117.7 KB ) - added by June Liu 3 days ago.
source.err (10 bytes ) - added by June Liu 3 days ago.
Screenshot 2025-01-06 165210.png (190.6 KB ) - added by June Liu 2 days ago.

Download all attachments as: .zip

Change History (6)

by June Liu, 3 days ago

Attachment: Test-5.log added

by June Liu, 3 days ago

Attachment: source.err added

comment:1 by quinkblack, 2 days ago

please run make fate-source in a full msys environment.

by June Liu, 2 days ago

comment:2 by June Liu, 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.

Last edited 2 days ago by June Liu (previous) (diff)

comment:3 by June Liu, 2 days ago

Description: modified (diff)
Note: See TracTickets for help on using tickets.