Page 3 of 4

Re: 330N3G

Posted: Thu Oct 20, 2016 2:20 am
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.

Re: 330N3G

Posted: Thu Oct 20, 2016 2:26 am
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 :)

Re: 330N3G

Posted: Thu Oct 20, 2016 2:28 am
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

Re: 330N3G

Posted: Thu Oct 20, 2016 5:58 am
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?

Re: 330N3G

Posted: Thu Oct 20, 2016 6:40 am
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.

Re: 330N3G

Posted: Fri Oct 21, 2016 3:19 am
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.

Re: 330N3G

Posted: Sat Oct 22, 2016 2:40 am
by ispyisail
paste the build logread (the end part)

Re: 330N3G

Posted: Sat Oct 22, 2016 4:33 am
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'

Re: 330N3G

Posted: Sat Oct 22, 2016 3:11 pm
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

Re: 330N3G

Posted: Sat Oct 22, 2016 5:00 pm
by cmay
Roger. Will report later!