Page 2 of 2

Re: usb-serial adapter

Posted: Sat Feb 27, 2016 4:32 pm
by Lantis
I can't investigate currently because when I tried last night the server was offline again. Sorry.

I'd try deleting your build environment and trying again.

Re: usb-serial adapter

Posted: Sun Feb 28, 2016 7:38 am
by manski
When i try to do make custom still error appear
svn: E000111: Unable to connect to a repository at URL 'svn://svn.openwrt.org/openwrt/branches/chaos_calmer'
svn: E000111: Nieudane połączenie z hostem 'svn.openwrt.org': Połączenie odrzucone
Still server problem , but if i open
https://downloads.openwrt.org/chaos_cal ... x/generic/
there are files , also source code i think , can i download manually , and copy to gargoyle catalog ?

Re: usb-serial adapter

Posted: Sun Feb 28, 2016 7:52 am
by Lantis
Download the latest gargoyle source code.
We changed to using GIT instead of SVN which seems to have been disabled recently causing this error.

If you still get an error you should try applying the patch from here
https://github.com/ericpaulbishop/gargoyle/pull/483
Assuming that it isn't already applied by the time you read this.

Re: usb-serial adapter

Posted: Sun Feb 28, 2016 8:39 am
by manski
still not working :-( :
fetching openwrt source
Cloning into '/home/piotr/gargoyle/downloaded/15.05-a03a846'...
fatal: unable to connect to openwrt.org:
openwrt.org[0: 78.24.191.177]: errno=connection refused
ERROR: could not download source, exiting
piotr@xw6400-ubuntu:~/gargoyle$

maybe mi IP is on black list ... , i have dynamic IP , now is 79.191.79.135

Re: usb-serial adapter

Posted: Sun Feb 28, 2016 3:23 pm
by Lantis
That looks like the error from before the patch I linked. But it is now in the code as if 20 minutes ago.

Re: usb-serial adapter

Posted: Mon Feb 29, 2016 2:56 pm
by manski
is better , make starting , but some errors appear :
ERROR: module '/home/piotr/gargoyle/custom-src/build_dir/target-mips_34kc_uClibc-0.9.33.2/linux-ar71xx/linux-3.18.23/net/ipv4/netfilter/*weburl*.ko' is missing.
make[4]: *** [/home/piotr/gargoyle/custom-src/bin/ar71xx/packages/base/kmod-ipt-weburl_3.18.23-1-ed46525094b68af47a913be938370ddf_ar71xx.ipk] Error 1
make[4]: Leaving directory `/home/piotr/gargoyle/custom-src/package/kernel/linux'
make[3]: *** [package/kernel/linux/compile] Error 2
make[3]: Leaving directory `/home/piotr/gargoyle/custom-src'
make[2]: *** [/home/piotr/gargoyle/custom-src/staging_dir/target-mips_34kc_uClibc-0.9.33.2/stamp/.package_compile] Error 2
make[2]: Leaving directory `/home/piotr/gargoyle/custom-src'
make[1]: *** [world] Błąd 2
make[1]: Opuszczenie katalogu `/home/piotr/gargoyle/custom-src'
cp: nie można wykonać stat na „bin/ar71xx/uboot-ar71xx-nbg460n_550n_550nh:”: Nie ma takiego pliku ani katalogu

p.s. i type make -j 8 custom , maybe it compile faster

Re: usb-serial adapter

Posted: Mon Feb 29, 2016 3:40 pm
by Lantis
If that is the switch to use more cores, you should avoid that. It can cause errors.

Re: usb-serial adapter

Posted: Mon Feb 29, 2016 6:26 pm
by manski
with one core , and with eight cores error are the same , mising files , mising libraries :
ERROR: module '/home/piotr/gargoyle/custom-src/build_dir/target-mips_34kc_uClibc-0.9.33.2/linux-ar71xx/linux-3.18.23/net/ipv4/netfilter/*weburl*.ko' is missing.
make[4]: *** [/home/piotr/gargoyle/custom-src/bin/ar71xx/packages/base/kmod-ipt-weburl_3.18.23-1-ed46525094b68af47a913be938370ddf_ar71xx.ipk] Error 1
make[4]: Leaving directory `/home/piotr/gargoyle/custom-src/package/kernel/linux'
make[3]: *** [package/kernel/linux/compile] Error 2
make[3]: Leaving directory `/home/piotr/gargoyle/custom-src'
make[2]: *** [/home/piotr/gargoyle/custom-src/staging_dir/target-mips_34kc_uClibc-0.9.33.2/stamp/.package_compile] Error 2
make[2]: Leaving directory `/home/piotr/gargoyle/custom-src'
make[1]: *** [world] Błąd 2
make[1]: Opuszczenie katalogu `/home/piotr/gargoyle/custom-src'
cp: nie można wykonać( couldn't do ) stat na „bin/ar71xx/uboot-ar71xx-nbg460n_550n_550nh:”: Nie ma takiego pliku ani katalogu( no file or directory )

Re: usb-serial adapter

Posted: Tue Mar 01, 2016 2:01 am
by Lantis
I'm away on business at the moment so I can't provide much help sorry. Best to flag it on the git as a possible dependency error.

Re: usb-serial adapter

Posted: Thu May 12, 2016 3:38 pm
by manski
I try several times to compile gargoyle by myself , but was many errors , than i give up :( . I rebuild my device , and i use Wi-Fi module ESP-8266 ver 07 instead of serial/usb adapter . I must also change control program with my device , but it was easier than wrong compile . Now i use Wi-Fi module , and all is working OK :D . Now i'm independent of next version of gargoyle without USB control . Wi-Fi will be working in all next version . Thanks for all .