Your message dated Thu, 03 Mar 2005 23:32:14 -0500
with message-id <[EMAIL PROTECTED]>
and subject line Bug#253369: fixed in tleenx2 20040530-3
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; 8 Jun 2004 23:37:00 +0000
>From [EMAIL PROTECTED] Tue Jun 08 16:37:00 2004
Return-path: <[EMAIL PROTECTED]>
Received: from mmjgroup.com [192.34.35.33] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1BXq9M-000349-00; Tue, 08 Jun 2004 16:37:00 -0700
Received: from mix.mmjgroup.com (mix.mmjgroup.com [192.34.35.48])
        by mmjgroup.com (Postfix) with ESMTP id A7BA816F53
        for <[EMAIL PROTECTED]>; Tue,  8 Jun 2004 17:36:59 -0600 (MDT)
Received: by mix.mmjgroup.com (Postfix, from userid 1000)
        id B7D5923826; Tue,  8 Jun 2004 17:36:57 -0600 (MDT)
Date: Tue, 8 Jun 2004 17:36:56 -0600
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: tleenx2_20040530-2(hppa/unstable):
Message-ID: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.5.4i
Delivered-To: [EMAIL PROTECTED]
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.4 required=4.0 tests=BAYES_00,HAS_PACKAGE,
        NO_REAL_NAME autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 

Package: tleenx2
Version: 20040530-2
Severity: serious
Tags: patch

There was an error while trying to autobuild your package:

> Automatic build of tleenx2_20040530-2 on sarti by sbuild/hppa 1.170.5
> Build started at 20040602-2333

[...]

> ** Using build dependencies supplied by package:
> Build-Depends: cdbs, debhelper (>= 4.1.0), libgtk2.0-dev, libatk1.0-dev, 
> libpango1.0-dev, libglib2.0-dev, docbook-to-man, xlibs-dev, libtlen1-dev

[...]

> jabber.c: In function `jabber_new':
> jabber.c:195: error: structure has no member named `sa_restorer'

A full build log can be found at:
http://buildd.debian.org/build.php?arch=hppa&pkg=tleenx2&ver=20040530-2

sa_restorer is an optional field.  The patch below fixes the issue.

lamont

diff -u -r t/tleenx2-20040530/src/jabber.c tleenx2-20040530/src/jabber.c
--- t/tleenx2-20040530/src/jabber.c     Wed May 26 06:35:24 2004
+++ tleenx2-20040530/src/jabber.c       Tue Jun  8 16:54:19 2004
@@ -189,10 +189,9 @@
                        profile->jresource);
   ses = jabby_session_new(id, profile->jpassword);
   g_free(id);
+  memset(&act,0,sizeof(act));
   act.sa_handler = sig_pipe;
   sigemptyset(&act.sa_mask);
-  act.sa_flags = 0;
-  act.sa_restorer = NULL;
   sigaction (SIGPIPE, &act, NULL);
 }
 

---------------------------------------
Received: (at 253369-close) by bugs.debian.org; 4 Mar 2005 04:38:04 +0000
>From [EMAIL PROTECTED] Thu Mar 03 20:38:04 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 1D74Zg-0005Ir-00; Thu, 03 Mar 2005 20:38:04 -0800
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
        id 1D74U2-0008DY-00; Thu, 03 Mar 2005 23:32:14 -0500
From: Andrew Pollock <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.55 $
Subject: Bug#253369: fixed in tleenx2 20040530-3
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Thu, 03 Mar 2005 23:32:14 -0500
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: 

Source: tleenx2
Source-Version: 20040530-3

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

tleenx2_20040530-3.diff.gz
  to pool/main/t/tleenx2/tleenx2_20040530-3.diff.gz
tleenx2_20040530-3.dsc
  to pool/main/t/tleenx2/tleenx2_20040530-3.dsc
tleenx2_20040530-3_i386.deb
  to pool/main/t/tleenx2/tleenx2_20040530-3_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 [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Andrew Pollock <[EMAIL PROTECTED]> (supplier of updated tleenx2 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: Fri,  4 Mar 2005 14:51:54 +1100
Source: tleenx2
Binary: tleenx2
Architecture: source i386
Version: 20040530-3
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group <[EMAIL PROTECTED]>
Changed-By: Andrew Pollock <[EMAIL PROTECTED]>
Description: 
 tleenx2    - Tlen.pl IM protocol client
Closes: 253369
Changes: 
 tleenx2 (20040530-3) unstable; urgency=low
 .
   * QA Group upload orphaning this package
   * Incorporates previous NMU (closes: #253369)
Files: 
 c0466da1d5d507b87b57f1d671f4ab14 687 x11 optional tleenx2_20040530-3.dsc
 5135b8819bf05c32df122bafe801c0cb 2122 x11 optional tleenx2_20040530-3.diff.gz
 c58e1defa5bd7a69aa1d69b446072378 212490 x11 optional 
tleenx2_20040530-3_i386.deb

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

iD8DBQFCJ+CPIblXXKfZFgIRAofBAKDU5hYLCEJCbqLfIoRVdHf3fZa+RQCfWXd+
S1q5RThqbM7yXpmY7OLSEmw=
=4DGE
-----END PGP SIGNATURE-----


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to