330N3G

General discussion about Gargoyle, OpenWrt or anything else even remotely related to the project

Moderator: Moderators

Lantis
Moderator
Posts: 7063
Joined: Mon Jan 05, 2015 5:33 am
Location: Australia

Re: 330N3G

Post by Lantis »

That package that failed to download is your problem.
Try and find an alternate download location (best bet is LEDE)

How I deal with the 16 hours is try to only do FULL builds occasionally ;)
Once you have 1 successful build you can do minor changes in like 1 hour.
https://lantisproject.com/downloads/gargoylebuilds for the latest releases
Please be respectful when posting. I do this in my free time on a volunteer basis.

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

Re: 330N3G

Post by ispyisail »

How I deal with the 16 hours is try to only do FULL builds occasionally ;)
Once you have 1 successful build you can do minor changes in like 1 hour.
You guys are soft :)

I only do full builds :)

But there are reasons for that :)

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

Re: 330N3G

Post by ispyisail »

4-HOW THE HELL DO YOU COPE WITH THE GODDAMN GRIEVANCE AND HEART-SINKING FEELING OF STARING INTO THE ABYSS OF FAILURE AFTER LIKE 16 HOURS OF BUILDING?
you won't be the first or last

cmay
Posts: 28
Joined: Mon Jan 09, 2012 7:30 pm

Re: 330N3G

Post by cmay »

Ok.
So, i need to start over.
Based on what you said, let me ask if this is the best course of action:
1-remove everything inside the ramips-srs dir;
2-remove the openwrt dir;
3-clone the git using lede.
If this is correct, how do i point the git cloning to lede?
Also, i was trying to use Chaos Calmer instead of OpenWRT trunk, since it's what Gargoyle experimental uses. Does that mean i can't use a stable openwrt for building?

Lantis
Moderator
Posts: 7063
Joined: Mon Jan 05, 2015 5:33 am
Location: Australia

Re: 330N3G

Post by Lantis »

cmay wrote:Ok.
So, i need to start over.
Based on what you said, let me ask if this is the best course of action:
1-remove everything inside the ramips-srs dir;
2-remove the openwrt dir;
3-clone the git using lede.
If this is correct, how do i point the git cloning to lede?
Also, i was trying to use Chaos Calmer instead of OpenWRT trunk, since it's what Gargoyle experimental uses. Does that mean i can't use a stable openwrt for building?
1. just do a make clean
2. covered by 1
3. no, you just need to find a new source for the one thing that failed. and edit the makefile to point to the new source

Gargoyle never uses openwrt trunk.
So technically you are always using "stable" openwrt.
https://lantisproject.com/downloads/gargoylebuilds for the latest releases
Please be respectful when posting. I do this in my free time on a volunteer basis.

cmay
Posts: 28
Joined: Mon Jan 09, 2012 7:30 pm

Re: 330N3G

Post by cmay »

Guys, i can't find it.
The thing that failed was some TLS authentication to the kernel.org site itself. I checked the failed link it with a browser and TLS looks fine. I would assume kernel.org would be as reliable as it gets. So this might also be an error coming from somewhere else in my installation, i don't know.
Anyway, what source do you use? Can you please paste it here? Or maybe the entire makefile? I'm not exactly proficient with command line text editing, although, i might manage it.

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

Re: 330N3G

Post by ispyisail »

paste the build logread (the end part)

cmay
Posts: 28
Joined: Mon Jan 09, 2012 7:30 pm

Re: 330N3G

Post by cmay »

It's on the second page of this thread:
Checking out files from the git repository...
Cloning into 'bridge-utils-1.5'...
error: gnutls_handshake() failed: A TLS fatal alert has been received. while accessing https://git.kernel.org/pub/scm/linux/ke ... /info/refs
fatal: HTTP request failed
Makefile:70: recipe for target '/home/coiso/gargoyle/ramips-src/dl/bridge-utils-1.5.tar.gz' failed
make[4]: *** [/home/coiso/gargoyle/ramips-src/dl/bridge-utils-1.5.tar.gz] Error 128
make[4]: Leaving directory '/home/coiso/gargoyle/ramips-src/package/bridge-utils'
package/Makefile:193: recipe for target 'package/bridge-utils/compile' failed
make[3]: *** [package/bridge-utils/compile] Error 2
make[3]: Leaving directory '/home/coiso/gargoyle/ramips-src'
package/Makefile:190: recipe for target '/home/coiso/gargoyle/ramips-src/staging_dir/target-mipsel_24kec+dsp_uClibc-0.9.33.2/stamp/.package_compile' failed
make[2]: *** [/home/coiso/gargoyle/ramips-src/staging_dir/target-mipsel_24kec+dsp_uClibc-0.9.33.2/stamp/.package_compile] Error 2
make[2]: Leaving directory '/home/coiso/gargoyle/ramips-src'
/home/coiso/gargoyle/ramips-src/include/toplevel.mk:181: recipe for target 'world' failed
make[1]: *** [world] Error 2
make[1]: Leaving directory '/home/coiso/gargoyle/ramips-src'

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

Re: 330N3G

Post by ispyisail »

bridge-utils-1.5.tar.gz

you could try and manually download and put it in downloads folder

http://www.linuxfromscratch.org/blfs/vi ... utils.html

cmay
Posts: 28
Joined: Mon Jan 09, 2012 7:30 pm

Re: 330N3G

Post by cmay »

Roger. Will report later!

Post Reply