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

Bug#1088044: marked as done (xawtv: FTBFS: error: passing argument 2 of ‘XawListChange’ from incompatible pointer type [-Wincompatible-pointer-types])



Your message dated Wed, 15 Jan 2025 16:26:26 +0000
with message-id <E1tY6Dq-009UCZ-DQ@fasolo.debian.org>
and subject line Bug#1088044: fixed in xawtv 3.107-3
has caused the Debian Bug report #1088044,
regarding xawtv: FTBFS: error: passing argument 2 of ‘XawListChange’ from incompatible pointer type [-Wincompatible-pointer-types]
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
1088044: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1088044
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: src:xawtv
Version: 3.107-2.1
Severity: serious
Tags: ftbfs

Dear maintainer:

During a rebuild of all packages in unstable, your package failed to build:

--------------------------------------------------------------------------------
[...]
 debian/rules build
dh build
   dh_update_autotools_config
   dh_autoreconf
configure.ac:5: warning: The macro 'AC_CONFIG_HEADER' is obsolete.
configure.ac:5: You should run autoupdate.
./lib/autoconf/status.m4:719: AC_CONFIG_HEADER is expanded from...
configure.ac:5: the top level
configure.ac:362: warning: AC_OUTPUT should be used without arguments.
configure.ac:362: You should run autoupdate.
   dh_auto_configure
	./configure --build=x86_64-linux-gnu --prefix=/usr --includedir=\${prefix}/include --mandir=\${prefix}/share/man --infodir=\${prefix}/share/info --sysconfdir=/etc --localstatedir=/var --disable-option-checking --disable-silent-rules --libdir=\${prefix}/lib/x86_64-linux-gnu --runstatedir=/run --disable-maintainer-mode --disable-dependency-tracking
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 the compiler supports GNU C... yes
checking whether gcc accepts -g... yes
checking for gcc option to enable C11 features... none needed
checking for g++... g++
checking whether the compiler supports GNU C++... yes
checking whether g++ accepts -g... yes
checking for g++ option to enable C++11 features... none needed
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 stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for sys/mkdev.h... no
checking for sys/sysmacros.h... yes
checking for egrep -e... /usr/bin/grep -E
checking for getopt.h... yes
checking for soundcard.h... no
checking for unistd.h... (cached) yes
checking for sys/select.h... yes
checking for sys/soundcard.h... yes
checking for alsa/asoundlib.h... yes
checking for linux/joystick.h... yes
checking for dev/ic/bt8xx.h... no
checking for machine/ioctl_bt848.h... no
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 dlopen... yes
checking for ELF... yes
checking for pthread_create in -lpthread... yes
checking for main in -lossaudio... no
checking for initscr in -lncursesw... 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 v4l2_fd_open in -lv4l2... yes
checking for explain_open in -lexplain... no
checking for jpeg_start_compress in -ljpeg... yes
checking for snd_seq_open in -lasound... yes
checking for lirc_init in -llirc_client... yes
checking for vbi_capture_fd in -lzvbi... yes
checking for aa_autoinit in -laa... yes
checking for dv_decoder_new in -ldv... yes
checking for lqt_query_registry in -lquicktime... yes
checking for XF86DGAQueryExtension in -lXxf86dga... yes
checking for XF86VidModeQueryExtension in -lXxf86vm... 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 XRRConfigCurrentConfiguration in -lXrandr... yes
checking for XvQueryExtension in -lXv... yes
checking for XmStringGenerate in -lXm... yes
checking for glXChooseVisual in -lGL... 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

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

    aalib        : yes
    alsa         : yes
    dv           : yes
    QuickTime    : yes
    OpenMotif    : yes
    X11R6        : yes
    OpenGL       : yes
    zvbi         : yes
    libv4l       : yes
    libexplain   : no
    lirc         : yes

   dh_auto_build
	make -j2
make[1]: Entering directory '/<<PKGBUILDDIR>>'
  CC	  console/dump-mixers.o
  CC	  console/record.o
