Your message dated Sun, 11 Sep 2005 17:17:04 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#327313: fixed in rioutil 1.4.4-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; 9 Sep 2005 06:30:58 +0000
>From [EMAIL PROTECTED] Thu Sep 08 23:30:58 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 1EDcPa-0003FY-00; Thu, 08 Sep 2005 23:30:58 -0700
Received: from localhost.localdomain 
(pool-71-104-166-233.lsanca.dsl-w.verizon.net [71.104.166.233])
        (authenticated bits=0)
        by zoot.lafn.org (8.13.1/8.13.1) with ESMTP id j896Uv2M030194
        (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NO)
        for <[EMAIL PROTECTED]>; Thu, 8 Sep 2005 23:30:57 -0700 (PDT)
        (envelope-from [EMAIL PROTECTED])
Received: from kraai by localhost.localdomain with local (Exim 4.52)
        id 1EDOn7-0000uN-B6
        for [EMAIL PROTECTED]; Thu, 08 Sep 2005 08:58:21 -0700
Date: Thu, 8 Sep 2005 08:58:21 -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="s/l3CgOIzMHHjg/5"
Content-Disposition: inline
User-Agent: Mutt/1.5.9i
X-Virus-Scanned: ClamAV 0.86.2/1070/Thu Sep  8 15:28:24 2005 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.3 required=4.0 tests=BAYES_00,DATE_IN_PAST_12_24 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02


--s/l3CgOIzMHHjg/5
Content-Type: multipart/mixed; boundary="2fHTh5uZTiUOsy+g"
Content-Disposition: inline


--2fHTh5uZTiUOsy+g
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

Package: rioutil
Version: 1.4.4-1
Severity: serious
Tags: patch

rioutil fails to build because it contains an invalid lvalue in an
assignment:

> source=3D'rio.c' object=3D'rio.lo' libtool=3Dyes \
> depfile=3D'.deps/rio.Plo' tmpdepfile=3D'.deps/rio.TPlo' \
> depmode=3Dgcc3 /bin/sh ../depcomp \
> /bin/sh ../libtool --mode=3Dcompile gcc -DHAVE_CONFIG_H -I. -I. -I../incl=
ude -I../include    -g3 -c -o rio.lo `test -f 'rio.c' || echo './'`rio.c
> mkdir .libs
>  gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -g3 -c rio.c -MT r=
io.lo -MD -MP -MF .deps/rio.TPlo  -fPIC -DPIC -o .libs/rio.o
=2E..
> rio.c: In function 'get_flist_riohd':
> rio.c:376: error: invalid lvalue in assignment
=2E..

The attached patch fixes this problem by making the first cast apply
to the result of the assignment instead of the lvalue.

--=20
Matt

--2fHTh5uZTiUOsy+g
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename=patch
Content-Transfer-Encoding: quoted-printable

only in patch2:
unchanged:
--- rioutil-1.4.4.orig/librioutil/rio.c
+++ rioutil-1.4.4/librioutil/rio.c
@@ -373,7 +373,7 @@
     return ret;
   }
=20
-  iptr =3D (u_int32_t *)read_buffer =3D (u_int8_t *) malloc (RIO_FTS);
+  iptr =3D (u_int32_t *)(read_buffer =3D (u_int8_t *) malloc (RIO_FTS));
   if (read_buffer =3D=3D NULL) {
     rio_log (rio, errno, "Could not allocate read buffer\n");
     return errno;

--2fHTh5uZTiUOsy+g--

--s/l3CgOIzMHHjg/5
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)

iD8DBQFDIF+cfNdgYxVXvBARAtEgAJ4lc8Uf7LKL1F9rrUCzMG59cvAtzQCgocZ0
p8F+I+2cCuvVdtPHPgu4iFQ=
=TYHh
-----END PGP SIGNATURE-----

--s/l3CgOIzMHHjg/5--

---------------------------------------
Received: (at 327313-close) by bugs.debian.org; 12 Sep 2005 00:19:40 +0000
>From [EMAIL PROTECTED] Sun Sep 11 17:19:40 2005
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
        id 1EEc0O-00088P-00; Sun, 11 Sep 2005 17:17:04 -0700
From: Andrew Pollock <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#327313: fixed in rioutil 1.4.4-2
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Sun, 11 Sep 2005 17:17:04 -0700
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=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02

Source: rioutil
Source-Version: 1.4.4-2

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

rioutil_1.4.4-2.diff.gz
  to pool/main/r/rioutil/rioutil_1.4.4-2.diff.gz
rioutil_1.4.4-2.dsc
  to pool/main/r/rioutil/rioutil_1.4.4-2.dsc
rioutil_1.4.4-2_i386.deb
  to pool/main/r/rioutil/rioutil_1.4.4-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.
Andrew Pollock <[EMAIL PROTECTED]> (supplier of updated rioutil 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: Mon, 12 Sep 2005 10:02:56 +1000
Source: rioutil
Binary: rioutil
Architecture: source i386
Version: 1.4.4-2
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group <[EMAIL PROTECTED]>
Changed-By: Andrew Pollock <[EMAIL PROTECTED]>
Description: 
 rioutil    - Talk to USB based Diamond MM products
Closes: 327313
Changes: 
 rioutil (1.4.4-2) unstable; urgency=low
 .
   * QA Group upload orphaning this package
   * debian/control: build-depend on dpatch
   * debian/rules: add dpatch functionality
   * Added patch from Matt Kraai to fix invalid lvalue in assignment FTBFS
     (closes: #327313)
Files: 
 5db7fbfe846626f0834c531b01a2753e 600 sound optional rioutil_1.4.4-2.dsc
 d2a7beffcfb41a8d0f20a91ec3532bd0 4897 sound optional rioutil_1.4.4-2.diff.gz
 e759cf882c2afcb57eacac60df72a1b6 70768 sound optional rioutil_1.4.4-2_i386.deb

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

iD8DBQFDJMeGIblXXKfZFgIRArJWAJ0Zvtdd2271MbgXQqCvWkApVd8t/wCfQhUs
GmzfSvjjS/oEzk4ofMFhsN0=
=By4m
-----END PGP SIGNATURE-----


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

Reply via email to