Your message dated Sat, 10 Sep 2005 17:47:06 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#287463: fixed in linesrv 2.1.21-1
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; 27 Dec 2004 21:21:42 +0000
>From [EMAIL PROTECTED] Mon Dec 27 13:21:42 2004
Return-path: <[EMAIL PROTECTED]>
Received: from c156115.adsl.hansenet.de (localhost.localdomain) 
[213.39.156.115] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1Cj2JC-0007uk-00; Mon, 27 Dec 2004 13:21:42 -0800
Received: from aj by localhost.localdomain with local (Exim 4.34)
        id 1Cj2OJ-0002vK-4a; Mon, 27 Dec 2004 22:26:59 +0100
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
From: Andreas Jochens <[EMAIL PROTECTED]>
Subject: linesrv: FTBFS (amd64/gcc-4.0): invalid lvalue in assignment
Message-Id: <[EMAIL PROTECTED]>
Date: Mon, 27 Dec 2004 22:26:59 +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: linesrv
Severity: normal
Tags: patch

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

gcc -DHAVE_CONFIG_H -I. -I../../server -I..     -Wall -O2 -c ../../server/con.c
../../server/con.c: In function 'call_con_up':
../../server/con.c:72: error: invalid lvalue in assignment
../../server/con.c: In function 'call_con_dn':
../../server/con.c:184: error: invalid lvalue in assignment
make[3]: *** [con.o] Error 1
make[3]: Leaving directory 
`/linesrv-2.1.15/build-tree/linesrv-2.1/linesrv/server'

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

Regards
Andreas Jochens

diff -urN ../tmp-orig/linesrv-2.1.15/debian/patches/gcc4.patch 
./debian/patches/gcc4.patch
--- ../tmp-orig/linesrv-2.1.15/debian/patches/gcc4.patch        1970-01-01 
01:00:00.000000000 +0100
+++ ./debian/patches/gcc4.patch 2004-12-27 21:53:20.947722840 +0100
@@ -0,0 +1,21 @@
+diff -urN tmp/server/con.c linesrv-2.1/server/con.c
+--- tmp/server/con.c   2002-03-09 12:13:12.000000000 +0100
++++ linesrv-2.1/server/con.c   2004-12-27 21:53:07.274801440 +0100
+@@ -69,7 +69,7 @@
+  else
+  {
+        segf_indicator = 3207;
+-     (struct client_t*)line->con_action.who = who;
++     line->con_action.who = who;
+      line->con_action.begin = time(NULL);
+      server->fast_loop++;
+      set_line_status(line, CST_DIALING);
+@@ -181,7 +181,7 @@
+  else // parent
+  { // should work... go on.
+      line->con_action.doing = DOING_CLOSING;
+-     (struct client_t*)line->con_action.who = who;
++     line->con_action.who = who;
+      line->con_action.begin = time(NULL);
+      server->fast_loop++;
+      set_line_status(line, CST_CLOSING);

---------------------------------------
Received: (at 287463-close) by bugs.debian.org; 11 Sep 2005 00:48:39 +0000
>From [EMAIL PROTECTED] Sat Sep 10 17:48:39 2005
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
        id 1EEFzu-0004fV-00; Sat, 10 Sep 2005 17:47:06 -0700
From: Marco Presi (Zufus) <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#287463: fixed in linesrv 2.1.21-1
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Sat, 10 Sep 2005 17:47:06 -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: linesrv
Source-Version: 2.1.21-1

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

linesrv-mysql_2.1.21-1_i386.deb
  to pool/main/l/linesrv/linesrv-mysql_2.1.21-1_i386.deb
linesrv_2.1.21-1.diff.gz
  to pool/main/l/linesrv/linesrv_2.1.21-1.diff.gz
linesrv_2.1.21-1.dsc
  to pool/main/l/linesrv/linesrv_2.1.21-1.dsc
linesrv_2.1.21-1_i386.deb
  to pool/main/l/linesrv/linesrv_2.1.21-1_i386.deb
linesrv_2.1.21.orig.tar.gz
  to pool/main/l/linesrv/linesrv_2.1.21.orig.tar.gz



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.
Marco Presi (Zufus) <[EMAIL PROTECTED]> (supplier of updated linesrv 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, 11 Sep 2005 02:16:27 -0400
Source: linesrv
Binary: linesrv linesrv-mysql
Architecture: source i386
Version: 2.1.21-1
Distribution: unstable
Urgency: low
Maintainer: Marco Presi (Zufus) <[EMAIL PROTECTED]>
Changed-By: Marco Presi (Zufus) <[EMAIL PROTECTED]>
Description: 
 linesrv    - A server to remotely control the internet connection
 linesrv-mysql - A server to remotely control the internet connection
Closes: 287463 312468 312469 319380
Changes: 
 linesrv (2.1.21-1) unstable; urgency=low
 .
   * New upstream release
   * Compile with gcc-4.0. Closes: #287463
   * Added Vietnamese debconf translation. Closes: #312468
   * Added Czech debconf translation. Closes: #319380
   * Corrected typos in debconf templates. Closes: #312469
   * Bumped standards-version to 3.6.2
   * Minor modifications (clean) to init.d script
Files: 
 c5c5e31a621c1855349be0817a33f93d 627 net optional linesrv_2.1.21-1.dsc
 6f591f9994c3b97677833778f76006e6 252477 net optional linesrv_2.1.21.orig.tar.gz
 873e3f40b1a00d065c01cc6bd3a01340 41495 net optional linesrv_2.1.21-1.diff.gz
 0daddb0937e8a86c3206d205ab34b5bd 78314 net optional linesrv_2.1.21-1_i386.deb
 ed791773a2f407972c98b88d25065b37 81420 net optional 
linesrv-mysql_2.1.21-1_i386.deb

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

iD8DBQFDI8voh0XdeHWCwhoRAoYmAKCpCzoqjyftjzzW9Tm1/jZBVzJdqwCgh2gE
eYI5ydswKMvj+KsBbzzIa/o=
=KEhW
-----END PGP SIGNATURE-----


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

Reply via email to