Christian,
Thanks, that would explain why the patch worked when I just tried to
reproduce the results. :)
However, I do get the following
/usr/bin/install -c ./mount.fuse /home/fox2/devboard-R2_01/apps/fuse/
install_dir/sbin/mount.fuse
make install-exec-hook
make[6]: Entering directory `/home/fox2/devboard-R2_01/apps/fuse-
IR2_5_3-1/fuse/util'
chown root /home/fox2/devboard-R2_01/apps/fuse/install_dir/usr/bin/
fusermount
chown: changing ownership of `/home/fox2/devboard-R2_01/apps/fuse/
install_dir/usr/bin/fusermount': Operation not permitted
make[6]: [install-exec-hook] Error 1 (ignored)
chmod u+s /home/fox2/devboard-R2_01/apps/fuse/install_dir/usr/bin/
fusermount
mknod /home/fox2/devboard-R2_01/apps/fuse/install_dir/dev/fuse -m
0666 c 10 229
mknod: `/home/fox2/devboard-R2_01/apps/fuse/install_dir/dev/fuse':
Operation not permitted
make[6]: *** [install-exec-hook] Error 1
make[6]: Leaving directory `/home/fox2/devboard-R2_01/apps/fuse-
IR2_5_3-1/fuse/util'
make[5]: *** [install-exec-am] Error 2
make[5]: Leaving directory `/home/fox2/devboard-R2_01/apps/fuse-
IR2_5_3-1/fuse/util'
make[4]: *** [install-am] Error 2
make[4]: Leaving directory `/home/fox2/devboard-R2_01/apps/fuse-
IR2_5_3-1/fuse/util'
make[3]: *** [install-recursive] Error 1
make[3]: Leaving directory `/home/fox2/devboard-R2_01/apps/fuse-
IR2_5_3-1/fuse'
make[2]: *** [build] Error 2
make[2]: Leaving directory `/home/fox2/devboard-R2_01/apps/fuse-
IR2_5_3-1'
make[1]: *** [install-recurse] Error 1
make[1]: Leaving directory `/home/fox2/devboard-R2_01'
make: *** [everything] Error 2
The solution to this being to the run make within the fuse directory
as root. This could of course be a distribution specific problem.
I'd using my SDK on OpenSuse 10.2
Cheers
Stuart
On 8 Jul 2007, at 19:18, Christian Magnusson wrote:
I have updated the patch-file a bit, and the _README file as well…
/Christian
From: [email protected] [mailto:[EMAIL PROTECTED] On
Behalf Of Stuart Poulton
Sent: den 8 juli 2007 19:45
To: [email protected]
Subject: Re: [foxboard] Foxboard OWFS + 2.6 Kernel
Hi,
Currently I'm unable to reproduce my success.
Stuart
On 7 Jul 2007, at 10:37, Bernhard Windisch wrote:
> That would be great !
> I have the same Problem...