chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-users] a file system using Chicken


From: Mario Domenech Goulart
Subject: Re: [Chicken-users] a file system using Chicken
Date: 11 Jun 2007 10:48:45 -0300
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.4

Hi Dan,

On Sun, 10 Jun 2007 02:22:51 +0300 Dan Muresan <address@hidden> wrote:

> I've updated duggfs to address the compilation errors reported by
> Felix and Mario. I have taken a different approach by no longer
> attempting to get <fuse/*> through SWIG. This loses some
> functionality, but I believe it's the only workable solution.
> 
> I kindly ask those who reported errors (as well as anyone else who
> wants to help out) to download the latest tarball from
> http://www.omnigia.com/scheme/duggfs/duggfs.tar.gz and give it a
> shot. On my own machine it now works both with fuse 2.5.x and fuse
> 2.6.x. You still need at least Fuse 2.5.x.

Thanks for the quick fix.  It builds and runs ok on my home Gentoo
box.

On a Xubuntu machine (where I first tried duggfs) it's now building
ok, but I get an error when running start_duggfs.sh:

$ ./start_duggfs.sh  /tmp/duggfs
To unmount, type "fusermount -u /tmp/duggfs"
$ Error: (string-ref) bad argument type: #<unspecified>

        Call history:

        require
        ##sys#require
        ##sys#require
        ##sys#require
        call-with-values
        make-cache
        ht-list
        list->ht-list
        make-hash-table
        values
        call-with-values
        call-with-values
        call-with-values
        digg-api-raw
        map
        map                     <--

Here's what I have installed, regarding to fuse:

$ apt-cache show fuse-utils
Package: fuse-utils
Priority: optional
Section: utils
Installed-Size: 216
Maintainer: Ubuntu Core Developers <address@hidden>
Original-Maintainer: Bartosz Fenski <address@hidden>
Architecture: i386
Source: fuse
Version: 2.6.3-1ubuntu2
Depends: libc6 (>= 2.5-0ubuntu1), sed (>= 4), ucf, adduser, makedev (>= 
2.3.1-80) | udev
Filename: pool/main/f/fuse/fuse-utils_2.6.3-1ubuntu2_i386.deb
Size: 77386
MD5sum: f254aec57a5c4fe1008fd9ed1893a8f2
SHA1: 6ef52d256c959a218950ff49bfbf5bddcd38283f
SHA256: 6c15e785858b3b7bd6d9ec26159df6d9f6d9d8a2945f68ee305bd56c0ae15e0f
Description: Filesystem in USErspace (utilities)
 Simple interface for userspace programs to export a virtual
 filesystem to the linux kernel.
 .
 This package contains the fusermount utility which is necessary to
 mount fuse filesystems.
 .
 This utility is setuid by default. Use dpkg-statoverride if you want
 to change that.
 .
 Homepage: http://fuse.sourceforge.net/
Bugs: mailto:address@hidden
Origin: Ubuntu
Task: ubuntu-live, kubuntu-live, edubuntu-live, edubuntu-server, xubuntu-live


$ apt-cache show libfuse-dev
Package: libfuse-dev
Priority: optional
Section: libdevel
Installed-Size: 372
Maintainer: Ubuntu Core Developers <address@hidden>
Original-Maintainer: Bartosz Fenski <address@hidden>
Architecture: i386
Source: fuse
Version: 2.6.3-1ubuntu2
Depends: libfuse2 (= 2.6.3-1ubuntu2)
Suggests: fuse-utils (= 2.6.3-1ubuntu2)
Filename: pool/main/f/fuse/libfuse-dev_2.6.3-1ubuntu2_i386.deb
Size: 125406
MD5sum: eebfd93693fda468d5caf490c2410c3d
SHA1: b8fbbb4b48f91c8a0a1e79dcf1b91b13c96efa50
SHA256: 80b39fc61b09b8beabfa72d7b4e3c0140424edc0384e39a760e85d35c1197e46
Description: Filesystem in USErspace (development files)
 Simple interface for userspace programs to export a virtual
 filesystem to the linux kernel.
 .
 This package contains the files necessary to write applications in C
 or C++ using fuse.
 .
 Homepage: http://fuse.sourceforge.net/
Bugs: mailto:address@hidden
Origin: Ubuntu

Best wishes,
Mario




reply via email to

[Prev in Thread] Current Thread [Next in Thread]