[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#277197: marked as done (FTBFS: missing build-dependency on libxtst-dev)



Your message dated Fri, 05 Nov 2004 00:17:03 -0500
with message-id <E1CPwT9-0005AT-00@newraff.debian.org>
and subject line Bug#277197: fixed in kdeaccessibility 3.3.1-1
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; 19 Oct 2004 03:10:28 +0000
>From kraai@lafn.org Mon Oct 18 20:10:28 2004
Return-path: <kraai@lafn.org>
Received: from zoot.lafn.org [206.117.18.6] 
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1CJkOK-0005V3-00; Mon, 18 Oct 2004 20:10:28 -0700
Received: from localhost.localdomain (Debian-exim@host-66-81-19-214.rev.o1.com [66.81.19.214])
	by zoot.lafn.org (8.12.3p3/8.12.3) with ESMTP id i9J3AM3i012304
	(version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=NO)
	for <submit@bugs.debian.org>; Mon, 18 Oct 2004 20:10:26 -0700 (PDT)
	(envelope-from kraai@lafn.org)
Received: from kraai by localhost.localdomain with local (Exim 4.34)
	id 1CJkO3-0000fn-AX
	for submit@bugs.debian.org; Mon, 18 Oct 2004 20:10:11 -0700
Date: Mon, 18 Oct 2004 20:10:10 -0700
From: Matt Kraai <kraai@ftbfs.org>
To: submit@bugs.debian.org
Subject: FTBFS: missing build-dependency on libxtst-dev
Message-ID: <20041019031010.GA2586@localhost.localdomain>
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="n8g4imXOkfNTN/H1"
Content-Disposition: inline
User-Agent: Mutt/1.5.6+20040722i
Sender: Matt Kraai <kraai@lafn.org>
X-Virus-Scanned: ClamAV 0.80rc4/531/Thu Oct 14 08:09:21 2004
	clamav-milter version 0.80j
	on zoot.lafn.org
X-Virus-Status: Clean
Delivered-To: submit@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
	autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 


--n8g4imXOkfNTN/H1
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

Package: kdeaccessibility
Version: 3.3.0-2
Severity: serious
Tags: patch

kdeaccessibility fails to build because it tries to access XTest.h,
which is not present:

 creating kmousetool.all_cpp.cpp ...
 if g++ -DHAVE_CONFIG_H -I. -I../../../kmousetool/kmousetool -I../.. -I/usr/include/kde -I/usr/share/qt3/include -I.   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wnon-virtual-dtor -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -DNDEBUG -DNO_DEBUG -O2 -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT kmousetool.all_cpp.o -MD -MP -MF ".deps/kmousetool.all_cpp.Tpo" -c -o kmousetool.all_cpp.o kmousetool.all_cpp.cpp; \
 then mv -f ".deps/kmousetool.all_cpp.Tpo" ".deps/kmousetool.all_cpp.Po"; else rm -f ".deps/kmousetool.all_cpp.Tpo"; exit 1; fi
 In file included from kmousetool.all_cpp.cpp:3:
 ../../../kmousetool/kmousetool/kmousetool.cpp:30:75: X11/extensions/XTest.h: No such file or directory

This file is included in libxtst-dev.  Adding this package to the
build-dependencies fix the build.

-- 
Matt

--n8g4imXOkfNTN/H1
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="kdeaccessibility_3.3.0-2.patch"

diff -Nru kdeaccessibility-3.3.0-old/debian/control kdeaccessibility-3.3.0/debian/control
--- kdeaccessibility-3.3.0-old/debian/control	2004-10-18 10:57:32.000000000 -0700
+++ kdeaccessibility-3.3.0/debian/control	2004-10-18 10:58:02.000000000 -0700
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
 Uploaders: Christopher L Cheney <ccheney@debian.org>
-Build-Depends: automake1.9, debhelper (>> 4.2.0), gawk, groff-base, kdelibs4-dev (>> 4:3.3.0), sharutils
+Build-Depends: automake1.9, debhelper (>> 4.2.0), gawk, groff-base, kdelibs4-dev (>> 4:3.3.0), libxtst-dev, sharutils
 Standards-Version: 3.6.1.0
 
 Package: kdeaccessibility

--n8g4imXOkfNTN/H1--

---------------------------------------
Received: (at 277197-close) by bugs.debian.org; 5 Nov 2004 05:23:09 +0000
>From katie@ftp-master.debian.org Thu Nov 04 21:23:09 2004
Return-path: <katie@ftp-master.debian.org>
Received: from newraff.debian.org [208.185.25.31] (mail)
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1CPwZ3-0000VK-00; Thu, 04 Nov 2004 21:23:09 -0800
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
	id 1CPwT9-0005AT-00; Fri, 05 Nov 2004 00:17:03 -0500
From: Christopher L Cheney <ccheney@debian.org>
To: 277197-close@bugs.debian.org
X-Katie: $Revision: 1.51 $
Subject: Bug#277197: fixed in kdeaccessibility 3.3.1-1
Message-Id: <E1CPwT9-0005AT-00@newraff.debian.org>
Sender: Archive Administrator <katie@ftp-master.debian.org>
Date: Fri, 05 Nov 2004 00:17:03 -0500
Delivered-To: 277197-close@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
	(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_2004_03_25
X-Spam-Level: 

Source: kdeaccessibility
Source-Version: 3.3.1-1

We believe that the bug you reported is fixed in the latest version of
kdeaccessibility, which is due to be installed in the Debian FTP archive:

kdeaccessibility_3.3.1-1.diff.gz
  to pool/main/k/kdeaccessibility/kdeaccessibility_3.3.1-1.diff.gz
kdeaccessibility_3.3.1-1.dsc
  to pool/main/k/kdeaccessibility/kdeaccessibility_3.3.1-1.dsc
kdeaccessibility_3.3.1-1_all.deb
  to pool/main/k/kdeaccessibility/kdeaccessibility_3.3.1-1_all.deb
kdeaccessibility_3.3.1.orig.tar.gz
  to pool/main/k/kdeaccessibility/kdeaccessibility_3.3.1.orig.tar.gz
kmag_3.3.1-1_i386.deb
  to pool/main/k/kdeaccessibility/kmag_3.3.1-1_i386.deb
kmousetool_3.3.1-1_i386.deb
  to pool/main/k/kdeaccessibility/kmousetool_3.3.1-1_i386.deb
kmouth_3.3.1-1_i386.deb
  to pool/main/k/kdeaccessibility/kmouth_3.3.1-1_i386.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 277197@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Christopher L Cheney <ccheney@debian.org> (supplier of updated kdeaccessibility 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 ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Thu,  4 Nov 2004 22:30:00 -0600
Source: kdeaccessibility
Binary: kmag kdeaccessibility kmouth kmousetool
Architecture: source i386 all
Version: 3.3.1-1
Distribution: unstable
Urgency: low
Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
Changed-By: Christopher L Cheney <ccheney@debian.org>
Description: 
 kdeaccessibility - KDE Accessibility metapackage
 kmag       - Screen Magnifier for KDE
 kmousetool - KDE mouse manipulation tool for disabled people
 kmouth     - A type-and-say KDE front end for speech synthesizers
Closes: 277197
Changes: 
 kdeaccessibility (3.3.1-1) unstable; urgency=low
 .
   * New upstream release.
   * KDE_3_3_BRANCH update.
   * Add libxtst-dev to Build-Depends. (Closes: #277197)
Files: 
 af33dc628403709c6866b60192637dfd 787 kde optional kdeaccessibility_3.3.1-1.dsc
 347fdde0b81d017870c04c0f65ebbd48 1463373 kde optional kdeaccessibility_3.3.1.orig.tar.gz
 3d05c72faba54dc7bbbfa2b1972d5917 25458 kde optional kdeaccessibility_3.3.1-1.diff.gz
 d09427dbfc313e66401293257ca1e6a7 256054 utils optional kmag_3.3.1-1_i386.deb
 aa1f7b6b836d2c20ad91b579bc284359 54898 utils optional kmousetool_3.3.1-1_i386.deb
 a718d39946aa8df22003910e42e20e30 687314 utils optional kmouth_3.3.1-1_i386.deb
 8bcac84093f6a01b78a31e6677b50328 2298 kde optional kdeaccessibility_3.3.1-1_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.5 (GNU/Linux)

iD8DBQFBiwaO0QZas444SvIRArwSAKDCBfJ8fNG5xZm0Jh4PXIUvr6s00ACcCBzt
NSyrvTNFIHSau1R2h5JOBz8=
=PM4l
-----END PGP SIGNATURE-----



Reply to: