Your message dated Tue, 9 Aug 2005 21:43:51 +0100 with message-id <[EMAIL PROTECTED]> and subject line fixed in previous upload. 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; 21 Apr 2005 20:25:15 +0000 >From [EMAIL PROTECTED] Thu Apr 21 13:25:15 2005 Return-path: <[EMAIL PROTECTED]> Received: from master.debian.org [146.82.138.7] by spohr.debian.org with esmtp (Exim 3.35 1 (Debian)) id 1DOiEd-0004dN-00; Thu, 21 Apr 2005 13:25:15 -0700 Received: from 203-96-158-18.paradise.net.nz ([127.0.0.1]) [203.96.158.18] by master.debian.org with esmtp (Exim 3.35 1 (Debian)) id 1DOiEc-0002eQ-00; Thu, 21 Apr 2005 15:25:14 -0500 Content-Type: multipart/mixed; boundary="===============1945025661==" MIME-Version: 1.0 From: Matthew Grant <[EMAIL PROTECTED]> To: Debian Bug Tracking System <[EMAIL PROTECTED]> Subject: asterisk: On PowerPC, hanging up on voicemail causes non-stop log messages X-Mailer: reportbug 3.8 Date: Fri, 22 Apr 2005 07:48:12 +1200 X-Debbugs-Cc: [EMAIL PROTECTED] Message-Id: <[EMAIL PROTECTED]> 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-Status: No, hits=-9.0 required=4.0 tests=BAYES_00,HAS_PACKAGE, OUR_MTA_MSGID,X_DEBBUGS_CC autolearn=ham version=2.60-bugs.debian.org_2005_01_02 X-Spam-Level: This is a multi-part MIME message sent by reportbug. --===============1945025661== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline Package: asterisk Version: 1:1.0.7.dfsg.1-2 Severity: normal Tags: patch Getting the compiler flags wrong (missing -fsigned-char) causes the following log message several times a second: WARNING[7261]: Failed to write frame Log grew fast giving possiblity of file system filling up. This was caused by hanging up on the Voicemail. Putting in missing double quotes aroung the grep on the machine type output to make sure the '-fsigned-char' was added to gcc command line fixed this. -- System Information: Debian Release: 3.1 APT prefers testing APT policy: (990, 'testing'), (500, 'unstable') Architecture: powerpc (ppc) Kernel: Linux 2.6.11-pmac-2.6 Locale: LANG=en_NZ, LC_CTYPE=en_NZ (charmap=ISO-8859-1) Versions of packages asterisk depends on: ii asterisk-config 1:1.0.7.dfsg.1-2 config files for asterisk ii asterisk-sounds-main 1:1.0.5-2 sound files for asterisk ii libasound2 1.0.8-3 ALSA library ii libc6 2.3.2.ds1-20 GNU C Library: Shared libraries an ii libgsm1 1.0.10-13 Shared libraries for GSM speech co ii libncurses5 5.4-4 Shared libraries for terminal hand ii libnewt0.51 0.51.6-20 Not Erik's Windowing Toolkit - tex ii libpq3 7.4.7-2 PostgreSQL C client library ii libpri1 1.0.7-1 Primary Rate ISDN specification li ii libspeex1 1.1.6-2 The Speex Speech Codec ii libsqlite0 2.8.16-1 SQLite shared library ii libssl0.9.7 0.9.7e-2 SSL shared libraries ii libtonezone1 1:1.0.7-3 tonezone library (runtime) ii unixodbc 2.2.4-11 ODBC tools libraries ii zlib1g 1:1.2.2-3 compression library - runtime -- no debconf information --===============1945025661== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="asterisk-makefile-ppc.patch" --- asterisk-1.0.7.dfsg.1/debian/patches/20_Makefile.dpatch 2005-04-22 07:12:51.000000000 +1200 +++ asterisk-1.0.7.dfsg.1-mine/debian/patches/20_Makefile.dpatch 2005-04-16 21:04:08.000000000 +1200 @@ -80,7 +80,7 @@ endif -CFLAGS+=$(shell if uname -m | grep -q ppc; then echo "-fsigned-char"; fi) -+CFLAGS+=$(shell if uname -m | grep -q ppc\|arm\|s390\|s390x; then echo "-fsigned-char"; fi) ++CFLAGS+=$(shell if uname -m | grep -q "ppc\|arm\|s390\|s390x"; then echo "-fsigned-char"; fi) CFLAGS+=$(shell if [ -f /usr/include/osp/osp.h ]; then echo "-DOSP_SUPPORT -I/usr/include/osp" ; fi) ifeq (${OSARCH},FreeBSD) --===============1945025661==-- --------------------------------------- Received: (at 305734-done) by bugs.debian.org; 9 Aug 2005 20:44:03 +0000 >From [EMAIL PROTECTED] Tue Aug 09 13:44:03 2005 Return-path: <[EMAIL PROTECTED]> Received: from (bristol.purcell.id.au) [212.139.8.15] (Debian-exim) by spohr.debian.org with esmtp (Exim 3.36 1 (Debian)) id 1E2ax9-0007Gh-00; Tue, 09 Aug 2005 13:44:03 -0700 Received: from [192.168.3.150] (helo=dell.purcell.id.au) by bristol.purcell.id.au with esmtp (Exim 4.52) id 1E2ax6-0006Um-5E; Tue, 09 Aug 2005 21:44:04 +0100 Received: from mark by dell.purcell.id.au with local (Exim 4.52) id 1E2awx-0006bu-9u; Tue, 09 Aug 2005 21:43:51 +0100 From: Mark Purcell <[EMAIL PROTECTED]> Organization: Debian GNU Linux To: [EMAIL PROTECTED], [EMAIL PROTECTED] Date: Tue, 9 Aug 2005 21:43:51 +0100 User-Agent: KMail/1.8.1 Disposition-Notification-To: Mark Purcell <[EMAIL PROTECTED]> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <[EMAIL PROTECTED]> X-SA-Exim-Connect-IP: 192.168.3.150 X-SA-Exim-Rcpt-To: [EMAIL PROTECTED], [EMAIL PROTECTED] X-SA-Exim-Mail-From: [EMAIL PROTECTED] Subject: fixed in previous upload. 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: [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=-3.0 required=4.0 tests=BAYES_00 autolearn=no version=2.60-bugs.debian.org_2005_01_02 I beleive this bug was fixed in asterisk (1:1.0.9.dfsg-2), if this isn't the case please reopen. Thanks, Mark asterisk (1:1.0.9.dfsg-2) unstable; urgency=low * Closes: #301490: Please add patch for Italian syntax * Closes: #305734: On PowerPC, hanging up on voicemail causes non-stop log messages -- Mark Purcell <[EMAIL PROTECTED]> Fri, 1 Jul 2005 23:24:53 +0100 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]