Your message dated Sat, 18 Feb 2012 09:47:51 +0000
with message-id <[email protected]>
and subject line Bug#658987: fixed in sflphone 1.0.2-1
has caused the Debian Bug report #658987,
regarding sflphone: FTBFS: 
../../libs/pjproject/pjlib/include/pj/config.h:281:5: error: #error "Please 
specify target machine."
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.)


-- 
658987: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=658987
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: sflphone
Version: 1.0.1-4.1
Severity: wishlist
Justification: fails to build from source

Hi,

quickfix FTBFS on Renesas SH4.

  
http://buildd.debian-ports.org/status/fetch.php?pkg=sflphone&arch=sh4&ver=1.0.1-4.1&stamp=1328551451

-----
/bin/bash ../../libtool  --tag=CXX   --mode=compile g++
-DHAVE_CONFIG_H -I. -I../..  -I../../libs -I../../libs/iax2
-I../../libs/pjproject -I../../src -I../../src/config -I../../test
-I../../libs/pjproject/pjsip/include
-I../../libs/pjproject/pjlib/include
-I../../libs/pjproject/pjlib-util/include
-I../../libs/pjproject/pjmedia/include
-I../../libs/pjproject/pjnath/include -DDBUS_API_SUBJECT_TO_CHANGE
-I/usr/include/dbus-1.0 -I/usr/lib/sh4-linux-gnu/dbus-1.0/include
-I/usr/include/dbus-c++-1 -DPREFIX=\"/usr\"
-DPROGSHAREDIR=\"/usr/share/sflphone\"
-DCODECS_DIR=\""/usr/lib/sflphone/codecs"\"
-DPLUGINS_DIR=\""/usr/lib/sflphone/plugins"\" -DENABLE_TRACE
-DHAVE_SPEEX_CODEC -DHAVE_GSM_CODEC  -DPREFIX=\"/usr\"
-DPROGSHAREDIR=\"/usr/share/sflphone\" -DUSE_NETWORKMANAGER -g -O2 -g
-Wno-return-type -Wall -Wextra -Wnon-virtual-dtor -Weffc++
-Wfatal-errors -MT libdbus_la-callmanager.lo -MD -MP -MF
.deps/libdbus_la-callmanager.Tpo -c -o libdbus_la-callmanager.lo `test
-f 'callmanager.cpp' || echo './'`callmanager.cpp
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../.. -I../../libs
-I../../libs/iax2 -I../../libs/pjproject -I../../src
-I../../src/config -I../../test -I../../libs/pjproject/pjsip/include
-I../../libs/pjproject/pjlib/include
-I../../libs/pjproject/pjlib-util/include
-I../../libs/pjproject/pjmedia/include
-I../../libs/pjproject/pjnath/include -DDBUS_API_SUBJECT_TO_CHANGE
-I/usr/include/dbus-1.0 -I/usr/lib/sh4-linux-gnu/dbus-1.0/include
-I/usr/include/dbus-c++-1 -DPREFIX=\"/usr\"
-DPROGSHAREDIR=\"/usr/share/sflphone\"
-DCODECS_DIR=\"/usr/lib/sflphone/codecs\"
-DPLUGINS_DIR=\"/usr/lib/sflphone/plugins\" -DENABLE_TRACE
-DHAVE_SPEEX_CODEC -DHAVE_GSM_CODEC -DPREFIX=\"/usr\"
-DPROGSHAREDIR=\"/usr/share/sflphone\" -DUSE_NETWORKMANAGER -g -O2 -g
-Wno-return-type -Wall -Wextra -Wnon-virtual-dtor -Weffc++
-Wfatal-errors -MT libdbus_la-callmanager.lo -MD -MP -MF
.deps/libdbus_la-callmanager.Tpo -c callmanager.cpp  -fPIC -DPIC -o
.libs/libdbus_la-callmanager.o
In file included from
../../libs/pjproject/pjmedia/include/pjmedia/config.h:27:0,
                 from ../../libs/pjproject/pjmedia/include/pjmedia/types.h:28,
                 from ../../libs/pjproject/pjmedia/include/pjmedia/echo.h:28,
                 from ../../src/audio/echosuppress.h:11,
                 from ../../src/audio/audiortp/audio_rtp_record_handler.h:45,
                 from ../../src/audio/audiortp/audio_rtp_session.h:37,
                 from ../../src/audio/audiortp/audio_rtp_factory.h:37,
                 from ../../src/sip/sipcall.h:36,
                 from callmanager.cpp:36:
../../libs/pjproject/pjlib/include/pj/config.h:281:5: error: #error
"Please specify target machine."
compilation terminated due to -Wfatal-errors.
make[6]: *** [libdbus_la-callmanager.lo] Error 1
-----

