Your message dated Wed, 16 Jul 2008 20:32:22 +0100
with message-id <[EMAIL PROTECTED]>
and subject line asterisk-bristuff has been removed from Debian, closing #465452
has caused the Debian Bug report #465452,
regarding asterisk-bristuff: Add missing target xagi-test
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)
--
465452: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=465452
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: asterisk-bristuff
Version: 1:1.2.13~dfsg-2etch2
Severity: serious
Tags: patch
Justification: no longer builds from source with DEBUG=--coverage
Symptom:
build fails when build variable DEBUG contains something like
"--coverage"
Reason:
make target for xagi-test is missing and an implicit rule is used which
doesn't supply DEBUG to the linker
Solution:
add missing target xagi-test to agi/Makefile:
xagi-test: xagi-test.o
$(CC) $(CFLAGS) -o xagi-test xagi-test.o $(LIBS)
Attached patch that patches asterisk-1.2.13~dfsg/debian/patches/bristuff.dpatch
-- System Information:
Debian Release: 4.0
APT prefers stable
APT policy: (500, 'stable')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.22.7
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Versions of packages asterisk-bristuff depends on:
ii add 3.102 Add and remove users and groups
ii ast 1:1.2.13~dfsg-2etch2 Open Source Private Branch Exchang
ii ast 1:1.2.13~dfsg-2etch2 config files for asterisk
ii ast 1:1.2.13~dfsg-2etch2 sound files for asterisk
ii lib 1.0.13-2 ALSA library
ii lib 2.3.6.ds1-13etch4 GNU C Library: Shared libraries
ii lib 1.39+1.40-WIP-2006.11.14+dfsg-2etch1 common error description library
ii lib 7.15.5-1etch1 Multi-protocol file transfer libra
ii lib 1.0.10-13 Shared libraries for GSM speech co
ii lib 0.6.5-1 GNU libidn library, implementation
ii lib 1.4.4-7etch4 MIT Kerberos runtime libraries
ii lib 5.5-5 Shared libraries for terminal hand
ii lib 0.52.2-10 Not Erik's Windowing Toolkit - tex
ii lib 1.1.3-2 Ogg Bitstream Library
ii lib 1.10-3 lib for parsing cmdline parameters
ii lib 8.1.11-0etch1 PostgreSQL C client library
ii lib 1.2.4-1 Primary Rate ISDN specification li
ii lib 1.1.12-3 The Speex Speech Codec
ii lib 2.8.17-2 SQLite shared library
ii lib 3.3.8-1.1 SQLite 3 shared library
ii lib 0.9.8c-4etch1 SSL shared libraries
ii lib 1:1.2.11.dfsg-1 tonezone library (runtime)
ii lib 1.1.2.dfsg-1.3 The Vorbis General Audio Compressi
ii lib 1.1.2.dfsg-1.3 The Vorbis General Audio Compressi
ii uni 2.2.11-13 ODBC tools libraries
ii zli 1:1.2.3-13 compression library - runtime
asterisk-bristuff recommends no packages.
-- no debconf information
--- asterisk-1.2.13~dfsg~/debian/patches/bristuff.dpatch 2008-01-30
11:38:26.000000000 +0100
+++ asterisk-1.2.13~dfsg/debian/patches/bristuff.dpatch 2008-02-11
15:54:27.000000000 +0100
@@ -18,9 +18,13 @@
CFLAGS+=-DNO_AST_MM
-@@ -37,7 +37,7 @@
+@@ -36,8 +36,11 @@
+ eagi-sphinx-test: eagi-sphinx-test.o
$(CC) $(CFLAGS) -o eagi-sphinx-test eagi-sphinx-test.o $(LIBS)
++xagi-test: xagi-test.o
++ $(CC) $(CFLAGS) -o xagi-test xagi-test.o $(LIBS)
++
clean:
- rm -f *.so *.o look .depend eagi-test eagi-sphinx-test
+ rm -f *.so *.o look .depend eagi-test eagi-sphinx-test xagi-test
--- End Message ---
--- Begin Message ---
Version: 1:1.2.13~dfsg-2+rm
The asterisk-bristuff binary package has been removed from Debian testing,
unstable and
experimental, so I am now closing the bugs that were still opened
against it.
Don't hesitate to reply to this mail if you have any question.
Thank you for your contribution to Debian.
--
Marco Rodrigues
http://Marco.Tondela.org
--- End Message ---