Your message dated Fri, 02 Sep 2005 09:47:08 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#324082: fixed in vdr 1.3.31-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)

--------------------------------------
Received: (at submit) by bugs.debian.org; 20 Aug 2005 04:26:43 +0000
>From [EMAIL PROTECTED] Fri Aug 19 21:26:43 2005
Return-path: <[EMAIL PROTECTED]>
Received: from blars.org (renig.nat.blars.org) [64.81.35.59] 
        by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
        id 1E6KwN-0001dJ-00; Fri, 19 Aug 2005 21:26:43 -0700
Received: from quaff (quaff.nat.blars.org [172.16.2.7])
        by renig.nat.blars.org (8.13.4/8.13.4/Debian-3) with ESMTP id 
j7K4Qcg6011421
        (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT);
        Fri, 19 Aug 2005 21:26:39 -0700
Received: from quaff.nat.blars.org (quaff [127.0.0.1])
        by quaff (8.13.4/8.13.4/Debian-3) with ESMTP id j7K4HxL5006701;
        Fri, 19 Aug 2005 21:17:59 -0700
Received: (from [EMAIL PROTECTED])
        by quaff.nat.blars.org (8.13.4/8.13.4/Submit) id j7K4HxTU006699;
        Fri, 19 Aug 2005 21:17:59 -0700
Date: Fri, 19 Aug 2005 21:17:59 -0700
From: Blars Blarson <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: vdr: ftbfs [sparc] invalid conversion from 'const void*' to 'const 
__u16*'
Message-ID: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
X-Reportbug-Version: 3.15
User-Agent: Mutt/1.5.10i
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02

Package: vdr
Version: 1.3.28-1
Severity: serious
Justification: no longer builds from source

vdr failed to build on a sparc buildd, duplicated on my sparc pbuilder:

