Build failed in Jenkins: xawtv4 #12

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



See <https://builder.linuxtv.org/job/xawtv4/12/display/redirect>

Changes:


------------------------------------------
[...truncated 4.29 KB...]
checking for alsa/asoundlib.h... yes
checking linux/joystick.h usability... yes
checking linux/joystick.h presence... yes
checking for linux/joystick.h... yes
checking dev/bktr/ioctl_bt848.h usability... no
checking dev/bktr/ioctl_bt848.h presence... no
checking for dev/bktr/ioctl_bt848.h... no
checking dev/ic/bt8xx.h usability... no
checking dev/ic/bt8xx.h presence... no
checking for dev/ic/bt8xx.h... no
checking linux/dvb/dmx.h usability... yes
checking linux/dvb/dmx.h presence... yes
checking for linux/dvb/dmx.h... yes
checking for ftello... yes
checking for fseeko... yes
checking for getpt... yes
checking for getnameinfo... yes
checking for getopt_long... yes
checking for strcasestr... yes
checking for memmem... yes
checking for dlopen... no
checking for iconv_open... yes
checking for dlopen in -ldl... yes
checking for ELF... yes
checking for pthread_create in -lpthread... yes
checking for main in -lossaudio... no
checking for initscr in -lncurses... yes
checking for X... libraries , headers 
checking for gethostbyname... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... yes
checking for Xft... yes
checking for jpeg_start_compress in -ljpeg... yes
checking for snd_seq_open in -lasound... yes
checking for aRts... no
checking for mad_decoder_init in -lmad... yes
checking for mpeg2_init in -lmpeg2... yes
checking for lirc_init in -llirc_client... yes
checking for vbi_capture_fd in -lzvbi... yes
checking for vbi_capture_proxy_new in -lzvbi... yes
checking for vbi_capture_dvb_new2 in -lzvbi... yes
*** aalib support disabled
checking for dv_decoder_new in -ldv... yes
Package glib was not found in the pkg-config search path.
Perhaps you should add the directory containing `glib.pc'
to the PKG_CONFIG_PATH environment variable
No package 'glib' found
checking for lqt_query_registry in -lquicktime... yes
checking for DPMSQueryExtension in -lXdpms... no
checking for DPMSQueryExtension in -lXext... yes
checking for XineramaQueryExtension in -lXinerama... yes
checking for XRenderQueryExtension in -lXrender... yes
checking for XvQueryExtension in -lXv... yes
checking for XmStringGenerate in -lXm... yes
checking for glXChooseVisual in -lGL... yes
checking for gtk+ 2.4... yes
checking for X11 config directory... /etc/X11
checking for X11 app-defaults directory... /etc/X11/app-defaults
checking if mmx should be used... no
configure: creating ./config.status
config.status: creating Makefile
config.status: WARNING:  'Makefile.in' seems to ignore the --datarootdir setting
config.status: creating xawtv.spec
config.status: creating config.h
config.status: config.h is unchanged

compile time options summary
============================

    aalib        : no
    alsa         : yes
    aRts         : no
    dv           : yes
    QuickTime    : yes
    mad          : yes
    mpeg2        : yes
    X11R6        : yes
    gtk+         : yes
    OpenMotif    : yes
    OpenGL       : yes
    zvbi         : yes
    DVB          : yes

+ make
  CC	  console/dump-mixers.o
  CC	  console/record.o
  CC	  console/showriff.o
  CC	  console/showqt.o
  CC	  console/streamer.o
  CC	  common/sound.o
  CC	  common/webcam.o
  CC	  common/tuning.o
  CC	  common/commands.o
  CC	  common/devs.o
  CC	  common/parseconfig.o
  CC	  common/fifo.o
console/showqt.c: In function ‘handle_classic_atom’:
console/showqt.c:505:19: warning: ‘%d’ directive writing between 1 and 10 bytes into a region of size 7 [-Wformat-overflow=]
  505 |      sprintf(si,"[%d] ",loop);
      |                   ^~
console/showqt.c:505:17: note: directive argument in the range [0, 2147483647]
  505 |      sprintf(si,"[%d] ",loop);
      |                 ^~~~~~~
console/showqt.c:505:6: note: ‘sprintf’ output between 5 and 14 bytes into a destination of size 8
  505 |      sprintf(si,"[%d] ",loop);
      |      ^~~~~~~~~~~~~~~~~~~~~~~~
console/showqt.c:510:19: warning: ‘%d’ directive writing between 1 and 10 bytes into a region of size 7 [-Wformat-overflow=]
  510 |      sprintf(si,"[%d] ",loop);
      |                   ^~
console/showqt.c:510:17: note: directive argument in the range [1, 2147483647]
  510 |      sprintf(si,"[%d] ",loop);
      |                 ^~~~~~~
console/showqt.c:510:6: note: ‘sprintf’ output between 5 and 14 bytes into a destination of size 8
  510 |      sprintf(si,"[%d] ",loop);
      |      ^~~~~~~~~~~~~~~~~~~~~~~~
  CC	  common/capture.o
  CC	  common/event.o
  CC	  common/tv-config.o
  CC	  common/dvb-tuning.o
  CC	  structs/struct-dvb.o
  CC	  structs/struct-dump.o
  CC	  libng/grab-ng.o
  CC	  libng/devices.o
common/devs.c: In function ‘device_probe_video’:
common/devs.c:127:15: warning: variable ‘add’ set but not used [-Wunused-but-set-variable]
  127 |     int err,i,add=0;
      |               ^~~
common/devs.c: In function ‘device_probe_dvb’:
common/devs.c:193:11: warning: variable ‘add’ set but not used [-Wunused-but-set-variable]
  193 |     int i,add = 0;
      |           ^~~
  CC	  libng/writefile.o
  CC	  libng/parse-mpeg.o
  CC	  libng/parse-dvb.o
common/commands.c: In function ‘keypad_handler’:
common/commands.c:1184:18: warning: ‘%d’ directive writing between 1 and 10 bytes into a region of size 8 [-Wformat-overflow=]
 1184 |      sprintf(ch,"%d",n);
      |                  ^~
common/commands.c:1184:17: note: directive argument in the range [1, 2147483647]
 1184 |      sprintf(ch,"%d",n);
      |                 ^~~~
common/commands.c:1184:6: note: ‘sprintf’ output between 2 and 11 bytes into a destination of size 8
 1184 |      sprintf(ch,"%d",n);
      |      ^~~~~~~~~~~~~~~~~~
  CC	  libng/color_common.o
  CC	  libng/color_packed.o
  CC	  libng/color_lut.o
  CC	  libng/color_yuv2rgb.o
  CC	  libng/convert.o
libng/parse-dvb.c: In function ‘parse_nit_desc_2’:
libng/parse-dvb.c:196:13: warning: variable ‘l’ set but not used [-Wunused-but-set-variable]
  196 |     int i,t,l;
      |             ^
libng/parse-dvb.c: In function ‘parse_sdt_desc’:
libng/parse-dvb.c:239:13: warning: variable ‘l’ set but not used [-Wunused-but-set-variable]
  239 |     int i,t,l;
      |             ^
libng/parse-dvb.c: In function ‘mpeg_parse_psi_nit’:
libng/parse-dvb.c:351:6: warning: the address of ‘network’ will always evaluate as ‘true’ [-Waddress]
  351 |  if (network)
      |      ^~~~~~~
  CC	  libng/misc.o
  CC	  console/webcam.o
  CC	  console/ftp.o
  CC	  console/scantv.o
common/dvb-tuning.c: In function ‘fixup_numbers’:
common/dvb-tuning.c:329:5: warning: enumeration value ‘FE_ATSC’ not handled in switch [-Wswitch]
  329 |     switch (h->info.type) {
      |     ^~~~~~
common/dvb-tuning.c: In function ‘dump_fe_info’:
common/dvb-tuning.c:365:5: warning: enumeration value ‘FE_ATSC’ not handled in switch [-Wswitch]
  365 |     switch (h->info.type) {
      |     ^~~~~~
common/dvb-tuning.c: In function ‘dvb_frontend_tune’:
common/dvb-tuning.c:433:5: warning: enumeration value ‘FE_ATSC’ not handled in switch [-Wswitch]
  433 |     switch (h->info.type) {
      |     ^~~~~~
common/dvb-tuning.c: In function ‘parse_vdr_diseqc.constprop.isra’:
common/dvb-tuning.c:1126:26: warning: ‘%d’ directive writing between 1 and 10 bytes into a region of size 9 [-Wformat-overflow=]
 1126 |  sprintf(section,"diseqc-%d",i++);
      |                          ^~
common/dvb-tuning.c:1126:18: note: directive argument in the range [0, 2147483647]
 1126 |  sprintf(section,"diseqc-%d",i++);
      |                  ^~~~~~~~~~~
common/dvb-tuning.c:1126:2: note: ‘sprintf’ output between 9 and 18 bytes into a destination of size 16
 1126 |  sprintf(section,"diseqc-%d",i++);
      |  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC	  common/vbi-dvb.o
  CC	  common/vbi-data.o
  CC	  console/radio.o
  CC	  console/v4l-info.o
libng/grab-ng.c: In function ‘ng_filter_single’:
libng/grab-ng.c:964:11: warning: variable ‘handle’ set but not used [-Wunused-but-set-variable]
  964 |     void *handle;
      |           ^~~~~~
  CC	  structs/struct-v4l.o
  CC	  structs/struct-v4l2.o
  CC	  console/v4l-conf.o
  LD	  console/dump-mixers
In function ‘do_scan’,
    inlined from ‘main’ at console/scantv.c:400:2:
console/scantv.c:236:7: warning: ‘%s’ directive argument is null [-Wformat-overflow=]
  236 |       sprintf(dummy,"unknown (%s)",fchannel);
      |       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  LD	  console/record
  LD	  console/showriff
  LD	  console/showqt
  LD	  console/v4l-info
libng/parse-mpeg.c: In function ‘parse_pmt_desc’:
libng/parse-mpeg.c:680:13: warning: variable ‘l’ set but not used [-Wunused-but-set-variable]
  680 |     int i,t,l;
      |             ^
libng/parse-mpeg.c: In function ‘get_lang_tag’:
libng/parse-mpeg.c:697:13: warning: variable ‘l’ set but not used [-Wunused-but-set-variable]
  697 |     int i,t,l;
      |             ^
  AR	  libng/libng.a
  LD	  console/radio
ar: creating libng/libng.a
  LD	  console/streamer
/usr/bin/ld: common/commands.o:<https://builder.linuxtv.org/job/xawtv4/ws/common/commands.c>:52: multiple definition of `debug'; console/streamer.o:<https://builder.linuxtv.org/job/xawtv4/ws/console/streamer.c>:62: first defined here
/usr/bin/ld: common/devs.o:<https://builder.linuxtv.org/job/xawtv4/ws/./libng/parse-mpeg.h>:17: multiple definition of `psi_service_type'; common/tuning.o:<https://builder.linuxtv.org/job/xawtv4/ws/./libng/parse-mpeg.h>:17: first defined here
/usr/bin/ld: common/dvb-tuning.o:<https://builder.linuxtv.org/job/xawtv4/ws/./libng/parse-mpeg.h>:17: multiple definition of `psi_service_type'; common/tuning.o:<https://builder.linuxtv.org/job/xawtv4/ws/./libng/parse-mpeg.h>:17: first defined here
/usr/bin/ld: libng/libng.a(parse-mpeg.o):<https://builder.linuxtv.org/job/xawtv4/ws/libng/parse-mpeg.h>:17: multiple definition of `psi_service_type'; common/tuning.o:<https://builder.linuxtv.org/job/xawtv4/ws/./libng/parse-mpeg.h>:17: first defined here
/usr/bin/ld: libng/libng.a(parse-dvb.o):<https://builder.linuxtv.org/job/xawtv4/ws/libng/parse-mpeg.h>:17: multiple definition of `psi_service_type'; common/tuning.o:<https://builder.linuxtv.org/job/xawtv4/ws/./libng/parse-mpeg.h>:17: first defined here
  LD	  console/webcam
  LD	  console/v4l-conf
