Your message dated Sat, 29 Oct 2005 09:17:12 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#325057: fixed in twinkle 0.3.2-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; 25 Aug 2005 20:16:39 +0000
>From [EMAIL PROTECTED] Thu Aug 25 13:16:39 2005
Return-path: <[EMAIL PROTECTED]>
Received: from honk1.physik.uni-konstanz.de [134.34.140.224] 
        by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
        id 1E8O9P-0000De-00; Thu, 25 Aug 2005 13:16:39 -0700
Received: from localhost (localhost.localnet [127.0.0.1])
        by honk1.physik.uni-konstanz.de (Postfix) with ESMTP id F005C2BBE3;
        Thu, 25 Aug 2005 22:16:36 +0200 (CEST)
Received: from honk1.physik.uni-konstanz.de ([127.0.0.1])
        by localhost (honk [127.0.0.1]) (amavisd-new, port 10024) with ESMTP
        id 24613-13; Thu, 25 Aug 2005 22:16:32 +0200 (CEST)
Received: from bogon.sigxcpu.org (xdsl-213-168-120-51.netcologne.de 
[213.168.120.51])
        (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
        (No client certificate requested)
        by honk1.physik.uni-konstanz.de (Postfix) with ESMTP id DB9C42BBE2;
        Thu, 25 Aug 2005 22:16:31 +0200 (CEST)
Received: by bogon.sigxcpu.org (Postfix, from userid 1000)
        id D08C811E5F8; Thu, 25 Aug 2005 21:51:22 +0200 (CEST)
Date: Thu, 25 Aug 2005 21:51:21 +0200
From: Guido Guenther <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: twinkle: fix ppc build
Message-ID: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
X-Reportbug-Version: 3.16
User-Agent: Mutt/1.5.10i
X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at 
honk.physik.uni-konstanz.de
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: twinkle
Version: fix build on 32 bit arches
Severity: wishlist
Tags: patch

Hi,
this patch fixes the ppc build...

--- tmp/twinkle-0.2.1/src/stun/stun.cxx 2005-07-28 22:46:57.000000000 +0200
+++ twinkle-0.2.1/src/stun/stun.cxx     2005-08-25 21:42:52.000000000 +0200
@@ -676,10 +676,14 @@
       asm("rdtsc" : "=A" (tick));
 #elif defined (__SUNPRO_CC) || defined( __sparc__ )    
       tick = gethrtime();
-#elif defined(__MACH__) 
+#elif defined(__MACH__)
       int fd=open("/dev/random",O_RDONLY);
       read(fd,&tick,sizeof(tick));
       closesocket(fd);
+#elif defined (__linux__)
+      int fd=open("/dev/urandom",O_RDONLY);
+      read(fd,&tick,sizeof(tick));
+      close(fd);
 #else
 #     error Need some way to seed the random number generator 
 #endif 

...it should also fix the build for other 32bit linux architectures.
Please enable these for future builds.
Cheers,
 -- Guido

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable')
Architecture: powerpc (ppc)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.13-rc3-agx0
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)

---------------------------------------
Received: (at 325057-close) by bugs.debian.org; 29 Oct 2005 16:17:41 +0000
>From [EMAIL PROTECTED] Sat Oct 29 09:17:41 2005
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
        id 1EVtOK-0002So-00; Sat, 29 Oct 2005 09:17:12 -0700
From: Mark Purcell <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#325057: fixed in twinkle 0.3.2-1
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Sat, 29 Oct 2005 09:17:12 -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: twinkle
Source-Version: 0.3.2-1

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

twinkle_0.3.2-1.diff.gz
  to pool/main/t/twinkle/twinkle_0.3.2-1.diff.gz
twinkle_0.3.2-1.dsc
  to pool/main/t/twinkle/twinkle_0.3.2-1.dsc
twinkle_0.3.2-1_i386.deb
  to pool/main/t/twinkle/twinkle_0.3.2-1_i386.deb
twinkle_0.3.2.orig.tar.gz
  to pool/main/t/twinkle/twinkle_0.3.2.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.
Mark Purcell <[EMAIL PROTECTED]> (supplier of updated twinkle 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: Sat, 29 Oct 2005 16:46:40 +0100
Source: twinkle
Binary: twinkle
Architecture: source i386
Version: 0.3.2-1
Distribution: unstable
Urgency: low
Maintainer: Debian VoIP Team <[EMAIL PROTECTED]>
Changed-By: Mark Purcell <[EMAIL PROTECTED]>
Description: 
 twinkle    - Voice over Internet Protocol (VoIP) SIP Phone
Closes: 324395 325057 329433 334615
Changes: 
 twinkle (0.3.2-1) unstable; urgency=low
 .
   * New upstream release
     - New upstream version available (Closes: #334615)
   * FTBFS on 64 bit arches: cast from 'void*' to 'int' loses precision
     (Closes: #324395)
   * Patch from Guido Guenther
     - fix ppc build (Closes: #325057)
   * Patch from Mikael Magnusson
     - Thread creation timing bug causes crashes (Closes: #329433)
   * Fix: old-fsf-address-in-copyright-file
Files: 
 46f50186f441cde24b60f8d8dc45d3e1 907 comm optional twinkle_0.3.2-1.dsc
 5c4490880a150c28aeba2c38e3403a7a 723589 comm optional twinkle_0.3.2.orig.tar.gz
 880e9f57f934ca9f32faad459f91f336 6192 comm optional twinkle_0.3.2-1.diff.gz
 218e73ea3aabff8a3e24a3e0b49e5856 826744 comm optional twinkle_0.3.2-1_i386.deb

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

iD8DBQFDY5wIoCzanz0IthIRAvxEAJsHh2d9f49cv3SykvM7hzc50ASvPgCfRIgk
5tv0pvriKtow3tGocBI7eNU=
=mHwI
-----END PGP SIGNATURE-----


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

Reply via email to