Your message dated Wed, 13 Apr 2005 08:34:24 +1000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#304347: xsmc-calc: FTBFS: Missing Build-Depends on
'libxt-dev'
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; 12 Apr 2005 14:49:11 +0000
>From [EMAIL PROTECTED] Tue Apr 12 07:49:11 2005
Return-path: <[EMAIL PROTECTED]>
Received: from c214026.adsl.hansenet.de (localhost.localdomain) [213.39.214.26]
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1DLMhT-000104-00; Tue, 12 Apr 2005 07:49:11 -0700
Received: from aj by localhost.localdomain with local (Exim 4.50)
id 1DLMhR-0008FM-9j; Tue, 12 Apr 2005 16:49:09 +0200
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
From: Andreas Jochens <[EMAIL PROTECTED]>
Subject: xsmc-calc: FTBFS: Missing Build-Depends on 'libxt-dev'
Message-Id: <[EMAIL PROTECTED]>
Date: Tue, 12 Apr 2005 16:49:09 +0200
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=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE
autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level:
Package: xsmc-calc
Version: 1.0.0-3
Severity: normal
Tags: patch
When building 'xsmc-calc' in a clean 'unstable' chroot,
I get the following error:
gcc -Wall -c smc.c
smc.c:35:27: error: X11/Intrinsic.h: No such file or directory
smc.c:36:23: error: X11/Shell.h: No such file or directory
smc.c:37:28: error: X11/StringDefs.h: No such file or directory
smc.c:55: error: parse error before '*' token
smc.c:55: warning: type defaults to 'int' in declaration of 'xwmhints'
smc.c:55: warning: data definition has no type or storage class
smc.c: In function 'main':
smc.c:125: warning: pointer targets in passing argument 3 of
'XCreateBitmapFromData' differ in signedness
smc.c:129: warning: implicit declaration of function 'XAllocWMHints'
smc.c:129: warning: assignment makes pointer from integer without a cast
smc.c:133: error: request for member 'flags' in something not a structure or
union
smc.c:133: error: 'IconPixmapHint' undeclared (first use in this function)
smc.c:133: error: (Each undeclared identifier is reported only once
smc.c:133: error: for each function it appears in.)
smc.c:134: error: request for member 'icon_pixmap' in something not a structure
or union
smc.c:135: warning: implicit declaration of function 'XSetWMHints'
make[1]: *** [smc.o] Error 1
make[1]: Leaving directory `/xsmc-calc-1.0.0'
make: *** [build] Error 2
Please add the missing Build-Depends on 'libxt-dev'
to debian/control.
Regards
Andreas Jochens
diff -urN ../tmp-orig/xsmc-calc-1.0.0/debian/control ./debian/control
--- ../tmp-orig/xsmc-calc-1.0.0/debian/control 2005-04-12 16:43:55.240265305
+0200
+++ ./debian/control 2005-04-12 16:43:53.300645876 +0200
@@ -3,7 +3,7 @@
Priority: optional
Maintainer: Hamish Moffatt <[EMAIL PROTECTED]>
Standards-Version: 3.6.1
-Build-Depends: debhelper (>= 4), libx11-dev
+Build-Depends: debhelper, libx11-dev, libxt-dev
Package: xsmc-calc
Architecture: any
---------------------------------------
Received: (at 304347-done) by bugs.debian.org; 12 Apr 2005 22:35:00 +0000
>From [EMAIL PROTECTED] Tue Apr 12 15:35:00 2005
Return-path: <[EMAIL PROTECTED]>
Received: from risingsoftware01.propagation.net [66.221.33.65] (Debian-exim)
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1DLTyF-0004hK-00; Tue, 12 Apr 2005 15:34:59 -0700
Received: from c220-237-185-173.eburwd5.vic.optusnet.com.au ([220.237.185.173]
helo=noddy.cloud.net.au)
by risingsoftware01.propagation.net with asmtp
(TLS-1.0:RSA_AES_128_CBC_SHA:16)
(Exim 4.34)
id 1DLT28-0008G2-TC
for [EMAIL PROTECTED]; Tue, 12 Apr 2005 16:34:57 -0500
Received: from hamish by noddy.cloud.net.au with local (Exim 4.50)
id 1DLTxg-0005XK-41
for [EMAIL PROTECTED]; Wed, 13 Apr 2005 08:34:24 +1000
Date: Wed, 13 Apr 2005 08:34:24 +1000
From: Hamish Moffatt <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: Re: Bug#304347: xsmc-calc: FTBFS: Missing Build-Depends on 'libxt-dev'
Message-ID: <[EMAIL PROTECTED]>
References: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <[EMAIL PROTECTED]>
User-Agent: Mutt/1.5.8i
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:
On Tue, Apr 12, 2005 at 04:49:09PM +0200, Andreas Jochens wrote:
> Package: xsmc-calc
> Version: 1.0.0-3
> Severity: normal
> Tags: patch
>
> When building 'xsmc-calc' in a clean 'unstable' chroot,
> I get the following error:
1.0.0-4 is already in unstable to fix this.
thanks,
Hamish
--
Hamish Moffatt VK3SB <[EMAIL PROTECTED]> <[EMAIL PROTECTED]>
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]