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

Bug#1075650: marked as done (xawtv: ftbfs with GCC-14)



Your message dated Sun, 25 Aug 2024 13:20:19 +0000
with message-id <E1siDAJ-000AIu-8t@fasolo.debian.org>
and subject line Bug#1075650: fixed in xawtv 3.107-2.1
has caused the Debian Bug report #1075650,
regarding xawtv: ftbfs with GCC-14
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.)


-- 
1075650: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1075650
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: src:xawtv
Version: 3.107-2
Severity: important
Tags: sid trixie
User: debian-gcc@lists.debian.org
Usertags: ftbfs-gcc-14

[This bug is targeted to the upcoming trixie release]

Please keep this issue open in the bug tracker for the package it
was filed for.  If a fix in another package is required, please
file a bug for the other package (or clone), and add a block in this
package. Please keep the issue open until the package can be built in
a follow-up test rebuild.

The package fails to build in a test rebuild on at least amd64 with
gcc-14/g++-14, but succeeds to build with gcc-13/g++-13. The
severity of this report will be raised before the trixie release.

The full build log can be found at:
http://qa-logs.debian.net/2024/07/01/xawtv_3.107-2_unstable_gccexp.log
The last lines of the build log are at the end of this report.

To build with GCC 14, either set CC=gcc-14 CXX=g++-14 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.

  apt-get -t=experimental install g++ 

Common build failures are new warnings resulting in build failures with
-Werror turned on, or new/dropped symbols in Debian symbols files.
For other C/C++ related build failures see the porting guide at
http://gcc.gnu.org/gcc-14/porting_to.html

[...]
  LD	  libng/plugins/snd-oss.so
  LD	  libng/plugins/drv0-v4l2.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/bilinear.so
  LD	  libng/contrib-plugins/linedoubler.so
  LD	  libng/contrib-plugins/cubic.so
  LD	  libng/contrib-plugins/linear-blend.so
  LD	  libng/contrib-plugins/flt-smooth.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
  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/ntsc-cc
  LD	  vbistuff/alevtd
  CC	  x11/v4lctl.o
  CC	  x11/atoms.o
  CC	  x11/xv.o
  CC	  x11/propwatch.o
  CC	  x11/xawtv-remote.o
  CC	  x11/rootv.o
perl ./scripts/fallback.pl < x11/Xawtv.ad > x11/Xawtv.h
  CC	  x11/wmhooks.o
  CC	  x11/x11.o
  CC	  x11/blit.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,
      |                      ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
      |                                           |
      |                                           char **
In file included from x11/propwatch.c:28:
/usr/include/X11/Xaw/List.h:170:27: note: expected ‘const char **’ but argument is of type ‘char **’
  170 |  _Xconst char           **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);
      |                                  ^~~~~~~~
      |                                  |
      |                                  char **
/usr/include/X11/Xaw/List.h:170:27: note: expected ‘const char **’ but argument is of type ‘char **’
  170 |  _Xconst char           **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 -j8 returned exit code 2
make: *** [debian/rules:6: build] Error 25
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: xawtv
Source-Version: 3.107-2.1
Done: Jeremy Sowden <azazel@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 1075650@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Jeremy Sowden <azazel@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: SHA512

Format: 1.8
Date: Thu, 15 Aug 2024 13:06:03 +0100
Source: xawtv
Architecture: source
Version: 3.107-2.1
Distribution: unstable
Urgency: medium
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Changed-By: Jeremy Sowden <azazel@debian.org>
Closes: 1075650
Changes:
 xawtv (3.107-2.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * d/patches: add patch to fix gcc 14 FTBFS caused by incompatible pointer
     types (Closes: #1075650)
Checksums-Sha1:
 7fc60d0e96355563dbedfb64323460c0a2157ed8 3047 xawtv_3.107-2.1.dsc
 48b73a26d842bfd464a9b9fa648f04ef2ff528f5 44708 xawtv_3.107-2.1.debian.tar.xz
 46e5f807fe55523d52f2c7a676df9dbf72f7d201 18356 xawtv_3.107-2.1_amd64.buildinfo
Checksums-Sha256:
 add6baa855698413614b3e997d72617be49a0a0a93abb584141a334b100c66a4 3047 xawtv_3.107-2.1.dsc
 7cf2bd909d4e54f607fe8a66ff1b2a4df331dca91ab802532840d1faebc529f7 44708 xawtv_3.107-2.1.debian.tar.xz
 084abd8e926c4c20bc0434bdb84bfccee4d132d7f5bfab117ff0385547bcbc2b 18356 xawtv_3.107-2.1_amd64.buildinfo
Files:
 bd3519c4ce9a48851a8fc342f10f58d5 3047 video optional xawtv_3.107-2.1.dsc
 dfe43026e31a5175363f541a286204b4 44708 video optional xawtv_3.107-2.1.debian.tar.xz
 9963478981810ae0af8c090a53c32737 18356 video optional xawtv_3.107-2.1_amd64.buildinfo

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

iQJGBAEBCgAwFiEEbB20U2PvQDe9VtUXKYasCr3xBA0FAma99xsSHGF6YXplbEBk
ZWJpYW4ub3JnAAoJECmGrAq98QQNjCgQAJuLS+2LZ7fCYaVe4mgxIPmpXU5bm+zO
e3BfM6HS62eBda4U859CN1sm8qp887BRRcxdKS+R+eni7267Af8vOGpl0RkHLNl5
QGdDJPvOTR13yGe5EMIJPD1b/ogviBYfIy06S1SBBAOkDd3dVQ8rRhmGh0pRjqFS
M16ND+5qQFBO/4lnwErSwmbctIy36l/5YrtAW+K8OWolE/TXivaYdIdMM4VoV4SX
REm6PfUPt3+Qcfq25N77V5Vg22tuKEs+KFGzfPflKW/doZ0JNjjqN8jEi5FkkhSC
rIWW0hxPuofWpklXnCzfibDT8/V4wApUG1hENzrbXpBZuuwi5eGb9+sRCyVL8gR0
S+xfUvoXFTqjcrO9Of3nscHOHz+4Uisn0qMdE4PimMWJ0SFqiX3ksd/zIByjADTB
1VydTe/GGSoeVZVssU/F1731USvqvq5otJH/J70aAjZxebBOekzGhj4Ny3VMXlOT
xzUrao/CNUfNF6lrkZjc926XkJuky4nFYES6bJpq4GAUuGNpX1E3b4YRJPl/DXQM
Kyr0w0naqGmNnQrYgDxRa4gypeV2K803IABRzE2W7g0Q0LhT32IhzciqFrfoAjKe
NCEPJv0RT0IBRdo9RKKCD1KWSW3bS2Bakxwry7oO+xkbvZmSikOTBpjHSOD3Gu+R
9+5z2x6bndEw
=GxuJ
-----END PGP SIGNATURE-----

Attachment: pgpfbZshSkmiq.pgp
Description: PGP signature


--- End Message ---

Reply to: