linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Build failed in Jenkins: xawtv4 #1
@ 2019-08-12 13:25 mchehab
  2019-08-12 13:27 ` Build failed in Jenkins: xawtv4 #2 mchehab
  2019-08-12 13:38 ` Jenkins build is back to normal : xawtv4 #4 mchehab
  0 siblings, 2 replies; 4+ messages in thread
From: mchehab @ 2019-08-12 13:25 UTC (permalink / raw)
  To: mchehab, linux-media

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

Changes:

------------------------------------------
Started by user Mauro Carvalho Chehab
Running as SYSTEM
Building remotely on slave2 in workspace <https://builder.linuxtv.org/job/xawtv4/ws/>
No credentials specified
Cloning the remote Git repository
Cloning repository git://linuxtv.org/xawtv4.git
 > git init <https://builder.linuxtv.org/job/xawtv4/ws/> # timeout=10
Fetching upstream changes from git://linuxtv.org/xawtv4.git
 > git --version # timeout=10
 > git fetch --tags --force --progress git://linuxtv.org/xawtv4.git +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url git://linuxtv.org/xawtv4.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url git://linuxtv.org/xawtv4.git # timeout=10
Fetching upstream changes from git://linuxtv.org/xawtv4.git
 > git fetch --tags --force --progress git://linuxtv.org/xawtv4.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision 11e258342bda5ebf23e78dae05385185a750a2bf (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 11e258342bda5ebf23e78dae05385185a750a2bf
Commit message: "Make it build again"
First time build. Skipping changelog.
[xawtv4] $ /bin/sh -xe /tmp/jenkins8553108853685694405.sh
+ autoreconf -vfi
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal --force 
autoreconf: configure.ac: tracing
autoreconf: configure.ac: not using Libtool
autoreconf: running: /usr/bin/autoconf --force
autoreconf: running: /usr/bin/autoheader --force
autoreconf: configure.ac: not using Automake
autoreconf: Leaving directory `.'
+ ./configure
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking how to run the C preprocessor... gcc -E
configure: error: cannot find install-sh, install.sh, or shtool in "." "./.." "./../.."
Build step 'Execute shell' marked build as failure

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Build failed in Jenkins: xawtv4 #2
  2019-08-12 13:25 Build failed in Jenkins: xawtv4 #1 mchehab
@ 2019-08-12 13:27 ` mchehab
  2019-08-12 13:33   ` Build failed in Jenkins: xawtv4 #3 mchehab
  2019-08-12 13:38 ` Jenkins build is back to normal : xawtv4 #4 mchehab
  1 sibling, 1 reply; 4+ messages in thread
From: mchehab @ 2019-08-12 13:27 UTC (permalink / raw)
  To: mchehab, linux-media

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

Changes:

------------------------------------------
[...truncated 4.03 KB...]
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
*** arts disabled
checking for mad_decoder_init in -lmad... no
checking for mpeg2_init in -lmpeg2... no
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... gtk+-x11-2.0 >= 2.4 not found
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

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

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

+ make
  CC	  console/dump-mixers.o
  LD	  console/dump-mixers
  CC	  console/record.o
  LD	  console/record
  CC	  console/showriff.o
  LD	  console/showriff
  CC	  console/showqt.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=]
      sprintf(si,"[%d] ",loop);
                   ^~
console/showqt.c:505:17: note: directive argument in the range [0, 2147483647]
      sprintf(si,"[%d] ",loop);
                 ^~~~~~~
console/showqt.c:505:6: note: ‘sprintf’ output between 5 and 14 bytes into a destination of size 8
      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=]
      sprintf(si,"[%d] ",loop);
                   ^~
console/showqt.c:510:17: note: directive argument in the range [1, 2147483647]
      sprintf(si,"[%d] ",loop);
                 ^~~~~~~
console/showqt.c:510:6: note: ‘sprintf’ output between 5 and 14 bytes into a destination of size 8
      sprintf(si,"[%d] ",loop);
      ^~~~~~~~~~~~~~~~~~~~~~~~
  LD	  console/showqt
  CC	  console/streamer.o
  CC	  common/sound.o
  CC	  common/webcam.o
  CC	  common/tuning.o
  CC	  common/commands.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=]
      sprintf(ch,"%d",n);
                  ^~
common/commands.c:1184:17: note: directive argument in the range [1, 2147483647]
      sprintf(ch,"%d",n);
                 ^~~~
