Your message dated Thu, 14 Jul 2005 11:17:23 -0400 with message-id <[EMAIL PROTECTED]> and subject line Bug#317074: fixed in bacula 1.36.3-2 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; 6 Jul 2005 00:23:01 +0000 >From [EMAIL PROTECTED] Tue Jul 05 17:23:01 2005 Return-path: <[EMAIL PROTECTED]> Received: from zoot.lafn.org [206.117.18.6] by spohr.debian.org with esmtp (Exim 3.35 1 (Debian)) id 1Dpxgr-0000eA-00; Tue, 05 Jul 2005 17:23:01 -0700 Received: from localhost.localdomain (pool-71-104-165-253.lsanca.dsl-w.verizon.net [71.104.165.253]) (authenticated bits=0) by zoot.lafn.org (8.13.1/8.13.1) with ESMTP id j660N0bE073117 (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NO) for <[EMAIL PROTECTED]>; Tue, 5 Jul 2005 17:23:00 -0700 (PDT) (envelope-from [EMAIL PROTECTED]) Received: from kraai by localhost.localdomain with local (Exim 4.50) id 1DpqzK-0001AH-KZ for [EMAIL PROTECTED]; Tue, 05 Jul 2005 10:13:38 -0700 Date: Tue, 5 Jul 2005 10:13:38 -0700 From: Matt Kraai <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: FTBFS: Cannot find postgresql header and libssl Message-ID: <[EMAIL PROTECTED]> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="VV4b6MQE+OnNyhkM" Content-Disposition: inline User-Agent: Mutt/1.5.9i X-Virus-Scanned: ClamAV version 0.85.1, clamav-milter version 0.85 on zoot.lafn.org X-Virus-Status: Clean 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-Status: No, hits=-2.4 required=4.0 tests=BAYES_00,DATE_IN_PAST_06_12 autolearn=no version=2.60-bugs.debian.org_2005_01_02 X-Spam-Level: --VV4b6MQE+OnNyhkM Content-Type: multipart/mixed; boundary="1SQmhf2mF2YjsYvc" Content-Disposition: inline --1SQmhf2mF2YjsYvc Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Package: bacula Version: 1.36.3-1 Severity: serious Tags: patch bacula failed to build from source because it couldn't find libpq-fe.h: i486-linux-gnu-g++ -DHAVE_POSTGRESQL -c -I. -I.. -I/usr/include/postgre= sql -g -O2 -Wall mysql.c In file included from mysql.c:38: cats.h:216:22: libpq-fe.h: No such file or directory In file included from mysql.c:38: cats.h:241: error: syntax error before `*' token cats.h:242: error: syntax error before `*' token make[1]: *** [mysql.o] Error 1 make[1]: Leaving directory `/tmp/buildd/bacula-1.36.3/src/cats' This file has moved from /usr/include/postgresql to /usr/include/postgresql/8.0. Once I'd fixed this, it failed because it couldn't find libssl. The attached patch fixes both of these problems. --=20 Matt --1SQmhf2mF2YjsYvc Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename=patch Content-Transfer-Encoding: quoted-printable diff -Nru /tmp/C2B5f3ZZzC/bacula-1.36.3/debian/control /tmp/xUjAaoirxP/bacu= la-1.36.3/debian/control --- /tmp/C2B5f3ZZzC/bacula-1.36.3/debian/control 2005-07-05 09:49:48.000000= 000 -0700 +++ /tmp/xUjAaoirxP/bacula-1.36.3/debian/control 2005-07-05 09:49:50.000000= 000 -0700 @@ -2,7 +2,7 @@ Section: admin Priority: optional Maintainer: Jose Luis Tallon <[EMAIL PROTECTED]> -Build-Depends: autotools-dev, debhelper (>=3D 4.1.68), po-debconf (>=3D 0.= 8.2), zlib1g-dev, libreadline5-dev | libreadline-dev, libsqlite-dev, libmys= qlclient12-dev, postgresql-dev, libwrap0-dev, libgnome-dev, libgnome2-dev, = libwxgtk2.4-dev, libacl1-dev, libkrb5-dev +Build-Depends: autotools-dev, debhelper (>=3D 4.1.68), po-debconf (>=3D 0.= 8.2), zlib1g-dev, libreadline5-dev | libreadline-dev, libsqlite-dev, libmys= qlclient12-dev, postgresql-dev, libwrap0-dev, libgnome-dev, libgnome2-dev, = libwxgtk2.4-dev, libacl1-dev, libkrb5-dev, libssl-dev Build-Depends-Indep: tetex-extra, gs Standards-Version: 3.6.1 =20 diff -Nru /tmp/C2B5f3ZZzC/bacula-1.36.3/debian/rules /tmp/xUjAaoirxP/bacula= -1.36.3/debian/rules --- /tmp/C2B5f3ZZzC/bacula-1.36.3/debian/rules 2005-07-05 09:49:48.00000000= 0 -0700 +++ /tmp/xUjAaoirxP/bacula-1.36.3/debian/rules 2005-07-05 09:49:50.00000000= 0 -0700 @@ -41,7 +41,7 @@ =20 FLAGS_mysql =3D DEBUG=3D-DHAVE_MYSQL SQL_INC=3D-I/usr/include/mysql FLAGS_sqlite =3D DEBUG=3D-DHAVE_SQLITE SQL_INC=3D-I/usr/include -FLAGS_pgsql =3D DEBUG=3D-DHAVE_POSTGRESQL SQL_INC=3D-I/usr/include/postgre= sql +FLAGS_pgsql =3D DEBUG=3D-DHAVE_POSTGRESQL SQL_INC=3D-I/usr/include/postgre= sql/8.0 =20 LIBS_mysql =3D -L/usr/lib/mysql -lmysqlclient -lz -lssl -lcrypto LIBS_sqlite =3D -L/usr/lib -lsqlite --1SQmhf2mF2YjsYvc-- --VV4b6MQE+OnNyhkM Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) iD8DBQFCyr/BfNdgYxVXvBARAm2MAKCr7xUHgugVJT7c8n6nc7CRS0PK3ACgj+kR tE2MEaAghBpTJGZuN5qX8VQ= =eOhB -----END PGP SIGNATURE----- --VV4b6MQE+OnNyhkM-- --------------------------------------- Received: (at 317074-close) by bugs.debian.org; 14 Jul 2005 15:22:58 +0000 >From [EMAIL PROTECTED] Thu Jul 14 08:22:57 2005 Return-path: <[EMAIL PROTECTED]> Received: from newraff.debian.org [208.185.25.31] (mail) by spohr.debian.org with esmtp (Exim 3.35 1 (Debian)) id 1Dt5Y9-0007Gc-00; Thu, 14 Jul 2005 08:22:57 -0700 Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian)) id 1Dt5Sl-0004kq-00; Thu, 14 Jul 2005 11:17:23 -0400 From: Jose Luis Tallon <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] X-Katie: $Revision: 1.56 $ Subject: Bug#317074: fixed in bacula 1.36.3-2 Message-Id: <[EMAIL PROTECTED]> Sender: Archive Administrator <[EMAIL PROTECTED]> Date: Thu, 14 Jul 2005 11:17:23 -0400 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-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER autolearn=no version=2.60-bugs.debian.org_2005_01_02 X-Spam-Level: X-CrossAssassin-Score: 9 Source: bacula Source-Version: 1.36.3-2 We believe that the bug you reported is fixed in the latest version of bacula, which is due to be installed in the Debian FTP archive: bacula-client_1.36.3-2_all.deb to pool/main/b/bacula/bacula-client_1.36.3-2_all.deb bacula-common_1.36.3-2_all.deb to pool/main/b/bacula/bacula-common_1.36.3-2_all.deb bacula-console-gnome_1.36.3-2_i386.deb to pool/main/b/bacula/bacula-console-gnome_1.36.3-2_i386.deb bacula-console_1.36.3-2_i386.deb to pool/main/b/bacula/bacula-console_1.36.3-2_i386.deb bacula-director-common_1.36.3-2_i386.deb to pool/main/b/bacula/bacula-director-common_1.36.3-2_i386.deb bacula-director-mysql_1.36.3-2_i386.deb to pool/main/b/bacula/bacula-director-mysql_1.36.3-2_i386.deb bacula-director-pgsql_1.36.3-2_i386.deb to pool/main/b/bacula/bacula-director-pgsql_1.36.3-2_i386.deb bacula-director-sqlite_1.36.3-2_i386.deb to pool/main/b/bacula/bacula-director-sqlite_1.36.3-2_i386.deb bacula-doc_1.36.3-2_all.deb to pool/main/b/bacula/bacula-doc_1.36.3-2_all.deb bacula-fd_1.36.3-2_i386.deb to pool/main/b/bacula/bacula-fd_1.36.3-2_i386.deb bacula-sd_1.36.3-2_i386.deb to pool/main/b/bacula/bacula-sd_1.36.3-2_i386.deb bacula-server_1.36.3-2_all.deb to pool/main/b/bacula/bacula-server_1.36.3-2_all.deb bacula-wxconsole_1.36.3-2_i386.deb to pool/main/b/bacula/bacula-wxconsole_1.36.3-2_i386.deb bacula_1.36.3-2.diff.gz to pool/main/b/bacula/bacula_1.36.3-2.diff.gz bacula_1.36.3-2.dsc to pool/main/b/bacula/bacula_1.36.3-2.dsc bacula_1.36.3-2_all.deb to pool/main/b/bacula/bacula_1.36.3-2_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 [EMAIL PROTECTED], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Jose Luis Tallon <[EMAIL PROTECTED]> (supplier of updated bacula 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: SHA1 Format: 1.7 Date: Thu, 14 Jul 2005 16:00:53 +0200 Source: bacula Binary: bacula-console-gnome bacula bacula-director-pgsql bacula-fd bacula-director-common bacula-wxconsole bacula-console bacula-director-mysql bacula-director-sqlite bacula-client bacula-doc bacula-server bacula-common bacula-sd Architecture: source all i386 Version: 1.36.3-2 Distribution: unstable Urgency: low Maintainer: Jose Luis Tallon <[EMAIL PROTECTED]> Changed-By: Jose Luis Tallon <[EMAIL PROTECTED]> Description: bacula - Network backup, recovery and verification (Meta-package) bacula-client - Network backup, recovery and verification (Client meta-package) bacula-common - Network backup, recovery and verification (Common Support files) bacula-console - Network backup, recovery and verification (Mgmt. Console) bacula-console-gnome - Network backup, recovery and verification (Console, Gnome version bacula-director-common - Network backup, recovery and verification (Director common files) bacula-director-mysql - Network backup, recovery and verification (Director daemon) bacula-director-pgsql - Network backup, recovery and verification (Director daemon) bacula-director-sqlite - Network backup, recovery and verification (Director daemon) bacula-doc - Network backup, recovery and verification - Documentation bacula-fd - Network backup, recovery and verification (Filer daemon) bacula-sd - Network backup, recovery and verification (Storage daemon) bacula-server - Network backup, recovery and verification (Server meta-package) bacula-wxconsole - Network backup, recovery and verification (Console, Gnome version Closes: 308803 309664 309919 310104 312148 312329 313148 313227 317074 318014 Changes: bacula (1.36.3-2) unstable; urgency=low . * bacula-director-mysql: fix granting of privileges during postinst -- typo in grant sentence('eval' missing) (Closes: #312329) . * bacula-director-pgsql: fix problems with unicode filenames -- CREATE DATABASE $CATALOG WITH ENCODING = 'SQL_ASCII' (Closes: #313227) . * bacula-sd: Fix MTX support (Closes: #308803) -- recompilation/relink, addresses CAN-2005-2096 implications. (Closes: #318014) . * Localization enhancements: - JA (Closes: #310104) - FR (Closes: #309664) - CS (Closes: #312148) - VI (Closes: #313148) . * Solved problem with bacula-sd's lib dependencies -- bcopy was being improperly compiled/linked (Closes: #309919) -- we'll have to come up with a better solution for this... . * PostgreSQL transition completed: - build-depend on libpq-dev instead - migrated to 'pg_config' for all directory configurations . * Dependencies: fix new? FTBFS, depend on libssl-dev (Closes: #317074) Files: d6173d365ca7474c5ec1fea4fb6c5510 1086 admin optional bacula_1.36.3-2.dsc e3ee92f3f4ced45386e6ee2f8e23858e 55954 admin optional bacula_1.36.3-2.diff.gz f17765c2a2a90ea4a7eadaa0bf668a68 84248 admin optional bacula_1.36.3-2_all.deb cec33c6bad751fbb1e3a500eb0d671bc 118954 admin optional bacula-common_1.36.3-2_all.deb 6eaa8b36869f358d06c13a825cf27d3e 82800 admin optional bacula-client_1.36.3-2_all.deb ae30f90f370658e15d9b4a23c8ce5f19 82906 admin optional bacula-server_1.36.3-2_all.deb 1cc77d1943981615d25726c5075bd3ef 4341742 admin optional bacula-doc_1.36.3-2_all.deb 9c3b85b206737aec674a6191700fc781 144100 admin optional bacula-director-common_1.36.3-2_i386.deb 7b9de136e3e653853a89f4e30fb2d077 380122 admin optional bacula-director-sqlite_1.36.3-2_i386.deb 2e8c01c67eb80af3a33b4785fda22736 383124 admin optional bacula-director-mysql_1.36.3-2_i386.deb f7b3fcef5c7be3aa0b09812307840392 389326 admin optional bacula-director-pgsql_1.36.3-2_i386.deb dd4a386ae06983cde9612e29a995b33e 191082 admin optional bacula-fd_1.36.3-2_i386.deb 800328757f5e8e3015c90299b2a0f03b 4119064 admin optional bacula-sd_1.36.3-2_i386.deb e91fa402181b428d7071454208e3c40b 153464 admin optional bacula-console_1.36.3-2_i386.deb 0745c267e1e2fabb1c2abb11fa83fe83 174886 admin optional bacula-console-gnome_1.36.3-2_i386.deb 3592c7285cd20f0672885b6f9588bf0b 242726 admin optional bacula-wxconsole_1.36.3-2_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) iD8DBQFC1nmxfIEQE/XJcI0RApYLAKCtGD2n3qoCZzLhUuAUqeefu8Ne9gCgtB1l 3kjMkJfO9fXQYti9Vk1w5yU= =sCaa -----END PGP SIGNATURE----- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]