Page 4 of 5

Re: Gargoyle-ispy 2013-May-02.7z

Posted: Tue May 07, 2013 10:46 pm
by jorgemiguel4
It looks OK for now... building. I will report later :)


Thanks

Re: Gargoyle-ispy 2013-May-02.7z

Posted: Wed May 08, 2013 1:39 am
by ispyisail

Code: Select all

Generating index for package ./libxtables_1.4.10-4_brcm47xx.ipk
Generating index for package ./miniupnpd_1.8-1_brcm47xx.ipk
Generating index for package ./mtd_18.1_brcm47xx.ipk
Generating index for package ./netifd_2013-01-29.2-4bb99d4eb462776336928392010b372236ac3c93_brcm47xx.ipk
Generating index for package ./nvram_9_brcm47xx.ipk
Generating index for package ./opkg_618-3_brcm47xx.ipk
Generating index for package ./plugin-gargoyle-theme-by-matei_1.5.0-1_all.ipk
Generating index for package ./plugin-gargoyle-theme-dark-one_1.5.0-1_all.ipk
Generating index for package ./plugin-gargoyle-theme-green_1.5.0-1_all.ipk
Generating index for package ./plugin-gargoyle-theme-light_1.5.0-1_all.ipk
Generating index for package ./plugin-gargoyle-theme-xeye_1.5.0-1_all.ipk
Generating index for package ./ppp-mod-pppoe_2.4.5-8_brcm47xx.ipk
Generating index for package ./ppp_2.4.5-8_brcm47xx.ipk
Generating index for package ./qos-gargoyle_1.5.0-1_brcm47xx.ipk
Generating index for package ./tc_3.3.0-1_brcm47xx.ipk
Generating index for package ./ubus_2013-01-13-bf566871bd6a633e4504c60c6fc55b2a97305a50_brcm47xx.ipk
Generating index for package ./ubusd_2013-01-13-bf566871bd6a633e4504c60c6fc55b2a97305a50_brcm47xx.ipk
Generating index for package ./uci_2013-05-02.1-1_brcm47xx.ipk
Generating index for package ./webmon-gargoyle_1.5.0-1_brcm47xx.ipk
Generating index for package ./wireless-tools_29-5_brcm47xx.ipk
Generating index for package ./wol_0.7.1-2_brcm47xx.ipk
Generating index for package ./wpad-mini_20120910-1_brcm47xx.ipk
make[3]: Leaving directory `/home/user/gargoyle/brcm47xx-src'
make[2]: Leaving directory `/home/user/gargoyle/brcm47xx-src'
make[1]: Leaving directory `/home/user/gargoyle/brcm47xx-src'
user@ubuntu:~/gargoyle$
Unsure if completed or not?

Re: Gargoyle-ispy 2013-May-02.7z

Posted: Wed May 08, 2013 7:58 am
by jorgemiguel4
ar71xx.default compiled with success and running. :)

Re: Gargoyle-ispy 2013-May-02.7z

Posted: Wed May 08, 2013 9:29 am
by Eric
ispyisail: that indicates a successful build (or at least no errors that crashed the build). So.. I don't know what caused the second error you posted, but it seems to be working for you now.

Re: Gargoyle-ispy 2013-May-02.7z

Posted: Thu May 09, 2013 6:31 am
by diskers
Hi to everone,
I tested this version and there'a a small problem when setting Wifi with Radius Server Wifi doesn't switch on. All other options work apart the WPA and WPA2 RADIUS.

Cheers,
diskers

Re: Gargoyle-ispy 2013-May-02.7z

Posted: Thu May 09, 2013 9:34 am
by powerlogy
Problem still exist on ar71xx, how can we solve this ?

Code: Select all

make[4]: Leaving directory `/media/oguska/10GB/gargoyle/ar71xx-src/tools/pkg-config'
make[3]: Leaving directory `/media/oguska/10GB/gargoyle/ar71xx-src'
make[2]: *** [/media/oguska/10GB/gargoyle/ar71xx-src/staging_dir/target-mips_r2_uClibc-0.9.33.2/stamp/.tools_install_nnnnn] Error 2
make[2]: Leaving directory `/media/oguska/10GB/gargoyle/ar71xx-src'
make[1]: *** [world] Hata 2
make[1]: `/media/oguska/10GB/gargoyle/ar71xx-src' dizininden çıkılıyor
find: “bin”: Böyle bir dosya ya da dizin yok
find: “bin”: Böyle bir dosya ya da dizin yok
ls: bin'e erişilemedi: Böyle bir dosya ya da dizin yok
oguska@oguska-ubuntu:/media/oguska/10GB/gargoyle$ 

Re: Gargoyle-ispy 2013-May-02.7z

Posted: Thu May 09, 2013 9:45 am
by Swimmer
I'm having the same issue :(

Re: Gargoyle-ispy 2013-May-02.7z

Posted: Thu May 09, 2013 12:51 pm
by wwenigma
Swimmer wrote:I'm having the same issue :(
Do you read forum? :)
Eric wrote:edit build.sh and change line 20 from:

Code: Select all

num_build_threads=$(($num_cores + 2))
to:

Code: Select all

num_build_threads=1
That will significantly slow down the build (especially on multi-core systems), but it will guarantee that any error messages you see are relevant to what the real problem is.
Then its working...

Re: Gargoyle-ispy 2013-May-02.7z

Posted: Thu May 09, 2013 1:18 pm
by powerlogy
Swimmer wrote:I'm having the same issue :(
Edit this line on both rebuild.sh and build.sh files.
Eric wrote:edit build.sh and change line 20 from:

Code: Select all

num_build_threads=$(($num_cores + 2))
to:

Code: Select all

num_build_threads=1
That will significantly slow down the build (especially on multi-core systems), but it will guarantee that any error messages you see are relevant to what the real problem is.

Re: Gargoyle-ispy 2013-May-02.7z

Posted: Thu May 09, 2013 6:05 pm
by Swimmer
wwenigma wrote: Do you read forum? :)
Yes I do but I didn't understood that eric answer was for me.

@Everyone

Why is this happening (the multi-core problem)? Does anyone has a clue?