Page 3 of 22
Re: Gargoyle 1.11.0 Release Candidate 5
Posted: Fri Dec 07, 2018 2:13 pm
by ispyisail
Start here
https://www.gargoyle-router.com/wiki/do ... umentation
you need to 200 - 300 Gig hard drive
I use Ubuntu server
Re: Gargoyle 1.11.0 Release Candidate 5
Posted: Fri Dec 07, 2018 2:19 pm
by mojolacerator
X86-64 up and running - no problem
using Openwrt adblock so i can control the lists.
zero issues !

Re: Gargoyle 1.11.0 Release Candidate 5
Posted: Fri Dec 07, 2018 4:03 pm
by ViBE
Do I need the whole article? Looks serious. Is an Ubuntu subsystem enough for this or I need a full system?
Re: Gargoyle 1.11.0 Release Candidate 5
Posted: Sat Dec 08, 2018 4:33 pm
by ViBE
ViBE wrote:
Do I need the whole article? Looks serious. Is an Ubuntu subsystem enough for this or I need a full system?
I'm stuck with this after
make:
Code: Select all
BUILDING BANNER
make[1]: Entering directory '/home/akos/gargoyle/ramips-src'
make[2]: Entering directory '/home/akos/gargoyle/ramips-src'
make[3]: Entering directory '/home/akos/gargoyle/ramips-src'
Checking 'working-make'... ok.
Checking 'case-sensitive-fs'... ok.
Checking 'gcc'... ok.
Checking 'working-gcc'... ok.
Checking 'g++'... ok.
Checking 'working-g++'... ok.
Checking 'ncurses'... failed.
Checking 'zlib'... failed.
Checking 'libssl'... failed.
Checking 'tar'... ok.
Checking 'find'... ok.
Checking 'bash'... ok.
Checking 'patch'... ok.
Checking 'diff'... ok.
Checking 'cp'... ok.
Checking 'seq'... ok.
Checking 'awk'... ok.
Checking 'grep'... ok.
Checking 'getopt'... ok.
Checking 'stat'... ok.
Checking 'md5sum'... ok.
Checking 'unzip'... ok.
Checking 'bzip2'... ok.
Checking 'wget'... ok.
Checking 'perl'... ok.
Checking 'python'... ok.
Checking 'svn'... failed.
Checking 'git'... ok.
Checking 'file'... ok.
Checking 'openssl'... ok.
Checking 'ldconfig-stub'... ok.
Build dependency: Please install ncurses. (Missing libncurses.so or ncurses.h)
Build dependency: Please install zlib. (Missing libz.so or zlib.h)
Build dependency: Please install the openssl library (with development headers)
Build dependency: Please install the Subversion client
/home/akos/gargoyle/ramips-src/include/prereq.mk:12: recipe for target 'prereq' failed
Prerequisite check failed. Use FORCE=1 to override.
/home/akos/gargoyle/ramips-src/include/toplevel.mk:140: recipe for target 'staging_dir/host/.prereq-build' failed
make[3]: *** [staging_dir/host/.prereq-build] Error 1
make[3]: Leaving directory '/home/akos/gargoyle/ramips-src'
/home/akos/gargoyle/ramips-src/include/toplevel.mk:69: recipe for target 'prepare-tmpinfo' failed
make[2]: *** [prepare-tmpinfo] Error 2
make[2]: Leaving directory '/home/akos/gargoyle/ramips-src'
/home/akos/gargoyle/ramips-src/include/toplevel.mk:181: recipe for target 'world' failed
make[1]: *** [world] Error 2
make[1]: Leaving directory '/home/akos/gargoyle/ramips-src'
find: ‘bin’: Nincs ilyen fájl vagy könyvtár
find: ‘’: Nincs ilyen fájl vagy könyvtár
find: ‘’: Nincs ilyen fájl vagy könyvtár
ls: 'bin' nem érhető el: Nincs ilyen fájl vagy könyvtár
Re: Gargoyle 1.11.0 Release Candidate 5
Posted: Sat Dec 08, 2018 4:42 pm
by ispyisail
Install Ubuntu server 18.04 64bit
make an SSH connection (putty)
Code: Select all
sudo add-apt-repository multiverse
Code: Select all
sudo apt-get install build-essential asciidoc binutils bzip2 gawk gettext git libncurses5-dev libz-dev patch unzip zlib1g-dev lib32gcc1 libc6-dev-i386 subversion flex uglifyjs git-core gcc-multilib p7zip p7zip-full msmtp libssl-dev texinfo npm
Code: Select all
git clone git://github.com/ericpaulbishop/gargoyle.git
------------------------------------------------------------------------------------
OPTIONAL (only required if switching branch)
Code: Select all
git checkout base_on_openwrt_remerge
------------------------------------------------------------------------------------
Than wait 15 hours or so
I think my last build was close to 24 hours
Re: Gargoyle 1.11.0 Release Candidate 5
Posted: Sat Dec 08, 2018 4:44 pm
by ispyisail
easy
The wiki has the information but its in the wrong order
Re: Gargoyle 1.11.0 Release Candidate 5
Posted: Sat Dec 08, 2018 4:46 pm
by ViBE
ispyisail wrote:Install Ubuntu server 18.04 64bit
make an SSH connection (putty)
Code: Select all
sudo add-apt-repository multiverse
Code: Select all
sudo apt-get install build-essential asciidoc binutils bzip2 gawk gettext git libncurses5-dev libz-dev patch unzip zlib1g-dev lib32gcc1 libc6-dev-i386 subversion flex uglifyjs git-core gcc-multilib p7zip p7zip-full msmtp libssl-dev texinfo
Code: Select all
git clone git://github.com/ericpaulbishop/gargoyle.git
Than wait 15 hours or so
I think my last build was close to 24 hours
Damn, do I really need a server version? Desktop version is not enough for it?

Re: Gargoyle 1.11.0 Release Candidate 5
Posted: Sat Dec 08, 2018 4:50 pm
by ispyisail
Tip: You need to use Putty to cut and paste the commands (unless you want to manually type them)
The problem with this is when the putty SSH connection is cut so is the build process.
At work I have a windows server running 24/7 with a VM. I just leave putty running on the windows server.
The other option which I haven't needed to use yet is "screen"
https://help.ubuntu.com/community/Screen
keeps your commands running in the background
Re: Gargoyle 1.11.0 Release Candidate 5
Posted: Sat Dec 08, 2018 4:54 pm
by ispyisail
Damn, do I really need a server version? Desktop version is not enough for it?

desktop is fine
I like server because its command line anyway and its optimized for number crunching. e.g. no desktop
but its up to you
Re: Gargoyle 1.11.0 Release Candidate 5
Posted: Sat Dec 08, 2018 4:55 pm
by ispyisail
maybe desktop is easier for a first build