Opened 6 years ago

Closed 6 years ago

#6955 closed defect (invalid)

Build error with media-autobuild_suite - decklink / pthread?

Reported by: Florian Owned by:
Priority: normal Component: build system
Version: git-master Keywords: decklink pthread
Cc: Blocked By:
Blocking: Reproduced by developer: no
Analyzed by developer: no

Description

Building of FFmpeg is currently impossible.
The build process of the current master stops with the following error messages:

Likely error:
                 from E:/AB-Suite/build/ffmpeg-git/libavdevice/decklink_common.h:28,
                 from E:/AB-Suite/build/ffmpeg-git/libavdevice/decklink_dec.cpp:49:
E:/AB-Suite/build/ffmpeg-git/compat/w32pthreads.h:101:19: note: candidate: int pthread_mutex_init(void**, void*)
 static inline int pthread_mutex_init(pthread_mutex_t *m, void* attr)
                   ^~~~~~~~~~~~~~~~~~
E:/AB-Suite/build/ffmpeg-git/libavdevice/decklink_dec.cpp: In member function 'virtual ULONG decklink_input_callback::Release()':
E:/AB-Suite/build/ffmpeg-git/libavdevice/decklink_dec.cpp:578:16: warning: deleting object of polymorphic class type 'decklink_input_callback' which has non-virtual destructor might cause undefined behavior [-Wdelete-non-virtual-dtor]
         delete this;
                ^~~~
make: *** [/build/ffmpeg-git/ffbuild/common.mak:63: libavdevice/decklink_dec.o] Error 1

You can look at the log files here:
[logs.zip] (https://0x0.st/sZCA.zip)

Attachments (1)

ab-suite.make.log (81.6 KB ) - added by Florian 6 years ago.
FFmpeg - make logfile

Download all attachments as: .zip

Change History (4)

comment:1 by Carl Eugen Hoyos, 6 years ago

To make this a valid ticket, please at least provide the configure line you tested and run make several times, provide (only) the complete, uncut console output of the last make run.

by Florian, 6 years ago

Attachment: ab-suite.make.log added

FFmpeg - make logfile

comment:2 by Florian, 6 years ago

I have attached the log of make from the ffmpeg-git dir of the suite.

comment:3 by Florian, 6 years ago

Resolution: invalid
Status: newclosed

Sorry for the bug report. It was an error in the suite.

Note: See TracTickets for help on using tickets.