**** BEGIN LOGGING AT Mon Dec 22 02:59:58 2014 Dec 22 04:16:34 build #753 of xburst is complete: Failure [failed compile_8] Build details are at http://buildbot.openwrt.org:8010/builders/xburst/builds/753 Dec 22 05:20:28 i have pkgA's ./configure checks a libnew.so which is a separate package, but ./configure always failed to find -lnew, how can my libnew package meet the demand from configure script? should I add libnew package to toolchain or host or something? Dec 22 05:21:06 pkgA does have DEPEND in its Makefile to make sure libnew package is built ahead of time Dec 22 06:06:44 the libnew is under staging directory somehow configure scripts failed to find it Dec 22 06:07:06 ausjke: did you implement Build/InstallDev in libnew/Makefile so headers stuff gets staged for dependent packages Dec 22 06:57:50 build #194 of brcm47xx.legacy is complete: Success [build successful] Build details are at http://buildbot.openwrt.org:8010/builders/brcm47xx.legacy/builds/194 Dec 22 07:13:27 build #731 of ixp4xx is complete: Exception [exception MasterShellCommand] Build details are at http://buildbot.openwrt.org:8010/builders/ixp4xx/builds/731 Dec 22 09:53:20 cyrus r43758 trunk/package/network/services/dnsmasq/Makefile * dnsmasq: backport some dnssec fixes Dec 22 09:54:15 cyrus r43759 trunk/package/ network/services/dnsmasq/patches/002-fix-dnssec-edns0-handling.patch network/services/dnsmasq/patches/001-fix-dnssec-crash.patch * dnsmasq: also add the actual patches... Dec 22 13:54:55 nbd r43760 trunk/tools/mtd-utils/Makefile * tools/mtd-utils: add mirror md5sum Dec 22 14:34:37 nbd r43761 trunk/package/utils/ubi-utils/Makefile * ubi-utils: add mirror md5sum Dec 22 14:39:03 nbd r43762 trunk/target/ (11 files in 3 dirs) * kernel: remove openwrt micrel.c (replaced by upstream driver) Dec 22 14:41:40 dangole: I did for the libnew under InstallDev, not the header files, will add that now Dec 22 14:42:08 just added libnew.so there, adding headers now Dec 22 14:44:38 what's the key difference between PKG_INSTALL_DIR and PKG_BUILD_DIR Dec 22 14:47:03 pkg install dir is where things go when it runs make install Dec 22 14:47:09 pkg build dir is.... hwere it builds... Dec 22 14:50:18 $(CP) $(PKG_INSTALL_DIR)/usr/include/openssl $(1)/usr/include/ Dec 22 14:50:44 what package are you working on? Dec 22 14:50:45 looks like pkginstall is the same as builddir, not where you install stuff to Dec 22 14:51:01 karlp: i'm adding fipscheck it's a new fips140 package Dec 22 14:51:18 cryptsetup's configure could never find it with --enable-fips Dec 22 14:51:22 just be careful you don't trample any existing openssl stuff.... Dec 22 14:51:28 no i'm not Dec 22 16:46:18 if a router have separate LAN and WAN (for example, eth0 for LAN and eth1 for WAN), do I have to create a "switch" section for eth1 to be able to use vlans? Dec 22 16:47:35 no Dec 22 16:48:09 Devastator: do you want to use VLANs on LAN or WAN? Dec 22 16:49:37 zajec I want to make the WAN port a trunk port, it's similar to this config, but this config I've made on the WNDR3400 and now I have a TL-WR841ND which is atheros, its WAN is eth1, its LAN is called switch0: http://codepad.org/aumoe2rp Dec 22 16:51:11 un-hardware-bricked BR-6475nD workin pretty decent Dec 22 16:51:15 interesting case :) Dec 22 16:51:22 Devastator: no, you should not add switch section Dec 22 16:51:30 Devastator: just create interfaces with valid names Dec 22 16:51:45 i should probably add a default led for 5ghz wifi Dec 22 16:52:40 the WR841ND doesn't have 5ghz :( Dec 22 16:54:34 can't buy edimax BR-6475nD anymore :P Dec 22 16:54:44 though there are apparently some identical boards Dec 22 16:55:14 amazon is selling TP-Link WDR4300 for $60, free shipping Dec 22 16:55:21 really nice buy Dec 22 16:56:58 atheros switch config is a bit different, I have this: http://codepad.org/tyjZgtTn Dec 22 16:57:26 looks like the archer C7 is $80, not sure how good support is for those though Dec 22 16:57:41 WDR3/4 series is nice Dec 22 16:58:12 Devastator: you have no CPU port on the switch? Dec 22 16:58:34 well, that's what I find odd.. Dec 22 16:58:41 and WAN uses eth1 Dec 22 16:58:48 that would be excessively odd if it were the case Dec 22 16:58:55 but it's not. Dec 22 16:59:49 zinx: c7 is 60 @ newegg Dec 22 16:59:52 maybe if it doesn't support any sort of vlan tagging Dec 22 16:59:56 m4t: oh? dang Dec 22 16:59:59 ya Dec 22 17:00:02 tempting Dec 22 17:00:04 m4t: v1 or v2? :/ Dec 22 17:00:07 v2 Dec 22 17:00:48 hmm says $80 here Dec 22 17:00:55 discount? Dec 22 17:00:56 well, it doesn't seem to specify but i doubt their stock is that old Dec 22 17:00:58 coupon Dec 22 17:01:24 Special savings w/ promo code TPLKDOD177, today only Dec 22 17:03:16 oh Dec 22 17:03:25 wished i'd known yesterday Dec 22 17:03:34 not sure i trust C7 anyway though Dec 22 17:04:18 it has some problems with ath10k, mostly related to race conditions Dec 22 17:05:36 well that and you could end up with a useless v1 if you're not careful :P Dec 22 17:06:10 for the record I found the configure problem, it needs libdl for dlopen and I used libtool to fullfil that, now it can be compiled Dec 22 17:08:47 someone needs to do some serious reworking of the package dependencies, and some UI improvements to the build system to allow deselecting packages and everything that depends on them Dec 22 17:08:53 (not volunteering) Dec 22 17:09:22 zinx: probably you can write a wiki page to be more specific... Dec 22 17:09:22 would be nice to have some deb-style dependencies for package selection Dec 22 17:09:47 ausjke: nope, can't even bother to do that ;D just mentioning random thought Dec 22 17:10:11 by the way the new wiki update is nice Dec 22 17:10:12 (which means it doesn't affect me anywhere near enough for me to care) Dec 22 17:16:07 hum, I can't make this work :/ Dec 22 17:16:31 why this switch is not simple as the other? Dec 22 17:16:58 is this the default setup? Dec 22 17:17:11 maybe the maintainer got the default wrong :P Dec 22 17:17:26 figure out which port is the cpu one and set it to tagged at the very least Dec 22 17:17:31 yes, this is the default Dec 22 17:18:03 unless there is no cpu port in atheros devices Dec 22 17:18:06 if you can see the stock firmware config, that would help Dec 22 17:19:35 Devastator: WDR4300, Archer C7 are both atheros too.. dunno which switch they use, though Dec 22 17:20:42 zinx, no, he means "atheros" Dec 22 17:21:08 (not ar71xx or friends) Dec 22 17:22:10 Devastator: which version do you have? and is 4MB of flash really enough for you? :X Dec 22 17:22:14 karlp: ... so do i Dec 22 17:22:36 sorry, I should have stated ar71xx Dec 22 17:22:38 ok alright then :) not many other people still around with it Dec 22 17:22:53 you got new hardware finally Devastator? :) Dec 22 17:23:01 zinx yes, it will act as dumb ap Dec 22 17:23:07 karlp yes!! haha Dec 22 17:23:14 but for another purpose Dec 22 17:23:31 Devastator: should work like the other ones tbqh, i think default config is wrong Dec 22 17:23:32 the atheros one is from a friend, I will still play with it when I find time Dec 22 17:24:05 Devastator: mess around and try to find the cpu port, reading nvram may help Dec 22 17:24:28 that or stock firmware filesystem Dec 22 17:24:28 it seems to be port 0 Dec 22 17:32:42 could only find one post about the wan port and according to that, vlan on eth1 didn't work Dec 22 17:38:56 not surprising if there's only one port! Dec 22 17:45:00 build #284 of cns21xx is complete: Failure [failed compile_2] Build details are at http://buildbot.openwrt.org:8010/builders/cns21xx/builds/284 Dec 22 17:45:09 build #786 of rb532 is complete: Failure [failed compile_2] Build details are at http://buildbot.openwrt.org:8010/builders/rb532/builds/786 Dec 22 17:45:11 nbd r43763 branches/barrier_breaker/tools/mtd-utils/Makefile * tools/mtd-utils: add mirror md5sum Dec 22 17:45:17 nbd r43764 branches/barrier_breaker/package/utils/ubi-utils/Makefile * ubi-utils: add mirror md5sum Dec 22 17:49:48 build #16 of oxnas is complete: Failure [failed compile_2] Build details are at http://buildbot.openwrt.org:8010/builders/oxnas/builds/16 Dec 22 17:51:49 build #698 of au1000 is complete: Failure [failed compile_2] Build details are at http://buildbot.openwrt.org:8010/builders/au1000/builds/698 Dec 22 17:54:19 build #259 of brcm2708 is complete: Failure [failed compile_2] Build details are at http://buildbot.openwrt.org:8010/builders/brcm2708/builds/259 Dec 22 17:55:30 build #259 of mpc83xx is complete: Failure [failed compile_2] Build details are at http://buildbot.openwrt.org:8010/builders/mpc83xx/builds/259 Dec 22 17:57:09 build #756 of avr32 is complete: Failure [failed compile_3] Build details are at http://buildbot.openwrt.org:8010/builders/avr32/builds/756 Dec 22 17:57:46 build #259 of cns3xxx is complete: Failure [failed compile_2] Build details are at http://buildbot.openwrt.org:8010/builders/cns3xxx/builds/259 Dec 22 17:58:33 build #667 of ep93xx is complete: Failure [failed compile_2] Build details are at http://buildbot.openwrt.org:8010/builders/ep93xx/builds/667 Dec 22 18:01:17 build #141 of x86.xen_domu is complete: Failure [failed compile_2] Build details are at http://buildbot.openwrt.org:8010/builders/x86.xen_domu/builds/141 Dec 22 18:01:25 build #347 of mvebu is complete: Failure [failed compile_2] Build details are at http://buildbot.openwrt.org:8010/builders/mvebu/builds/347 Dec 22 18:05:36 build #250 of adm8668 is complete: Failure [failed compile_2] Build details are at http://buildbot.openwrt.org:8010/builders/adm8668/builds/250 Dec 22 18:05:45 build #465 of mpc85xx is complete: Failure [failed compile_2] Build details are at http://buildbot.openwrt.org:8010/builders/mpc85xx/builds/465 Dec 22 18:10:35 build #649 of mcs814x is complete: Failure [failed compile_2] Build details are at http://buildbot.openwrt.org:8010/builders/mcs814x/builds/649 Dec 22 18:10:48 build #652 of adm5120 is complete: Failure [failed compile_2] Build details are at http://buildbot.openwrt.org:8010/builders/adm5120/builds/652 Dec 22 18:13:54 build #630 of mpc52xx is complete: Failure [failed compile_2] Build details are at http://buildbot.openwrt.org:8010/builders/mpc52xx/builds/630 Dec 22 18:15:46 build #645 of gemini is complete: Failure [failed compile_2] Build details are at http://buildbot.openwrt.org:8010/builders/gemini/builds/645 Dec 22 18:17:53 build #262 of sunxi is complete: Failure [failed compile_2] Build details are at http://buildbot.openwrt.org:8010/builders/sunxi/builds/262 Dec 22 18:19:16 build #605 of octeon is complete: Failure [failed compile_2] Build details are at http://buildbot.openwrt.org:8010/builders/octeon/builds/605 Dec 22 18:21:19 build #240 of omap is complete: Failure [failed compile_2] Build details are at http://buildbot.openwrt.org:8010/builders/omap/builds/240 Dec 22 18:21:54 build #16 of ipq806x is complete: Failure [failed compile_2] Build details are at http://buildbot.openwrt.org:8010/builders/ipq806x/builds/16 Dec 22 18:23:51 build #16 of ramips.mt7620 is complete: Failure [failed compile_2] Build details are at http://buildbot.openwrt.org:8010/builders/ramips.mt7620/builds/16 Dec 22 18:24:42 build #16 of ramips.mt7621 is complete: Failure [failed compile_2] Build details are at http://buildbot.openwrt.org:8010/builders/ramips.mt7621/builds/16 Dec 22 18:26:37 build #16 of ramips.mt7628 is complete: Failure [failed compile_2] Build details are at http://buildbot.openwrt.org:8010/builders/ramips.mt7628/builds/16 Dec 22 18:27:59 build #16 of netlogic is complete: Failure [failed compile_2] Build details are at http://buildbot.openwrt.org:8010/builders/netlogic/builds/16 Dec 22 18:29:19 build #16 of arm64 is complete: Failure [failed compile_2] Build details are at http://buildbot.openwrt.org:8010/builders/arm64/builds/16 Dec 22 19:07:50 nbd: https://lists.openwrt.org/pipermail/openwrt-devel/2014-December/030154.html Dec 22 19:08:11 nbd: haven't looked in to why i can't just use factory directly from the dts, kinda lazy Dec 22 19:16:35 wtf Dec 22 19:16:47 build #809 of ppc40x is complete: Failure [failed compile_4] Build details are at http://buildbot.openwrt.org:8010/builders/ppc40x/builds/809 Dec 22 19:30:24 wigyori: corrupt download Dec 22 19:31:57 yes, fixed Dec 22 20:48:37 nbd r43765 trunk/target/ linux/oxnas/config-3.18 linux/oxnas/config-3.14 * oxnas: refresh kernel config-3.1[48] Dec 22 20:48:45 nbd r43766 trunk/target/ linux/oxnas/files/drivers/ata/sata_oxnas.c linux/oxnas/patches-3.14/999-libata-hacks.patch linux/oxnas/patches-3.18/999-libata-hacks.patch * oxnas: sata_oxnas: refactoring phase 1 Dec 22 20:48:57 nbd r43767 trunk/target/linux/oxnas/files/drivers/ata/sata_oxnas.c * oxnas: sata_oxnas: refactoring phase 2 Dec 22 20:49:06 nbd r43768 trunk/target/linux/oxnas/files/drivers/ata/sata_oxnas.c * oxnas: sata_oxnas: make irq handler more readable Dec 22 21:48:35 nbd r43769 trunk/package/kernel/mac80211/files/lib/netifd/wireless/mac80211.sh * mac80211: fix HT mode selection for ad-hoc Dec 22 21:48:48 nbd r43770 branches/barrier_breaker/package/kernel/mac80211/files/lib/netifd/wireless/mac80211.sh * mac80211: fix HT mode selection for ad-hoc Dec 22 22:50:02 thank you nbd for fixing HT40 mode.. but seems to be only for 2.4 GHz... double ticket also at https://github.com/freifunk/firmware-leipzig/issues/25 Dec 22 22:50:54 what do you mean by "only for 2.4 GHz"? Dec 22 22:51:12 did you test 5 ghz and it didn't work? Dec 22 22:52:49 hm ok.. not tested yet.. but that "if [ "$channel" -lt 7 ]; then" is confusing me.. i told that daniel, but it was to late in the evening yesterday Dec 22 22:53:15 what i committed is not the same as the one in that ticket Dec 22 22:53:22 i didn't even see that ticket when i implemented the solution Dec 22 22:53:34 and the code that i committed has explicit support for 5 ghz Dec 22 22:53:58 the "$channel" -lt 7 part is only called for 2.4 ghz in the first place Dec 22 22:54:17 for 5 ghz it checks if $(( ($channel / 4) % 2 )) is 0 or 1 Dec 22 22:54:27 ah i see... case hwmode... a.. Dec 22 22:54:39 sorry, so i will test that soon :-) Dec 22 22:54:53 the check is the same as the one already in use for AP mode Dec 22 22:54:58 so i'd expect it to work Dec 22 22:55:26 and that freifunk-leipzig ticket is "only" a summary of problems for our own mesh.. Dec 22 22:55:30 ok Dec 22 22:58:23 and, i have the next problem, with wget2nand.. maybe you have an idea.. :-o https://github.com/freifunk/firmware-leipzig/issues/26 Dec 22 22:59:42 using the meshkit via imagebuilder there is no http://firmware.leipzig.freifunk.net:8006/firmware/images/e75c3ff76fc5ad8323c82e8a1d2c44e5/bin/openwrt-ar71xx-mikrotik-rootfs.tar.gz.. but a openwrt-ar71xx-mikrotik-DefaultNoWifi-rootfs.tar.gz .. so the wget2nand doesnt work and we have to manually make a copy of that file with proper filename :-o Dec 22 23:04:02 nbd when a switch has a separate ethernet for WAN port, does this mean I can't use vlans on that port? I'm specifically talking about TL-WR841ND v9, which uses QCA9533-AL3A switch Dec 23 01:21:26 build #153 of ar71xx.mikrotik is complete: Success [build successful] Build details are at http://buildbot.openwrt.org:8010/builders/ar71xx.mikrotik/builds/153 Dec 23 01:51:34 build #285 of x86_64 is complete: Failure [failed compile_5] Build details are at http://buildbot.openwrt.org:8010/builders/x86_64/builds/285 Dec 23 01:52:57 Devastator: it makes no sense to use a vlan in that case Dec 23 01:53:04 Devastator: perhaps you want relayd or similar? **** ENDING LOGGING AT Tue Dec 23 02:59:59 2014