Current sflphone does not support Renesa SH.
I create a patch which support this. Could you apply patch?

Best regards,
 Nobuhiro

--
Nobuhiro Iwamatsu
   iwamatsu at {nigauri.org / debian.org}
   GPG ID: 40AD1FA6
Description: <short summary of the patch>
 TODO: Put a short summary on the line above and replace this paragraph
 with a longer explanation of this change. Complete the meta-information
 with other relevant fields (see below for details). To make it easier, the
 information below has been extracted from the changelog. Adjust it or drop
 it.
 .
 sflphone (1.0.1-4.2) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Add support Renesas SH.
Author: Nobuhiro Iwamatsu <[email protected]>

---
The information above should follow the Patch Tagging Guidelines, please
checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
are templates for supplementary fields that you might want to add:

Origin: <vendor|upstream|other>, <url of original patch>
Bug: <url in upstream bugtracker>
Bug-Debian: http://bugs.debian.org/<bugnumber>
Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
Forwarded: <no|not-needed|url proving that it has been forwarded>
Reviewed-By: <name and email of someone who approved the patch>
Last-Update: <YYYY-MM-DD>

--- sflphone-1.0.1.orig/daemon/libs/pjproject/pjlib/include/pj/config.h
+++ sflphone-1.0.1/daemon/libs/pjproject/pjlib/include/pj/config.h
@@ -276,6 +276,20 @@
 #   define PJ_HAS_PENTIUM	0
 #   define PJ_IS_LITTLE_ENDIAN	1
 #   define PJ_IS_BIG_ENDIAN	0
+
+#elif defined(PJ_M_SH) || defined(__sh__) || defined(__sh) || \
+	defined(__SH__) || defined(_ARCH_SH) || defined(_SH_)
+    /*
+     * Renesas SuperH, default to little endian
+     */
+#   undef PJ_M_SH
+#   define PJ_M_SH		1
+#   define PJ_M_NAME		"sh"
+#   define PJ_HAS_PENTIUM	0
+#   if !defined(PJ_IS_LITTLE_ENDIAN) && !defined(PJ_IS_BIG_ENDIAN)
+#   	define PJ_IS_LITTLE_ENDIAN	1
+#   	define PJ_IS_BIG_ENDIAN		0
+#   endif
 		
 #else
 #   error "Please specify target machine."

--- End Message ---
--- Begin Message ---
Source: sflphone
Source-Version: 1.0.2-1

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

sflphone-daemon_1.0.2-1_amd64.deb
  to main/s/sflphone/sflphone-daemon_1.0.2-1_amd64.deb
sflphone-data_1.0.2-1_all.deb
  to main/s/sflphone/sflphone-data_1.0.2-1_all.deb
sflphone-evolution_1.0.2-1_amd64.deb
  to main/s/sflphone/sflphone-evolution_1.0.2-1_amd64.deb
sflphone-gnome_1.0.2-1_amd64.deb
  to main/s/sflphone/sflphone-gnome_1.0.2-1_amd64.deb
sflphone_1.0.2-1.debian.tar.gz
  to main/s/sflphone/sflphone_1.0.2-1.debian.tar.gz
sflphone_1.0.2-1.dsc
  to main/s/sflphone/sflphone_1.0.2-1.dsc
