Your message dated Sat, 5 Jun 2010 17:52:43 +0200
with message-id <20100605155243.gz3...@debian.org>
and subject line Re: Processed: Fix a mistake
has caused the Debian Bug report #584342,
regarding synfig: FTBFS: trgt_mng.h:55:20: error: libmng.h: No such file or
directory
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.)
--
584342: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=584342
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: synfig
Version: 0.62.00-2
Severity: serious
Tags: squeeze sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20100602 qa-ftbfs
Justification: FTBFS on amd64
Hi,
During a rebuild of all packages in sid, your package failed to build on
amd64.
Relevant part:
> /bin/bash ../../../libtool --tag=CXX --mode=compile x86_64-linux-gnu-g++
> -DHAVE_CONFIG_H -I../../.. -I../../../src -pthread
> -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include
> -I/usr/include/libxml2 -I/usr/include/glibmm-2.4
> -I/usr/lib/glibmm-2.4/include -I/usr/include/sigc++-2.0
> -I/usr/lib/sigc++-2.0/include -I/usr/include/glib-2.0
> -I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0
> -I/usr/lib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED
> -DLOCALEDIR=\"/usr/share/locale\" -DNDEBUG -g -O2 -W -Wall -MT
> libmod_mng_la-trgt_mng.lo -MD -MP -MF .deps/libmod_mng_la-trgt_mng.Tpo -c -o
> libmod_mng_la-trgt_mng.lo `test -f 'trgt_mng.cpp' || echo './'`trgt_mng.cpp
> libtool: compile: x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I../../..
> -I../../../src -pthread -I/usr/include/libxml++-2.6
> -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2
> -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include
> -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include
> -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0
> -I/usr/lib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED
> -DLOCALEDIR=\"/usr/share/locale\" -DNDEBUG -g -O2 -W -Wall -MT
> libmod_mng_la-trgt_mng.lo -MD -MP -MF .deps/libmod_mng_la-trgt_mng.Tpo -c
> trgt_mng.cpp -fPIC -DPIC -o .libs/libmod_mng_la-trgt_mng.o
> libtool: compile: x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I../../..
> -I../../../src -pthread -I/usr/include/libxml++-2.6
> -I/usr/lib/libxml++-2.6/include -I/usr/include/libxml2
> -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include
> -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include
> -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0
> -I/usr/lib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED
> -DLOCALEDIR=\"/usr/share/locale\" -DNDEBUG -g -O2 -W -Wall -MT
> libmod_mng_la-main.lo -MD -MP -MF .deps/libmod_mng_la-main.Tpo -c main.cpp
> -fPIC -DPIC -o .libs/libmod_mng_la-main.o
> In file included from trgt_mng.cpp:39:
> trgt_mng.h:55:20: error: libmng.h: No such file or directory
> In file included from main.cpp:37:
> trgt_mng.h:55:20: error: libmng.h: No such file or directory
> In file included from trgt_mng.cpp:39:
> trgt_mng.h:71: error: 'mng_handle' does not name a type
> trgt_mng.h:79: error: 'z_stream' does not name a type
> trgt_mng.cpp:65: error: 'mng_ptr' does not name a type
> trgt_mng.cpp:72: error: expected initializer before 'mng_free_proc'
> trgt_mng.cpp:77: error: 'mng_bool' does not name a type
> trgt_mng.cpp:84: error: 'mng_bool' does not name a type
> trgt_mng.cpp:92: error: 'mng_bool' does not name a type
> trgt_mng.cpp: In destructor 'virtual mng_trgt::~mng_trgt()':
> trgt_mng.cpp:115: error: 'mng' was not declared in this scope
> trgt_mng.cpp:115: error: 'MNG_NULL' was not declared in this scope
> trgt_mng.cpp:117: error: 'mng_putchunk_mend' was not declared in this scope
> trgt_mng.cpp:118: error: 'mng_write' was not declared in this scope
> trgt_mng.cpp:120: error: 'mng_int8' was not declared in this scope
> trgt_mng.cpp:120: error: expected ';' before 'severity'
> trgt_mng.cpp:121: error: 'mng_chunkid' was not declared in this scope
> trgt_mng.cpp:121: error: expected ';' before 'chunkname'
> trgt_mng.cpp:122: error: 'mng_uint32' was not declared in this scope
> trgt_mng.cpp:122: error: expected ';' before 'chunkseq'
> trgt_mng.cpp:123: error: 'mng_int32' was not declared in this scope
> trgt_mng.cpp:123: error: expected ';' before 'extra1'
> trgt_mng.cpp:124: error: expected ';' before 'extra2'
> trgt_mng.cpp:125: error: 'mng_pchar' was not declared in this scope
> trgt_mng.cpp:125: error: expected ';' before 'errortext'
> trgt_mng.cpp:126: error: 'severity' was not declared in this scope
> trgt_mng.cpp:126: error: 'chunkname' was not declared in this scope
> trgt_mng.cpp:126: error: 'chunkseq' was not declared in this scope
> trgt_mng.cpp:126: error: 'extra1' was not declared in this scope
> trgt_mng.cpp:126: error: 'extra2' was not declared in this scope
> trgt_mng.cpp:126: error: 'errortext' was not declared in this scope
> trgt_mng.cpp:126: error: 'mng_getlasterror' was not declared in this scope
> trgt_mng.cpp:129: error: 'mng_cleanup' was not declared in this scope
> trgt_mng.cpp: In member function 'virtual bool mng_trgt::init()':
> trgt_mng.cpp:177: error: 'mng' was not declared in this scope
> trgt_mng.cpp:177: error: 'mng_ptr' was not declared in this scope
> trgt_mng.cpp:177: error: 'mng_alloc_proc' was not declared in this scope
> trgt_mng.cpp:177: error: 'mng_free_proc' was not declared in this scope
> trgt_mng.cpp:177: error: 'MNG_NULL' was not declared in this scope
> trgt_mng.cpp:177: error: 'mng_initialize' was not declared in this scope
> trgt_mng.cpp:179: error: 'mng_error_proc' was not declared in this scope
> trgt_mng.cpp:179: error: 'mng_setcb_errorproc' was not declared in this scope
> trgt_mng.cpp:180: error: 'mng_write_proc' was not declared in this scope
> trgt_mng.cpp:180: error: 'mng_setcb_writedata' was not declared in this scope
> trgt_mng.cpp:181: error: 'mng_null_proc' was not declared in this scope
> trgt_mng.cpp:181: error: 'mng_setcb_openstream' was not declared in this scope
> trgt_mng.cpp:182: error: 'mng_null_proc' was not declared in this scope
> trgt_mng.cpp:182: error: 'mng_setcb_closestream' was not declared in this
> scope
> trgt_mng.cpp:183: error: 'mng_create' was not declared in this scope
> trgt_mng.cpp:184: error: 'MNG_SIMPLICITY_VALID' was not declared in this scope
> trgt_mng.cpp:184: error: 'MNG_SIMPLICITY_SIMPLEFEATURES' was not declared in
> this scope
> trgt_mng.cpp:184: error: 'mng_putchunk_mhdr' was not declared in this scope
> trgt_mng.cpp:185: error: 'MNG_TERMACTION_REPEAT' was not declared in this
> scope
> trgt_mng.cpp:185: error: 'MNG_ITERACTION_LASTFRAME' was not declared in this
> scope
> trgt_mng.cpp:185: error: 'mng_putchunk_term' was not declared in this scope
> trgt_mng.cpp:187: error: 'MNG_TEXT_TITLE' was not declared in this scope
> trgt_mng.cpp:189: error: 'mng_putchunk_text' was not declared in this scope
> trgt_mng.cpp:192: error: 'MNG_TEXT_DESCRIPTION' was not declared in this scope
> trgt_mng.cpp:194: error: 'mng_putchunk_text' was not declared in this scope
> trgt_mng.cpp:197: error: 'MNG_TEXT_SOFTWARE' was not declared in this scope
> trgt_mng.cpp:199: error: 'mng_putchunk_text' was not declared in this scope
> trgt_mng.cpp:202: error: 'MNG_FALSE' was not declared in this scope
> trgt_mng.cpp:202: error: 'mng_putchunk_gama' was not declared in this scope
> trgt_mng.cpp:203: error: 'MNG_FALSE' was not declared in this scope
> trgt_mng.cpp:203: error: 'MNG_UNIT_METER' was not declared in this scope
> trgt_mng.cpp:203: error: 'mng_putchunk_phys' was not declared in this scope
> trgt_mng.cpp:204: error: 'mng_putchunk_time' was not declared in this scope
> trgt_mng.cpp:215: error: 'mng_int8' was not declared in this scope
> trgt_mng.cpp:215: error: expected ';' before 'severity'
> trgt_mng.cpp:216: error: 'mng_chunkid' was not declared in this scope
> trgt_mng.cpp:216: error: expected ';' before 'chunkname'
> trgt_mng.cpp:217: error: 'mng_uint32' was not declared in this scope
> trgt_mng.cpp:217: error: expected ';' before 'chunkseq'
> trgt_mng.cpp:218: error: 'mng_int32' was not declared in this scope
> trgt_mng.cpp:218: error: expected ';' before 'extra1'
> trgt_mng.cpp:219: error: expected ';' before 'extra2'
> trgt_mng.cpp:220: error: 'mng_pchar' was not declared in this scope
> trgt_mng.cpp:220: error: expected ';' before 'errortext'
> trgt_mng.cpp:221: error: 'severity' was not declared in this scope
> trgt_mng.cpp:221: error: 'chunkname' was not declared in this scope
> trgt_mng.cpp:221: error: 'chunkseq' was not declared in this scope
> trgt_mng.cpp:221: error: 'extra1' was not declared in this scope
> trgt_mng.cpp:221: error: 'extra2' was not declared in this scope
> trgt_mng.cpp:221: error: 'errortext' was not declared in this scope
> trgt_mng.cpp:221: error: 'mng_getlasterror' was not declared in this scope
> trgt_mng.cpp:223: error: 'mng_cleanup' was not declared in this scope
> trgt_mng.cpp: In member function 'virtual void mng_trgt::end_frame()':
> trgt_mng.cpp:250: error: 'zstream' was not declared in this scope
> trgt_mng.cpp:250: error: 'Z_FINISH' was not declared in this scope
> trgt_mng.cpp:250: error: 'deflate' was not declared in this scope
> trgt_mng.cpp:250: error: 'Z_STREAM_END' was not declared in this scope
> trgt_mng.cpp:255: error: 'zstream' was not declared in this scope
> trgt_mng.cpp:255: error: 'deflateEnd' was not declared in this scope
> trgt_mng.cpp:255: error: 'Z_OK' was not declared in this scope
> trgt_mng.cpp:260: error: 'mng' was not declared in this scope
> trgt_mng.cpp:260: error: 'MNG_NULL' was not declared in this scope
> trgt_mng.cpp:262: error: 'zstream' was not declared in this scope
> trgt_mng.cpp:262: error: 'mng_putchunk_idat' was not declared in this scope
> trgt_mng.cpp:263: error: 'mng_putchunk_iend' was not declared in this scope
> trgt_mng.cpp: In member function 'virtual bool
> mng_trgt::start_frame(synfig::ProgressCallback*)':
> trgt_mng.cpp:274: error: 'mng' was not declared in this scope
> trgt_mng.cpp:274: error: 'MNG_NULL' was not declared in this scope
> trgt_mng.cpp:280: error: 'mng' was not declared in this scope
> trgt_mng.cpp:280: error: 'MNG_BITDEPTH_8' was not declared in this scope
> trgt_mng.cpp:280: error: 'MNG_COLORTYPE_RGBA' was not declared in this scope
> trgt_mng.cpp:280: error: 'MNG_COMPRESSION_DEFLATE' was not declared in this
> scope
> trgt_mng.cpp:280: error: 'MNG_FILTER_ADAPTIVE' was not declared in this scope
> trgt_mng.cpp:280: error: 'MNG_INTERLACE_NONE' was not declared in this scope
> trgt_mng.cpp:280: error: 'mng_putchunk_ihdr' was not declared in this scope
> trgt_mng.cpp:286: error: 'zstream' was not declared in this scope
> trgt_mng.cpp:286: error: 'Z_NULL' was not declared in this scope
> trgt_mng.cpp:290: error: 'Z_DEFAULT_COMPRESSION' was not declared in this
> scope
> trgt_mng.cpp:290: error: 'deflateInit' was not declared in this scope
> trgt_mng.cpp:290: error: 'Z_OK' was not declared in this scope
> trgt_mng.cpp:298: error: 'deflateBound' was not declared in this scope
> trgt_mng.cpp: In member function 'virtual bool mng_trgt::end_scanline()':
> trgt_mng.cpp:325: error: 'MNG_FILTER_NONE' was not declared in this scope
> trgt_mng.cpp:328: error: 'zstream' was not declared in this scope
> trgt_mng.cpp:331: error: 'Z_NO_FLUSH' was not declared in this scope
> trgt_mng.cpp:331: error: 'deflate' was not declared in this scope
> trgt_mng.cpp:331: error: 'Z_OK' was not declared in this scope
> In file included from main.cpp:37:
> trgt_mng.h:71: error: 'mng_handle' does not name a type
> trgt_mng.h:79: error: 'z_stream' does not name a type
> make[5]: *** [libmod_mng_la-trgt_mng.lo] Error 1
The full build log is available from:
http://people.debian.org/~lucas/logs/2010/06/02/synfig_0.62.00-2_lsid64.buildlog
A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!
About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot. Internet was not
accessible from the build systems.
--
| Lucas Nussbaum
| lu...@lucas-nussbaum.net http://www.lucas-nussbaum.net/ |
| jabber: lu...@nussbaum.fr GPG: 1024D/023B3F4F |
--- End Message ---
--- Begin Message ---
Debian Bug Tracking System <ow...@bugs.debian.org> (04/06/2010):
> > reopen 584342
Closing again.
(See http://bugs.debian.org/cgi-bin/bugreport.cgi?msg=10;bug=584342)
Please, next time, do not reopen blindly, check the status of the bugs
you're dealing with.
Mraw,
KiBi.
signature.asc
Description: Digital signature
--- End Message ---