Page 3 of 7

Re: new Build

Posted: Wed Mar 02, 2016 2:22 pm
by Eric
It's crashing for you on the mvebu target, which I managed to build successfully.

It's true, I didn't try the alix or atheros builds with the latest code yet.

Re: new Build

Posted: Wed Mar 02, 2016 3:54 pm
by ispyisail
OK, I will delete the build directory and start again

Re: new Build

Posted: Wed Mar 02, 2016 6:36 pm
by djt_nz
I've just started a build on a fresh setup. It's running on a remote server that I can't stayed ssh'd into, so it is running as a background task but the normal console output is going to file.
I will periodically check progress and post the result when it finishes or stops.

Re: new Build

Posted: Wed Mar 02, 2016 6:50 pm
by ispyisail
I will periodically check progress and post the result when it finishes or stops.
Thanks

Re: new Build

Posted: Wed Mar 02, 2016 10:08 pm
by djt_nz
Got the same error as ispyisail

Code: Select all

find /home/ubuntu/gargoyle/mvebu-src/build_dir/target-arm_cortex-a9+vfpv3_uClibc-0.9.33.2_eabi/linux-mvebu/packages/ipkg-mvebu/kmod-video-videobuf2 -name 'CVS' -o -name '.svn' -o -name '.#*' -o -name '*~'| xargs -r rm -rf
Package kmod-video-videobuf2 is missing dependencies for the following libraries:
dma-shared-buffer.ko
make[4]: *** [/home/ubuntu/gargoyle/mvebu-src/bin/mvebu/packages/base/kmod-video-videobuf2_3.18.23-1-324cf6b6a65a468d20354b0fa55a4c48_mvebu.ipk] Error 1
make[4]: Leaving directory `/home/ubuntu/gargoyle/mvebu-src/package/kernel/linux'
make[3]: *** [package/kernel/linux/compile] Error 2
make[3]: Leaving directory `/home/ubuntu/gargoyle/mvebu-src'
make[2]: *** [/home/ubuntu/gargoyle/mvebu-src/staging_dir/target-arm_cortex-a9+vfpv3_uClibc-0.9.33.2_eabi/stamp/.package_compile] Error 2
make[2]: Leaving directory `/home/ubuntu/gargoyle/mvebu-src'
make[1]: *** [world] Error 2
make[1]: Leaving directory `/home/ubuntu/gargoyle/mvebu-src'

Re: new Build

Posted: Thu Mar 03, 2016 2:04 am
by ispyisail
You make me happy

I hate being the plonker ☺

Re: new Build

Posted: Thu Mar 03, 2016 3:00 pm
by Eric
Try it now.

For some reason I could never get it to fail (I tried it again), but I found a missing config option that should be there that lines up with the errors you report, and I updated the config file for the mvebu target accordingly.

Re: new Build

Posted: Thu Mar 03, 2016 3:55 pm
by ispyisail
building

Re: new Build

Posted: Thu Mar 03, 2016 4:10 pm
by djt_nz
building as well.

I did notice this error at begining

Code: Select all

Setting target language
DEBUG: Error
    at new JS_Parse_Error (/usr/lib/nodejs/uglify-js/parse-js.js:263:18)
    at js_error (/usr/lib/nodejs/uglify-js/parse-js.js:271:11)
    at croak (/usr/lib/nodejs/uglify-js/parse-js.js:733:9)
    at token_error (/usr/lib/nodejs/uglify-js/parse-js.js:740:9)
    at unexpected (/usr/lib/nodejs/uglify-js/parse-js.js:746:9)
    at /usr/lib/nodejs/uglify-js/parse-js.js:1124:9
    at maybe_unary (/usr/lib/nodejs/uglify-js/parse-js.js:1209:19)
    at expr_ops (/usr/lib/nodejs/uglify-js/parse-js.js:1236:24)
    at maybe_conditional (/usr/lib/nodejs/uglify-js/parse-js.js:1240:20)
    at maybe_assign (/usr/lib/nodejs/uglify-js/parse-js.js:1264:20)
    at /usr/lib/nodejs/uglify-js/parse-js.js:1278:20
    at prog1 (/usr/lib/nodejs/uglify-js/parse-js.js:1312:15)
    at simple_statement (/usr/lib/nodejs/uglify-js/parse-js.js:906:27)
