On Sat, May 5, 2012 at 8:34 AM, myddrn <[email protected]> wrote: > I'm following the build notes > here http://lab.dyne.org/Netsukuku_Dev/vala/flashing_notes to try and get > Netsukuku running on a WR1043ND > > I've gotten up to this step > > time ionice -c 3 nice -n 20 make -j 2 > (it takes about 32 min) > > without error. > > When I run the command above it runs for about three minutes and then bails > out with the following error: > make[1]: *** > [/home/beeper/projects/netsukuku/openwrt/r30610/staging_dir/target-mips_r2_glibc-2.14/stamp/.package_compile] > Error 2 > > I double checked the modification > to package/base-files/files/lib/upbgrade/common.sh, and read through the > notes here https://dev.openwrt.org/ticket/9483#comment:16. > > I'm not entirely sure if there are additional step I need to take beyond > modifying common.sh to get glibc happy. > > Anyone have a pointers on where to look next? > > Thanks. > > > _______________________________________________ > Netsukuku mailing list > [email protected] > http://lists.dyne.org/mailman/listinfo/netsukuku >
You have to remove "-j 2" option, probably. The first build, the one taking about 3 hours, did it complete without errors? --Luca _______________________________________________ Netsukuku mailing list [email protected] http://lists.dyne.org/mailman/listinfo/netsukuku