common/commands.c:1184:6: note: ‘sprintf’ output between 2 and 11 bytes into a destination of size 8
      sprintf(ch,"%d",n);
      ^~~~~~~~~~~~~~~~~~
  CC	  common/devs.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]
     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]
     int i,add = 0;
           ^~~
  CC	  common/parseconfig.o
  CC	  common/fifo.o
  CC	  common/capture.o
  CC	  common/event.o
  CC	  common/tv-config.o
  CC	  common/dvb-tuning.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]
     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]
     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]
     switch (h->info.type) {
     ^~~~~~
common/dvb-tuning.c: In function ‘parse_vdr_diseqc.constprop’:
common/dvb-tuning.c:1126:26: warning: ‘%d’ directive writing between 1 and 10 bytes into a region of size 9 [-Wformat-overflow=]
  sprintf(section,"diseqc-%d",i++);
                          ^~
common/dvb-tuning.c:1126:18: note: directive argument in the range [0, 2147483647]
  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
  sprintf(section,"diseqc-%d",i++);
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC	  structs/struct-dvb.o
  CC	  structs/struct-dump.o
  CC	  libng/grab-ng.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]
     void *handle;
           ^~~~~~
  CC	  libng/devices.o
  CC	  libng/writefile.o
  CC	  libng/parse-mpeg.o
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]
     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]
     int i,t,l;
             ^
  CC	  libng/parse-dvb.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]
     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]
     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]
  if (network)
      ^~~~~~~
  CC	  libng/color_common.o
  CC	  libng/color_packed.o
  CC	  libng/color_lut.o
  CC	  libng/color_yuv2rgb.o
  CC	  libng/convert.o
  CC	  libng/misc.o
  AR	  libng/libng.a
ar: creating libng/libng.a
  LD	  console/streamer
  CC	  console/webcam.o
  CC	  console/ftp.o
  LD	  console/webcam
  CC	  console/scantv.o
console/scantv.c: In function ‘main’:
console/scantv.c:236:31: warning: ‘%s’ directive argument is null [-Wformat-overflow=]
       sprintf(dummy,"unknown (%s)",fchannel);
                               ^~
  CC	  common/vbi-dvb.o
  CC	  common/vbi-data.o
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]
   int i, j, n;
             ^
  LD	  console/scantv
  CC	  console/radio.o
  LD	  console/radio
  CC	  console/v4l-info.o
  CC	  structs/struct-v4l.o
  CC	  structs/struct-v4l2.o
  LD	  console/v4l-info
  CC	  console/v4l-conf.o
  LD	  console/v4l-conf
  CC	  debug/sysfs.o
debug/sysfs.c: In function ‘sysfs_find_path’:
debug/sysfs.c:63:33: warning: ‘%s’ directive output may be truncated writing up to 255 bytes into a region of size 63 [-Wformat-truncation=]
  snprintf(path,sizeof(path),"%s/%s",sysfs_base,e_class->d_name);
                                 ^~
debug/sysfs.c:63:2: note: ‘snprintf’ output 2 or more bytes (assuming 257) into a destination of size 64
  snprintf(path,sizeof(path),"%s/%s",sysfs_base,e_class->d_name);
  ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  LD	  debug/sysfs
  CC	  debug/xvideo.o
debug/xvideo.c: In function ‘resize_event’:
debug/xvideo.c:96:12: warning: variable ‘wy’ set but not used [-Wunused-but-set-variable]
     int wx,wy,wwidth,wheight;
            ^~
debug/xvideo.c:96:9: warning: variable ‘wx’ set but not used [-Wunused-but-set-variable]
     int wx,wy,wwidth,wheight;
         ^~
  LD	  debug/xvideo
  CC	  debug/dvb-signal.o
  LD	  debug/dvb-signal
  CC	  debug/vbi-rec.o
  LD	  debug/vbi-rec
  CC	  debug/epg.o
debug/epg.c: In function ‘main’:
debug/epg.c:278:9: warning: variable ‘tuned’ set but not used [-Wunused-but-set-variable]
     int tuned = 0;
         ^~~~~
debug/epg.c:67:32: warning: ‘%+ld’ directive output may be truncated writing between 2 and 17 bytes into a region of size 5 [-Wformat-truncation=]
     snprintf(tz,sizeof(tz),"GMT%+ld",-timezone/3600);
                                ^~~~
debug/epg.c:67:28: note: directive argument in the range [-2562047788015215, 2562047788015215]
     snprintf(tz,sizeof(tz),"GMT%+ld",-timezone/3600);
                            ^~~~~~~~~
