Your message dated Sat, 23 Apr 2005 17:35:26 +0200
with message-id <[EMAIL PROTECTED]>
and subject line (no subject)
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; 13 Dec 2004 21:56:40 +0000
>From [EMAIL PROTECTED] Mon Dec 13 13:56:40 2004
Return-path: <[EMAIL PROTECTED]>
Received: from c203038.adsl.hansenet.de (localhost.localdomain) [213.39.203.38] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1CdyBM-0001Ur-00; Mon, 13 Dec 2004 13:56:40 -0800
Received: from aj by localhost.localdomain with local (Exim 4.34)
        id 1CdyFZ-0002DY-5C; Mon, 13 Dec 2004 23:01:07 +0100
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
From: Andreas Jochens <[EMAIL PROTECTED]>
Subject: bluefish: FTBFS (amd64/gcc-4.0): invalid lvalue in assignment
Message-Id: <[EMAIL PROTECTED]>
Date: Mon, 13 Dec 2004 23:01:07 +0100
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=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
        autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 

Package: bluefish
Severity: normal
Tags: patch

When building 'bluefish' on amd64 with gcc-4.0,
I get the following error:

gcc -DLOCALEDIR=\"/usr/share/locale\" -DGNULOCALEDIR=\"/usr/share/locale\" 
-DLOCALE_ALIAS_PATH=\"/usr/share/locale:.\" 
-DPKGDATADIR=\"/usr/share/bluefish/\" -DHAVE_CONFIG_H -O2 -Wall -Wall -pipe 
-DXTHREADS -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include 
-I/usr/X11R6/include -I/usr/include/atk-1.0 -I/usr/include/pango-1.0 
-I/usr/include/freetype2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include   
-pthread -DORBIT2=1 -I/usr/include/gnome-vfs-2.0 
-I/usr/lib/gnome-vfs-2.0/include -I/usr/include/bonobo-activation-2.0 
-I/usr/include/libbonobo-2.0 -I/usr/include/gconf/2 -I/usr/include/glib-2.0 
-I/usr/lib/glib-2.0/include -I/usr/include/orbit-2.0    -c -o snr2.o snr2.c
snr2.c: In function 'snr2_init':
snr2.c:137: error: invalid lvalue in assignment
make[2]: *** [snr2.o] Error 1
make[2]: Leaving directory `/bluefish-0.13/src'

With the attached patch 'bluefish' can be compiled
on amd64 using gcc-4.0.

Regards
Andreas Jochens

diff -urN ../tmp-orig/bluefish-0.13/src/snr2.c ./src/snr2.c
--- ../tmp-orig/bluefish-0.13/src/snr2.c        2004-03-02 17:17:34.000000000 
+0100
+++ ./src/snr2.c        2004-12-13 22:49:55.430833816 +0100
@@ -134,7 +134,7 @@
 void snr2_init(Tbfwin *bfwin) {
        Tlast_snr2 *lsnr2 = g_new0(Tlast_snr2,1);
        lsnr2->bfwin = bfwin;
-       LASTSNR2(bfwin->snr2) = lsnr2;
+       bfwin->snr2 = lsnr2;
 }
 
 static void reset_last_snr2(Tbfwin *bfwin) {

---------------------------------------
Received: (at 285535-done) by bugs.debian.org; 23 Apr 2005 15:37:40 +0000
>From [EMAIL PROTECTED] Sat Apr 23 08:37:40 2005
Return-path: <[EMAIL PROTECTED]>
Received: from vsmtp2alice.tin.it (vsmtp2.tin.it) [212.216.176.142] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1DPMhP-0008KQ-00; Sat, 23 Apr 2005 08:37:40 -0700
Received: from gladstone.duckburg.org (80.182.10.205) by vsmtp2.tin.it (7.0.027)
        id 42691F210005CB18 for [EMAIL PROTECTED]; Sat, 23 Apr 2005 17:37:08 
+0200
Received: by gladstone.duckburg.org (Postfix, from userid 1000)
        id 20C548CF29; Sat, 23 Apr 2005 17:35:26 +0200 (CEST)
Date: Sat, 23 Apr 2005 17:35:26 +0200
From: Davide Puricelli <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
X-Operating-System: Linux gladstone.duckburg.org 2.6.10-gladstone2 
User-Agent: Mutt/1.5.9i
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=-1.5 required=4.0 tests=BAYES_00,NOSUBJECT 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 

Hi, bluefish 1.0 was built successfully on amd64, therefore I'm closing
this bug, thanks for your report.

Regards,
-- 
Davide Puricelli, [EMAIL PROTECTED]
Debian Developer: [EMAIL PROTECTED] | http://www.debian.org

Time looked like snow dropping silently into a black room -- Ray Bradbury


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

Reply via email to