Opened 6 years ago

Closed 6 years ago

Last modified 6 years ago

#7148 closed defect (fixed)

FFmpeg hangs when build with MSVC

Reported by: KarenHuang Owned by:
Priority: important Component: build system
Version: git-master Keywords: win regression
Cc: Blocked By:
Blocking: Reproduced by developer: no
Analyzed by developer: no

Description

Summary of the bug:
FFmpeg hangs when build with MSVC. This issue can be reproduced from master revision 9fd11e51. Could you please help take a look at this? Thank you!

How to reproduce:

  1. git clone https://github.com/FFmpeg/FFmpeg.git D:\FFmpeg\src
  2. set FFMPEG_SRC_PATH=%cd%/src
  3. set FFMPEG_FATE_PATH=../fate-suite/
  4. set FFMPEG_SRC_DRIVE_LETTER=%cd:~0,1%
  5. set MSYS2_PATH_TYPE=inherit
  6. .\tools\msys32\usr\bin\sh.exe --login -i -c "/%FFMPEG_SRC_DRIVE_LETTER%/ffmpeg/tools/build.sh"

Actual result:
FFmpeg hangs and there is no response.

Change History (2)

in reply to:  description comment:1 by Carl Eugen Hoyos, 6 years ago

Resolution: invalid
Status: newclosed

Replying to KarenHuang:

  1. .\tools\msys32\usr\bin\sh.exe --login -i -c "/%FFMPEG_SRC_DRIVE_LETTER%/ffmpeg/tools/build.sh"

Only FFmpeg's own configure script is supported here.

comment:2 by Carl Eugen Hoyos, 6 years ago

Component: undeterminedbuild system
Keywords: win regression added
Priority: normalimportant
Resolution: invalidfixed

I suspect this was fixed in 638575cd0ba419a7ff8143d67a8cc8c26c526ceb

Note: See TracTickets for help on using tickets.