g++ -fPIC -g -O2 -Wall -Woverloaded-virtual -c -DREMOTE_KBD 
-DLIRC_DEVICE=\"/dev/lircd\" -DRCU_DEVICE=\"/dev/ttyS1\" -DCMD_SUBMENUS 
-D_GNU_SOURCE -DVIDEODIR=\"/var/lib/video.00\" -DCFGDIR=\"/var/lib/vdr\" 
-DPLUGINDIR=\"/usr/lib/vdr/plugins\" -DVFAT  -I/usr/include/include channels.c
g++ -fPIC -g -O2 -Wall -Woverloaded-virtual -c -DREMOTE_KBD 
-DLIRC_DEVICE=\"/dev/lircd\" -DRCU_DEVICE=\"/dev/ttyS1\" -DCMD_SUBMENUS 
-D_GNU_SOURCE -DVIDEODIR=\"/var/lib/video.00\" -DCFGDIR=\"/var/lib/vdr\" 
-DPLUGINDIR=\"/usr/lib/vdr/plugins\" -DVFAT  -I/usr/include/include ci.c
ci.c: In member function 'virtual bool cCiApplicationInformation::Process(int, 
const uint8_t*)':
ci.c:808: error: invalid conversion from 'const void*' to 'const __u16*'
ci.c:808: error:   initializing argument 1 of 'long unsigned int __uldw(const 
__u16*)'
ci.c:808: error: invalid conversion from 'const void*' to 'const __u32*'
ci.c:808: error:   initializing argument 1 of 'long unsigned int __uldl(const 
__u32*)'
ci.c:808: error: invalid conversion from 'const void*' to 'const __u64*'
ci.c:808: error:   initializing argument 1 of 'long unsigned int __uldq(const 
__u64*)'
ci.c:811: error: invalid conversion from 'const void*' to 'const __u16*'
ci.c:811: error:   initializing argument 1 of 'long unsigned int __uldw(const 
__u16*)'
ci.c:811: error: invalid conversion from 'const void*' to 'const __u32*'
ci.c:811: error:   initializing argument 1 of 'long unsigned int __uldl(const 
__u32*)'
ci.c:811: error: invalid conversion from 'const void*' to 'const __u64*'
ci.c:811: error:   initializing argument 1 of 'long unsigned int __uldq(const 
__u64*)'
ci.c: In member function 'int cCiHandler::ResourceIdToInt(const uint8_t*)':
ci.c:1382: error: invalid conversion from 'const void*' to 'const __u16*'
ci.c:1382: error:   initializing argument 1 of 'long unsigned int __uldw(const 
__u16*)'
ci.c:1382: error: invalid conversion from 'const void*' to 'const __u32*'
ci.c:1382: error:   initializing argument 1 of 'long unsigned int __uldl(const 
__u32*)'
ci.c:1382: error: invalid conversion from 'const void*' to 'const __u64*'
ci.c:1382: error:   initializing argument 1 of 'long unsigned int __uldq(const 
__u64*)'
ci.c: In member function 'bool cCiHandler::Send(uint8_t, int, int, int)':
ci.c:1394: error: invalid conversion from 'void*' to '__u16*'
ci.c:1394: error:   initializing argument 2 of 'void __ustw(__u16, __u16*)'
ci.c:1394: error: invalid conversion from 'void*' to '__u32*'
ci.c:1394: error:   initializing argument 2 of 'void __ustl(__u32, __u32*)'
ci.c:1394: error: invalid conversion from 'void*' to '__u64*'
ci.c:1394: error:   initializing argument 2 of 'void __ustq(__u64, __u64*)'
ci.c:1397: error: invalid conversion from 'void*' to '__u16*'
ci.c:1397: error:   initializing argument 2 of 'void __ustw(__u16, __u16*)'
ci.c:1397: error: invalid conversion from 'void*' to '__u32*'
ci.c:1397: error:   initializing argument 2 of 'void __ustl(__u32, __u32*)'
ci.c:1397: error: invalid conversion from 'void*' to '__u64*'
ci.c:1397: error:   initializing argument 2 of 'void __ustq(__u64, __u64*)'
ci.c: In member function 'bool cCiHandler::Process()':
ci.c:1508: error: invalid conversion from 'const void*' to 'const __u16*'
ci.c:1508: error:   initializing argument 1 of 'long unsigned int __uldw(const 
__u16*)'
ci.c:1508: error: invalid conversion from 'const void*' to 'const __u32*'
ci.c:1508: error:   initializing argument 1 of 'long unsigned int __uldl(const 
__u32*)'
ci.c:1508: error: invalid conversion from 'const void*' to 'const __u64*'
ci.c:1508: error:   initializing argument 1 of 'long unsigned int __uldq(const 
__u64*)'
ci.c:1519: error: invalid conversion from 'const void*' to 'const __u16*'
ci.c:1519: error:   initializing argument 1 of 'long unsigned int __uldw(const 
__u16*)'
ci.c:1519: error: invalid conversion from 'const void*' to 'const __u32*'
ci.c:1519: error:   initializing argument 1 of 'long unsigned int __uldl(const 
__u32*)'
ci.c:1519: error: invalid conversion from 'const void*' to 'const __u64*'
ci.c:1519: error:   initializing argument 1 of 'long unsigned int __uldq(const 
__u64*)'
make[1]: *** [ci.o] Error 1
make[1]: Leaving directory `/build/buildd/vdr-1.3.28'
make: *** [build-stamp] Error 2

---------------------------------------
Received: (at 324082-close) by bugs.debian.org; 2 Sep 2005 16:49:27 +0000
>From [EMAIL PROTECTED] Fri Sep 02 09:49:27 2005
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
        id 1EBEh2-0001Ct-00; Fri, 02 Sep 2005 09:47:08 -0700
From: Debian VDR Team <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#324082: fixed in vdr 1.3.31-1
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Fri, 02 Sep 2005 09:47:08 -0700
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02

Source: vdr
Source-Version: 1.3.31-1

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

vdr-dev_1.3.31-1_all.deb
  to pool/main/v/vdr/vdr-dev_1.3.31-1_all.deb
vdr-plugin-examples_1.3.31-1_i386.deb
  to pool/main/v/vdr/vdr-plugin-examples_1.3.31-1_i386.deb
vdr-plugin-sky_1.3.31-1_i386.deb
  to pool/main/v/vdr/vdr-plugin-sky_1.3.31-1_i386.deb
vdr_1.3.31-1.diff.gz
  to pool/main/v/vdr/vdr_1.3.31-1.diff.gz
vdr_1.3.31-1.dsc
  to pool/main/v/vdr/vdr_1.3.31-1.dsc
vdr_1.3.31-1_i386.deb
  to pool/main/v/vdr/vdr_1.3.31-1_i386.deb
vdr_1.3.31.orig.tar.gz
  to pool/main/v/vdr/vdr_1.3.31.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.
Debian VDR Team <[EMAIL PROTECTED]> (supplier of updated vdr 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: Fri,  2 Sep 2005 17:14:02 +0200
Source: vdr
Binary: vdr-plugin-sky vdr vdr-plugin-examples vdr-dev
Architecture: source i386 all
Version: 1.3.31-1
Distribution: unstable
Urgency: low
Maintainer: Debian VDR Team <[EMAIL PROTECTED]>
Changed-By: Debian VDR Team <[EMAIL PROTECTED]>
Description: 
 vdr        - Video Disk Recorder for DVB cards
 vdr-dev    - Video Disk Recorder for DVB cards
 vdr-plugin-examples - Plugins for vdr to show some possible features
 vdr-plugin-sky - Plugin for using a Sky Digibox with vdr
Closes: 324082
Changes: 
 vdr (1.3.31-1) unstable; urgency=low
 .
   * Thomas Schmidt <[EMAIL PROTECTED]>
     - New upstream release
     - Use --background when calling start-stop-daemon in the init-script
     - Added 16_avoidTrashing.dpatch, which prevents vdr from trashing the
       file system buffers when reading/writing recordings
     - Added 18_vdr-1.3.31-remuxbraces - Fixes some gcc4 warning messages
     - Added 19_vdr-1.3.31-remux - Fixes a bug in cVideo/AudioRepacker::Repack()
     - Added 20_vdr-1.3.31-sequence-end-code5 - Fixes a problem with appending
       a sequence end code when moving cutting marks in radio recordings
     - Added 21_vdr-1.3.31-skipframes - Fixes a problem with skipping frames
       when moving cutting marks in radio recordings
     - Added dependencies.sh to vdr-dev to automatically fill in the right
       Depends and Conflicts to vdr when building a plugin
     - Cleaned up debian/rules and synced as far as possible with the version
       from Tobias inofficial vdr package and changed a few things as suggested
       by Thomas Günther
   * Tobias Grimm <[EMAIL PROTECTED]>
     - Made debian/patchlevel.sh accept opt-entries in 00list with leading
       spaces and removed leading space from vdr-patchlevel output
   * Thomas Günther <[EMAIL PROTECTED]>
     - Made debian/plugin-template/rules svn-buildpackage-save
     - Updated 15_dvbplayer.dpatch
     - Added 22_vdr-playerepg.dpatch - Fixes mp3 plugin problems
     - Made debian/plugin-template/control and debian/plugin-template/rules
       compatible with dependencies.sh and new patchlevel.sh
 .
 vdr (1.3.30-1) unstable; urgency=low
 .
   * Thomas Schmidt <[EMAIL PROTECTED]>
     - New upstream release
       + Should fix the FTBFS on several arches (closes: #324082)
     - Added 11_sortrecordings.dpatch, to allow changing the sort-order
       of the recordings
 .
 vdr (1.3.29-1) unstable; urgency=low
 .
   * Thomas Schmidt <[EMAIL PROTECTED]>
     - New upstream release
   * Thomas Günther <[EMAIL PROTECTED]>
     - Improved newplugin script
     - Updated opt-24_jumpplay-0.6.dpatch
     - Added 13_epgfix.dpatch to force saving of EPG data on exit
 .
 vdr (1.3.28-2) unstable; urgency=low
 .
   * Tobias Grimm <[EMAIL PROTECTED]>
     - Added osdbase-maxitems patch, which fixes a problem with the Enigma skin
Files: 
 1ca8018d9bbb6e0dd79b16b37302cf3e 782 misc extra vdr_1.3.31-1.dsc
 b03d0ce163c350c4ffc94e667e71b526 714335 misc extra vdr_1.3.31.orig.tar.gz
 09b149233ba12279d7920d4d2e7634f6 63255 misc extra vdr_1.3.31-1.diff.gz
 53f1827a193ab482b83c845d4113ce91 140672 misc extra vdr-dev_1.3.31-1_all.deb
 c0da607a7f17335f617dd925f4ee8b53 654094 misc extra vdr_1.3.31-1_i386.deb
 cdd152ba5b3084ae6d8aeea18ece14b6 23824 misc extra 
vdr-plugin-sky_1.3.31-1_i386.deb
 9d43f2da5108af58f5c757fa7f7d17d9 11918 misc extra 
vdr-plugin-examples_1.3.31-1_i386.deb

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

iD8DBQFDGH6ic9+NqwoydlIRAkb9AJ4vZ8dVHGHmh2EBsp9tOzhRqVzU2gCbBzho
p14u41ynZslggR/JR9asG4M=
=7Ub8
-----END PGP SIGNATURE-----


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to