Bug#336942: marked as done (rate-engine: FTBFS on GNU/kFreeBSD)

Debian Bug Tracking System owner at bugs.debian.org
Tue Nov 8 22:49:01 UTC 2005


Your message dated Tue, 08 Nov 2005 14:33:08 -0800
with message-id <E1EZc1c-0003k8-00 at spohr.debian.org>
and subject line Bug#336942: fixed in rate-engine 0.5.5-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; 1 Nov 2005 22:05:03 +0000
>From aurel32 at debian.org Tue Nov 01 14:05:03 2005
Return-path: <aurel32 at debian.org>
Received: from farad.aurel32.net [82.232.2.251] 
	by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
	id 1EX4Fa-0001jj-00; Tue, 01 Nov 2005 14:05:02 -0800
Received: from hertz.aurel32.net ([2001:618:400:fc13:2e0:18ff:fea3:b80f])
	by farad.aurel32.net with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA:32)
	(Exim 4.50)
	id 1EX4FZ-0001au-PA; Tue, 01 Nov 2005 23:05:01 +0100
Received: from aurel32 by hertz.aurel32.net with local (Exim 4.54)
	id 1EX4FZ-0007c7-ML; Tue, 01 Nov 2005 23:05:01 +0100
Content-Type: multipart/mixed; boundary="===============2080572075=="
MIME-Version: 1.0
From: Aurelien Jarno <aurel32 at debian.org>
To: Debian Bug Tracking System <submit at bugs.debian.org>
Subject: rate-engine: FTBFS on GNU/kFreeBSD
X-Mailer: reportbug 3.17
Date: Tue, 01 Nov 2005 23:05:01 +0100
Message-Id: <E1EX4FZ-0007c7-ML at hertz.aurel32.net>
Delivered-To: submit at bugs.debian.org
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.8 required=4.0 tests=BAYES_00,FROM_ENDS_IN_NUMS,
	HAS_PACKAGE autolearn=no version=2.60-bugs.debian.org_2005_01_02

This is a multi-part MIME message sent by reportbug.

--===============2080572075==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

Package: rate-engine
Severity: important
Tags: patch

Hi,

The current version of rate-engine fails to build on GNU/kFreeBSD. This
is due to a missing check for glibc. Please find attached a patch to fix
that. It would be nice if you could include it in the next upload.

Thanks in advance,
Aurelien

-- System Information:
Debian Release: testing/unstable
Architecture: kfreebsd-i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: GNU/kFreeBSD 5.4-1-686
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)

--===============2080572075==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="rate-engine.diff"

--- rate-engine-0.5.4.orig/rate_engine.c
+++ rate-engine-0.5.4/rate_engine.c
@@ -10,7 +10,7 @@
  *	$Id: rate_engine.c,v 1.26 2004/08/26 16:50:18 tholo Exp $
  */
 
-#ifdef __linux__
+#if defined(__linux__) || defined(__GLIBC__)
 #define _GNU_SOURCE
 #endif
 

--===============2080572075==--

---------------------------------------
Received: (at 336942-close) by bugs.debian.org; 8 Nov 2005 22:41:47 +0000
>From katie at spohr.debian.org Tue Nov 08 14:41:47 2005
Return-path: <katie at spohr.debian.org>
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
	id 1EZc1c-0003k8-00; Tue, 08 Nov 2005 14:33:08 -0800
From: Mark Purcell <msp at debian.org>
To: 336942-close at bugs.debian.org
X-Katie: $Revision: 1.56 $
Subject: Bug#336942: fixed in rate-engine 0.5.5-1
Message-Id: <E1EZc1c-0003k8-00 at spohr.debian.org>
Sender: Archive Administrator <katie at spohr.debian.org>
Date: Tue, 08 Nov 2005 14:33:08 -0800
Delivered-To: 336942-close at bugs.debian.org
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: rate-engine
Source-Version: 0.5.5-1

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

asterisk-rate-engine_0.5.5-1_i386.deb
  to pool/main/r/rate-engine/asterisk-rate-engine_0.5.5-1_i386.deb
rate-engine_0.5.5-1.diff.gz
  to pool/main/r/rate-engine/rate-engine_0.5.5-1.diff.gz
rate-engine_0.5.5-1.dsc
  to pool/main/r/rate-engine/rate-engine_0.5.5-1.dsc
rate-engine_0.5.5.orig.tar.gz
  to pool/main/r/rate-engine/rate-engine_0.5.5.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 336942 at bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Mark Purcell <msp at debian.org> (supplier of updated rate-engine 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 at debian.org)


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

Format: 1.7
Date: Tue,  8 Nov 2005 21:29:28 +0000
Source: rate-engine
Binary: asterisk-rate-engine
Architecture: source i386
Version: 0.5.5-1
Distribution: unstable
Urgency: low
Maintainer: Debian VoIP Team <pkg-voip-maintainers at lists.alioth.debian.org>
Changed-By: Mark Purcell <msp at debian.org>
Description: 
 asterisk-rate-engine - Asterisk least cost routing module
Closes: 336942
Changes: 
 rate-engine (0.5.5-1) unstable; urgency=low
 .
   * New upstream release
   * Document GNU kFreeBSD patch
     - FTBFS on GNU/kFreeBSD (Closes: #336942)
Files: 
 ce502306e094c1b509e5096393ce1fa1 706 comm optional rate-engine_0.5.5-1.dsc
 9d8c5e2d9232efd1224c2ac7025a89bf 31566 comm optional rate-engine_0.5.5.orig.tar.gz
 950b0990a517c76f4ff1115d09e226d0 2762 comm optional rate-engine_0.5.5-1.diff.gz
 7ac7e5a411f7aa427e0ec5f20ba9031d 28402 comm optional asterisk-rate-engine_0.5.5-1_i386.deb

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

iD8DBQFDcRjroCzanz0IthIRAhIVAJ44UnCN9Mtr+ma+/ALJDMfTF9HrHQCgnJZS
fk0xz0jVrxUWFVdqcILvkDM=
=6Xjf
-----END PGP SIGNATURE-----




More information about the Pkg-voip-maintainers mailing list