Your message dated Sun, 16 Feb 2014 23:35:34 +0000
with message-id <[email protected]>
and subject line Bug#739210: fixed in navit 0.5.0~svn5740+dfsg.1-2
has caused the Debian Bug report #739210,
regarding navit: speech-dispatcher moved its header files
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.)
--
739210: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=739210
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: navit
Version: 0.5.0~svn5738+dfsg.1
Severity: normal
Tags: patch upstream
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Hi maintainer of navit,
I uploaded version 0.8 of speech-dispatcher yesterday to the Debian
sid archive. Upstream decided to move the header files in libspeechd-dev
from /usr/include/ to /usr/include/speech-dispatcher/
For the time being, I add symbolic links from the old to the new location
so this is not an immediate issue. I still recommend you to adapt
the navit code (and probably let your upstream know).
Please find a patch attached that should solve the issue. I used it to
build navit against my latest version of speech-dispatcher and it seemed
to do what I intended, but still, please review.
Paul
- -- System Information:
Debian Release: 7.4
APT prefers stable
APT policy: (500, 'stable'), (99, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 3.2.0-4-amd64 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)
iQEcBAEBCAAGBQJTAQPiAAoJEJxcmesFvXUKqowH/2mh89FnWrybSR7Yo7t8gtft
DeFeEwtFNWlPwlKJTfGKCIAHFVoi3JGlxKLyyOZjx/9JHqkGA/ny6rMW+hrPV4Ss
Pl69byNkKbauXt97boK+HMLBT7PzDLvwkqt7Zx/9WthaYxQAIvRCGmp2ZK4EU65Q
ZycvqohDmrc2VhuLk04Jv6hJptxlBv7GJpG+spXygwMQW49v0XXx3ae2m0QXxPDD
xic7kyAZ2RifwyB65KhcJii4hV4dgnyV96js44Nc040jaxeRBcd25EtGTSZ3LyOq
BOC1ZpaldhOu1c0OLSViKR/2cBqIFR4Osu4UG3ktuqPZJdtfrmrhzGtyDpYrf/I=
=jDL3
-----END PGP SIGNATURE-----
Description: speech-dispatcher 0.8 moved the location of the header files
Author: Paul Gevers <[email protected]>
Forwarded: no
--- a/navit/speech/speech_dispatcher/speech_speech_dispatcher.c
+++ b/navit/speech/speech_dispatcher/speech_speech_dispatcher.c
@@ -27,7 +27,7 @@
#include <glib.h>
#include <stdarg.h>
#include "config.h"
-#include <libspeechd.h>
+#include <speech-dispatcher/libspeechd.h>
#include "plugin.h"
#include "speech.h"
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -151,7 +151,7 @@
CHECK_INCLUDE_FILES(stdint.h HAVE_STDINT_H)
CHECK_INCLUDE_FILES(byteswap.h HAVE_BYTESWAP_H)
CHECK_LIBRARY_EXISTS(gypsy gypsy_control_get_default "" GYPSY_FOUND)
-CHECK_INCLUDE_FILES(libspeechd.h HAVE_LIBSPEECHD)
+CHECK_INCLUDE_FILES(speech-dispatcher/libspeechd.h HAVE_LIBSPEECHD)
CHECK_INCLUDE_FILES(sys/socket.h HAVE_SOCKET)
CHECK_INCLUDE_FILES(sys/shm.h HAVE_SHMEM)
CHECK_FUNCTION_EXISTS(snprintf HAVE_SNPRINTF)
--- a/configure.in
+++ b/configure.in
@@ -1038,7 +1038,7 @@
# speech-dispatcher
AC_ARG_ENABLE(speech-speech-dispatcher, [ --disable-speech-speech-dispatcher disable speech type speech-dispatcher], speech_speech_dispatcher=$enableval;speech_speech_dispatcher_reason="configure parameter")
if test "x$speech_speech_dispatcher" = "xyes"; then
- AC_CHECK_HEADER(libspeechd.h, AC_DEFINE([HAVE_LIBSPEECHD],[],Define to 1 if you have the <libspeechd.h> header file.) SPEECHD_LIBS="-lspeechd", speech_speech_dispatcher=no; speech_speech_dispatcher_reason="libspeechd.h missing")
+ AC_CHECK_HEADER(speech-dispatcher/libspeechd.h, AC_DEFINE([HAVE_LIBSPEECHD],[],Define to 1 if you have the <speech-dispatcher/libspeechd.h> header file.) SPEECHD_LIBS="-lspeechd", speech_speech_dispatcher=no; speech_speech_dispatcher_reason="speech-dispatcher/libspeechd.h missing")
fi
AC_SUBST(SPEECHD_CFLAGS)
AC_SUBST(SPEECHD_LIBS)
--- End Message ---
--- Begin Message ---
Source: navit
Source-Version: 0.5.0~svn5740+dfsg.1-2
We believe that the bug you reported is fixed in the latest version of
navit, which is due to be installed in the Debian FTP archive.
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.
Gilles Filippini <[email protected]> (supplier of updated navit 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: SHA256
Format: 1.8
Date: Sun, 16 Feb 2014 23:54:06 +0100
Source: navit
Binary: navit navit-gui-gtk navit-gui-internal navit-graphics-gtk-drawing-area
navit-graphics-qt-qpainter navit-data maptool
Architecture: source i386 all
Version: 0.5.0~svn5740+dfsg.1-2
Distribution: unstable
Urgency: medium
Maintainer: Gilles Filippini <[email protected]>
Changed-By: Gilles Filippini <[email protected]>
Description:
maptool - Converts OpenStreetMap maps to Navit
navit - Car navigation system with routing engine
navit-data - Car navigation system with routing engine - data files
navit-graphics-gtk-drawing-area - Car navigation system with routing engine -
GTK+ graphic plugin
navit-graphics-qt-qpainter - Car navigation system with routing engine - Qt
graphic plugin
navit-gui-gtk - Car navigation system with routing engine - GTK+ GUI
navit-gui-internal - Car navigation system with routing engine - internal GUI
Closes: 739210
Changes:
navit (0.5.0~svn5740+dfsg.1-2) unstable; urgency=medium
.
* New patch: support-speech-dispatcher-0.8.patch (closes: #739210):
Support speech-dispatcher >= 0.8 for which upstream decided to
move include files to /usr/include/speech-dispatcher/.
* debian/rules: force speech-dispatcher support.
Checksums-Sha1:
7ea1a9601868517c78f00caf97ebe3c9a8448fbb 2226 navit_0.5.0~svn5740+dfsg.1-2.dsc
b4bef487b3f35544c29b7ad6321207e94b8c8064 28600
navit_0.5.0~svn5740+dfsg.1-2.debian.tar.xz
4139c87af85a236c35f484e8230867257a9637e6 368724
navit_0.5.0~svn5740+dfsg.1-2_i386.deb
b8ba3b5d7ebdcbacc911d346b1c7238b749734cc 43616
navit-gui-gtk_0.5.0~svn5740+dfsg.1-2_i386.deb
534cc80e251dcbe3db8bd9aea1d75016b91b96ad 81266
navit-gui-internal_0.5.0~svn5740+dfsg.1-2_i386.deb
47baf2c2be3daa9a1770b46336eb78c3c1d1bb72 35544
navit-graphics-gtk-drawing-area_0.5.0~svn5740+dfsg.1-2_i386.deb
c311e135cd8b6796e890716a176ba35e9967e9a5 38520
navit-graphics-qt-qpainter_0.5.0~svn5740+dfsg.1-2_i386.deb
df746dc13b80885bbfd7e9f07fa5f2eb7c856136 4131514
navit-data_0.5.0~svn5740+dfsg.1-2_all.deb
a8571474a72d16cb16050ea6e6b7c5edf443ae25 278764
maptool_0.5.0~svn5740+dfsg.1-2_i386.deb
Checksums-Sha256:
1c73fb03756948333bfc90c3b3ea725fa3096c0bb3888bc974386bb88d175865 2226
navit_0.5.0~svn5740+dfsg.1-2.dsc
99a124826387f81065bf06b989f41545c78cec588dcb601faf6be4eb350cfb3c 28600
navit_0.5.0~svn5740+dfsg.1-2.debian.tar.xz
bdd9155ca0258a46663120ebc05a3d8db42602c0a07e1910c56785716c7618ea 368724
navit_0.5.0~svn5740+dfsg.1-2_i386.deb
00ec15b7b98fb38aae923e54f507e3fa02d758caaf1d668c84acd2ed15925ae1 43616
navit-gui-gtk_0.5.0~svn5740+dfsg.1-2_i386.deb
8cfb9b1b0e16a3402f334514f26f6acc15e6ff48749c073d489886d9afb864b4 81266
navit-gui-internal_0.5.0~svn5740+dfsg.1-2_i386.deb
921eefc824e8d4b9c6a1c52b723e899c70d5b9220c754e4337b0673d7f18711a 35544
navit-graphics-gtk-drawing-area_0.5.0~svn5740+dfsg.1-2_i386.deb
3b1e723465be226ceeabecd7c4f4f8e254444cc89e326b2088914feeb703ae7c 38520
navit-graphics-qt-qpainter_0.5.0~svn5740+dfsg.1-2_i386.deb
12e29d86aee90da7220256f5e56c9580aea34bd59704ad41ffe1d509f0302082 4131514
navit-data_0.5.0~svn5740+dfsg.1-2_all.deb
07afbcc8c04b03394a0737d037428af6d236b3855f53c549dcd5ac7998766eda 278764
maptool_0.5.0~svn5740+dfsg.1-2_i386.deb
Files:
35820b42639e789ac611d7609e820975 2226 misc extra
navit_0.5.0~svn5740+dfsg.1-2.dsc
34c7854b768cfd1850a1c4768eee98e1 28600 misc extra
navit_0.5.0~svn5740+dfsg.1-2.debian.tar.xz
9d4d48b9f1facbb8c54e53b0839ef5ea 368724 misc extra
navit_0.5.0~svn5740+dfsg.1-2_i386.deb
c58e202bc2878824efc06020c65fffa5 43616 misc extra
navit-gui-gtk_0.5.0~svn5740+dfsg.1-2_i386.deb
ca982ef8010e2e680ceacf3db1bd19f4 81266 misc extra
navit-gui-internal_0.5.0~svn5740+dfsg.1-2_i386.deb
585e50b48e0fb23597f5dbd6a10f4a03 35544 misc extra
navit-graphics-gtk-drawing-area_0.5.0~svn5740+dfsg.1-2_i386.deb
93cca2a05de5f6a811ef7a7830513fbd 38520 misc extra
navit-graphics-qt-qpainter_0.5.0~svn5740+dfsg.1-2_i386.deb
2fd61d4bc032020bf60d586b7f23cc6c 4131514 misc extra
navit-data_0.5.0~svn5740+dfsg.1-2_all.deb
f155bd958b96312fde2e33b8960e17cf 278764 misc extra
maptool_0.5.0~svn5740+dfsg.1-2_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQEcBAEBCAAGBQJTAUiNAAoJEO/obGx//s+De/kH/jh0ZIZzkPFDij5lvB+uLoRx
RxUuA8dsSgw1Yumj0v9QAnQsDIp2qAw/0UKCcb3dPiSQwQ0+H+Cc0lUrNaBTqLnp
WJ8dKCVWCvNBmzbraCprRc9gA87qp6EnC/+8UtmcvJ/w+1maWZECgmZB/BFj0XrD
5QChJtQLPO7qIPyeixa4hfd34N5aKnyBOalEHGSowwUTRu5CG1cV82oJ63Kzlhd+
dLDjSt++hz0fIxfugpP1hakE0axtE4vMnimfx6YpY0dDhTWitXzM+gE+JyB7aekk
Du7W6A9wQlURTD1KGvQmUp1BorMf8eBd3gQJmuvbqKg4/eE/oM08cUJ3Q0LyTE4=
=KPV5
-----END PGP SIGNATURE-----
--- End Message ---