Your message dated Sun, 30 Oct 2005 22:42:58 +0100
with message-id <[EMAIL PROTECTED]>
and subject line Diasce removed from Debian archive
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; 22 Jul 2005 01:39:10 +0000
>From [EMAIL PROTECTED] Thu Jul 21 18:39:10 2005
Return-path: <[EMAIL PROTECTED]>
Received: from zoot.lafn.org [206.117.18.6] 
        by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
        id 1DvmVK-00069x-00; Thu, 21 Jul 2005 18:39:10 -0700
Received: from localhost.localdomain 
(pool-71-104-165-253.lsanca.dsl-w.verizon.net [71.104.165.253])
        (authenticated bits=0)
        by zoot.lafn.org (8.13.1/8.13.1) with ESMTP id j6M1d9f4000108
        (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NO)
        for <[EMAIL PROTECTED]>; Thu, 21 Jul 2005 18:39:10 -0700 (PDT)
        (envelope-from [EMAIL PROTECTED])
Received: from kraai by localhost.localdomain with local (Exim 4.52)
        id 1DvfIQ-00011L-Ct
        for [EMAIL PROTECTED]; Thu, 21 Jul 2005 10:57:22 -0700
Date: Thu, 21 Jul 2005 10:57:22 -0700
From: Matt Kraai <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: FTBFS: Invalid lvalue in assignment
Message-ID: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-sha1;
        protocol="application/pgp-signature"; boundary="oiL9LJXJsdjS5rzq"
Content-Disposition: inline
User-Agent: Mutt/1.5.9i
X-Virus-Scanned: ClamAV version 0.85.1, clamav-milter version 0.85 on 
zoot.lafn.org
X-Virus-Status: Clean
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-Level: 
X-Spam-Status: No, hits=-2.4 required=4.0 tests=BAYES_00,DATE_IN_PAST_06_12 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02


--oiL9LJXJsdjS5rzq
Content-Type: multipart/mixed; boundary="5VuzLDXibKSJvVYD"
Content-Disposition: inline


--5VuzLDXibKSJvVYD
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

Package: diasce
Version: 1.0.5-1.1
Severity: serious
Tags: patch

diasce fails to build because it has an invalid lvalue in an
assignment:

gcc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include -I/usr/include/gnome-xml -I=
/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr=
/X11R6/include/X11 -I/usr/include/gnome-1.0 -DNEED_GNOMESUPPORT_H -I/usr/li=
b/gnome-libs/include -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/=
lib/glib/include -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/inc=
lude/gnome-1.0 -DNEED_GNOMESUPPORT_H -I/usr/lib/gnome-libs/include -I/usr/i=
nclude/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include   -I/usr/inc=
lude/glib-1.2 -I/usr/lib/glib/include    -D_LINUX  -O2  -Wall -c gtkextext.c
gtkextext.c: In function 'line_set_cursor_pos':
gtkextext.c:1020: error: invalid lvalue in assignment

The attached patch fixes this problem.

--=20
Matt

--5VuzLDXibKSJvVYD
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="diasce_1.0.5-1.1.patch"
Content-Transfer-Encoding: quoted-printable

only in patch2:
unchanged:
--- diasce-1.0.5.orig/src/gtkextext.c
+++ diasce-1.0.5/src/gtkextext.c
@@ -1017,7 +1017,7 @@
   }
   else if(text->draw_numbers && width < (val+text->gutter_width))
   {
-     val =3D (gfloat)width -=3D text->gutter_width;
+     val =3D (gfloat)(width -=3D text->gutter_width);
      gtk_adjustment_set_value(text->hadj, val);
   }
=20

--5VuzLDXibKSJvVYD--

--oiL9LJXJsdjS5rzq
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: Digital signature
Content-Disposition: inline

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

iD8DBQFC3+IBfNdgYxVXvBARAgHaAJ45i5Z0jRAdFYCH2RxehPjoOrgekgCgszWQ
0as3/+ScirAJKsatljuwMXY=
=BFCf
-----END PGP SIGNATURE-----

--oiL9LJXJsdjS5rzq--

---------------------------------------
Received: (at 319438-done) by bugs.debian.org; 30 Oct 2005 21:42:55 +0000
>From [EMAIL PROTECTED] Sun Oct 30 13:42:55 2005
Return-path: <[EMAIL PROTECTED]>
Received: from mx.verfaction.de [212.9.177.23] (Debian-exim)
        by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
        id 1EWKx5-0000hG-00; Sun, 30 Oct 2005 13:42:55 -0800
Received: from 177.red-81-39-134.dynamicip.rima-tde.net ([81.39.134.177] 
helo=aragorn.tribulaciones.org)
        by mx.verfaction.de with esmtpsa (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32)
        (Exim 4.50)
        id 1EWKx1-0005Dx-7R; Sun, 30 Oct 2005 22:42:54 +0100
Received: from gimli.tribulaciones.org (152.Red-81-41-154.staticIP.rima-tde.net 
[81.41.154.152])
        (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
        (No client certificate requested)
        by aragorn.tribulaciones.org (Postfix) with ESMTP id F3B4156AC7;
        Sun, 30 Oct 2005 22:42:28 +0100 (CET)
Received: by gimli.tribulaciones.org (Postfix, from userid 1000)
        id E303BDF962; Sun, 30 Oct 2005 22:42:58 +0100 (CET)
From: Jose Carlos Garcia Sogo <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED], Rob Weir <[EMAIL PROTECTED]>
Cc: [EMAIL PROTECTED], [EMAIL PROTECTED],  [EMAIL PROTECTED]
In-Reply-To: <[EMAIL PROTECTED]>
References: <[EMAIL PROTECTED]>
         <[EMAIL PROTECTED]>
Content-Type: multipart/signed; micalg=pgp-sha1; 
protocol="application/pgp-signature"; boundary="=-U2nY24MOHqUCgLzN9wtF"
Date: Sun, 30 Oct 2005 22:42:58 +0100
Message-Id: <[EMAIL PROTECTED]>
Mime-Version: 1.0
X-Mailer: Evolution 2.2.3 
X-SA-Exim-Connect-IP: 81.39.134.177
X-SA-Exim-Mail-From: [EMAIL PROTECTED]
Subject: Diasce removed from Debian archive
X-SA-Exim-Version: 4.2 (built Thu, 03 Mar 2005 10:44:12 +0100)
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-Level: 
X-Spam-Status: No, hits=-2.5 required=4.0 tests=BAYES_00,RCVD_IN_SORBS 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02


--=-U2nY24MOHqUCgLzN9wtF
Content-Type: text/plain
Content-Transfer-Encoding: quoted-printable


  Diasce was removed from Debian archive some time ago. It is dead
upstream.

  Thanks,

--=20
Jose Carlos Garcia Sogo
   [EMAIL PROTECTED]

--=-U2nY24MOHqUCgLzN9wtF
Content-Type: application/pgp-signature; name=signature.asc
Content-Description: This is a digitally signed message part

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

iD8DBQBDZT5iS+BYJZB4jhERAlhCAJwLlYntXoy4vw0aKa5NLUmZbKZ+1wCePFaO
ehm6asxf7ZfFmGERspyzG50=
=FUQ8
-----END PGP SIGNATURE-----

--=-U2nY24MOHqUCgLzN9wtF--


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

Reply via email to