Your message dated Sun, 04 Mar 2012 01:03:35 +0000
with message-id <e1s3zrl-0005ae...@franck.debian.org>
and subject line Bug#660618: fixed in dbus-c++ 0.9.0-2.1
has caused the Debian Bug report #660618,
regarding FTBFS
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 ow...@bugs.debian.org
immediately.)
--
660618: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=660618
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: dbus-c++
Severity: serious
dbus-c++ fails to build from source:
Cheers,
Moritz
make[4]: Leaving directory `/root/dbus-c++-0.9.0/examples/echo'
make[4]: Entering directory `/root/dbus-c++-0.9.0/examples/echo'
../../tools/dbusxx-xml2cpp echo-introspect.xml --adaptor=echo-server-glue.h
generating code for interface org.freedesktop.DBus.EchoDemo...
../../tools/dbusxx-xml2cpp echo-introspect.xml --proxy=echo-client-glue.h
generating code for interface org.freedesktop.DBus.EchoDemo...
make all-am
make[5]: Entering directory `/root/dbus-c++-0.9.0/examples/echo'
g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -D_FORTIFY_SOURCE=2 -g -O2
-fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security
-Werror=format-security -fvisibility=hidden -c -o echo-server.o echo-server.cpp
/bin/bash ../../libtool --tag=CXX --mode=link g++ -g -O2 -fstack-protector
--param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security
-fvisibility=hidden -Wl,-z,relro -Wl,--as-needed -o echo-server echo-server.o
../../src/libdbus-c++-1.la
libtool: link: g++ -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat
-Wformat-security -Werror=format-security -fvisibility=hidden -Wl,-z -Wl,relro
-Wl,--as-needed -o .libs/echo-server echo-server.o
../../src/.libs/libdbus-c++-1.so
echo-server.o: In function `EchoServer::Info()':
/root/dbus-c++-0.9.0/examples/echo/echo-server.cpp:67: undefined reference to
`xgethostname'
collect2: ld returned 1 exit status
make[5]: *** [echo-server] Error 1
make[5]: Leaving directory `/root/dbus-c++-0.9.0/examples/echo'
make[4]: *** [all] Error 2
make[4]: Leaving directory `/root/dbus-c++-0.9.0/examples/echo'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/root/dbus-c++-0.9.0/examples'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/root/dbus-c++-0.9.0'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/root/dbus-c++-0.9.0'
dh_auto_build: make -j1 returned exit code 2
make: *** [build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2
--- End Message ---
--- Begin Message ---
Source: dbus-c++
Source-Version: 0.9.0-2.1
We believe that the bug you reported is fixed in the latest version of
dbus-c++, which is due to be installed in the Debian FTP archive:
dbus-c++_0.9.0-2.1.debian.tar.gz
to main/d/dbus-c++/dbus-c++_0.9.0-2.1.debian.tar.gz
dbus-c++_0.9.0-2.1.dsc
to main/d/dbus-c++/dbus-c++_0.9.0-2.1.dsc
libdbus-c++-1-0_0.9.0-2.1_amd64.deb
to main/d/dbus-c++/libdbus-c++-1-0_0.9.0-2.1_amd64.deb
libdbus-c++-dbg_0.9.0-2.1_amd64.deb
to main/d/dbus-c++/libdbus-c++-dbg_0.9.0-2.1_amd64.deb
libdbus-c++-dev_0.9.0-2.1_amd64.deb
to main/d/dbus-c++/libdbus-c++-dev_0.9.0-2.1_amd64.deb
libdbus-c++-doc_0.9.0-2.1_all.deb
to main/d/dbus-c++/libdbus-c++-doc_0.9.0-2.1_all.deb
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 660...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Cyril Brulebois <k...@debian.org> (supplier of updated dbus-c++ 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 ftpmas...@debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Sat, 03 Mar 2012 14:32:38 +0000
Source: dbus-c++
Binary: libdbus-c++-1-0 libdbus-c++-dev libdbus-c++-doc libdbus-c++-dbg
Architecture: source amd64 all
Version: 0.9.0-2.1
Distribution: unstable
Urgency: high
Maintainer: Vincent Cheng <vincentc1...@gmail.com>
Changed-By: Cyril Brulebois <k...@debian.org>
Description:
libdbus-c++-1-0 - C++ API for D-Bus (runtime package)
libdbus-c++-dbg - C++ API for D-Bus (debugging symbols)
libdbus-c++-dev - C++ API for D-Bus (development package)
libdbus-c++-doc - C++ API for D-Bus (documentation)
Closes: 660618
Changes:
dbus-c++ (0.9.0-2.1) unstable; urgency=high
.
* Non-maintainer upload.
* Fix FTBFS due to missing autoreconfiguration after the introduction
of 01_host_name_max.patch, leading to linking issues (Closes: 660618):
- Use the autoreconf sequence (dh $@ --with autoreconf).
- Add dh-autoreconf to Build-Depends accordingly.
* Set urgency to “high” for the RC bug fix.
Checksums-Sha1:
2f441555f18ad2d9f0835885dcd8e243ee146278 1439 dbus-c++_0.9.0-2.1.dsc
b331889230ad7078ad0c508b35e97e94f6e6f3b9 5721 dbus-c++_0.9.0-2.1.debian.tar.gz
4adca772b5de3bb783472c7d73d8901ac9a02548 88850
libdbus-c++-1-0_0.9.0-2.1_amd64.deb
769e99295f1ea21e427d1c08bd51369467c7da89 223954
libdbus-c++-dev_0.9.0-2.1_amd64.deb
0c96c9f924772de752f99f780b1d97b55e845bd3 576020
libdbus-c++-doc_0.9.0-2.1_all.deb
b5829f7f843e041fae260608d8adfc8b74140fb7 938172
libdbus-c++-dbg_0.9.0-2.1_amd64.deb
Checksums-Sha256:
a7b85e3c5be4f622e5ef1ce331e7f71762dd405fe05365639e5f4e96bb588e6b 1439
dbus-c++_0.9.0-2.1.dsc
029d8b3cd0d1077c39df4226b6696956cf685e2631baaf2cc8b65db31cfcb810 5721
dbus-c++_0.9.0-2.1.debian.tar.gz
16a966f94b3de4ee02279ea53ececd69543fbcde33ebf9f2b024f99f0d23e5d6 88850
libdbus-c++-1-0_0.9.0-2.1_amd64.deb
dc18bf0d375873cd74296470867dc1449240c3f40164d2a46c75c82c86bb3b8c 223954
libdbus-c++-dev_0.9.0-2.1_amd64.deb
788ee69152697e42a5582861ad1c10428487bf93ab178a574d89ef2470f91948 576020
libdbus-c++-doc_0.9.0-2.1_all.deb
9266cc890997af27316c3f3238e8ee9c7f501d4b47bcbb50207ee51df973de0b 938172
libdbus-c++-dbg_0.9.0-2.1_amd64.deb
Files:
250fc0cdd55f2e69119e90e291bb6ef7 1439 libs optional dbus-c++_0.9.0-2.1.dsc
58ef808936bf5853b97e0651773a09f8 5721 libs optional
dbus-c++_0.9.0-2.1.debian.tar.gz
8be2046a96c2a4c9b1f276da003833b7 88850 libs optional
libdbus-c++-1-0_0.9.0-2.1_amd64.deb
bc0103c5b5b6bb5ec36f5d77b482945a 223954 libdevel extra
libdbus-c++-dev_0.9.0-2.1_amd64.deb
827cce0432b844cbb69011faeedb523c 576020 doc optional
libdbus-c++-doc_0.9.0-2.1_all.deb
926efe98ad503d08655dca33a0dae853 938172 debug extra
libdbus-c++-dbg_0.9.0-2.1_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iEYEARECAAYFAk9SM80ACgkQeGfVPHR5Nd1a0QCgzfDD1Y9BbOX5bQk7XLz5+vlo
Eq4AnjW996r5itnUjpYMrw56/eoDrxIs
=ysqT
-----END PGP SIGNATURE-----
--- End Message ---