sflphone_1.0.2.orig.tar.gz
  to main/s/sflphone/sflphone_1.0.2.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 [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Francois Marier <[email protected]> (supplier of updated sflphone 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: Sat, 18 Feb 2012 21:47:09 +1300
Source: sflphone
Binary: sflphone-daemon sflphone-data sflphone-gnome sflphone-evolution
Architecture: source amd64 all
Version: 1.0.2-1
Distribution: unstable
Urgency: low
Maintainer: Francois Marier <[email protected]>
Changed-By: Francois Marier <[email protected]>
Description: 
 sflphone-daemon - SIP and IAX2 compatible VoIP phone - core daemon
 sflphone-data - SIP and IAX2 compatible VoIP phone - common data
 sflphone-evolution - SIP and IAX2 compatible VoIP phone - Evolution plugin
 sflphone-gnome - SIP and IAX2 compatible VoIP phone - GNOME client
Closes: 658987
Changes: 
 sflphone (1.0.2-1) unstable; urgency=low
 .
   * New upstream release
     - remove logging patch (applied upstream)
     - update s390 patch since it was partially applied upstream
   * Include the Evolution plugin as a separate binary package
 .
   * Fix compilation issues on SH4 (closes: #658987)
   * Merge Ubuntu's binutils-gold linking fix
Checksums-Sha1: 
 1e52a7bc973b5c94e61e6b86cb86896e46b8a3d8 2541 sflphone_1.0.2-1.dsc
 6fa538507675a18d5e9ec10d3d9947bfb2043b8e 5160167 sflphone_1.0.2.orig.tar.gz
 9bede17fa9fdea0606ef140102f4495abeb4934b 9344 sflphone_1.0.2-1.debian.tar.gz
 feb8fa7d1fadd22452d63d3e1adc1947e1d04481 685656 
sflphone-daemon_1.0.2-1_amd64.deb
 38a86000b26d425fe902e72022f8b1cddd6161de 365380 sflphone-data_1.0.2-1_all.deb
 fb132ec07cfea2860a8cba933534f0a93378e8c1 867114 
sflphone-gnome_1.0.2-1_amd64.deb
 f4a0aad40a57f4c3bc574a90759cab9f53747a6e 13722 
sflphone-evolution_1.0.2-1_amd64.deb
Checksums-Sha256: 
 29b72eac433464f81a4a0c28fde1ea978a104779514f949e8c7e9fbf8b610740 2541 
sflphone_1.0.2-1.dsc
 0d6052851c0061b04ddf8417ad18b2427b2f7aa62ac9159137d1cef28e4229d5 5160167 
sflphone_1.0.2.orig.tar.gz
 b9cbd7a48ec50aac99b1d21205239812990fa99253e8a334cf2d857d8be52b08 9344 
sflphone_1.0.2-1.debian.tar.gz
 4b5bbcc1af682752d07f5c6aff5d8855d2fc61c0988df2c105b44ce1eaa58079 685656 
sflphone-daemon_1.0.2-1_amd64.deb
 491ce249ddd0ca4565c0cfd9f860fdb47cf91450a1bc52fb068b0b25ca8d7392 365380 
sflphone-data_1.0.2-1_all.deb
 b1e4b364b224743b5654cf005d26102a45e24b412aad5564f991570c2ec67234 867114 
sflphone-gnome_1.0.2-1_amd64.deb
 9a3c41a269fccbde117dacac5b3b8a1cee833f89e5c35b60b450b39f4b95c44a 13722 
sflphone-evolution_1.0.2-1_amd64.deb
Files: 
 942e4f8756a29a9c312f6ba410bd345d 2541 gnome extra sflphone_1.0.2-1.dsc
 7cd313fe2799b9647cda72839188b0fc 5160167 gnome extra sflphone_1.0.2.orig.tar.gz
 2b55aedf5cf3477bb8f0a7a1ca0a1d34 9344 gnome extra 
sflphone_1.0.2-1.debian.tar.gz
 6fa7d82d99979403f93a67cf0aa12dcc 685656 gnome extra 
sflphone-daemon_1.0.2-1_amd64.deb
 2fbb7b44ac2a1ff38baab969d42dfa01 365380 gnome extra 
sflphone-data_1.0.2-1_all.deb
 e51728624272e330d25ff9b1cad679ce 867114 gnome extra 
sflphone-gnome_1.0.2-1_amd64.deb
 738a4207595ca5a41e006b933650a2ab 13722 gnome extra 
sflphone-evolution_1.0.2-1_amd64.deb

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

iQIcBAEBCAAGBQJPP2gJAAoJEBYoHy4AfJjRMhAQAIdptmYsAX4VWP/BmKIKL0rp
Ayew+It+ZjBI10P6Xq7/8A5nf+DxmFIevg03bi/6eaaEctOweI8Jw+XRXFxC+jKk
ViNCPgDBLhxRCc4qZF6EQ176jXX4bV5CJkoX0ELuq5lw3ltpKrrM6s+4KpaA8EmS
OUW2CXEyzwTUm/TqKakRm/bioYzpKX7ceUBsjLPmppLqqG1it3UffUa87Q09o645
on2dKfFaPmuD7PUfkDtz99BQaE7C+Wkuep8F9LUEFfaaIIwCXUFfVp/T5sEh2YqN
3UUCEnxtTkTDP2uv7Zv8hBOCb6fun48NUqPWhL45sGY/zmsyB/q8JpWXhePx5IC6
etemVj42n1zE0GsXvE0Mb41UDLgyOJRV22HkkcM14tcQ/5hTtCISptpnqCsayO4t
c+J5hVF0USOCND2C2nOZd/CJEVXWTjlwl0yHPMzbfkgUyRfa6osm7HSbDeMuLf3O
VKwwBjhlmxopUTPucKicOAVh5ab0v3C9BN7isVKhBTwvFCBlwqeAwxQoKSKDcVrE
U8KtHsAUwDN0juhb8SpSh4es8KgspHjbVx2jOSpe9JuHqyQ5o531b7jmAwswDkxO
aq7CJli1MMxMCuq+MAfQYlw4H1MflvQul40Mx7tfKNRWPS2uS13LAOUNcL41/24i
koFln24vfvXBYtyhK6zP
=uAUF
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to