Bug#741772: crmsh: FTBFS: configure: error: You need pkgconfig installed in order to build crmsh

2014-03-22 Thread Chris Boot
On 16/03/14 11:13, David Suárez wrote:
 During a rebuild of all packages in sid, your package failed to build on
 amd64.
 
 Relevant part (hopefully):
[...]
 configure: error: You need pkgconfig installed in order to build crmsh
 checking for pkg-config... no

Hi David, HA Maintainers,

I am about to upload (via my sponsor) an NMU of crmsh fixing the bug to
DELAYED/5-day. I've attached the diff of my changes.

All that needed doing was adding pkg-config to Build-Depends.

Please let me know if you would rather I withdrew the upload.

Cheers,
Chris

-- 
Chris Boot
deb...@bootc.net
GPG: 8467 53CB 1921 3142 C56D  C918 F5C8 3C05 D9CE 
diff --git a/debian/changelog b/debian/changelog
index 0aba516..1a76080 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+crmsh (1.2.6+git+e77add-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Add pkg-config to Build-Depends. Closes: 741772
+
+ -- Chris Boot deb...@bootc.net  Sat, 22 Mar 2014 15:50:25 +
+
 crmsh (1.2.6+git+e77add-1) unstable; urgency=medium
 
   * New upstream checkout
diff --git a/debian/control b/debian/control
index cff75fc..22c80bc 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: admin
 Priority: extra
 Maintainer: Debian HA Maintainers debian-ha-maintain...@lists.alioth.debian.org
 Uploaders: Martin Loschwitz madk...@debian.org
-Build-Depends: debhelper (= 9.0.0), cluster-glue-dev, hardening-wrapper, python-all-dev, python-support, dh-autoreconf, libcib3-dev, libcrmcluster4-dev, libcrmcommon3-dev (= 1.1.8+git20121010), libpe-rules2-dev, libpe-status4-dev, libpengine4-dev (= 1.1.8+git20121010), libstonithd2-dev, libtransitioner2-dev, liblrmd1-dev, libcrmservice1-dev, python-support
+Build-Depends: debhelper (= 9.0.0), cluster-glue-dev, hardening-wrapper, python-all-dev, python-support, dh-autoreconf, libcib3-dev, libcrmcluster4-dev, libcrmcommon3-dev (= 1.1.8+git20121010), libpe-rules2-dev, libpe-status4-dev, libpengine4-dev (= 1.1.8+git20121010), libstonithd2-dev, libtransitioner2-dev, liblrmd1-dev, libcrmservice1-dev, python-support, pkg-config
 Standards-Version: 3.9.5
 Homepage: http://savannah.nongnu.org/projects/crmsh/
 


Bug#741772: crmsh: FTBFS: configure: error: You need pkgconfig installed in order to build crmsh

2014-03-22 Thread Chris Boot
On 22/03/14 16:12, Chris Boot wrote:
 On 16/03/14 11:13, David Suárez wrote:
 During a rebuild of all packages in sid, your package failed to build on
 amd64.

 Relevant part (hopefully):
 [...]
 configure: error: You need pkgconfig installed in order to build crmsh
 checking for pkg-config... no
 
 Hi David, HA Maintainers,
 
 I am about to upload (via my sponsor) an NMU of crmsh fixing the bug to
 DELAYED/5-day. I've attached the diff of my changes.
 
 All that needed doing was adding pkg-config to Build-Depends.

Hi,

First of all apologies, my sponsor uploaded the package directly to sid
without going through DELAYED first.

Second, we had to add a number of additional Build-Depends to allow the
documentation to build. I'm attaching an updated patch.

Cheers,
Chris

-- 
Chris Boot
bo...@bootc.net
diff --git a/debian/changelog b/debian/changelog
index 0aba516..1a76080 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+crmsh (1.2.6+git+e77add-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Add pkg-config to Build-Depends. Closes: 741772
+
+ -- Chris Boot deb...@bootc.net  Sat, 22 Mar 2014 15:50:25 +
+
 crmsh (1.2.6+git+e77add-1) unstable; urgency=medium
 
   * New upstream checkout
diff --git a/debian/control b/debian/control
index cff75fc..bad7cd0 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: admin
 Priority: extra
 Maintainer: Debian HA Maintainers debian-ha-maintain...@lists.alioth.debian.org
 Uploaders: Martin Loschwitz madk...@debian.org
-Build-Depends: debhelper (= 9.0.0), cluster-glue-dev, hardening-wrapper, python-all-dev, python-support, dh-autoreconf, libcib3-dev, libcrmcluster4-dev, libcrmcommon3-dev (= 1.1.8+git20121010), libpe-rules2-dev, libpe-status4-dev, libpengine4-dev (= 1.1.8+git20121010), libstonithd2-dev, libtransitioner2-dev, liblrmd1-dev, libcrmservice1-dev, python-support
+Build-Depends: debhelper (= 9.0.0), cluster-glue-dev, hardening-wrapper, python-all-dev, python-support, dh-autoreconf, libcib3-dev, libcrmcluster4-dev, libcrmcommon3-dev (= 1.1.8+git20121010), libpe-rules2-dev, libpe-status4-dev, libpengine4-dev (= 1.1.8+git20121010), libstonithd2-dev, libtransitioner2-dev, liblrmd1-dev, libcrmservice1-dev, python-support, pkg-config, asciidoc, libxml2-utils, docbook-xml, xsltproc
 Standards-Version: 3.9.5
 Homepage: http://savannah.nongnu.org/projects/crmsh/
 


Bug#741772: crmsh: FTBFS: configure: error: You need pkgconfig installed in order to build crmsh

2014-03-16 Thread David Suárez
Source: crmsh
Version: 1.2.6+git+e77add-1
Severity: serious
Tags: jessie sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20140315 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part (hopefully):
 checking for CRM_DAEMON_GROUP in crm_config.h... haclient
 checking for CRM_STATE_DIR in crm_config.h... /var/run/crm
 checking for PE_STATE_DIR in crm_config.h... /var/lib/pacemaker/pengine
 checking for CRM_CONFIG_DIR in crm_config.h... /var/lib/pacemaker/cib
 checking for CRM_DTD_DIRECTORY in crm_config.h... /usr/share/pacemaker
 configure: error: You need pkgconfig installed in order to build crmsh
 checking for pkg-config... no

The full build log is available from:
   
http://aws-logs.debian.net/ftbfs-logs/2014/03/15/crmsh_1.2.6+git+e77add-1_unstable.log

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 EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.


-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org