Package: shfs-source
Version: 0.35-3
Severity: important
Tags: patch
Justification: fails to build from source
Hello,
gcc4 cannot compile shfs-source :
the author distributes a patch which fix the issue.
hth,
Jerome
-- System Information:
Debian Release: testing/unstable
APT prefers testing
APT policy: (500, 'testing'), (1, 'unstable')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-i8k
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Versions of packages shfs-source depends on:
ii bzip2 1.0.2-8.1 high-quality block-sorting file co
ii debconf 1.4.58 Debian configuration management sy
ii debhelper 4.9.8 helper programs for debian/rules
ii module-assistant 0.9.10 tool to make module package creati
Versions of packages shfs-source recommends:
ii shfs-utils 0.35-3 (secure) SHell File System mount p
-- no debconf information
Only in shfs-0.35/shfs/Linux-2.6: .dir.o.d
Only in shfs-0.35-new/shfs/Linux-2.6/.tmp_versions: shfs.mod
diff -ur shfs-0.35/shfs/Linux-2.6/dir.c shfs-0.35-new/shfs/Linux-2.6/dir.c
--- shfs-0.35/shfs/Linux-2.6/dir.c 2004-06-01 09:16:19.000000000 -0400
+++ shfs-0.35-new/shfs/Linux-2.6/dir.c 2005-02-11 18:12:00.000000000 -0500
@@ -19,6 +19,8 @@
#include "shfs_debug.h"
#include "proc.h"
+static struct dentry_operations shfs_dentry_operations;
+
static int
shfs_dir_open(struct inode *inode, struct file *filp)
{
diff -ur shfs-0.35/shfs/Linux-2.6/shfs_fs.h shfs-0.35-new/shfs/Linux-2.6/shfs_fs.h
--- shfs-0.35/shfs/Linux-2.6/shfs_fs.h 2004-06-01 09:16:19.000000000 -0400
+++ shfs-0.35-new/shfs/Linux-2.6/shfs_fs.h 2005-02-11 18:12:03.000000000 -0500
@@ -50,7 +50,6 @@
#define ROUND_TO_MINS(x) do { (x).tv_sec = ((x).tv_sec / 60) * 60; (x).tv_nsec = 0; } while (0)
/* shfs/dir.c */
-extern struct dentry_operations shfs_dentry_operations;
extern struct file_operations shfs_dir_operations;
extern struct inode_operations shfs_dir_inode_operations;
extern void shfs_new_dentry(struct dentry *dentry);
Only in shfs-0.35-new/shfs/Linux-2.6: shfs_fs.h.orig