**** BEGIN LOGGING AT Wed Nov 05 03:00:00 2014 Nov 05 03:14:20 build #206 of omap is complete: Failure [failed compile_4] Build details are at http://buildbot.openwrt.org:8010/builders/omap/builds/206 Nov 05 03:28:44 build #224 of cns3xxx is complete: Success [build successful] Build details are at http://buildbot.openwrt.org:8010/builders/cns3xxx/builds/224 Nov 05 09:24:23 build #215 of adm8668 is complete: Failure [failed compile_5] Build details are at http://buildbot.openwrt.org:8010/builders/adm8668/builds/215 Nov 05 09:59:22 I wondered if anyone here could help me Nov 05 09:59:37 I’m looking to compile http://xcache.lighttpd.net/wiki/InstallFromSource Nov 05 09:59:59 specifically for brcm2708 Nov 05 10:00:16 Not sure quite where to start! Nov 05 10:03:17 trying to sqeeze a few more percent out of a system not even remotely designed as a performance webserver? Nov 05 10:10:17 That’s exactly right. Nov 05 10:10:23 can you help? Nov 05 10:22:39 onebillion: whats wrong with the lighttpd package? Nov 05 10:23:51 I’m already using lighttpd, but for my use-case, a php cache would help tremendously. Nov 05 10:24:04 php5-mod-apc is broken Nov 05 10:24:45 And the best alternative for lighttpd is xcache Nov 05 11:20:40 build #616 of adm5120 is complete: Success [build successful] Build details are at http://buildbot.openwrt.org:8010/builders/adm5120/builds/616 Nov 05 11:21:58 onebillion: what about Zend OPcache ? Nov 05 11:22:22 it's in php since 5.4 or so Nov 05 11:22:25 onebillion: are you having any actual problems building it? Nov 05 11:32:12 No problems, I just lack the experience in how to build it Nov 05 11:32:43 bit of background on where it’s used: Nov 05 11:32:44 https://onebillion.org.uk/oneclass Nov 05 11:35:30 Zend OPcache is in php 5.5 Nov 05 11:35:48 <_tano_> hi everybody Nov 05 11:36:03 <_tano_> I'm trying to build valgrind package Nov 05 11:36:22 <_tano_> I get this error I can't fix Nov 05 11:36:34 <_tano_> Assembler messages: Nov 05 11:36:39 <_tano_> Error: -mips32 conflicts with the other architecture options, which imply -mips32r2 Nov 05 11:36:44 <_tano_> valgrind-listener.c:1:0: error: '-mips32' conflicts with the other architecture options, which specify a mips32r2 processor Nov 05 11:36:55 onebillion: are you trying to guilt people into doing the packaging for you because it's fora righteous cause? Nov 05 11:37:06 not at all Nov 05 11:37:23 I’m just explaining what we’re using it for Nov 05 11:37:36 have you tried just starting with the docs? http://wiki.openwrt.org/doc/devel/crosscompile Nov 05 11:37:42 we are a nonprofit - and asren’t afraid to ask for help Nov 05 11:37:58 or just jumping straight to http://wiki.openwrt.org/doc/devel/packages ? Nov 05 12:03:11 Being honest, it’s a little over our heads, hence why I’m asking for help! Nov 05 12:11:36 onebillion: in general there is no standard way to cross compile Nov 05 12:12:30 onebillion: the first step would be writing a basic makefile, then run it using "make package/$name/compile" and see where it errors out, then fix it one by one Nov 05 12:12:59 precondition is a working buildroot, so it helps if you already compiled openwrt for bcm2708 at least once Nov 05 12:14:30 a good example which you can copy is package/devel/strace/Makefile Nov 05 12:14:59 this one is a very simple makefile (only one binary package, no special build/compile section, no patches etc.) Nov 05 12:15:28 copy that to package/libs/xcache/Makefile, replace all strace occurences with xcache Nov 05 12:16:35 adjust the PKG_VERSION to 3.2.0 Nov 05 12:16:50 set PKG_MD5SUM to 8b0a6f27de630c4714ca261480f34cda Nov 05 12:17:08 change PKG_SOURCE to $(PKG_NAME)-$(PKG_VERSION).tar.gz Nov 05 12:17:26 change PKG_SOURCE_URL to http://xcache.lighttpd.net/pub/Releases/3.2.0/ Nov 05 12:17:48 when this is done, run make menuconfig and enable xcache Nov 05 12:18:05 alternatively run echo CONFIG_PACKAGE_xcache=m >> .config && make defconfig Nov 05 12:18:19 proceed with make package/xcache/{clean,compile} V=sc Nov 05 12:21:43 this either produces an xcache_3.2.0-1_brcm2708.ipk in bin/brcm2708/package/base/ or it will fail with an error Nov 05 12:21:55 if you receive an error, put it into pastebin and get back here Nov 05 12:42:21 <_trine> jow_laptop, do you feel like having a look at the bug in luci which affects the enable/disable buttons? Nov 05 12:42:38 I don't have hardware with me at the moment Nov 05 12:43:02 <_trine> I can give you access to mine Nov 05 12:43:21 I prefer to do it locally Nov 05 12:43:28 <_trine> I want to let you know this Nov 05 12:44:48 <_trine> the enable/disable buttons when they are not working correctly do work correctly if you swap to the edit page and use them from there Nov 05 12:45:38 <_trine> sorry about the slow typing I am using one hand and holding phone in the other Nov 05 12:47:11 <_trine> In most cases the buttons do all work correctly except for the set of circumstances I have already explained to you Nov 05 12:58:17 <_trine> jow_laptop, the reason for asking you about this is, is that I am waiting to flash a persons nanostation and he is 81 years old and unfamiliar with networking and the internet generally and I wanted openwrt to be as bug free as possible from a simple users point of view Nov 05 13:03:30 build #738 of ppc44x is complete: Failure [failed shell_10] Build details are at http://buildbot.openwrt.org:8010/builders/ppc44x/builds/738 Nov 05 13:46:13 thanks jow_laptop - will try my best! Nov 05 14:18:26 jow_laptop: what's V=sc vs V=s do? Nov 05 14:18:53 actually, I'll just try and see Nov 05 14:22:58 cyrus r43184 trunk/package/system/procd/Makefile * procd: fix kernel command-line argument parsing Nov 05 14:23:07 cyrus r43185 trunk/target/linux/uml/base-files * uml: remove inittab since procd is fixed now Nov 05 14:28:21 cyrusff: so, can you reload inittab now? or was this just your problems with consoles not working? Nov 05 14:38:28 kaloz r43186 trunk/target/linux/ramips/ (7 files in 7 dirs) * [ramips]: add support for the Linksys E1700 Nov 05 14:50:46 <_trine> trunk appears not to compile http://paste.debian.net/130392/ Nov 05 14:51:33 what patch is that with the misspelled name? Nov 05 14:51:44 <_trine> not sure Nov 05 14:52:16 <_trine> http://paste.debian.net/130393/ Nov 05 14:52:46 <_trine> karlp, is that better? Nov 05 14:53:15 that patch is 4 months old, so I'd bet on things not having been cleaned enough before your build Nov 05 14:53:34 you've got offsets in all the others too, Nov 05 14:53:36 <_trine> nope Nov 05 14:53:46 <_trine> this is after a distclean Nov 05 14:54:01 whatever you say :) Nov 05 14:54:15 <_trine> the only thing I used from the other compile was my .config Nov 05 14:54:57 <_trine> karlp, we could all play the sarcastic game Nov 05 14:55:15 <_trine> but what I have told you is true to the best of my belief Nov 05 15:01:23 <_trine> I will do an rm -rf trunk and start from new Nov 05 15:06:39 git clean -x -f -d Nov 05 15:07:11 <_trine> thanks plntyk but I did remove the whole of trunk Nov 05 15:10:28 <_trine> after doing ./scripts/feeds update -a ; ./scripts/feeds install -a I see this http://paste.debian.net/130396/ Nov 05 15:11:10 <_trine> is there something which has changed and my .config needs attention Nov 05 15:15:20 that a known bug with current packages feed .... Nov 05 15:16:18 <_trine> does it matter ? **** BEGIN LOGGING AT Wed Nov 05 15:22:11 2014 Nov 05 15:26:39 _trine: I believe you, I wasn't trying to be mean, I was just saying that the patch that's failing is old, and all your patches are applying with fuzz, so it looks like something else is wrong. Nov 05 15:27:05 <_trine> karlp, it's ok Nov 05 15:28:30 <_trine> I am recompiling again from brand new Nov 05 15:31:20 <_trine> I am struggling on something else which I have nver done before,, changing tags in audio files,, dont seem to be having much success at that either Nov 05 15:33:30 that's because standards were loose, encodings weren't specced, and people wrote bad tools with bad edge case handling Nov 05 15:33:45 it's a disaster, almost as bad as tags in photos :) Nov 05 15:34:54 <_trine> I bought this hard drive case on Ebay it came all the way from china for £2 in less than 2 weeks Nov 05 15:34:59 <_trine> http://www.ebay.co.uk/itm/Magenta-USB-2-5-034-Hard-Drive-IDE-HDD-HD-External-Enclosure-Case-Leather-Pouch-/271641785165?ssPageName=STRK%3AMEBIDX%3AIT&_trksid=p2047675.l2557&nma=true&si=1ZIYfwVdervei8RIcf7iXYTT0q8%253D&orig_cvip=true&rt=nc Nov 05 15:35:17 <_trine> its very good so the day isnt totally bad Nov 05 15:36:55 <_trine> I downloaded all 1472 of Alistair Cooke's Letter from America from the BBC but the tags were not very good Nov 05 16:43:05 is there a way to remove a page from the wiki altogether? http://wiki.openwrt.org/doc/devel/packages/libubox is dangling and doesn't provide any value, but I can't seem to find a link to delete it. Nov 05 17:16:14 karlp: i do not see a deletion option in my admin control panel, so i thought i'd edit the page to blank, but the wiki is not accepting my captcha no matter what i do Nov 05 17:40:09 oh well, was worth a try :) Nov 05 19:28:09 build #784 of orion is complete: Failure [failed compile_8] Build details are at http://buildbot.openwrt.org:8010/builders/orion/builds/784 Nov 05 19:41:02 build #707 of sibyte is complete: Failure [failed shell_10] Build details are at http://buildbot.openwrt.org:8010/builders/sibyte/builds/707 Nov 05 20:24:56 build #719 of avr32 is complete: Failure [failed compile_5] Build details are at http://buildbot.openwrt.org:8010/builders/avr32/builds/719 Nov 05 23:20:30 build #738 of ar7 is complete: Failure [failed compile_8] Build details are at http://buildbot.openwrt.org:8010/builders/ar7/builds/738 Nov 06 00:06:27 nico r43187 trunk/package/boot/uboot-sunxi/Makefile * uboot-sunxi: cosmetic changes Nov 06 00:06:31 nico r43188 trunk/package/boot/uboot-sunxi/Makefile * uboot-sunxi: add support for Olimex A20-OLinuXino-LIME Nov 06 00:06:39 nico r43189 trunk/target/ linux/sunxi/patches-3.14/310-dt-sun7i-add-a20-olinuxino-lime.patch linux/sunxi/image/Makefile linux/sunxi/profiles/a20-olinuxino.mk * sunxi: add support for Olimex A20-OLinuXino-LIME Nov 06 00:40:09 build #634 of iop32x is complete: Failure [failed shell_10] Build details are at http://buildbot.openwrt.org:8010/builders/iop32x/builds/634 Nov 06 02:24:28 nico r43190 trunk/target/linux/sunxi/base-files/etc/uci-defaults/02_network * sunxi: fix network config on A20-OLinuXino-LIME **** ENDING LOGGING AT Thu Nov 06 03:00:00 2014