Your message dated Tue, 11 Oct 2005 03:32:07 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#327305: fixed in davfs2 0.2.6-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; 9 Sep 2005 05:56:00 +0000
>From [EMAIL PROTECTED] Thu Sep 08 22:56:00 2005
Return-path: <[EMAIL PROTECTED]>
Received: from c129218.adsl.hansenet.de (localhost.localdomain) 
[213.39.129.218] 
        by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
        id 1EDbrj-0001bS-00; Thu, 08 Sep 2005 22:56:00 -0700
Received: from aj by localhost.localdomain with local (Exim 4.52)
        id 1EDbri-0001AX-Dc; Fri, 09 Sep 2005 07:55:58 +0200
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
From: Andreas Jochens <[EMAIL PROTECTED]>
Subject: davfs2: FTBFS (amd64): /usr/include/linux/coda.h:762: error: variable 
or field '__user' declared void
Message-Id: <[EMAIL PROTECTED]>
Date: Fri, 09 Sep 2005 07:55:58 +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-Level: 
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

Package: davfs2
Version: 0.2.4-1
Severity: normal
Tags: patch

When building 'davfs2' on amd64/unstable,
I get the following error:

x86_64-linux-gnu-gcc -DHAVE_CONFIG_H  -I/davfs2-0.2.4 -I./lib  -I./src  
-I/usr/src/linux/include -Wall -g -O2 -I/usr/include/neon -DNEON_ZLIB 
-DNEON_SSL -DSYSCONFDIR=\"/etc/davfs2\" -DSTATEDIR=\"/var/run/mount.davfs\" -c 
src/util.c -o src/util.o
In file included from src/util.c:37:
/usr/include/linux/coda.h:762: error: variable or field '__user' declared void
/usr/include/linux/coda.h:762: error: syntax error before '*' token
/usr/include/linux/coda.h:763: error: syntax error before '*' token
/usr/include/linux/coda.h:766: error: syntax error before '}' token
/usr/include/linux/coda.h:769: error: syntax error before '*' token
/usr/include/linux/coda.h:772: error: syntax error before '}' token

With the attached patch 'davfs2' can be compiled on amd64.

Regards
Andreas Jochens

diff -urN ../tmp-orig/davfs2-0.2.4/src/util.c ./src/util.c
--- ../tmp-orig/davfs2-0.2.4/src/util.c 2005-07-16 16:04:50.000000000 +0000
+++ ./src/util.c        2005-09-09 05:43:13.000000000 +0000
@@ -17,6 +17,12 @@
 ** MA 02111-1307, USA
 */
 
+/* Linux coda head file */
+/* avoid inclusion of kernel time.h, since it conflicts with userland time.h */
+#define _LINUX_TIME_H
+#include <linux/types.h>
+#include <linux/coda.h>
+
 #include "util.h"
 
 #include <stdlib.h>
@@ -31,10 +37,6 @@
 #include <string.h>
 #include <termios.h>
 
-/* Linux coda head file */
-/* avoid inclusion of kernel time.h, since it conflicts with userland time.h */
-#define _LINUX_TIME_H
-#include <linux/coda.h>
 
 /* Neon */
 #include <ne_alloc.h>

---------------------------------------
Received: (at 327305-close) by bugs.debian.org; 11 Oct 2005 10:38:26 +0000
>From [EMAIL PROTECTED] Tue Oct 11 03:38:26 2005
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
        id 1EPHQV-0002g3-00; Tue, 11 Oct 2005 03:32:07 -0700
From: Luciano Bello <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#327305: fixed in davfs2 0.2.6-1
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Tue, 11 Oct 2005 03:32:07 -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
X-CrossAssassin-Score: 2

Source: davfs2
Source-Version: 0.2.6-1

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

davfs2_0.2.6-1.diff.gz
  to pool/main/d/davfs2/davfs2_0.2.6-1.diff.gz
davfs2_0.2.6-1.dsc
  to pool/main/d/davfs2/davfs2_0.2.6-1.dsc
davfs2_0.2.6-1_i386.deb
  to pool/main/d/davfs2/davfs2_0.2.6-1_i386.deb
davfs2_0.2.6.orig.tar.gz
  to pool/main/d/davfs2/davfs2_0.2.6.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.
Luciano Bello <[EMAIL PROTECTED]> (supplier of updated davfs2 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: Tue, 04 Oct 2005 15:02:01 -0300
Source: davfs2
Binary: davfs2
Architecture: source i386
Version: 0.2.6-1
Distribution: unstable
Urgency: high
Maintainer: Luciano Bello <[EMAIL PROTECTED]>
Changed-By: Luciano Bello <[EMAIL PROTECTED]>
Description: 
 davfs2     - mount a WebDAV resource as a regular file system
Closes: 324968 327279 327305 328099 328677 328679
Changes: 
 davfs2 (0.2.6-1) unstable; urgency=high
 .
   * New upstream version 0.2.6.
     - Problems building in few architectures (especialy 64 bits architectures)
       fixed - RC bug (closes: Bug#327305).
     - Trailing '/' in directories fixed (closes: Bug#324968).
     - Checking group membership of process instead of group-file (may differ if
       group-file is changed while the user is logged in).
     - Manual page problem fixed (closes: Bug#328099).
   * Implicitly converted pointer fixed, thanks Dann Frazier (closes: 
Bug#327279).
   * Few adaptations (most of the paths file) in the manual page to Debian
     users and other corrections (closes: Bug#328677).
   * Fixed permissions on /var/run/mount.davfs to permit non-root users to use
     it (closes: Bug#328679).
   * Fixed pointer-pointer-error included in CVS.
Files: 
 c63962b6e680ca7d3222e12b7f654950 639 utils extra davfs2_0.2.6-1.dsc
 7e2ebe1883a9982107538f1c9cdc4bf6 140739 utils extra davfs2_0.2.6.orig.tar.gz
 957341f5b3076e3a9cf3e2046eac5329 31569 utils extra davfs2_0.2.6-1.diff.gz
 e654fff8717058063f75de09d80362c3 54878 utils extra davfs2_0.2.6-1_i386.deb

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

iD8DBQFDS5Ju5UTeB5t8Mo0RApNsAJ9983Z8m9THLKTMNadAqkzs7pbkjgCfZBOB
5P25EzIxqSIy7hwFElSYh7E=
=IAIg
-----END PGP SIGNATURE-----


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

Reply via email to