/usr/bin/ld: common/dvb-tuning.o:<https://builder.linuxtv.org/job/xawtv4/ws/./libng/parse-mpeg.h>:17: multiple definition of `psi_service_type'; common/devs.o:<https://builder.linuxtv.org/job/xawtv4/ws/./libng/parse-mpeg.h>:17: first defined here
/usr/bin/ld: libng/libng.a(parse-mpeg.o):<https://builder.linuxtv.org/job/xawtv4/ws/libng/parse-mpeg.h>:17: multiple definition of `psi_service_type'; common/devs.o:<https://builder.linuxtv.org/job/xawtv4/ws/./libng/parse-mpeg.h>:17: first defined here
/usr/bin/ld: libng/libng.a(parse-dvb.o):<https://builder.linuxtv.org/job/xawtv4/ws/libng/parse-mpeg.h>:17: multiple definition of `psi_service_type'; common/devs.o:<https://builder.linuxtv.org/job/xawtv4/ws/./libng/parse-mpeg.h>:17: first defined here
/usr/bin/ld: libng/libng.a(grab-ng.o): in function `ng_plugins':
<https://builder.linuxtv.org/job/xawtv4/ws/libng/grab-ng.c>:1124: undefined reference to `dlopen'
/usr/bin/ld: <https://builder.linuxtv.org/job/xawtv4/ws/libng/grab-ng.c>:1125: undefined reference to `dlerror'
collect2: error: ld returned 1 exit status
make: *** [mk/Compile.mk:75: console/streamer] Error 1
make: *** Waiting for unfinished jobs....
/usr/bin/ld: libng/libng.a(grab-ng.o): in function `ng_plugins':
<https://builder.linuxtv.org/job/xawtv4/ws/libng/grab-ng.c>:1124: undefined reference to `dlopen'
/usr/bin/ld: <https://builder.linuxtv.org/job/xawtv4/ws/libng/grab-ng.c>:1125: undefined reference to `dlerror'
collect2: error: ld returned 1 exit status
make: *** [mk/Compile.mk:74: console/webcam] Error 1
In file included from common/vbi-data.c:17:
common/vbi-sim.c: In function ‘ttx_sim’:
common/vbi-sim.c:186:13: warning: variable ‘n’ set but not used [-Wunused-but-set-variable]
  186 |   int i, j, n;
      |             ^
Build step 'Execute shell' marked build as failure



[Index of Archives]     [Linux Input]     [Video for Linux]     [Gstreamer Embedded]     [Mplayer Users]     [Linux USB Devel]     [Linux Audio Users]     [Linux Kernel]     [Linux SCSI]     [Yosemite Backpacking]

  Powered by Linux