Comment 3 for bug 20066

Revision history for this message
Debian Bug Importer (debzilla) wrote :

Message-Id: <email address hidden>
Date: Fri, 19 Aug 2005 19:43:58 +0200
From: Andreas Jochens <email address hidden>
To: Debian Bug Tracking System <email address hidden>
Subject: xrestop: FTBFS: Missing Build-Depends on 'libxres-dev'

Package: xrestop
Version: 0.3-1
Severity: serious
Tags: patch

When building 'xrestop' in a clean 'unstable' chroot,
I get the following error:

checking for XResQueryClients in -lXRes... no
configure: error: Cannot find XRes extension library
make: *** [config.status] Error 1

Please add the missing Build-Depends on 'libxres-dev'
to debian/control.

Regards
Andreas Jochens

diff -urN ../tmp-orig/xrestop-0.3/debian/control ./debian/control
--- ../tmp-orig/xrestop-0.3/debian/control 2005-08-19 17:31:32.000000000 +0000
+++ ./debian/control 2005-08-19 17:31:28.000000000 +0000
@@ -2,7 +2,7 @@
 Section: x11
 Priority: optional
 Maintainer: Moray Allan <email address hidden>
-Build-Depends: cdbs (>= 0.4.14), debhelper (>= 4.1.0), libncurses5-dev, libxext-dev (>= 4.3.0), libx11-dev (>= 4.3.0), x-dev (>= 4.3.0), xlibs-static-dev (>= 4.3.0), libice-dev (>= 4.3.0), xutils (>= 4.3.0), pkg-config (>= 0.15.0)
+Build-Depends: cdbs (>= 0.4.14), debhelper (>= 4.1.0), libncurses5-dev, libxext-dev (>= 4.3.0), libx11-dev (>= 4.3.0), x-dev (>= 4.3.0), xlibs-static-dev (>= 4.3.0), libice-dev (>= 4.3.0), xutils (>= 4.3.0), pkg-config (>= 0.15.0), libxres-dev
 Standards-Version: 3.6.1

 Package: xrestop