DEBUG: { message: 'Unexpected token: operator (<<)',
  line: 84,
  col: 1,
  pos: 2956,
  stack: 'Error\n    at new JS_Parse_Error (/usr/lib/nodejs/uglify-js/parse-js.js:263:18)\n    at js_error (/usr/lib/nodejs/uglify-js/parse-js.js:271:11)\n    at croak (/usr/lib/nodejs/uglify-js/parse-js.js:733:9)\n    at token_error (/$
DEBUG: {"message":"Unexpected token: operator (<<)","line":84,"col":1,"pos":2956,"stack":"Error\n    at new JS_Parse_Error (/usr/lib/nodejs/uglify-js/parse-js.js:263:18)\n    at js_error (/usr/lib/nodejs/uglify-js/parse-js.js:271:11)\n $
but build is continuing.

Update:
The above error was caused by some merge conflict information in package\gargoyle\files\www\js\dhcp.js
I also see Eric has already fixed it.
I'll let my build continue to see if the missing dependence error I / we have been getting has been resolved.

Re: new Build

Posted: Thu Mar 03, 2016 9:49 pm
by djt_nz
Build ended in an error.
Different to the previous dependence not found ones.

Code: Select all

padding image to 00708000
padding image to 00710000
padding image to 00720000
padding image to 00740000
if [ `stat -c%s "/home/ubuntu/gargoyle/ramips-src/build_dir/target-mipsel_24kec+dsp_uClibc-0.9.33.2/linux-ramips_mt7620/openwrt-ramips-mt7620-ex2700-squashfs-sysupgrade.bin"` -gt 3866624 ]; then echo "Warning: /home/ubuntu/gargoyle/ramips-src/build_dir/target-mipsel_24kec+dsp_uClibc-0.9.33.2/linux-ramips_mt7620/openwrt-ramips-mt7620-ex2700-squashfs-sysupgrade.bin is too big" >&2; else cp -fpR /home/ubuntu/gargoyle/ramips-src/build_dir/target-mipsel_24kec+dsp_uClibc-0.9.33.2/linux-ramips_mt7620/openwrt-ramips-mt7620-ex2700-squashfs-sysupgrade.bin /home/ubuntu/gargoyle/ramips-src/bin/ramips/openwrt-ramips-mt7620-ex2700-squashfs-sysupgrade.bin; fi
Warning: /home/ubuntu/gargoyle/ramips-src/build_dir/target-mipsel_24kec+dsp_uClibc-0.9.33.2/linux-ramips_mt7620/openwrt-ramips-mt7620-ex2700-squashfs-sysupgrade.bin is too big
/home/ubuntu/gargoyle/ramips-src/staging_dir/host/bin/mkdniimg -B EX2700 -H 29764623+4+0+32+2x2+0 -v OpenWrt -i /home/ubuntu/gargoyle/ramips-src/bin/ramips/openwrt-ramips-mt7620-ex2700-squashfs-sysupgrade.bin -o /home/ubuntu/gargoyle/ramips-src/bin/ramips/openwrt-ramips-mt7620-ex2700-squashfs-factory.bin
[mkdniimg] *** error: stat failed on /home/ubuntu/gargoyle/ramips-src/bin/ramips/openwrt-ramips-mt7620-ex2700-squashfs-sysupgrade.bin
make[6]: *** [install] Error 1
make[6]: Leaving directory `/home/ubuntu/gargoyle/ramips-src/target/linux/ramips/image'
make[5]: *** [install] Error 2
make[5]: Leaving directory `/home/ubuntu/gargoyle/ramips-src/target/linux/ramips'
make[4]: *** [install] Error 2
make[4]: Leaving directory `/home/ubuntu/gargoyle/ramips-src/target/linux'
make[3]: *** [target/linux/install] Error 2
make[3]: Leaving directory `/home/ubuntu/gargoyle/ramips-src'
make[2]: *** [/home/ubuntu/gargoyle/ramips-src/staging_dir/target-mipsel_24kec+dsp_uClibc-0.9.33.2/stamp/.target_install] Error 2
make[2]: Leaving directory `/home/ubuntu/gargoyle/ramips-src'
make[1]: *** [world] Error 2
make[1]: Leaving directory `/home/ubuntu/gargoyle/ramips-src'