Your message dated Fri, 26 Aug 2011 15:02:46 +0000
with message-id <e1qwxvi-0003hj...@franck.debian.org>
and subject line Bug#621891: fixed in cegui-mk2 0.7.5-5
has caused the Debian Bug report #621891,
regarding cegui-mk2: FTBFS on kfreebsd-*: error: 'DYNLIB_HANDLE' does not name
a type
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.)
--
621891: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=621891
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: cegui-mk2
Version: 0.7.5-1
Severity: serious
Justification: FTBFS
User: debian-...@lists.debian.org
Usertags: kfreebsd
Hi,
your package no longer builds on kfreebsd-*:
| libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../../cegui/include
-I../../cegui/include -I/usr/include/freetype2 -g -O2 -g -O2 -c
CEGUIDynamicModule.cpp -fPIC -DPIC -o
.libs/libCEGUIBase_la-CEGUIDynamicModule.o
| In file included from CEGUIDynamicModule.cpp:32:0:
| ../../cegui/include/CEGUIDynamicModule.h:127:5: error: 'DYNLIB_HANDLE' does
not name a type
| CEGUIDynamicModule.cpp: In constructor
'CEGUI::DynamicModule::DynamicModule(const CEGUI::String&)':
| CEGUIDynamicModule.cpp:64:3: error: 'd_handle' was not declared in this scope
| CEGUIDynamicModule.cpp:111:5: error: 'd_handle' was not declared in this scope
| CEGUIDynamicModule.cpp:111:48: error: 'DYNLIB_LOAD' was not declared in this
scope
| CEGUIDynamicModule.cpp: In destructor
'CEGUI::DynamicModule::~DynamicModule()':
| CEGUIDynamicModule.cpp:135:19: error: 'd_handle' was not declared in this
scope
| CEGUIDynamicModule.cpp:135:27: error: 'DYNLIB_UNLOAD' was not declared in
this scope
| CEGUIDynamicModule.cpp: In member function 'void*
CEGUI::DynamicModule::getSymbolAddress(const CEGUI::String&) const':
| CEGUIDynamicModule.cpp:147:33: error: 'd_handle' was not declared in this
scope
| CEGUIDynamicModule.cpp:147:57: error: 'DYNLIB_GETSYM' was not declared in
this scope
| CEGUIDynamicModule.cpp: In member function 'CEGUI::String
CEGUI::DynamicModule::getFailureString() const':
| CEGUIDynamicModule.cpp:155:27: error: 'DYNLIB_ERROR' was not declared in this
scope
| make[4]: *** [libCEGUIBase_la-CEGUIDynamicModule.lo] Error 1
Full build logs:
https://buildd.debian.org/status/package.php?p=cegui-mk2&suite=experimental
KiBi.
--- End Message ---
--- Begin Message ---
Source: cegui-mk2
Source-Version: 0.7.5-5
We believe that the bug you reported is fixed in the latest version of
cegui-mk2, which is due to be installed in the Debian FTP archive:
cegui-mk2_0.7.5-5.debian.tar.gz
to main/c/cegui-mk2/cegui-mk2_0.7.5-5.debian.tar.gz
cegui-mk2_0.7.5-5.dsc
to main/c/cegui-mk2/cegui-mk2_0.7.5-5.dsc
libcegui-mk2-0.7.5-dbg_0.7.5-5_amd64.deb
to main/c/cegui-mk2/libcegui-mk2-0.7.5-dbg_0.7.5-5_amd64.deb
libcegui-mk2-0.7.5_0.7.5-5_amd64.deb
to main/c/cegui-mk2/libcegui-mk2-0.7.5_0.7.5-5_amd64.deb
libcegui-mk2-dev_0.7.5-5_amd64.deb
to main/c/cegui-mk2/libcegui-mk2-dev_0.7.5-5_amd64.deb
libcegui-mk2-doc_0.7.5-5_all.deb
to main/c/cegui-mk2/libcegui-mk2-doc_0.7.5-5_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 621...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Muammar El Khatib <muam...@debian.org> (supplier of updated cegui-mk2 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: Thu, 25 Aug 2011 23:04:39 +0200
Source: cegui-mk2
Binary: libcegui-mk2-0.7.5 libcegui-mk2-0.7.5-dbg libcegui-mk2-dev
libcegui-mk2-doc
Architecture: source all amd64
Version: 0.7.5-5
Distribution: experimental
Urgency: low
Maintainer: Muammar El Khatib <muam...@debian.org>
Changed-By: Muammar El Khatib <muam...@debian.org>
Description:
libcegui-mk2-0.7.5 - Crazy Eddie's GUI (libraries)
libcegui-mk2-0.7.5-dbg - Crazy Eddie's GUI (debugging libraries)
libcegui-mk2-dev - Crazy Eddie's GUI (development files)
libcegui-mk2-doc - Crazy Eddie's GUI (documentation)
Closes: 621891
Changes:
cegui-mk2 (0.7.5-5) experimental; urgency=low
.
* The change introduced in previous revision of cegui-mk2 has been reverted
so that CEGUI can Build-Depends on libxml2-dev in kfreebsd. In order to
make it compile with the tinixml parser the 12_CEGUItinyxmlparser patch
has been applied.
* CEGUI was FTBFS because 'DYNLIB_HANDLE' did not name a type in
CEGUIDynamicModule.cpp, this error was fixed by applying again the patch
01_cegui-mk2_kfreebsd.patch. (Closes: #621891)
Checksums-Sha1:
47e9943d1b1466c1f1f6974fc8a0bb6142e26aa5 1581 cegui-mk2_0.7.5-5.dsc
d0a58bd6e71dc2e649c77ea4ec98cd07dfa88182 12105 cegui-mk2_0.7.5-5.debian.tar.gz
062e17ad39d1edf2a199ad6c22020346c30aa772 4443296
libcegui-mk2-doc_0.7.5-5_all.deb
3bf4dfaad7b1aca5407a31034f33a31da97e65b1 1464958
libcegui-mk2-0.7.5_0.7.5-5_amd64.deb
2d6bc43517f4874f1d906be5110237c1a582254a 12680900
libcegui-mk2-0.7.5-dbg_0.7.5-5_amd64.deb
3a574662d954aae71f6d7aa1f54f286fabb7bf40 349222
libcegui-mk2-dev_0.7.5-5_amd64.deb
Checksums-Sha256:
28a950bcca728f1faf35ed423bf6000a7977720f8be57cbb7cbb7971477f3d73 1581
cegui-mk2_0.7.5-5.dsc
c79a69fc8ded0d50fed4ef2479eba9179bcb9e789bc6f66d26fd858850c38c15 12105
cegui-mk2_0.7.5-5.debian.tar.gz
8f39b7d1dc800989eeebb2b10ce943e76b2bc99d5432297a25a88853346a676e 4443296
libcegui-mk2-doc_0.7.5-5_all.deb
9525e4a799dbb9dfd4f16e20e6df7cb2ac79af7083dec91b591b21f17defd1e5 1464958
libcegui-mk2-0.7.5_0.7.5-5_amd64.deb
13719964624afc68ed0af8aacec539cfaef4345f9233003506a2fb1c8e704d8f 12680900
libcegui-mk2-0.7.5-dbg_0.7.5-5_amd64.deb
864b47dbba5d8060f3922aa93cf6006013def2f4a4f0fbfa21ac6c7b212e7d8a 349222
libcegui-mk2-dev_0.7.5-5_amd64.deb
Files:
e32f8bbe89859b4656b8c6a7d856e8c4 1581 libs optional cegui-mk2_0.7.5-5.dsc
555934d5ae13b14a31d928d738d72cbd 12105 libs optional
cegui-mk2_0.7.5-5.debian.tar.gz
5c4924ca5d838aff9cf001e70287f088 4443296 doc optional
libcegui-mk2-doc_0.7.5-5_all.deb
99d10239f19057b00fbe0ceec38fafcd 1464958 libs optional
libcegui-mk2-0.7.5_0.7.5-5_amd64.deb
cfd95ddd657518a45872f05d919ff4b3 12680900 debug extra
libcegui-mk2-0.7.5-dbg_0.7.5-5_amd64.deb
2e7ec6354e0102fd18a66a96a692e9b6 349222 libdevel optional
libcegui-mk2-dev_0.7.5-5_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
iEYEARECAAYFAk5Xpp0ACgkQMOtAOxJwKfFg1gCfVs4amrqAJON61u+YBGwfGe5x
5pUAoJEvd90KlhD5ucDPryA1RgcX7DYe
=44Ez
-----END PGP SIGNATURE-----
--- End Message ---