**** BEGIN LOGGING AT Mon Sep 22 03:00:00 2014 Sep 22 04:41:13 build #190 of pxa is complete: Failure [failed compile_5] Build details are at http://buildbot.openwrt.org:8010/builders/pxa/builds/190 Sep 22 05:46:34 build #694 of ppc44x is complete: Failure [failed shell_10] Build details are at http://buildbot.openwrt.org:8010/builders/ppc44x/builds/694 Sep 22 06:16:22 wigyori r42643 trunk/target/linux/sunxi/config-3.14 * sunxi: enable GPIO_SYSFS Sep 22 08:05:03 rmilecki r42644 trunk/target/linux/bcm53xx/image/Makefile * bcm53xx: image: rework Makefile and merge some functions Sep 22 08:37:55 rmilecki r42645 trunk/target/linux/bcm53xx/image/Makefile * bcm53xx: image: document arguments of various functions Sep 22 09:16:58 rmilecki r42646 trunk/target/linux/bcm53xx/image/Makefile * bcm53xx: image: make filesystem a suffix for TRX files Sep 22 09:28:27 build #663 of sibyte is complete: Failure [failed shell_10] Build details are at http://buildbot.openwrt.org:8010/builders/sibyte/builds/663 Sep 22 10:25:03 build #675 of avr32 is complete: Failure [failed compile_5] Build details are at http://buildbot.openwrt.org:8010/builders/avr32/builds/675 Sep 22 10:46:24 so my Almond+ router finally arrived Sep 22 10:46:34 it's os is based on OpenWrt Sep 22 10:47:06 if I want to add it to the wiki, can I add it to the toh/wip ? Sep 22 10:48:47 you can Sep 22 10:48:53 but imho its not actually wip Sep 22 10:49:02 I will be working on it ;) Sep 22 10:49:06 ah :) Sep 22 10:49:07 well, try Sep 22 10:49:10 well then, feel free to Sep 22 10:49:32 alright Sep 22 10:57:51 apparently the almond+ uses a proprietary ethernet driver Sep 22 10:58:45 downloading the gpl source now Sep 22 11:06:20 wow, this is really nasty code Sep 22 11:08:15 the proprietary ethernet driver seems to be included though Sep 22 11:08:37 it says linux 2.6.30 on the kickstarter page Sep 22 11:08:49 it's using 2.6.36 Sep 22 11:09:48 ok Sep 22 11:10:28 stintel: good luck with that one, it's going to be a big chunk of work Sep 22 11:11:22 who makes new products in 2014 with 2.6?! Sep 22 11:15:13 almost everybody that uses chip vendor sdk code Sep 22 11:16:01 what chip vendors are shipping 2.6 with new products? Sep 22 11:17:47 Broadcom? ;) Sep 22 11:18:20 they use 2.6.36 in their newest sdk i believe Sep 22 11:18:27 it's armv7l Sep 22 11:18:48 CORTINA-G2 EB Sep 22 11:37:16 nbd r42647 branches/ (10 files) * AA: mac80211: merge ath9k fixes from bb Sep 22 12:07:58 cyrus r42648 trunk/package/network/ services/dnsmasq/Makefile services/dnsmasq/patches/003-fix-unresponsiveness-on-interface-disappearance.patch * dnsmasq: fix lockup when interfaces disappear Sep 22 12:10:42 nbd: well I guess that finally answers my question "will I use my almond+ as main router, to replace my rspro, or buy ubnt edgerouter lite?" Sep 22 14:05:01 build #726 of ramips is complete: Failure [failed shell_14] Build details are at http://buildbot.openwrt.org:8010/builders/ramips/builds/726 Sep 22 14:40:41 meh, there's a header with 4 pins, vcc tx gnd rx, but there's 3.7V between gnd and tx Sep 22 14:41:19 guess that won't work with my ttl-232r-3v3-we Sep 22 14:43:48 build #599 of iop32x is complete: Failure [failed shell_10] Build details are at http://buildbot.openwrt.org:8010/builders/iop32x/builds/599 Sep 22 14:49:16 or my multimeter is giving wrong voltage because, says 270V from wall socket Sep 22 14:53:13 stintel something is definitely wrong, or it's 5v or 3,3v afaik Sep 22 14:55:41 if I've got a source project that has jus "autogen.sh", what PKG_FIXUP stuff do I need? I tried CONFIGURE_CMD:=./autogen.sh but that didn't help either... Sep 22 14:55:47 (this is trying to get libuv working btw) Sep 22 15:03:13 Devastator: the multimeter is indicating the battery is empty, I guess that might cause it to be off Sep 22 15:03:24 Devastator: it works with my 3.3V USB to TTL convertor Sep 22 15:04:51 karlp: what is the output? Sep 22 15:07:45 cyrusff: http://pastebay.net/1497213 Sep 22 15:08:48 http://paste.fedoraproject.org/135474/13984681/ is the package makefile at present... Sep 22 15:08:48 hmm can you post the makefile? Sep 22 15:10:10 libuv notes say autogen.sh, ./configure, make Sep 22 15:10:38 i hate autotools Sep 22 15:10:42 * karlp too Sep 22 15:14:09 try something like Sep 22 15:14:11 define Build/Configure Sep 22 15:14:11 ( cd $(PKG_BUILD_DIR); ./autogen.sh ) Sep 22 15:14:11 $(call Build/Configure/Default) Sep 22 15:14:11 endef Sep 22 15:14:31 with no PKG_FIXUP? Sep 22 15:14:39 yep Sep 22 15:14:51 I can't understand what include/autotools.mk does, and the http://wiki.openwrt.org/doc/devel/packages#pkg_fixup is pretty vague too. Sep 22 15:15:58 looking good :) Sep 22 15:16:08 thanks, now it's just regular compile dependencies that are failing :) Sep 22 15:16:33 and the wonderful "cc1: note: someone does not honour COPTS correctly, passed 2 times" fun times ;) Sep 22 15:16:37 haha Sep 22 15:16:44 are you trying to apckage node.js? Sep 22 15:16:49 no, just libuv Sep 22 15:16:53 okay Sep 22 15:17:05 node requires wayyyyy more Sep 22 15:17:08 or so I'm led to believe Sep 22 15:18:43 don't know, just wondering Sep 22 15:19:42 is there a luci-devel irc somewhere, in BB-rc3 luasrc/view/admin_status/processes.htm is missing Sep 22 15:19:50 please don't call autogen.sh Sep 22 15:20:03 use PKG_FIXUP:=autoreconf Sep 22 15:20:29 and no Build/Configure step then ? Sep 22 15:20:33 correct Sep 22 15:21:04 assuming it is vanilla automake Sep 22 15:21:05 what's autoreconfi -fi for? Sep 22 15:21:12 and not some homegrown crap trying to mimic it Sep 22 15:21:31 I don't want to, no worries, I knew that PKG_FIXUP was meant to do something like this, I just couldn't work it out. Sep 22 15:21:51 -f force update even if shipped stuff appears to be current Sep 22 15:21:56 -i isntall missing auxilary files Sep 22 15:22:01 ok, so with just PKG_FIXUP:=autoreconf, I just get "No targets specified and no makefile found. Stop." Sep 22 15:22:08 same as with autoreconfi -fi Sep 22 15:22:51 PKG_FIXUP does not expect a command Sep 22 15:23:00 PKG_FIXUP:=autoreconf Sep 22 15:23:00 it just accepts either "libtool" or "autoreconf" Sep 22 15:23:04 ok Sep 22 15:25:27 you need to specify PKG_FIXUP before including package.mk Sep 22 15:26:53 who is jininrage on the wiki? Sep 22 15:27:45 PKG_FIXUP:=libtool Sep 22 15:27:52 seems to do the trick for libuv Sep 22 15:28:10 samething, for me, with autoreconf, it just didn't find the makefile again Sep 22 15:28:18 ok, will try libtool, thanks cyrusff Sep 22 15:28:24 ah no apparently it seems to cause all kinds of havoc Sep 22 15:28:47 libtool is just an alias for autoreconf Sep 22 15:28:58 it is? Sep 22 15:28:59 oh well Sep 22 15:29:01 yes Sep 22 15:29:12 ok i shut up about everything autotools Sep 22 15:29:28 i will just noted that it should be killed with fire Sep 22 15:30:37 http://pastebay.net/1497219 is the output with the fixup before the include Sep 22 15:30:57 http://paste.fedoraproject.org/135481/14113998/ is the makefile as it is right now Sep 22 15:34:07 (the commented out manual steps are working, PKG_FIXUP isn't) Sep 22 15:35:21 karlp: Sep 22 15:35:22 define Build/Prepare $(call Build/Prepare/Default) touch $(PKG_BUILD_DIR)/m4/libuv-extra-automake-flags.m4 Sep 22 15:35:25 endef Sep 22 15:35:30 sorry Sep 22 15:35:34 http://pastebin.com/48z4YEsw Sep 22 15:35:50 right Sep 22 15:36:02 that autogen.sh creates this file Sep 22 15:36:13 politely, the commented out "jow_laptop hates this" section is far far far easier to understand, and far easier to discover. Sep 22 15:36:34 but ok, we can do it the right way Sep 22 15:36:55 the problem with calling upstream autogen.sh is that it often selects host utilities Sep 22 15:37:40 for example its non cross compile comptable check which tests for Darwin and then selects "glibtoolize" Sep 22 15:37:52 which might not exist on ordinary machines Sep 22 15:38:05 so, for me to update the wiki page, is there _any_ difference between any of the PKG_FIXUP:= settings there? you said libtool == autoreconf ? Sep 22 15:38:06 or pulling in some incomptable libtool from the host machine instead from the cross env Sep 22 15:38:13 leading to random linker errors down the road Sep 22 15:39:03 there are three fixups defined: Sep 22 15:39:34 autoreconf -> perform autoreconf -f -i, touch required but maybe missing files, ensures that openwrt-libtool is linked, suppresses autopoint/gettext Sep 22 15:40:15 patch-libtool -> if the shipped automake recipes are broken beyound repair then simply find instances of libtool, detect their version and apply openwrt fix patches to it Sep 22 15:40:38 gettext-version -> suppress version mismatch errors in automakes gettext support Sep 22 15:41:08 all other tokens you may find in the wild are more or less aliases to it Sep 22 15:41:47 build #766 of at91 is complete: Failure [failed compile_5] Build details are at http://buildbot.openwrt.org:8010/builders/at91/builds/766 Sep 22 15:42:51 libuv will need a CONFIGURE_ARGS:=$(filter-out --disable-nls,$(CONFIGURE_VARS)) btw. Sep 22 15:43:05 erm s/VARS/ARGS/ Sep 22 15:44:34 you cann't just do CONFIGURE_ARGS+=--disable-nls? what does it do differently? Sep 22 15:45:28 or do yhou mean that it _requires_ nls? Sep 22 15:46:25 no I mean that the configure script will choke on --disable-nls which is passed by default in openwrt Sep 22 15:46:38 you need to filter it from the default configure args Sep 22 15:47:14 oh, ignore that Sep 22 15:47:19 seems to work fo rme. Sep 22 15:47:26 no, not this time. Sep 22 15:47:27 wth Sep 22 15:51:39 moment Sep 22 15:51:45 there's more issues with libuv Sep 22 15:55:05 karlp: http://pastebay.net/1497223 Sep 22 15:55:08 that works for me Sep 22 15:55:17 I fixed the depends and install sections too Sep 22 15:56:03 also added PKG_INSTALL:=1 otherwise you need to peel out the binaries from private hidden libtool directories Sep 22 15:56:42 yeah, my working copy was doing the PKG_INSTALL=1 steps to do that, I just wasns't finished yet :) Sep 22 15:56:52 are there macros for installing pkg-config files too? Sep 22 15:57:44 there is $(PKG_INSTALL_DIR)/usr/lib/pkgconfig/libuv.pc Sep 22 15:58:36 $(CP) or $(INSTALL_DATA) it to $(1)/usr/lib/pkgconfig in InstallDev Sep 22 15:59:18 thinking about it you can probably just do: Sep 22 15:59:26 $(CP) $(PKG_INSTALL_DIR)/usr/lib/* $(1)/usr/lib/ Sep 22 16:04:50 yay! my edgerouter lite just arrived Sep 22 16:05:05 compiling a build in a minute.. Sep 22 16:10:08 damnit, wiki editing keeps giving me errors :| Sep 22 16:10:44 I hope I selected the right one for this router.. cavium octeon Sep 22 16:28:36 ok, PKG_FIXUP on the packages wiki is updated a bit, should be al ittle more useful now. Sep 22 18:11:49 rmilecki r42649 trunk/target/linux/bcm53xx/image/Makefile * bcm53xx: image: use IMG_PREFIX for chk images Sep 22 19:04:25 build #546 of octeon is complete: Failure [failed compile_5] Build details are at http://buildbot.openwrt.org:8010/builders/octeon/builds/546 Sep 22 19:20:09 build #182 of omap is complete: Failure [failed compile_4] Build details are at http://buildbot.openwrt.org:8010/builders/omap/builds/182 Sep 22 19:36:41 some guy buys a brand new edgerouter lite and tries to flash openwrt, failing miserably, do you know who that is? me :( Sep 22 22:10:28 build #736 of cobalt is complete: Failure [failed compile_5] Build details are at http://buildbot.openwrt.org:8010/builders/cobalt/builds/736 Sep 22 22:52:51 Devastator: followed the sysupgrade script/wiki? Sep 23 01:10:39 build #191 of pxa is complete: Failure [failed compile_5] Build details are at http://buildbot.openwrt.org:8010/builders/pxa/builds/191 Sep 23 01:35:38 swalker you are probably not here anymore, but yes **** ENDING LOGGING AT Tue Sep 23 03:00:00 2014