Nightly Builds

Suggest improvements and new features for Gargoyle.

Moderator: Moderators

Post Reply
Swimmer
Posts: 48
Joined: Tue Mar 05, 2013 10:36 am

Nightly Builds

Post by Swimmer »

Hey guys,

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

have you considered the ideia?
Proud owner of Gargoyle in
  • Tp-Link TL-WR1043N
  • Tp-Link TL-WDR3600
  • Linksys WRT1900ACS

User avatar
DoesItMatter
Moderator
Posts: 1373
Joined: Thu May 21, 2009 3:56 pm

Re: Nightly Builds

Post 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.
:twisted: Soylent Green Is People! :twisted:
2x Asus RT-N16 = Asus 3.0.0.4.374.43 Merlin
2x Buffalo WZR-HP-G300NH V1 A0D0 = Gargoyle 1.9.x / LEDE 17.01.x
2x Engenius - ESR900 Stock 1.4.0 / OpenWRT Trunk 49400

jorgemiguel4
Posts: 85
Joined: Thu Dec 29, 2011 2:17 pm

Re: Nightly Builds

Post by jorgemiguel4 »

Agree!! It's super easy to compile you own gargoyle with a Ubuntu VM

Swimmer
Posts: 48
Joined: Tue Mar 05, 2013 10:36 am

Re: Nightly Builds

Post by Swimmer »

Is it possible to build a gargoyle using the latest openwrt + gargoyle definitions?
Proud owner of Gargoyle in
  • Tp-Link TL-WR1043N
  • Tp-Link TL-WDR3600
  • Linksys WRT1900ACS

Swimmer
Posts: 48
Joined: Tue Mar 05, 2013 10:36 am

Re: Nightly Builds

Post 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?
Proud owner of Gargoyle in
  • Tp-Link TL-WR1043N
  • Tp-Link TL-WDR3600
  • Linksys WRT1900ACS

User avatar
DoesItMatter
Moderator
Posts: 1373
Joined: Thu May 21, 2009 3:56 pm

Re: Nightly Builds

Post 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.
:twisted: Soylent Green Is People! :twisted:
2x Asus RT-N16 = Asus 3.0.0.4.374.43 Merlin
2x Buffalo WZR-HP-G300NH V1 A0D0 = Gargoyle 1.9.x / LEDE 17.01.x
2x Engenius - ESR900 Stock 1.4.0 / OpenWRT Trunk 49400

Slacker
Posts: 55
Joined: Mon Aug 20, 2012 2:00 pm

Re: Nightly Builds

Post 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.

Post Reply