Re: Gargoyle-ispy 2013-May-02.7z
Posted: Fri May 03, 2013 1:30 pm
Thanks Eric, I didn't even realize you had a repository set up - I figured you surely did, but hadn't seen the link.
A forum to discuss the Gargoyle web interface for Openwrt
https://www.gargoyle-router.com/phpbb/
Code: Select all
Scanning dependencies of target runcompilecommands
make[7]: Leaving directory `/home/user/gargoyle/ar71xx-src/build_dir/host/cmake-2.8.9'
make[7]: Entering directory `/home/user/gargoyle/ar71xx-src/build_dir/host/cmake-2.8.9'
[100%] Building CXX object Tests/CMakeLib/CMakeFiles/runcompilecommands.dir/run_compile_commands.cxx.o
Linking CXX executable runcompilecommands
make[7]: Leaving directory `/home/user/gargoyle/ar71xx-src/build_dir/host/cmake-2.8.9'
[100%] Built target runcompilecommands
make[7]: Entering directory `/home/user/gargoyle/ar71xx-src/build_dir/host/cmake-2.8.9'
Scanning dependencies of target foo
make[7]: Leaving directory `/home/user/gargoyle/ar71xx-src/build_dir/host/cmake-2.8.9'
make[7]: Entering directory `/home/user/gargoyle/ar71xx-src/build_dir/host/cmake-2.8.9'
[100%] Building CXX object Tests/FindPackageModeMakefileTest/CMakeFiles/foo.dir/foo.cpp.o
Linking CXX static library libfoo.a
make[7]: Leaving directory `/home/user/gargoyle/ar71xx-src/build_dir/host/cmake-2.8.9'
[100%] Built target foo
make[6]: Leaving directory `/home/user/gargoyle/ar71xx-src/build_dir/host/cmake-2.8.9'
make[5]: Leaving directory `/home/user/gargoyle/ar71xx-src/build_dir/host/cmake-2.8.9'
touch /home/user/gargoyle/ar71xx-src/build_dir/host/cmake-2.8.9/.built
make[4]: Leaving directory `/home/user/gargoyle/ar71xx-src/tools/cmake'
make[3]: Leaving directory `/home/user/gargoyle/ar71xx-src'
make[2]: *** [/home/user/gargoyle/ar71xx-src/staging_dir/target-mips_r2_uClibc-0.9.33.2/stamp/.tools_install_nnnnn] Error 2
make[2]: Leaving directory `/home/user/gargoyle/ar71xx-src'
make[1]: *** [world] Error 2
make[1]: Leaving directory `/home/user/gargoyle/ar71xx-src'
find: `bin': No such file or directory
find: `bin': No such file or directory
ls: cannot access bin: No such file or directory
user@ubuntu:~/gargoyle$
Code: Select all
make V=ss -j1 clean-staging
make[4]: Entering directory `/home/user/gargoyle/ar71xx-src/package/ntfs-3g'
rm -f /home/user/gargoyle/ar71xx-src/staging_dir/target-mips_r2_uClibc-0.9.33.2/stamp/.ntfs-3g_installed
make[4]: Leaving directory `/home/user/gargoyle/ar71xx-src/package/ntfs-3g'
rm -rf /home/user/gargoyle/ar71xx-src/tmp/stage-ntfs-3g
mkdir -p /home/user/gargoyle/ar71xx-src/tmp/stage-ntfs-3g/host /home/user/gargoyle/ar71xx-src/staging_dir/target-mips_r2_uClibc-0.9.33.2/packages /home/user/gargoyle/ar71xx-src/staging_dir/host/packages
install -d -m0755 /home/user/gargoyle/ar71xx-src/tmp/stage-ntfs-3g/usr/include
cp -fpR /home/user/gargoyle/ar71xx-src/build_dir/target-mips_r2_uClibc-0.9.33.2/ntfs-3g-2011.4.12-1-fuseint/ipkg-install/usr/include/ntfs-3g /home/user/gargoyle/ar71xx-src/tmp/stage-ntfs-3g/usr/include/
install -d -m0755 /home/user/gargoyle/ar71xx-src/tmp/stage-ntfs-3g/usr/lib
cp -fpR /home/user/gargoyle/ar71xx-src/build_dir/target-mips_r2_uClibc-0.9.33.2/ntfs-3g-2011.4.12-1-fuseint/ipkg-install/usr/lib/libntfs-3g.{la,a,so*} /home/user/gargoyle/ar71xx-src/tmp/stage-ntfs-3g/usr/lib/
find /home/user/gargoyle/ar71xx-src/tmp/stage-ntfs-3g -name '*.la' | xargs -r rm -f;
if [ -d /home/user/gargoyle/ar71xx-src/tmp/stage-ntfs-3g ]; then (cd /home/user/gargoyle/ar71xx-src/tmp/stage-ntfs-3g; find ./ > /home/user/gargoyle/ar71xx-src/tmp/stage-ntfs-3g.files); SHELL= /home/user/gargoyle/ar71xx-src/staging_dir/host/bin/flock /home/user/gargoyle/ar71xx-src/tmp/.staging-dir.flock -c ' mv /home/user/gargoyle/ar71xx-src/tmp/stage-ntfs-3g.files /home/user/gargoyle/ar71xx-src/staging_dir/target-mips_r2_uClibc-0.9.33.2/packages/ntfs-3g.list && cp -fpR /home/user/gargoyle/ar71xx-src/tmp/stage-ntfs-3g/* /home/user/gargoyle/ar71xx-src/staging_dir/target-mips_r2_uClibc-0.9.33.2/; '; fi
rm -rf /home/user/gargoyle/ar71xx-src/tmp/stage-ntfs-3g
touch /home/user/gargoyle/ar71xx-src/staging_dir/target-mips_r2_uClibc-0.9.33.2/stamp/.ntfs-3g_installed
WARNING: skipping ntfs-3g-low -- package not selected
WARNING: skipping ntfs-3g-utils -- package not selected
make[3]: Leaving directory `/home/user/gargoyle/ar71xx-src/package/ntfs-3g'
make[3]: Entering directory `/home/user/gargoyle/ar71xx-src/package/obfsproxy'
mkdir -p /home/user/gargoyle/ar71xx-src/dl
echo "Checking out files from the git repository..."; mkdir -p /home/user/gargoyle/ar71xx-src/tmp/dl && cd /home/user/gargoyle/ar71xx-src/tmp/dl && rm -rf obfsproxy && [ \! -d obfsproxy ] && git clone git://gitweb.torproject.org/obfsproxy.git obfsproxy --recursive && (cd obfsproxy && git checkout obfsproxy-0.1.4) && echo "Packing checkout..." && rm -rf obfsproxy/.git && /bin/tar cfz /home/user/gargoyle/ar71xx-src/tmp/dl/obfsproxy-0.1.4.tar.gz obfsproxy && mv /home/user/gargoyle/ar71xx-src/tmp/dl/obfsproxy-0.1.4.tar.gz /home/user/gargoyle/ar71xx-src/dl/ && rm -rf obfsproxy;
Checking out files from the git repository...
Cloning into 'obfsproxy'...
fatal: remote error: access denied or repository not exported: /obfsproxy.git
make[3]: *** [/home/user/gargoyle/ar71xx-src/dl/obfsproxy-0.1.4.tar.gz] Error 128
make[3]: Leaving directory `/home/user/gargoyle/ar71xx-src/package/obfsproxy'
make[2]: *** [package/obfsproxy/compile] Error 2
make[2]: Leaving directory `/home/user/gargoyle/ar71xx-src'
make[1]: *** [/home/user/gargoyle/ar71xx-src/staging_dir/target-mips_r2_uClibc-0.9.33.2/stamp/.package_compile] Error 2
make[1]: Leaving directory `/home/user/gargoyle/ar71xx-src'
make: *** [world] Error 2
user@ubuntu:~/gargoyle/ar71xx-src$
Code: Select all
git clone https://git.torproject.org/obfsproxy.git