[FFmpeg-trac] #5247(build system:new): Commit 470bfab470893d45328f4e6e25d60b89c9af1abe break --enable-x11grab

FFmpeg trac at avcodec.org
Thu Feb 18 15:23:12 CET 2016


#5247: Commit 470bfab470893d45328f4e6e25d60b89c9af1abe break --enable-x11grab
-------------------------------------+-------------------------------------
             Reporter:  telperion    |                     Type:  defect
               Status:  new          |                 Priority:  normal
            Component:  build        |                  Version:  git-
  system                             |  master
             Keywords:               |               Blocked By:
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------
 Commit 470bfab470893d45328f4e6e25d60b89c9af1abe
 break --enable-x11grab (x11grab cannot be enabled) on Debian x86_64

 http://git.videolan.org/?p=ffmpeg.git;a=commit;h=470bfab470893d45328f4e6e25d60b89c9af1abe



 {{{
 mc at debian64:~/rec/temp/ffmpeg2-0$ git branch test
 470bfab470893d45328f4e6e25d60b89c9af1abe
 mc at debian64:~/rec/temp/ffmpeg2-0$ git checkout test
 Si è passati al branch 'test'

 mc at debian64:~/rec/temp/ffmpeg2-0$ ./configure  --enable-x11grab --enable-
 gpl
 x11grab cannot be enabled

 If you think configure made a mistake, make sure you are using the latest
 version from Git.  If the latest version fails, report the problem to the
 ffmpeg-user at ffmpeg.org mailing list or IRC #ffmpeg on irc.freenode.net.
 Include the log file "config.log" produced by configure as this will help
 solve the problem.

 config.log:

 check_pkg_config xcb >= 1.4 xcb/xcb.h xcb_connect
 pkg-config --exists --print-errors xcb >= 1.4
 check_func_headers xcb/xcb.h xcb_connect -lxcb
 check_ld cc -lxcb
 check_cc
 BEGIN /tmp/ffconf.fC7Vyz50.c
     1   #include <xcb/xcb.h>
     2   long check_xcb_connect(void) { return (long) xcb_connect; }
     3   int main(void) { return 0; }
 END /tmp/ffconf.fC7Vyz50.c
 gcc -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE
 -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -std=c99 -fomit-frame-pointer
 -pthread -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/SDL -c -o
 /tmp/ffconf.Yb7jGpv4.o /tmp/ffconf.fC7Vyz50.c
 gcc -Wl,--as-needed -Wl,-z,noexecstack -o /tmp/ffconf.34aEOZpM
 /tmp/ffconf.Yb7jGpv4.o -lxcb -lX11 -ljack -lasound -lSDL -lm -llzma -lbz2
 -lz -pthread
 x11grab cannot be enabled
 }}}


 before:

 {{{
 mc at debian64:~/rec/temp/ffmpeg2-0$ git checkout master
 Si è passati al branch 'master'
 Your branch is up-to-date with 'origin/master'.
 mc at debian64:~/rec/temp/ffmpeg2-0$ git branch -d test
 Ramo test eliminato (era 470bfab).

 mc at debian64:~/rec/temp/ffmpeg2-0$ git branch test
 f97ee815cf25580cbb9d6bed304d9c22895f7074
 mc at debian64:~/rec/temp/ffmpeg2-0$ git checkout test
 Si è passati al branch 'test

 mc at debian64:~/rec/temp/ffmpeg2-0$ ./configure  --enable-x11grab --enable-
 gpl
 ...
 License: GPL version 2 or later
 Creating config.mak, config.h, and doc/config.texi...
 config.h is unchanged
 config.asm is unchanged
 libavutil/avconfig.h is unchanged
 mc at debian64:~/rec/temp/ffmpeg2-0$
 }}}

--
Ticket URL: <https://trac.ffmpeg.org/ticket/5247>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list