Your message dated Wed, 03 Aug 2005 21:19:08 +0100 with message-id <[EMAIL PROTECTED]> and subject line closing has caused the attached Bug report 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 I am talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Debian bug tracking system administrator (administrator, Debian Bugs database) -------------------------------------- Received: (at submit) by bugs.debian.org; 30 Jul 2005 15:32:11 +0000 >From [EMAIL PROTECTED] Sat Jul 30 08:32:11 2005 Return-path: <[EMAIL PROTECTED]> Received: from farad.aurel32.net [82.232.2.251] by spohr.debian.org with esmtp (Exim 3.36 1 (Debian)) id 1DytJq-00088o-00; Sat, 30 Jul 2005 08:32:10 -0700 Received: from bode.aurel32.net ([2001:618:400:fc13:211:9ff:feed:c498]) by farad.aurel32.net with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA:32) (Exim 4.50) id 1DytJp-0007Cc-4j; Sat, 30 Jul 2005 17:32:09 +0200 Received: from aurel32 by bode.aurel32.net with local (Exim 4.52) id 1DytJo-0000dr-UQ; Sat, 30 Jul 2005 17:32:08 +0200 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Aurelien Jarno <[EMAIL PROTECTED]> To: Debian Bug Tracking System <[EMAIL PROTECTED]> Subject: FTBFS: missing build-dep on libdb<ver>-dev X-Mailer: reportbug 3.15 Date: Sat, 30 Jul 2005 17:32:08 +0200 Message-Id: <[EMAIL PROTECTED]> Sender: Aurelien Jarno <[EMAIL PROTECTED]> Delivered-To: [EMAIL PROTECTED] X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Level: X-Spam-Status: No, hits=-6.8 required=4.0 tests=BAYES_00,FROM_ENDS_IN_NUMS, HAS_PACKAGE autolearn=no version=2.60-bugs.debian.org_2005_01_02 Package: ggcov Version: 0.6-1 Severity: serious Justification: no longer builds from source >From my build log: ... Download complete and in download only mode ** Using build dependencies supplied by package: Build-Depends: debhelper (>> 4), dbs, libglade2-dev, libgnomeui-dev, libpopt-dev, binutils-dev ... if g++ -DHAVE_CONFIG_H -I. -I. -I.. -DXTHREADS -DORBIT2=1 -pthread -I/usr/include/libglade-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libxml2 -I/usr/lib/gtk-2.0/include -I/usr/X11R6/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libgnomeui-2.0 -I/usr/include/libgnome-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/libart-2.0 -I/usr/include/gconf/2 -I/usr/include/libbonoboui-2.0 -I/usr/include/orbit-2.0 -I/usr/include/libbonobo-2.0 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 -DPKGDATADIR="\"/usr/share/ggcov\"" -DPREFIX="\"/usr\"" -DDATADIR="\"/usr/share\"" -DLIBDIR="\"/usr/lib\"" -DSYSCONFDIR="\"/etc\"" -DDEBUG=0 -DUI_DEBUG=0 -DCOV_I386 -g -O2 -Wall -Wchar-subscripts -Wsign-compare -pedantic -Wno-long-long -fno-rtti -fno-exceptions -fno-implement-inlines -MT ggcov-webdb.o -MD -MP -MF ".deps/ggcov-webdb.Tpo" -c -o ggcov-webdb.o ggcov-webdb.c; \ then mv -f ".deps/ggcov-webdb.Tpo" ".deps/ggcov-webdb.Po"; else rm -f ".deps/ggcov-webdb.Tpo"; exit 1; fi ggcov-webdb.c:31:16: error: db.h: No such file or directory ggcov-webdb.c:53: error: expected initializer before '*' token ggcov-webdb.c:68: error: expected initializer before '*' token ggcov-webdb.c:73: error: expected initializer before '*' token ggcov-webdb.c:78: error: expected initializer before '*' token ggcov-webdb.c:213: error: variable or field 'save_file_lines' declared void ggcov-webdb.c:213: error: 'DB' was not declared in this scope ggcov-webdb.c:213: error: 'db' was not declared in this scope ggcov-webdb.c:213: error: expected primary-expression before '*' token ggcov-webdb.c:213: error: 'f' was not declared in this scope ggcov-webdb.c:213: error: initializer expression list treated as compound expression ggcov-webdb.c:214: error: expected ',' or ';' before '{' token ggcov-webdb.c:247: error: variable or field 'save_lines' declared void ggcov-webdb.c:247: error: 'DB' was not declared in this scope ggcov-webdb.c:247: error: 'db' was not declared in this scope ggcov-webdb.c:248: error: expected ',' or ';' before '{' token ggcov-webdb.c:273: error: variable or field 'save_filename_index' declared void ggcov-webdb.c:273: error: 'DB' was not declared in this scope ggcov-webdb.c:273: error: 'db' was not declared in this scope ggcov-webdb.c:274: error: expected ',' or ';' before '{' token ggcov-webdb.c:350: error: variable or field 'save_global_function_index' declared void ggcov-webdb.c:350: error: 'DB' was not declared in this scope ggcov-webdb.c:350: error: 'db' was not declared in this scope ggcov-webdb.c:351: error: expected ',' or ';' before '{' token ggcov-webdb.c:408: error: variable or field 'save_global_function_list' declared void ggcov-webdb.c:408: error: 'DB' was not declared in this scope ggcov-webdb.c:408: error: 'db' was not declared in this scope ggcov-webdb.c:409: error: expected ',' or ';' before '{' token ggcov-webdb.c:464: error: variable or field 'save_file_function_indexes' declared void ggcov-webdb.c:464: error: 'DB' was not declared in this scope ggcov-webdb.c:464: error: 'db' was not declared in this scope ggcov-webdb.c:465: error: expected ',' or ';' before '{' token ggcov-webdb.c:502: error: variable or field 'save_functions' declared void ggcov-webdb.c:502: error: 'DB' was not declared in this scope ggcov-webdb.c:502: error: 'db' was not declared in this scope ggcov-webdb.c:503: error: expected ',' or ';' before '{' token ggcov-webdb.c:550: error: variable or field 'save_one_summary_f' declared void ggcov-webdb.c:550: error: 'DB' was not declared in this scope ggcov-webdb.c:550: error: 'db' was not declared in this scope ggcov-webdb.c:550: error: expected primary-expression before '*' token ggcov-webdb.c:550: error: 'sc' was not declared in this scope ggcov-webdb.c:550: error: expected primary-expression before 'const' ggcov-webdb.c:550: error: initializer expression list treated as compound expression ggcov-webdb.c:551: error: expected ',' or ';' before '{' token ggcov-webdb.c:578: error: variable or field 'save_summaries' declared void ggcov-webdb.c:578: error: 'DB' was not declared in this scope ggcov-webdb.c:578: error: 'db' was not declared in this scope ggcov-webdb.c:579: error: expected ',' or ';' before '{' token ggcov-webdb.c:645: error: variable or field 'save_callnode_index' declared void ggcov-webdb.c:645: error: 'DB' was not declared in this scope ggcov-webdb.c:645: error: 'db' was not declared in this scope ggcov-webdb.c:646: error: expected ',' or ';' before '{' token ggcov-webdb.c: In function 'void save_callnode(cov_callnode_t*, void*)': ggcov-webdb.c:734: error: 'DB' was not declared in this scope ggcov-webdb.c:734: error: 'db' was not declared in this scope ggcov-webdb.c:734: error: expected primary-expression before ')' token ggcov-webdb.c:734: error: expected `;' before 'closure' ggcov-webdb.c:747: error: 'dbt' was not declared in this scope ggcov-webdb.c: At global scope: ggcov-webdb.c:755: error: variable or field 'save_callgraph' declared void ggcov-webdb.c:755: error: 'DB' was not declared in this scope ggcov-webdb.c:755: error: 'db' was not declared in this scope ggcov-webdb.c:756: error: expected ',' or ';' before '{' token ggcov-webdb.c:763: error: variable or field 'save_report_index' declared void ggcov-webdb.c:763: error: 'DB' was not declared in this scope ggcov-webdb.c:763: error: 'db' was not declared in this scope ggcov-webdb.c:764: error: expected ',' or ';' before '{' token ggcov-webdb.c:793: error: variable or field 'save_reports' declared void ggcov-webdb.c:793: error: 'DB' was not declared in this scope ggcov-webdb.c:793: error: 'db' was not declared in this scope ggcov-webdb.c:794: error: expected ',' or ';' before '{' token ggcov-webdb.c:884: error: variable or field 'save_diagram_index' declared void ggcov-webdb.c:884: error: 'DB' was not declared in this scope ggcov-webdb.c:884: error: 'db' was not declared in this scope ggcov-webdb.c:885: error: expected ',' or ';' before '{' token ggcov-webdb.c:913: error: variable or field 'save_diagrams' declared void ggcov-webdb.c:913: error: 'DB' was not declared in this scope ggcov-webdb.c:913: error: 'db' was not declared in this scope ggcov-webdb.c:914: error: expected ',' or ';' before '{' token ggcov-webdb.c: In function 'int create_database()': ggcov-webdb.c:1142: error: 'DB' was not declared in this scope ggcov-webdb.c:1142: error: 'db' was not declared in this scope ggcov-webdb.c:1155: error: 'db_create' was not declared in this scope ggcov-webdb.c:1157: error: 'db_strerror' was not declared in this scope ggcov-webdb.c:1161: error: 'DB_HASH' was not declared in this scope ggcov-webdb.c:1161: error: 'DB_CREATE' was not declared in this scope ggcov-webdb.c:1169: error: 'save_filename_index' cannot be used as a function ggcov-webdb.c:1170: error: 'save_lines' cannot be used as a function ggcov-webdb.c:1172: error: 'save_global_function_index' cannot be used as a function ggcov-webdb.c:1173: error: 'save_global_function_list' cannot be used as a function ggcov-webdb.c:1174: error: 'save_file_function_indexes' cannot be used as a function ggcov-webdb.c:1175: error: 'save_functions' cannot be used as a function ggcov-webdb.c:1176: error: 'save_summaries' cannot be used as a function ggcov-webdb.c:1178: error: 'save_callnode_index' cannot be used as a function ggcov-webdb.c:1179: error: 'save_callgraph' cannot be used as a function ggcov-webdb.c:1180: error: 'save_report_index' cannot be used as a function ggcov-webdb.c:1181: error: 'save_reports' cannot be used as a function ggcov-webdb.c:1182: error: 'save_diagram_index' cannot be used as a function ggcov-webdb.c:1183: error: 'save_diagrams' cannot be used as a function ggcov-webdb.c: In function 'int dump_database(const char*)': ggcov-webdb.c:1201: error: 'DB' was not declared in this scope ggcov-webdb.c:1201: error: 'db' was not declared in this scope ggcov-webdb.c:1202: error: 'DBC' was not declared in this scope ggcov-webdb.c:1202: error: 'dbc' was not declared in this scope ggcov-webdb.c:1203: error: 'DBT' was not declared in this scope ggcov-webdb.c:1203: error: expected `;' before 'key' ggcov-webdb.c:1229: error: 'db_create' was not declared in this scope ggcov-webdb.c:1231: error: 'db_strerror' was not declared in this scope ggcov-webdb.c:1235: error: 'DB_HASH' was not declared in this scope ggcov-webdb.c:1235: error: 'DB_CREATE' was not declared in this scope ggcov-webdb.c:1249: error: 'key' was not declared in this scope ggcov-webdb.c:1250: error: 'value' was not declared in this scope ggcov-webdb.c:1252: error: 'DB_NEXT' was not declared in this scope ggcov-webdb.c:1253: error: 'DB_NOTFOUND' was not declared in this scope ggcov-webdb.c: At global scope: ggcov-webdb.c:213: warning: 'save_file_lines' defined but not used ggcov-webdb.c:342: warning: 'gboolean unique_remove_one(const char*, list_t<cov_function_t>*, void*)' defined but not used ggcov-webdb.c:536: warning: 'void serialise_ulong_array(php_serializer_t*, unsigned int, const long unsigned int*)' defined but not used ggcov-webdb.c:550: warning: 'save_one_summary_f' defined but not used ggcov-webdb.c:631: warning: 'void add_callnode(cov_callnode_t*, void*)' defined but not used ggcov-webdb.c:639: warning: 'int compare_node_by_name(const cov_callnode_t*, const cov_callnode_t*)' defined but not used ggcov-webdb.c:732: warning: 'void save_callnode(cov_callnode_t*, void*)' defined but not used ggcov-webdb.c:870: warning: 'ptrarray_t<diagram_t>* diagrams()' defined but not used make[4]: *** [ggcov-webdb.o] Error 1 make[4]: Leaving directory `/build/buildd/ggcov-0.6/build-tree/ggcov-0.6/src' make[3]: *** [all-recursive] Error 1 make[3]: Leaving directory `/build/buildd/ggcov-0.6/build-tree/ggcov-0.6/src' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/build/buildd/ggcov-0.6/build-tree/ggcov-0.6' make[1]: *** [all] Error 2 make[1]: Leaving directory `/build/buildd/ggcov-0.6/build-tree/ggcov-0.6' make: *** [build] Error 2 ****************************************************************************** Build finished at 20050730-1726 FAILED [dpkg-buildpackage died] NOTE: The package could have used binaries from the following packages (access time changed) without a source dependency: xlibs-dev: /usr/X11R6/lib/libX11.so /usr/X11R6/lib/libICE.so ------------------------------------------------------------------------------ You are probably missing a build-dependency on libdb<ver>-dev -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.12 Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8) (ignored: LC_ALL set to fr_FR.UTF-8) --------------------------------------- Received: (at 320612-done) by bugs.debian.org; 3 Aug 2005 20:18:51 +0000 >From [EMAIL PROTECTED] Wed Aug 03 13:18:51 2005 Return-path: <[EMAIL PROTECTED]> Received: from mail2.u.tv (ni-mail2.dna.utvinternet.net) [194.46.8.26] by spohr.debian.org with esmtp (Exim 3.36 1 (Debian)) id 1E0PhT-0002Cz-00; Wed, 03 Aug 2005 13:18:51 -0700 Received: from coll (unverified [194.46.74.145]) by ni-mail2.dna.utvinternet.net (Vircom SMTPRS 4.1.361.18) with ESMTP id <[EMAIL PROTECTED]> for <[EMAIL PROTECTED]>; Wed, 3 Aug 2005 21:18:17 +0100 Received: from localhost (localhost [127.0.0.1]) by coll (Postfix) with ESMTP id 2E86C23ECE for <[EMAIL PROTECTED]>; Wed, 3 Aug 2005 21:19:10 +0100 (IST) Received: from coll ([127.0.0.1]) by localhost (saorleir.dyndns.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 18730-01 for <[EMAIL PROTECTED]>; Wed, 3 Aug 2005 21:19:08 +0100 (IST) Received: from [127.0.0.1] (localhost [127.0.0.1]) by coll (Postfix) with ESMTP id C9C8D23EC8 for <[EMAIL PROTECTED]>; Wed, 3 Aug 2005 21:19:08 +0100 (IST) Message-ID: <[EMAIL PROTECTED]> Date: Wed, 03 Aug 2005 21:19:08 +0100 From: Alastair McKinstry <[EMAIL PROTECTED]> User-Agent: Debian Thunderbird 1.0.6 (X11/20050802) X-Accept-Language: en-us, en MIME-Version: 1.0 To: [EMAIL PROTECTED] Subject: closing Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at saorleir.com Delivered-To: [EMAIL PROTECTED] X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Level: X-Spam-Status: No, hits=-2.0 required=4.0 tests=BAYES_00,ONEWORD autolearn=no version=2.60-bugs.debian.org_2005_01_02 This bug was fixed in the latest upload, 0.6-2. Regards Alastair -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]