debug/epg.c:67:5: note: ‘snprintf’ output between 6 and 21 bytes into a destination of size 8
     snprintf(tz,sizeof(tz),"GMT%+ld",-timezone/3600);
     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC	  common/dvb-monitor.o
common/dvb-monitor.c:14:10: fatal error: glib.h: No such file or directory
 #include <glib.h>
          ^~~~~~~~
compilation terminated.
make: *** [mk/Compile.mk:55: common/dvb-monitor.o] Error 1
Build step 'Execute shell' marked build as failure

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Build failed in Jenkins: xawtv4 #3
  2019-08-12 13:27 ` Build failed in Jenkins: xawtv4 #2 mchehab
@ 2019-08-12 13:33   ` mchehab
  0 siblings, 0 replies; 4+ messages in thread
From: mchehab @ 2019-08-12 13:33 UTC (permalink / raw)
  To: mchehab, linux-media

See <https://builder.linuxtv.org/job/xawtv4/3/display/redirect?page=changes>

Changes:

[Mauro Carvalho Chehab] configure.ac: qt also requires glib includes

------------------------------------------
Started by user Mauro Carvalho Chehab
Running as SYSTEM
Building remotely on slave2 in workspace <https://builder.linuxtv.org/job/xawtv4/ws/>
No credentials specified
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url git://linuxtv.org/xawtv4.git # timeout=10
Fetching upstream changes from git://linuxtv.org/xawtv4.git
 > git --version # timeout=10
 > git fetch --tags --force --progress git://linuxtv.org/xawtv4.git +refs/heads/*:refs/remotes/origin/*
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision edfabf9b4fd5a6a9bf75165cfe3c70da4c274139 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f edfabf9b4fd5a6a9bf75165cfe3c70da4c274139
Commit message: "configure.ac: qt also requires glib includes"
 > git rev-list --no-walk 11e258342bda5ebf23e78dae05385185a750a2bf # timeout=10
[xawtv4] $ /bin/sh -xe /tmp/jenkins2681780919810939706.sh
+ ./autogen.sh
+ autoconf
+ autoheader
+ rm -rf autom4te.cache
+ cp /usr/share/automake-1.16/install-sh .
+ ./configure
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking how to run the C preprocessor... gcc -E
checking for a BSD-compatible install... /usr/bin/install -c
checking for gccmakedep... no
checking for makedepend... no
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking getopt.h usability... yes
checking getopt.h presence... yes
checking for getopt.h... yes
checking soundcard.h usability... no
checking soundcard.h presence... no
checking for soundcard.h... no
checking for unistd.h... (cached) yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking sys/soundcard.h usability... yes
checking sys/soundcard.h presence... yes
checking for sys/soundcard.h... yes
checking alsa/asoundlib.h usability... yes
checking alsa/asoundlib.h presence... yes
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
*** arts disabled
checking for mad_decoder_init in -lmad... no
checking for mpeg2_init in -lmpeg2... no
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... gtk+-x11-2.0 >= 2.4 not found
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          : no
    mpeg2        : no
    X11R6        : yes
    gtk+         : no
    OpenMotif    : yes
    OpenGL       : yes
    zvbi         : yes
    DVB          : yes

+ make
  CC	  common/dvb-monitor.o
common/dvb-monitor.c:14:10: fatal error: glib.h: No such file or directory
 #include <glib.h>
          ^~~~~~~~
compilation terminated.
make: *** [mk/Compile.mk:55: common/dvb-monitor.o] Error 1
Build step 'Execute shell' marked build as failure

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Jenkins build is back to normal : xawtv4 #4
  2019-08-12 13:25 Build failed in Jenkins: xawtv4 #1 mchehab
  2019-08-12 13:27 ` Build failed in Jenkins: xawtv4 #2 mchehab
@ 2019-08-12 13:38 ` mchehab
  1 sibling, 0 replies; 4+ messages in thread
From: mchehab @ 2019-08-12 13:38 UTC (permalink / raw)
  To: mchehab, linux-media

See <https://builder.linuxtv.org/job/xawtv4/4/display/redirect?page=changes>


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-08-12 13:38 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-08-12 13:25 Build failed in Jenkins: xawtv4 #1 mchehab
2019-08-12 13:27 ` Build failed in Jenkins: xawtv4 #2 mchehab
2019-08-12 13:33   ` Build failed in Jenkins: xawtv4 #3 mchehab
2019-08-12 13:38 ` Jenkins build is back to normal : xawtv4 #4 mchehab

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).