Is it possible to mount webdav storage as /overlay ? (I mean, install packages on davfs2 remote fs)
This, actually, will be usefull for 4M flash device owners.
Unfortunately, I have no success with your repo and davfs2. My steps :
1. echo "src-svn rtndev http://wl500g-repo.googlecode.com/svn/feeds/rtndev" >> /opt/trunk/feeds.conf.default
2. ./scripts/feeds update -a && ./scripts/feeds install-a
3. make package/feeds/rtndev/davfs2/compile V=99 2>&1 | tee build.log
I've got:
# cat build.log
^MCollecting package info: package/feeds/rtndev/davfs2^MCollecting package info: merging...^MCollecting package info: done
make[1]: Entering directory `/opt/trunk'
make[2]: Entering directory `/opt/trunk/package/toolchain'
WARNING: skipping libssp -- package not selected
WARNING: skipping libstdcpp -- package not selected
WARNING: skipping libgfortran -- package not selected
WARNING: skipping ldd -- package not selected
WARNING: skipping ldconfig -- package not selected
make[2]: Leaving directory `/opt/trunk/package/toolchain'
make[2]: Entering directory `/opt/trunk/feeds/packages/libs/expat'
make[2]: Leaving directory `/opt/trunk/feeds/packages/libs/expat'
make[2]: Entering directory `/opt/trunk/package/ocf-crypto-headers'
make[2]: Leaving directory `/opt/trunk/package/ocf-crypto-headers'
make[2]: Entering directory `/opt/trunk/package/zlib'
make[2]: Leaving directory `/opt/trunk/package/zlib'
make[2]: Entering directory `/opt/trunk/package/openssl'
WARNING: skipping openssl-util -- package not selected
make[2]: Leaving directory `/opt/trunk/package/openssl'
make[2]: Entering directory `/opt/trunk/feeds/packages/libs/neon'
make[2]: Leaving directory `/opt/trunk/feeds/packages/libs/neon'
make[2]: Entering directory `/opt/trunk/package/fuse'
WARNING: skipping fuse-utils -- package not selected
make[2]: Leaving directory `/opt/trunk/package/fuse'
make[2]: Entering directory `/opt/trunk/feeds/packages/libs/gettext'
WARNING: skipping libintl -- package not selected
make[2]: Leaving directory `/opt/trunk/feeds/packages/libs/gettext'
make[2]: Entering directory `/opt/trunk/feeds/packages/libs/libiconv'
WARNING: skipping libiconv -- package not selected
make[2]: Leaving directory `/opt/trunk/feeds/packages/libs/libiconv'
make[2]: Entering directory `/opt/trunk/feeds/rtndev/davfs2'
. /opt/trunk/include/shell.sh; gzip -dc /opt/trunk/dl/davfs2-1.4.6-03062012.tar.gz | /bin/tar -C /opt/trunk/build_dir/target-i386_uClibc-0.9.33.2/davfs2/.. -xf -
...
...
...
checking for CFPreferencesCopyAppValue... no
checking for CFLocaleCopyCurrent... no
checking whether to use NLS... no
checking for neon library in /opt/trunk/staging_dir/target-i386_uClibc-0.9.33.2/opt... not found
configure: error: could not find neon
make[2]: *** [/opt/trunk/build_dir/target-i386_uClibc-0.9.33.2/davfs2/.configured_] Error 1
make[2]: Leaving directory `/opt/trunk/feeds/rtndev/davfs2'
make[1]: *** [package/feeds/rtndev/davfs2/compile] Error 2
make[1]: Leaving directory `/opt/trunk'
make: *** [package/feeds/rtndev/davfs2/compile] Error 2
(Last edited by manki on 17 Jul 2012, 14:33)