Bug#336942: marked as forwarded (rate-engine: FTBFS on GNU/kFreeBSD)
Debian Bug Tracking System
owner at bugs.debian.org
Thu Nov 3 19:48:11 UTC 2005
Your message dated Thu, 3 Nov 2005 19:35:29 +0000
with message-id <200511031935.29462.msp at debian.org>
has caused the Debian Bug report #336942,
regarding rate-engine: FTBFS on GNU/kFreeBSD
to be marked as having been forwarded to the upstream software
author(s) Thorsten Lockert <tholo at sigmasoft.com>.
(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 336942-forwarded) by bugs.debian.org; 3 Nov 2005 19:35:54 +0000
>From msp at debian.org Thu Nov 03 11:35:54 2005
Return-path: <msp at debian.org>
Received: from 88-110-54-130.dynamic.dsl.as9105.com (bristol.purcell.id.au) [88.110.54.130] (Debian-exim)
by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
id 1EXksL-0007gy-00; Thu, 03 Nov 2005 11:35:53 -0800
Received: from dell.purcell.id.au ([192.168.3.150])
by bristol.purcell.id.au with esmtp (Exim 4.52)
id 1EXksE-0000fg-HN; Thu, 03 Nov 2005 19:35:49 +0000
Received: from mark by dell.purcell.id.au with local (Exim 4.54)
id 1EXkrx-0003UF-Ks; Thu, 03 Nov 2005 19:35:29 +0000
Content-Length: 1740
From: Mark Purcell <msp at debian.org>
Organization: Debian GNU Linux
To: Thorsten Lockert <tholo at sigmasoft.com>
Date: Thu, 3 Nov 2005 19:35:29 +0000
User-Agent: KMail/1.8.2
Cc: 336942-forwarded at bugs.debian.org,
Aurelien Jarno <aurel32 at debian.org>
Disposition-Notification-To: Mark Purcell <msp at debian.org>
MIME-Version: 1.0
Content-Type: Multipart/Mixed;
boundary="Boundary-00=_BamaDOypuFv1TGY"
Message-Id: <200511031935.29462.msp at debian.org>
X-SA-Exim-Connect-IP: 192.168.3.150
X-SA-Exim-Rcpt-To: tholo at sigmasoft.com, 336942-forwarded at bugs.debian.org, aurel32 at debian.org
X-SA-Exim-Mail-From: msp at debian.org
Subject: Fwd: Bug#336942: rate-engine: FTBFS on GNU/kFreeBSD
X-SA-Exim-Version: 4.2 (built Thu, 03 Mar 2005 10:44:12 +0100)
X-SA-Exim-Scanned: Yes (on bristol.purcell.id.au)
Delivered-To: 336942-forwarded 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=-11.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER,
HAS_PACKAGE autolearn=ham version=2.60-bugs.debian.org_2005_01_02
This is a multi-part MIME message sent by reportbug.
--Boundary-00=_BamaDOypuFv1TGY
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
Thorsten,
Find enclosed a suggested patch to enable rate-engine to build on GNUkFreeBSD
which you might like to include upstream.
This and other issues with the Debian version of rate engine can be located at
http://bugs.debian.org/rate-engine
Thanks,
Mark
---------- Forwarded Message ----------
Subject: Bug#336942: rate-engine: FTBFS on GNU/kFreeBSD
Date: Tuesday 01 November 2005 22:05
From: Aurelien Jarno <aurel32 at debian.org>
To: Debian Bug Tracking System <submit at bugs.debian.org>
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)
-------------------------------------------------------
--Boundary-00=_BamaDOypuFv1TGY
Content-Type: text/plain;
charset="us-ascii"
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
--Boundary-00=_BamaDOypuFv1TGY--
More information about the Pkg-voip-maintainers
mailing list