Your message dated Sat, 12 Aug 2006 19:47:13 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#298171: fixed in xawtv 3.95-1
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: xawtv
Severity: normal
Tags: patch

When building 'xawtv' on amd64 with gcc-4.0,
I get the following error:

In file included from /usr/include/curses.h:136,
                 from console/fbtv.c:24:
/usr/lib/gcc/x86_64-linux/4.0.0/include/stdbool.h:36:1: warning: this is the 
location of the previous definition
console/fbtv.c:190: error: static declaration of 'snapbase' follows non-static 
declaration
./common/commands.h:53: error: previous declaration of 'snapbase' was here
console/fbtv.c: In function 'text_out':
console/fbtv.c:329: warning: pointer targets in passing argument 4 of 'fs_puts' 
differ in signedness
console/fbtv.c: In function 'text_width':
console/fbtv.c:335: warning: pointer targets in passing argument 2 of 
'fs_textwidth' differ in signedness
console/fbtv.c: In function 'main':
console/fbtv.c:801: warning: pointer targets in assignment differ in signedness
make[1]: *** [console/fbtv.o] Error 1
make[1]: Leaving directory `/xawtv-3.94/work/xawtv-3.94'
make: *** [build-it] Error 2

With the attached patch 'xawtv' can be compiled
on amd64 using gcc-4.0.

Regards
Andreas Jochens

diff -urN ../tmp-orig/xawtv-3.94/dist/gcc4_fix.diff ./dist/gcc4_fix.diff
--- ../tmp-orig/xawtv-3.94/dist/gcc4_fix.diff   1970-01-01 01:00:00.000000000 
+0100
+++ ./dist/gcc4_fix.diff        2005-03-05 12:35:02.248227517 +0100
@@ -0,0 +1,21 @@
+diff -urN tmp/xawtv-3.94/console/fbtv.c work/xawtv-3.94/console/fbtv.c
+--- tmp/xawtv-3.94/console/fbtv.c      2004-06-30 14:26:52.000000000 +0200
++++ xawtv-3.94/console/fbtv.c  2005-03-05 12:33:50.767024708 +0100
+@@ -187,7 +187,7 @@
+ 
+ #define NKEYTAB (sizeof(keytab)/sizeof(struct KEYTAB))
+ 
+-static char              *snapbase;
++static char              *snapbase_fbtv;
+ static char              default_title[128] = "???";
+ static char              message[128] = "";
+ 
+@@ -634,7 +634,7 @@
+           fbdev = optarg;
+           break;
+       case 'o':
+-          snapbase = strdup(optarg);
++          snapbase_fbtv = strdup(optarg);
+           break;
+       case 's':
+           sscanf(optarg,"%dx%d",&ww,&hh);


--- End Message ---
--- Begin Message ---
Source: xawtv
Source-Version: 3.95-1

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:

alevtd_3.95-1_i386.deb
  to pool/main/x/xawtv/alevtd_3.95-1_i386.deb
fbtv_3.95-1_i386.deb
  to pool/main/x/xawtv/fbtv_3.95-1_i386.deb
pia_3.95-1_i386.deb
  to pool/main/x/xawtv/pia_3.95-1_i386.deb
radio_3.95-1_i386.deb
  to pool/main/x/xawtv/radio_3.95-1_i386.deb
scantv_3.95-1_i386.deb
  to pool/main/x/xawtv/scantv_3.95-1_i386.deb
streamer_3.95-1_i386.deb
  to pool/main/x/xawtv/streamer_3.95-1_i386.deb
ttv_3.95-1_i386.deb
  to pool/main/x/xawtv/ttv_3.95-1_i386.deb
v4l-conf_3.95-1_i386.deb
  to pool/main/x/xawtv/v4l-conf_3.95-1_i386.deb
webcam_3.95-1_i386.deb
  to pool/main/x/xawtv/webcam_3.95-1_i386.deb
xawtv-plugin-qt_3.95-1_i386.deb
  to pool/main/x/xawtv/xawtv-plugin-qt_3.95-1_i386.deb
xawtv-plugins_3.95-1_i386.deb
  to pool/main/x/xawtv/xawtv-plugins_3.95-1_i386.deb
xawtv-tools_3.95-1_i386.deb
  to pool/main/x/xawtv/xawtv-tools_3.95-1_i386.deb
xawtv_3.95-1.diff.gz
  to pool/main/x/xawtv/xawtv_3.95-1.diff.gz
xawtv_3.95-1.dsc
  to pool/main/x/xawtv/xawtv_3.95-1.dsc
xawtv_3.95-1_i386.deb
  to pool/main/x/xawtv/xawtv_3.95-1_i386.deb
xawtv_3.95.orig.tar.gz
  to pool/main/x/xawtv/xawtv_3.95.orig.tar.gz



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 [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Matej Vela <[EMAIL PROTECTED]> (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 [EMAIL PROTECTED])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Sun, 13 Aug 2006 04:27:51 +0200
Source: xawtv
Binary: xawtv-plugins fbtv radio ttv webcam xawtv-plugin-qt pia xawtv 
xawtv-tools scantv streamer alevtd v4l-conf
Architecture: source i386
Version: 3.95-1
Distribution: unstable
Urgency: high
Maintainer: Debian QA Group <[EMAIL PROTECTED]>
Changed-By: Matej Vela <[EMAIL PROTECTED]>
Description: 
 alevtd     - http daemon for videotext pages
 fbtv       - linux console (fbcon) TV application
 pia        - movie player
 radio      - ncurses-based radio application
 scantv     - scan TV channels for stations
 streamer   - capture tool (images / movies)
 ttv        - tty TV application
 v4l-conf   - tool to configure video4linux drivers
 webcam     - capture and upload images
 xawtv      - X11 TV application
 xawtv-plugin-qt - quicktime plugin for xawtv and motv
 xawtv-plugins - plugins for xawtv and motv
 xawtv-tools - Miscellaneous tools distributed with xawtv
Closes: 298171 300363 302758 302764 302766 302767 302772 302773 305648 311230 
314790 317579 324235 325044 325597 331125 332154 332398 333889 346757 363036 
364259 372475 380408
Changes: 
 xawtv (3.95-1) unstable; urgency=low
 .
   * QA upload.
   * Package is orphaned (#379251); set maintainer to Debian QA Group.
   * New upstream release.  Closes: #331125.
   * Acknowledge NMUs.  Closes: #325597.
   * Update dependencies to allow for cdebconf.  Closes: #332154.
   * Update build dependencies.  Closes: #333889.
     - Replace libjpeg-dev with libjpeg62-dev.
     - Replace xlibmesa-gl-dev with libgl1-mesa-dev.
     - Replace libxft2-dev with libxft-dev.
     - Replace libpng-dev with libpng12-dev.
   * man/fbtv.1, man/pia.1, man/record.1, man/rootv.1, man/subtitles.1,
     man/v4l-conf.8, man/xawtv-remote.1, man/xawtv.1, man/webcam.1:
     Fix typos.  Thanks to A Costa.  Closes: #302758, #302764, #302766,
     #302767, #302772, #302773, #305648, #311230.
   * man/v4l-conf.8, man/es/v4l-conf.8: Fix section header.
   * contrib/xawtv16x16.xpm, contrib/xawtv32x32.xpm: Use as menu icons.
   * Switch to debhelper 5.
   * Replace ad-hoc patch system with dpatch.
   * Makefile: Previous maintainer's private rules; remove.
   * debian/copyright: Update upstream information.
   * debian/rules: Add support for DEB_BUILD_OPTIONS=noopt.
   * debian/watch: Add.
   * debian/xawtv.postrm: Remove call to mkfontdir (fonts were moved to
     tv-fonts around version 3.78).
   * debian/po/sv.po: Add translation by Daniel Nylander.  Closes: #332398.
   * debian/po/nl.po: Add translation by Kurt De Bree.  Closes: #363036.
   * debian/po/pt.po: Add translation by Rui Branco.  Closes: #372475.
   * debian/po/pt_BR.po: Add translation by Herbert Parentes Fortes Neto.
     Closes: #380408.
   * Conforms to Standards version 3.7.2.
 .
 xawtv (3.94-1.2) unstable; urgency=high
 .
   * Non-maintainer upload.
   * High-urgency upload for RC bugfix.
   * Fix FTBFS using Steve Langasek patch to make xawtv build against Xorg 7.0.
     + Fix header/library path handling issues during build, due to Xorg 7.0.
     Closes: #364259.
 .
 xawtv (3.94-1.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * xlibs-dev transition patch. Closes: #346757
 .
 xawtv (3.94-1.0) unstable; urgency=low
 .
   * NMU.
   * Fix FTBFS with gcc 4.0 with patches from Andreas Jochens.
     Closes: #300363, #298171
   * Build depend on libaa1-dev. Closes: #325044
   * Rebuilt with slang2 and libaa. Closes: #317579
   * Add Czech translation of debconf messages, by Miroslav Kure.
     Closes: #314790
   * Add Vietnamese translation of debconf messages, by Clytie Siddall.
     Closes: #324235
   * Add build dependency on libfs-dev due to X reorg.
   * Update includes to work with current libquicktime-dev, which has moved
     them to lqt/
Files: 
 6e7420498f121a2ca1a713da82e77930 1056 graphics extra xawtv_3.95-1.dsc
 ad25e03f7e128b318e392cb09f52207d 555731 graphics extra xawtv_3.95.orig.tar.gz
 64688ea734ef28e7860b372733a009b9 21808 graphics extra xawtv_3.95-1.diff.gz
 9bb52a02fb7b70167f26df24e680180b 241992 x11 extra xawtv_3.95-1_i386.deb
 c097a630aa7e52fc8df34df585cd1000 34858 x11 extra pia_3.95-1_i386.deb
 55cf049bffd3b95c17f61a9d18a39dd4 64292 graphics extra fbtv_3.95-1_i386.deb
 188a132fdbe9bb697ad4b40dbef86ae7 47478 graphics extra ttv_3.95-1_i386.deb
 1c077d53a50d068321d21fe6e16d8512 52112 graphics extra scantv_3.95-1_i386.deb
 5184a67cafa5aa591f447c445dac8851 48558 graphics extra streamer_3.95-1_i386.deb
 52df43814fbea0268d5ac2640b3c6772 15858 sound extra radio_3.95-1_i386.deb
 1d1fd8e43d3459e13bb3367ba77e3aad 15938 graphics extra v4l-conf_3.95-1_i386.deb
 69e0d845bdcd73645d9aa800a7ed9baf 30242 graphics extra 
xawtv-tools_3.95-1_i386.deb
 e6d64aa7490cf6d21139016764608bf7 14296 graphics extra 
xawtv-plugin-qt_3.95-1_i386.deb
 ac5ef5989c10fb8e1ce23a421704d045 80404 graphics extra 
xawtv-plugins_3.95-1_i386.deb
 d89be480795526272f0b17f3fdbcd870 33502 net extra webcam_3.95-1_i386.deb
 dc3527b8632d016046d8088125e51b31 30792 net extra alevtd_3.95-1_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (GNU/Linux)

iD8DBQFE3o6NxBYivKllgY8RAuABAJ90C4hVdGDeZnNZucMACV39WQR4dwCbBI6w
t62bbwgdzZpvbtd+KIBZdgA=
=D8SS
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to