Page 1 of 1

Nightly Builds

Posted: Mon May 06, 2013 12:44 pm
by Swimmer
Hey guys,

It would be nice to have nightly builds in the download section...

have you considered the ideia?

Re: Nightly Builds

Posted: Tue May 07, 2013 12:59 pm
by DoesItMatter
It can take 4-8 hours plus on a decent machine to do a full build.

Then you have to do the uploading if hosting on a different server.

Not really feasible.

It's not hard to create a simple Virtual Machine to compile your own.

Get Oracle Virtual box, install Ubuntu, and build your own sources.

In the Documentation section - read up on info for developers.

All the info you need is there.

Re: Nightly Builds

Posted: Tue May 07, 2013 10:48 pm
by jorgemiguel4
Agree!! It's super easy to compile you own gargoyle with a Ubuntu VM

Re: Nightly Builds

Posted: Wed May 08, 2013 6:30 am
by Swimmer
Is it possible to build a gargoyle using the latest openwrt + gargoyle definitions?

Re: Nightly Builds

Posted: Wed May 08, 2013 7:46 am
by Swimmer
I've tried to do that:

Ubuntu 13.04 32b

Installed the packages needed

Code: Select all

sudo apt-get install build-essential asciidoc binutils bzip2 gawk gettext git libncurses5-dev libz-dev patch unzip zlib1g-dev subversion flex uglifyjs 

Code: Select all

git clone git://gargoyle-router.com/gargoyle.git

Code: Select all

make FULL_BUILD=true ar71xx.usb_large
After running for a little while, I've got this:
make[2]: *** [/home/swimmer/gargoyle/ar71xx-src/staging_dir/target-mips_r2_uClibc-0.9.33.2/stamp/.tools_install_nnnnn] Error 2
make[2]: Leaving directory `/home/swimmer/gargoyle/ar71xx-src'
make[1]: *** [world] Error 2
make[1]: Leaving directory `/home/swimmer/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
Can anyone help?

Re: Nightly Builds

Posted: Fri May 10, 2013 6:50 pm
by DoesItMatter
Been a while since I did a Gargoyle build - been using
plain OpenWRT more since I wanted to test updates/patches

Try do the:

make FULL_BUILD=true

Just by itself and see if it reports any other errors

It'll take longer I know, but sometimes it gives more info.

Re: Nightly Builds

Posted: Fri May 10, 2013 7:44 pm
by Slacker
Swimmer wrote:I've tried to do that:


<snip>

Can anyone help?
Look at:
http://www.gargoyle-router.com/phpbb/vi ... =14&t=4218

Basically, multithreaded compiling is broken at the moment. See thread for workaround.