Your message dated Thu, 21 Apr 2005 01:32:07 -0400
with message-id <[EMAIL PROTECTED]>
and subject line Bug#303196: fixed in xchat-systray 2.4.5-2
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; 5 Apr 2005 11:33:48 +0000
>From [EMAIL PROTECTED] Tue Apr 05 04:33:48 2005
Return-path: <[EMAIL PROTECTED]>
Received: from c146077.adsl.hansenet.de (localhost.localdomain) [213.39.146.77] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1DImJY-0004bc-00; Tue, 05 Apr 2005 04:33:48 -0700
Received: from aj by localhost.localdomain with local (Exim 4.50)
        id 1DImJc-0004EI-9N; Tue, 05 Apr 2005 13:33:52 +0200
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
From: Andreas Jochens <[EMAIL PROTECTED]>
Subject: xchat-systray: FTBFS (amd64): Missing -fPIC
Message-Id: <[EMAIL PROTECTED]>
Date: Tue, 05 Apr 2005 13:33:52 +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: xchat-systray
Version: 2.4.5-1
Severity: normal
Tags: patch

When building 'xchat-systray' on amd64/unstable,
I get the following error:

gcc -O3 -Wall `pkg-config --libs gtk+-2.0` src/away_system.o src/data_manager.o 
src/events.o src/menu.o src/settings.o src/warnings.o src/help.o 
src/eggtrayicon.o src/systray.o -shared -o systray.so
/usr/bin/ld: src/away_system.o: relocation R_X86_64_32 can not be used when 
making a shared object; recompile with -fPIC
src/away_system.o: could not read symbols: Bad value
collect2: ld returned 1 exit status
make[1]: *** [systray.so] Error 1
make[1]: Leaving directory `/xchat-systray-2.4.5'
make: *** [build-stamp] Error 2

With the attached patch 'xchat-systray' can be compiled on amd64.

Regards
Andreas Jochens

diff -urN ../tmp-orig/xchat-systray-2.4.5/Makefile ./Makefile
--- ../tmp-orig/xchat-systray-2.4.5/Makefile    2005-04-05 13:28:18.928047158 
+0200
+++ ./Makefile  2005-04-05 13:28:16.716461819 +0200
@@ -1,5 +1,5 @@
 #UNIX VARS
-CFLAGS = -O3 -Wall
+CFLAGS = -O3 -Wall -fPIC
 GTKFLAGS =`pkg-config --cflags gtk+-2.0`
 LIBS = `pkg-config --libs gtk+-2.0`
 mkdir = mkdir

---------------------------------------
Received: (at 303196-close) by bugs.debian.org; 21 Apr 2005 05:48:09 +0000
>From [EMAIL PROTECTED] Wed Apr 20 22:48:08 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 1DOUXo-0007eZ-00; Wed, 20 Apr 2005 22:48:08 -0700
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
        id 1DOUIJ-0004mq-00; Thu, 21 Apr 2005 01:32:07 -0400
From: David Moreno Garza <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.55 $
Subject: Bug#303196: fixed in xchat-systray 2.4.5-2
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Thu, 21 Apr 2005 01:32:07 -0400
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: xchat-systray
Source-Version: 2.4.5-2

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

xchat-systray_2.4.5-2.diff.gz
  to pool/main/x/xchat-systray/xchat-systray_2.4.5-2.diff.gz
xchat-systray_2.4.5-2.dsc
  to pool/main/x/xchat-systray/xchat-systray_2.4.5-2.dsc
xchat-systray_2.4.5-2_i386.deb
  to pool/main/x/xchat-systray/xchat-systray_2.4.5-2_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.
David Moreno Garza <[EMAIL PROTECTED]> (supplier of updated xchat-systray 
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: Sun, 10 Apr 2005 22:02:11 -0500
Source: xchat-systray
Binary: xchat-systray
Architecture: source i386
Version: 2.4.5-2
Distribution: unstable
Urgency: low
Maintainer: David Moreno Garza <[EMAIL PROTECTED]>
Changed-By: David Moreno Garza <[EMAIL PROTECTED]>
Description: 
 xchat-systray - xchat systray notification icon
Closes: 303196
Changes: 
 xchat-systray (2.4.5-2) unstable; urgency=low
 .
   * Adding -fPIC flag to CFLAGS to proper compilation on amd64 and hppa
        (Closes: #303196).
Files: 
 f0e13b2a2055c164cd8d771d9762ad68 666 net optional xchat-systray_2.4.5-2.dsc
 928369a2d59ff6d36bcf0599d9a54bba 9408 net optional 
xchat-systray_2.4.5-2.diff.gz
 db48a9682dbf71e797dd659a8c4d59cf 54344 net optional 
xchat-systray_2.4.5-2_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.0 (GNU/Linux)

iD8DBQFCZzUyKN6ufymYLloRAp5BAKDKXXN+1Wn7KtyPG0un4o7mMV4wWgCguN5O
JBV31BsHZ4dZSKLKsWGJi4A=
=R3QE
-----END PGP SIGNATURE-----


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

Reply via email to