Gargoyle 1.11.0 Release Candidate 5

Want to share your OpenWrt / Gargoyle knowledge? Implemented a new feature? Let us know here.

Moderator: Moderators

ispyisail
Moderator
Posts: 5180
Joined: Mon Apr 06, 2009 3:15 am
Location: New Zealand

Re: Gargoyle 1.11.0 Release Candidate 5

Post by ispyisail »

Start here

https://www.gargoyle-router.com/wiki/do ... umentation

you need to 200 - 300 Gig hard drive

I use Ubuntu server

mojolacerator
Posts: 54
Joined: Wed Jun 15, 2016 11:24 am
Location: Canada

Re: Gargoyle 1.11.0 Release Candidate 5

Post by mojolacerator »

X86-64 up and running - no problem

using Openwrt adblock so i can control the lists.
zero issues !

:mrgreen:
Gargoyle

i5-3550, 8gb ram, 120gb ssd

ViBE
Posts: 194
Joined: Sun Apr 19, 2015 6:58 pm

Re: Gargoyle 1.11.0 Release Candidate 5

Post by ViBE »

ispyisail wrote:Start here

https://www.gargoyle-router.com/wiki/do ... umentation

you need to 200 - 300 Gig hard drive

I use Ubuntu server
Do I need the whole article? Looks serious. Is an Ubuntu subsystem enough for this or I need a full system?

ViBE
Posts: 194
Joined: Sun Apr 19, 2015 6:58 pm

Re: Gargoyle 1.11.0 Release Candidate 5

Post by ViBE »

ViBE wrote:
ispyisail wrote:Start here

https://www.gargoyle-router.com/wiki/do ... umentation

you need to 200 - 300 Gig hard drive

I use Ubuntu server
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

ispyisail
Moderator
Posts: 5180
Joined: Mon Apr 06, 2009 3:15 am
Location: New Zealand

Re: Gargoyle 1.11.0 Release Candidate 5

Post by ispyisail »

Install Ubuntu server 18.04 64bit

make an SSH connection (putty)

Code: Select all

sudo add-apt-repository universe

Code: Select all

sudo add-apt-repository multiverse

Code: Select all

sudo apt-get update

Code: Select all

sudo apt-get upgrade

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

Code: Select all

cd gargoyle
------------------------------------------------------------------------------------
OPTIONAL (only required if switching branch)

Code: Select all

git checkout base_on_openwrt_remerge
------------------------------------------------------------------------------------

Code: Select all

make FULL_BUILD=true
Than wait 15 hours or so

I think my last build was close to 24 hours

ispyisail
Moderator
Posts: 5180
Joined: Mon Apr 06, 2009 3:15 am
Location: New Zealand

Re: Gargoyle 1.11.0 Release Candidate 5

Post by ispyisail »

easy

The wiki has the information but its in the wrong order

ViBE
Posts: 194
Joined: Sun Apr 19, 2015 6:58 pm

Re: Gargoyle 1.11.0 Release Candidate 5

Post by ViBE »

ispyisail wrote:Install Ubuntu server 18.04 64bit

make an SSH connection (putty)

Code: Select all

sudo add-apt-repository universe

Code: Select all

sudo add-apt-repository multiverse

Code: Select all

sudo apt-get update

Code: Select all

sudo apt-get upgrade

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

Code: Select all

cd gargoyle

Code: Select all

make FULL_BUILD=true
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? :?

ispyisail
Moderator
Posts: 5180
Joined: Mon Apr 06, 2009 3:15 am
Location: New Zealand

Re: Gargoyle 1.11.0 Release Candidate 5

Post 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

ispyisail
Moderator
Posts: 5180
Joined: Mon Apr 06, 2009 3:15 am
Location: New Zealand

Re: Gargoyle 1.11.0 Release Candidate 5

Post 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

ispyisail
Moderator
Posts: 5180
Joined: Mon Apr 06, 2009 3:15 am
Location: New Zealand

Re: Gargoyle 1.11.0 Release Candidate 5

Post by ispyisail »

maybe desktop is easier for a first build

Post Reply