console/record.c: In function ‘wav_start_write’:
console/record.c:348:5: warning: ignoring return value of ‘write’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
  348 |     write(fd,&fileheader,sizeof(WAVEHDR));
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
console/record.c: In function ‘wav_stop_write’:
console/record.c:373:5: warning: ignoring return value of ‘write’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
  373 |     write(fd,&fileheader,sizeof(WAVEHDR));
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC	  console/showriff.o
console/showriff.c: In function ‘ProcessChunk’:
console/showriff.c:487:48: warning: expression does not compute the number of elements in this array; element type is ‘struct VAL’, not ‘char *’ [-Wsizeof-array-div]
  487 |             dump_vals(f,sizeof(names_strf_auds)/sizeof(char*),names_strf_auds);
      |                                                ^
console/showriff.c:487:48: note: add parentheses around the second ‘sizeof’ to silence this warning
console/showriff.c:182:12: note: array ‘names_strf_auds’ declared here
  182 | struct VAL names_strf_auds[] = {
      |            ^~~~~~~~~~~~~~~
console/showriff.c:496:48: warning: expression does not compute the number of elements in this array; element type is ‘struct VAL’, not ‘char *’ [-Wsizeof-array-div]
  496 |             dump_vals(f,sizeof(names_strf_auds)/sizeof(char*),names_strf_auds);
      |                                                ^
console/showriff.c:496:48: note: add parentheses around the second ‘sizeof’ to silence this warning
console/showriff.c:182:12: note: array ‘names_strf_auds’ declared here
  182 | struct VAL names_strf_auds[] = {
      |            ^~~~~~~~~~~~~~~
console/showriff.c:435:9: warning: ignoring return value of ‘fread’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
  435 |         fread(&formtype,sizeof(FOURCC),1,f);    /* read the form type */
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
console/showriff.c:475:9: warning: ignoring return value of ‘fread’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
  475 |         fread(&fcc_type,sizeof(FOURCC),1,f);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
console/showriff.c:504:9: warning: ignoring return value of ‘fread’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
  504 |         fread(buf, buflen, 1, f);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~
console/showriff.c: In function ‘dump_vals’:
console/showriff.c:205:13: warning: ignoring return value of ‘fread’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
  205 |             fread(&val32,4,1,f);
      |             ^~~~~~~~~~~~~~~~~~~
console/showriff.c:210:13: warning: ignoring return value of ‘fread’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
  210 |             fread(&val32,4,1,f);
      |             ^~~~~~~~~~~~~~~~~~~
console/showriff.c:224:13: warning: ignoring return value of ‘fread’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
  224 |             fread(&val32,4,1,f);
      |             ^~~~~~~~~~~~~~~~~~~
console/showriff.c:235:13: warning: ignoring return value of ‘fread’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
  235 |             fread(&val16,2,1,f);
      |             ^~~~~~~~~~~~~~~~~~~
  CC	  console/showqt.o
  CC	  console/streamer.o
console/showqt.c: In function ‘dump_string’:
console/showqt.c:530:9: warning: ignoring return value of ‘read’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
  530 |         read(fh,&ssize,sizeof(ssize));
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
console/showqt.c:531:9: warning: ignoring return value of ‘read’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
  531 |         read(fh,&stype,sizeof(stype));
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
console/showqt.c:535:9: warning: ignoring return value of ‘read’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
  535 |         read(fh,str,ssize);
      |         ^~~~~~~~~~~~~~~~~~
console/showqt.c: In function ‘dump_fields’:
console/showqt.c:428:13: warning: ignoring return value of ‘read’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
  428 |             read(fh,&fcc,sizeof(fcc));
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~
console/showqt.c:432:13: warning: ignoring return value of ‘read’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
  432 |             read(fh,&int8,sizeof(int8));
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~
console/showqt.c:438:13: warning: ignoring return value of ‘read’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
  438 |             read(fh,&int16,sizeof(int16));
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
console/showqt.c:442:13: warning: ignoring return value of ‘read’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
  442 |             read(fh,&int32,sizeof(int32));
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
console/showqt.c:446:13: warning: ignoring return value of ‘read’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
  446 |             read(fh,&int64,sizeof(int64));
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
console/showqt.c:450:13: warning: ignoring return value of ‘read’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
  450 |             read(fh,&int16,sizeof(int16));
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
console/showqt.c:455:13: warning: ignoring return value of ‘read’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
  455 |             read(fh,&int32,sizeof(int32));
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
console/showqt.c:460:13: warning: ignoring return value of ‘read’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
  460 |             read(fh,dummy,3);
      |             ^~~~~~~~~~~~~~~~
console/showqt.c:466:13: warning: ignoring return value of ‘read’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
  466 |             read(fh,&uint32,sizeof(uint32));
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
console/showqt.c:472:13: warning: ignoring return value of ‘read’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
  472 |             read(fh,&color,sizeof(color));
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
console/showqt.c:479:13: warning: ignoring return value of ‘read’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
  479 |             read(fh,dummy,2);
      |             ^~~~~~~~~~~~~~~~
console/showqt.c:482:13: warning: ignoring return value of ‘read’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
  482 |             read(fh,dummy,4);
      |             ^~~~~~~~~~~~~~~~
console/showqt.c:485:13: warning: ignoring return value of ‘read’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
  485 |             read(fh,dummy,6);
      |             ^~~~~~~~~~~~~~~~
console/showqt.c:488:13: warning: ignoring return value of ‘read’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
  488 |             read(fh,dummy,8);
      |             ^~~~~~~~~~~~~~~~
console/showqt.c:491:13: warning: ignoring return value of ‘read’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
  491 |             read(fh,dummy,10);
      |             ^~~~~~~~~~~~~~~~~
console/showqt.c:494:13: warning: ignoring return value of ‘read’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
  494 |             read(fh,dummy,36);
      |             ^~~~~~~~~~~~~~~~~
console/showqt.c:497:13: warning: ignoring return value of ‘read’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
  497 |             read(fh,&count,sizeof(count));
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
console/streamer.c: In function ‘ctrlc’:
console/streamer.c:323:9: warning: ignoring return value of ‘write’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
  323 |         write(2,text,strlen(text));
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~
  CC	  common/channel-no-x11.o
  CC	  common/sound.o
  CC	  common/webcam.o
common/webcam.c: In function ‘webcam_writer’:
common/webcam.c:62:13: warning: ignoring return value of ‘write’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
   62 |             write(fd,web->buf->data,web->buf->size);
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC	  common/frequencies.o
  CC	  common/commands.o
  CC	  common/parseconfig.o
common/commands.c: In function ‘dattr_handler’:
common/commands.c:162:33: warning: expression does not compute the number of elements in this array; element type is ‘int’, not ‘char *’ [-Wsizeof-array-div]
  162 | #define NUM_DATTR (sizeof(dattr)/sizeof(char*))
      |                                 ^
common/commands.c:986:25: note: in expansion of macro ‘NUM_DATTR’
  986 |         for (i = 0; i < NUM_DATTR; i++) {
      |                         ^~~~~~~~~
common/commands.c:162:33: note: add parentheses around the second ‘sizeof’ to silence this warning
  162 | #define NUM_DATTR (sizeof(dattr)/sizeof(char*))
      |                                 ^
common/commands.c:986:25: note: in expansion of macro ‘NUM_DATTR’
  986 |         for (i = 0; i < NUM_DATTR; i++) {
      |                         ^~~~~~~~~
common/commands.c:155:12: note: array ‘dattr’ declared here
  155 | static int dattr[] = {
      |            ^~~~~
common/commands.c:162:33: warning: expression does not compute the number of elements in this array; element type is ‘int’, not ‘char *’ [-Wsizeof-array-div]
  162 | #define NUM_DATTR (sizeof(dattr)/sizeof(char*))
      |                                 ^
common/commands.c:988:26: note: in expansion of macro ‘NUM_DATTR’
  988 |             cur_dattr %= NUM_DATTR;
      |                          ^~~~~~~~~
common/commands.c:162:33: note: add parentheses around the second ‘sizeof’ to silence this warning
  162 | #define NUM_DATTR (sizeof(dattr)/sizeof(char*))
      |                                 ^
common/commands.c:988:26: note: in expansion of macro ‘NUM_DATTR’
  988 |             cur_dattr %= NUM_DATTR;
      |                          ^~~~~~~~~
common/commands.c:155:12: note: array ‘dattr’ declared here
  155 | static int dattr[] = {
      |            ^~~~~
  CC	  common/capture.o
  CC	  common/event.o
  CC	  libng/grab-ng.o
  CC	  libng/devices.o
libng/grab-ng.c: In function ‘ng_find_reader’:
libng/grab-ng.c:776:5: warning: ignoring return value of ‘fread’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
  776 |     fread(blk,1,sizeof(blk),fp);
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC	  libng/writefile.o
libng/writefile.c: In function ‘wav_stop_write’:
libng/writefile.c:275:5: warning: ignoring return value of ‘write’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
  275 |     write(fd,fileheader,sizeof(WAVEHDR));
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
libng/writefile.c: In function ‘wav_start_write’:
libng/writefile.c:264:5: warning: ignoring return value of ‘write’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
  264 |     write(fd,fileheader,sizeof(WAVEHDR));
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
libng/writefile.c: In function ‘raw_open’:
libng/writefile.c:489:13: warning: ignoring return value of ‘write’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
  489 |             write(h->fd, header, strlen(header));
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  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	  common/get_media_devices.o
  CC	  console/webcam.o
console/webcam.c: In function ‘get_message’:
console/webcam.c:406:5: warning: ignoring return value of ‘fgets’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
  406 |     fgets(buffer, MSG_MAXLEN, fp);
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC	  console/ftp.o
console/ftp.c: In function ‘ftp_init’:
console/ftp.c:94:35: warning: ignoring return value of ‘dup’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
   94 |         open(s->tty_name,O_RDWR); dup(0); dup(0);
      |                                   ^~~~~~
console/ftp.c:94:43: warning: ignoring return value of ‘dup’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
   94 |         open(s->tty_name,O_RDWR); dup(0); dup(0);
      |                                           ^~~~~~
  CC	  console/scantv.o
console/scantv.c: In function ‘menu’:
console/scantv.c:102:9: warning: ignoring return value of ‘fgets’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
  102 |         fgets(line,79,stdin);
      |         ^~~~~~~~~~~~~~~~~~~~
  CC	  common/vbi-data.o
common/vbi-data.c: In function ‘vbi_open’:
common/vbi-data.c:69:9: warning: ignoring return value of ‘pipe’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
   69 |         pipe(p);
      |         ^~~~~~~
common/vbi-data.c: In function ‘vbi_hasdata’:
common/vbi-data.c:129:9: warning: ignoring return value of ‘read’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
  129 |         read(vbi->fd,buf,1);
      |         ^~~~~~~~~~~~~~~~~~~
  CC	  console/ttv.o
  CC	  console/radio.o
  CC	  common/alsa_stream.o
  CC	  console/fbtv.o
  CC	  console/fbtools.o
console/fbtools.c: In function ‘fb_switch_release’:
console/fbtools.c:114:9: warning: ignoring return value of ‘write’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
  114 |         write(2,"vt: release\n",12);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~
console/fbtools.c: In function ‘fb_switch_acquire’:
console/fbtools.c:123:9: warning: ignoring return value of ‘write’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
  123 |         write(2,"vt: acquire\n",12);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~
console/fbtools.c: In function ‘fb_switch_signal’:
console/fbtools.c:98:13: warning: ignoring return value of ‘write’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
   98 |             write(2,"vt: SIGUSR1\n",12);
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~
console/fbtools.c:104:13: warning: ignoring return value of ‘write’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
  104 |             write(2,"vt: SIGUSR2\n",12);
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~
console/fbtools.c: In function ‘fb_setvt’:
console/fbtools.c:265:5: warning: ignoring return value of ‘chown’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
  265 |     chown(vtname, getuid(), getgid());
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
console/fbtools.c:285:5: warning: ignoring return value of ‘dup’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
  285 |     dup(0);
      |     ^~~~~~
console/fbtools.c:286:5: warning: ignoring return value of ‘dup’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
  286 |     dup(0);
      |     ^~~~~~
  CC	  console/fs.o
  CC	  console/matrox.o
console/fs.c: In function ‘fs_consolefont’:
console/fs.c:353:5: warning: ignoring return value of ‘fread’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
  353 |     fread(f->glyphs, charlen, nchars, fp);
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC	  common/lirc.o
  CC	  common/joystick.o
  CC	  common/midictrl.o
  CC	  console/v4l-info.o
  CC	  structs/struct-dump.o
  CC	  structs/struct-v4l2.o
  CC	  console/v4l-conf.o
  LD	  console/dump-mixers
  LD	  console/record
  LD	  console/showriff
  LD	  console/showqt
  AR	  libng/libng.a
ar: creating libng/libng.a
  LD	  console/radio
  LD	  console/fbtv
  LD	  console/v4l-info
  LD	  console/v4l-conf
  LD	  console/streamer
  LD	  console/webcam
  LD	  console/scantv
  LD	  console/ttv
  CC	  debug/xvideo.o
  LD	  debug/xvideo
  CC	  libng/plugins/flt-gamma.o
  CC	  libng/plugins/flt-invert.o
  CC	  libng/plugins/flt-disor.o
  CC	  libng/plugins/conv-mjpeg.o
  CC	  libng/plugins/read-avi.o
libng/plugins/read-avi.c: In function ‘avi_adata’:
libng/plugins/read-avi.c:371:5: warning: ignoring return value of ‘read’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
  371 |     read(h->fd,buf->data,size);
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~
libng/plugins/read-avi.c: In function ‘avi_vdata’:
libng/plugins/read-avi.c:348:9: warning: ignoring return value of ‘readv’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
  348 |         readv(h->fd,h->vec,h->vfmt.height);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
libng/plugins/read-avi.c:352:9: warning: ignoring return value of ‘read’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
  352 |         read(h->fd,buf->data,size);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~
libng/plugins/read-avi.c: In function ‘avi_parse_header’:
libng/plugins/read-avi.c:138:9: warning: ignoring return value of ‘read’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
  138 |         read(h->fd,&h->avih,sizeof(h->avih));
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
libng/plugins/read-avi.c:141:9: warning: ignoring return value of ‘read’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
  141 |         read(h->fd,&strh,sizeof(strh));
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
libng/plugins/read-avi.c:153:13: warning: ignoring return value of ‘read’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
  153 |             read(h->fd,&h->auds,sizeof(h->auds));
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
libng/plugins/read-avi.c:157:13: warning: ignoring return value of ‘read’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
  157 |             read(h->fd,&h->vids,sizeof(h->vids));
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
libng/plugins/read-avi.c:162:9: warning: ignoring return value of ‘read’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
  162 |         read(h->fd,&h->dml_frames,sizeof(h->dml_frames));
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
libng/plugins/read-avi.c:167:13: warning: ignoring return value of ‘read’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
  167 |             read(h->fd,&h->auds,sizeof(h->auds));
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC	  libng/plugins/write-avi.o
  CC	  libng/plugins/read-qt.o
libng/plugins/write-avi.c: In function ‘avi_writeindex’:
libng/plugins/write-avi.c:173:5: warning: ignoring return value of ‘write’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
  173 |     write(h->fd,&h->idx_hdr,sizeof(struct CHUNK_HDR));
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
libng/plugins/write-avi.c:174:5: warning: ignoring return value of ‘write’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
  174 |     write(h->fd,h->idx_array,h->idx_index*sizeof(struct IDX_RECORD));
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
libng/plugins/write-avi.c: In function ‘avi_bigfile’:
libng/plugins/write-avi.c:193:9: warning: ignoring return value of ‘write’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
  193 |         write(h->fd,&h->avix_hdr,sizeof(struct AVIX_HDR));
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
libng/plugins/write-avi.c:204:5: warning: ignoring return value of ‘write’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
  204 |     write(h->fd,&h->avix_hdr,sizeof(struct AVIX_HDR));
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
libng/plugins/write-avi.c: In function ‘avi_write_header’:
libng/plugins/write-avi.c:230:5: warning: ignoring return value of ‘write’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
  230 |     write(h->fd,&h->avi_hdr,sizeof(struct AVI_HDR));
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
libng/plugins/write-avi.c:232:9: warning: ignoring return value of ‘write’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
  232 |         write(h->fd,&h->avi_hdr_video,sizeof(struct AVI_HDR_VIDEO));
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
libng/plugins/write-avi.c:234:9: warning: ignoring return value of ‘write’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
  234 |         write(h->fd,&h->avi_hdr_audio,sizeof(struct AVI_HDR_AUDIO));
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
libng/plugins/write-avi.c:237:9: warning: ignoring return value of ‘write’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
  237 |         write(h->fd,&h->avi_hdr_odml,sizeof(struct AVI_HDR_ODML));
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
libng/plugins/write-avi.c:239:5: warning: ignoring return value of ‘write’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
  239 |     write(h->fd,&h->avi_data,sizeof(struct AVI_DATA));
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  CC	  libng/plugins/write-qt.o
  CC	  libng/plugins/read-dv.o
  CC	  libng/plugins/write-dv.o
  CC	  libng/plugins/drv0-v4l2.o
  CC	  libng/plugins/struct-v4l2.o
  CC	  libng/plugins/struct-dump.o
  CC	  libng/plugins/snd-oss.o
  CC	  libng/plugins/drv0-libv4l.o -DUSE_LIBV4L
  LD	  libng/plugins/flt-gamma.so
  LD	  libng/plugins/flt-invert.so
  LD	  libng/plugins/flt-disor.so
  LD	  libng/plugins/conv-mjpeg.so
  LD	  libng/plugins/read-avi.so
  LD	  libng/plugins/write-avi.so
  LD	  libng/plugins/read-qt.so
  LD	  libng/plugins/write-qt.so
  LD	  libng/plugins/read-dv.so
  LD	  libng/plugins/write-dv.so
  LD	  libng/plugins/drv0-v4l2.so
  LD	  libng/plugins/snd-oss.so
  LD	  libng/plugins/drv0-libv4l.so
  CC	  libng/contrib-plugins/flt-smooth.o
  CC	  libng/contrib-plugins/bilinear.o
  CC	  libng/contrib-plugins/cubic.o
  CC	  libng/contrib-plugins/linear-blend.o
  CC	  libng/contrib-plugins/linedoubler.o
  LD	  libng/contrib-plugins/flt-smooth.so
  LD	  libng/contrib-plugins/bilinear.so
  LD	  libng/contrib-plugins/cubic.so
  LD	  libng/contrib-plugins/linear-blend.so
  LD	  libng/contrib-plugins/linedoubler.so
perl ./scripts/html.pl < vbistuff/alevt.css.in > vbistuff/alevt.css.h
  CC	  vbistuff/ntsc-cc.o
perl ./scripts/html.pl < vbistuff/top.html.in > vbistuff/top.html.h
perl ./scripts/html.pl < vbistuff/bottom.html.in > vbistuff/bottom.html.h
perl ./scripts/html.pl < vbistuff/about.html.in > vbistuff/about.html.h
  CC	  vbistuff/request.o
  CC	  vbistuff/response.o
  CC	  vbistuff/page.o
  LD	  vbistuff/ntsc-cc
  CC	  vbistuff/alevtd.o
vbistuff/alevtd.c: In function ‘fix_ug’:
vbistuff/alevtd.c:173:9: warning: ignoring return value of ‘setgid’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
  173 |         setgid(gr->gr_gid);
      |         ^~~~~~~~~~~~~~~~~~
vbistuff/alevtd.c:184:9: warning: ignoring return value of ‘setuid’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
  184 |         setuid(pw->pw_uid);
      |         ^~~~~~~~~~~~~~~~~~
  LD	  vbistuff/alevtd
  CC	  x11/v4lctl.o
  CC	  x11/atoms.o
  CC	  x11/xv.o
  CC	  x11/propwatch.o
x11/propwatch.c: In function ‘RebuildList’:
x11/propwatch.c:319:43: error: passing argument 2 of ‘XawListChange’ from incompatible pointer type [-Wincompatible-pointer-types]
  319 |     XawListChange(bl,str_count ? str_list : &empty,
      |                      ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
      |                                           |
      |                                           const char **
In file included from x11/propwatch.c:28:
/usr/include/X11/Xaw/List.h:170:26: note: expected ‘char **’ but argument is of type ‘const char **’
  170 |  String                 *list,
      |  ~~~~~~~~~~~~~~~~~~~~~~~~^~~~
x11/propwatch.c: In function ‘ProcessPropertyChange’:
x11/propwatch.c:498:34: error: passing argument 2 of ‘XawListChange’ from incompatible pointer type [-Wincompatible-pointer-types]
  498 |                 XawListChange(bl,str_list,str_count,1000,1);
      |                                  ^~~~~~~~
      |                                  |
      |                                  const char **
/usr/include/X11/Xaw/List.h:170:26: note: expected ‘char **’ but argument is of type ‘const char **’
  170 |  String                 *list,
      |  ~~~~~~~~~~~~~~~~~~~~~~~~^~~~
x11/propwatch.c: In function ‘HookAction’:
x11/propwatch.c:597:9: warning: ignoring return value of ‘system’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
  597 |         system(cmd);
      |         ^~~~~~~~~~~
make[1]: *** [mk/Compile.mk:55: x11/propwatch.o] Error 1
make[1]: *** Waiting for unfinished jobs....
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j2 returned exit code 2
make: *** [debian/rules:6: build] Error 25
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2
--------------------------------------------------------------------------------

The above is just how the build ends and not necessarily the most relevant part.
If required, the full build log is available here:

https://people.debian.org/~sanvila/build-logs/202411/

About the archive rebuild: The build was made on virtual machines from AWS,
using sbuild and a reduced chroot with only build-essential packages.

If you could not reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.

If this is really a bug in one of the build-depends, please use
reassign and affects, so that this is still visible in the BTS web
page for this package.

Thanks.

--- End Message ---
--- Begin Message ---
Source: xawtv
Source-Version: 3.107-3
Done: Petter Reinholdtsen <pere@debian.org>

We believe that the bug you reported is fixed in the latest version of
xawtv, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 1088044@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Petter Reinholdtsen <pere@debian.org> (supplier of updated xawtv package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Wed, 15 Jan 2025 17:03:27 +0100
Source: xawtv
Architecture: source
Version: 3.107-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Changed-By: Petter Reinholdtsen <pere@debian.org>
Closes: 840558 1024190 1033800 1033871 1088044
Changes:
 xawtv (3.107-3) unstable; urgency=medium
 .
   * Team upload.
 .
   [ Bo YU ]
   * Drop incompatible-pointer-fix.patch to fix ftbfs. (Closes: #1088044)
   * Use libgl-dev instead of libgl1-mesa-dev
   * Use libncurses-dev instead of libncurses5-dev
   * drop unused *.lintian-overrides
 .
   [ Jeremy Sowden ]
   * d/patches: fix some fuzz
 .
   [ Petter Reinholdtsen ]
   * Include desktop file and added AppStream metainfo XML with hardware
     provide info (Closes: #840558).
   * Updated Brazilian Portuguese debconf translation (Closes: #1024190).
   * Added Romanian debconf translation (Closes: #1033800).
   * Updated Turkish debconf translation (Closes: #1033871).
   * Dropped obsolete xawtv.NEWS file from 2006.
Checksums-Sha1:
 148584f4d115458fd983a14587e4d3b3cd5c63d3 3007 xawtv_3.107-3.dsc
 1fbb1ffb7345e5f98671f4b4c187c7524fbdb614 45096 xawtv_3.107-3.debian.tar.xz
 ab5db6a4d019bcf0032c88dc67158e2d2aa6294e 12123 xawtv_3.107-3_source.buildinfo
Checksums-Sha256:
 effdf8c1d478678633755a1c9603656f3e7c117f30afae848e0d9b59ff1ef8f0 3007 xawtv_3.107-3.dsc
 ca5e2a01ae7f665df7674d90fd7056ba12069c8cae159f48dcc8d8d60d17d953 45096 xawtv_3.107-3.debian.tar.xz
 7bdbf95edff25cc5447fa0e4b87a1ecfe0f050c48b244f98b1c0d2fa1af72e42 12123 xawtv_3.107-3_source.buildinfo
Files:
 f71586106ee03d6b80e0d72588e142c2 3007 video optional xawtv_3.107-3.dsc
 12e4ab4bd8170cd7998f208883bfe5d4 45096 video optional xawtv_3.107-3.debian.tar.xz
 93e07d30a5427e1faac5d9dfb1146271 12123 video optional xawtv_3.107-3_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEERqLf4owIeylOb9kkgSgKoIe6+w4FAmeH3WoACgkQgSgKoIe6
+w4gsBAAq4kfPUJTp+DnMfl4V9hEtBtqPAucsQsqQb8n6GNWz5zu80qve6G4tExh
W3oDySwB8RCM1tDe2lVaOOQE4YBGFLIyBgnM55sV6Shd5eV8u0vAoGe4Ga0LMdzX
hRw9xL2GmdwVMcXmCLgulJMH4j47Rl3d8LCyaFDH22oI8M1xA8gz6/CoERNidubv
t8JhcwSI8ndKBTI4V0S+9mr92fR7SFq2AkSai8kiitAPltkliyhsv2iXfOr1Wo50
nnY53DV+Je6n+gRrIeOQYjusr0PtmtO84n5v64CCbsoN6gMEEUlp3Bor1rRQt0vI
56emf67RbCXXsXxZUxbLOKsTktJ1yi2BYgDWf06N5FFa3mWqOHN3IPb5rv+be7zR
1pqmhIzSbyYpRFq//I2vIRR9RWlVyQDvXw0wS0UffTk6Sv9OE4Dv3i1JYN7RAoDq
azRUtjQkRgEvI/XUBnyi0xKgQLr7Z9Vch8/L7a7nlAX2QlgWY+Hwj+LF01Swha9e
8i3aaYeA68ZA9vlGu2QgUxqOl8oAQK7iGeAr427hwS6WZGeUuVEZIoeoAj6dQhwu
jOKWVhKvDMY7cYgGfGi5ccQKgywvGh4WduwRGnY+k3WM0JlTjDfCzSgYhSSh5F4u
8io7/v/j0rK0LianezbztMvVpTxfKyzTawciW9sNs7dLPR/Hqug=
=OCcA
-----END PGP SIGNATURE-----

Attachment: pgphqen7yl7sJ.pgp
Description: PGP signature


--- End Message ---

Reply to: