**** BEGIN LOGGING AT Sun Jun 08 02:59:59 2014 Jun 08 03:14:15 Hello everyone, I'd like to submit a patch, but I'm not sure how to format it. Is a git unified diff ok? Jun 08 03:51:15 <5EXAA8SU8> build #618 of ramips is complete: Success [build successful] Build details are at http://buildbot.openwrt.org:8010/builders/ramips/builds/618 Jun 08 06:02:07 <5EXAA8SU8> build #494 of ep93xx is complete: Success [build successful] Build details are at http://buildbot.openwrt.org:8010/builders/ep93xx/builds/494 Jun 08 06:06:09 cyrozap: yes, see https://dev.openwrt.org/wiki/SubmittingPatches that links to https://dev.openwrt.org/wiki/SubmittingPatches/Diff Jun 08 06:11:46 plntyk: Oh, I guess I missed that link... Thank you! Jun 08 07:20:10 latest trunk on wgt634u: ERROR: module '/home/openwrt/src/openwrt/build_dir/target-mipsel_mips32_uClibc-0.9.33.2/linux-brcm47xx_legacy/linux-3.10.36/drivers/usb/host/bcma-hcd.ko' is missing. Jun 08 09:45:05 russell--: fixing that Jun 08 09:47:24 nbd: https://dev.openwrt.org/ticket/16727 Jun 08 09:47:28 please .= Jun 08 09:47:35 nbd r41052 trunk/target/linux/brcm47xx/modules.mk * brcm47xx: fix kmod-usb-brcm47xx build on legacy and mips74k subtargets Jun 08 09:48:09 Faulp3lz: where is the typo in that? Jun 08 09:48:49 look ticket, 2 lines "features" :) Jun 08 09:48:59 i mean sure, having both in one line looks nicer Jun 08 09:49:05 but a bug report for that, seriously? ;) Jun 08 09:49:07 must be one line with all features in one line, right ? Jun 08 09:49:27 did you notice the += ? Jun 08 09:49:29 was simply a reminder because i saw it last night Jun 08 09:49:39 ok, so please close ticket :) Jun 08 09:53:17 nbd r41053 trunk/target/linux/brcm47xx/legacy/target.mk * brcm47xx: merge FEATURES lines in the legacy subtarget Jun 08 10:14:20 nbd: thx for the usb fix Jun 08 10:17:16 mee too :) Jun 08 11:23:16 nbd r41054 trunk/package/devel/valgrind/patches/120-no_linux_ptrace_h.patch * valgrind: avoid including linux/ptrace.h to fix a musl build error Jun 08 11:59:57 nbd: if you're rewriting snmp, what sort of thigns are you looking to support? would agentx be included? Jun 08 12:01:09 i'm working on having multiple network management protocols share the same codebase on the backend side Jun 08 12:01:47 allowing objects definitions to be written as simple json files that contain the parameters for the backend calls Jun 08 12:02:52 what other protocols? and by "backend calls" do you just mean like OID->exec this command mapping? Jun 08 12:03:19 other protocols like tr-069, netconf Jun 08 12:03:29 backend calls are done via ubus Jun 08 12:04:07 one of the supported backends is uci Jun 08 12:04:34 so in the json file you can define an OID, point it at the uci backend and put in the package, section, option, etc. as the backend parameters Jun 08 12:05:45 another backend could be a scriptable ubus proxy Jun 08 12:06:08 that you can use how to call e.g. netifd status and extract the data you need from the resulting message Jun 08 12:06:36 hrm, we have an agentx subagent at the moment, that listens to mqtt and maintains some snmp tables in a private MIB, making ubus calls would be quite different :) Jun 08 12:06:57 the goal is that for most of the parameters you will only need to write json (or MIB files if necessary) Jun 08 12:09:21 nbd r41055 trunk/package/kernel/linux/modules/fs.mk * kernel: add missing dependency for kmod-fs-nfs Jun 08 12:13:25 for ARM does it support hard-float at all in openwrt? whenever I disable full software floating point(SOFT_FLOAT=n) openwrt will complain missing gnt/hard-stub.h Jun 08 12:14:31 s/gnt/gnu/ Jun 08 12:15:43 https://dev.openwrt.org/ticket/15123 trying to fix this with no avail Jun 08 12:30:37 karlp: nbd: is there some work happening in some tree/branch I can't find? :) Jun 08 12:31:13 zajec: not working on it at the moment, have to take care of other things first Jun 08 12:32:27 ok Jun 08 12:32:32 ausjke: hardfloat should be supported - however there are many packets who seem to check and then set CFLAGS differently thus creating issues with VFP Jun 08 12:32:44 nbd: could you pass my benchmark to the mysterious /thepeople/? ;) to show there is some sense in building mips74k Jun 08 12:33:25 plntyk: buildroot had it working, i verified that, and trying to compare to openwrt Jun 08 12:33:58 the issue at the moment is not in the general packages, but eglibc/gcc Jun 08 12:34:42 can't build a toolchain yet before other packages can be built Jun 08 12:40:07 zajec: you can contact him yourself when he shows up on irc again Jun 08 12:42:36 nbd: do you mean... his nick is "thepeople" for real? Jun 08 12:49:26 ausjke:well even glibc has to do some configure mechanics - and there are/were (?) some problems with hard/softfloat and missing header files - maybe read https://sourceware.org/ml/libc-alpha/2013-01/msg00721.html ? Providing a diffconfig output and details on which system you are building might help to replicate Jun 08 13:04:42 plntyk: thanks. here is the diffconfig http://pastebin.com/v9DAPy0b Jun 08 13:05:16 it's really just turn off SOFT_FLOAT with a default A8/A9 ARM chip, in additon to use eglibc instead of uclibc Jun 08 13:15:20 zajec: yes Jun 08 13:21:01 nbd: lol, i was sure there is someone who wants to be anonymouse Jun 08 13:21:07 nbd: behing the buildbot Jun 08 13:21:28 nbd: i was sure you don't want to say who it is (when you told "thepeople" ;p ) ... what a nick Jun 08 14:01:03 luka: ping :) Jun 08 16:04:50 updated openwrt/upstream, https://home.comcast.net/~sdwalker/uscan/index.html Jun 08 16:47:26 ausjke: problem seems to be easy to replicate - (selected omap (has VFP/hardfloat + eglibc) however selecting 2.15 eglibc and there is no compile error ... but eglibc is not officially developed according to its main site Jun 08 17:32:22 ausjke: i added some research to the ticket - someone has to do research why wrong header files are generated - because of wrong ld or wrong flags from configure etc... Jun 08 17:38:31 <5EXAA8SU8> build #589 of ppc44x is complete: Failure [failed svn compile_9] Build details are at http://buildbot.openwrt.org:8010/builders/ppc44x/builds/589 Jun 08 17:39:37 <5EXAA8SU8> build #524 of au1000 is complete: Failure [failed svn compile_9] Build details are at http://buildbot.openwrt.org:8010/builders/au1000/builds/524 Jun 08 17:39:57 <5EXAA8SU8> build #558 of sibyte is complete: Failure [failed svn compile_9] Build details are at http://buildbot.openwrt.org:8010/builders/sibyte/builds/558 Jun 08 17:40:31 <5EXAA8SU8> build #589 of rb532 is complete: Failure [failed shell_10 shell_15] Build details are at http://buildbot.openwrt.org:8010/builders/rb532/builds/589 Jun 08 17:40:41 <5EXAA8SU8> build #496 of iop32x is complete: Failure [failed svn compile_9] Build details are at http://buildbot.openwrt.org:8010/builders/iop32x/builds/496 Jun 08 17:41:02 <5EXAA8SU8> build #495 of ep93xx is complete: Failure [failed svn compile_9] Build details are at http://buildbot.openwrt.org:8010/builders/ep93xx/builds/495 Jun 08 17:41:46 <5EXAA8SU8> build #483 of gemini is complete: Failure [failed svn compile_9] Build details are at http://buildbot.openwrt.org:8010/builders/gemini/builds/483 Jun 08 17:42:06 <5EXAA8SU8> build #299 of mpc85xx is complete: Failure [failed svn compile_9] Build details are at http://buildbot.openwrt.org:8010/builders/mpc85xx/builds/299 Jun 08 17:42:50 <5EXAA8SU8> build #484 of mcs814x is complete: Failure [failed svn compile_9] Build details are at http://buildbot.openwrt.org:8010/builders/mcs814x/builds/484 Jun 08 17:43:10 <5EXAA8SU8> build #488 of adm5120 is complete: Failure [failed svn compile_9] Build details are at http://buildbot.openwrt.org:8010/builders/adm5120/builds/488 Jun 08 17:43:54 <5EXAA8SU8> build #467 of mpc52xx is complete: Failure [failed svn compile_9] Build details are at http://buildbot.openwrt.org:8010/builders/mpc52xx/builds/467 Jun 08 17:44:14 <5EXAA8SU8> build #101 of sunxi is complete: Failure [failed svn compile_9] Build details are at http://buildbot.openwrt.org:8010/builders/sunxi/builds/101 Jun 08 17:44:58 <5EXAA8SU8> build #446 of octeon is complete: Failure [failed svn compile_9] Build details are at http://buildbot.openwrt.org:8010/builders/octeon/builds/446 Jun 08 17:45:19 <5EXAA8SU8> build #84 of pxa is complete: Failure [failed svn compile_9] Build details are at http://buildbot.openwrt.org:8010/builders/pxa/builds/84 Jun 08 17:46:02 <5EXAA8SU8> build #87 of cns21xx is complete: Failure [failed svn compile_9] Build details are at http://buildbot.openwrt.org:8010/builders/cns21xx/builds/87 Jun 08 17:46:23 <5EXAA8SU8> build #85 of mpc83xx is complete: Failure [failed svn compile_9] Build details are at http://buildbot.openwrt.org:8010/builders/mpc83xx/builds/85 Jun 08 17:47:07 <5EXAA8SU8> build #86 of bcm53xx is complete: Failure [failed svn compile_9] Build details are at http://buildbot.openwrt.org:8010/builders/bcm53xx/builds/86 Jun 08 17:47:27 <5EXAA8SU8> build #84 of brcm2708 is complete: Failure [failed svn compile_9] Build details are at http://buildbot.openwrt.org:8010/builders/brcm2708/builds/84 Jun 08 17:48:11 <5EXAA8SU8> build #86 of realview is complete: Failure [failed svn compile_9] Build details are at http://buildbot.openwrt.org:8010/builders/realview/builds/86 Jun 08 17:48:31 <5EXAA8SU8> build #83 of omap is complete: Failure [failed svn compile_9] Build details are at http://buildbot.openwrt.org:8010/builders/omap/builds/83 Jun 08 17:49:15 <5EXAA8SU8> build #84 of adm8668 is complete: Failure [failed svn compile_9] Build details are at http://buildbot.openwrt.org:8010/builders/adm8668/builds/84 Jun 08 17:49:35 <5EXAA8SU8> build #84 of malta is complete: Failure [failed svn compile_9] Build details are at http://buildbot.openwrt.org:8010/builders/malta/builds/84 Jun 08 17:50:19 <5EXAA8SU8> build #84 of cns3xxx is complete: Failure [failed svn compile_9] Build details are at http://buildbot.openwrt.org:8010/builders/cns3xxx/builds/84 Jun 08 17:50:39 <5EXAA8SU8> build #85 of x86_64 is complete: Failure [failed svn compile_9] Build details are at http://buildbot.openwrt.org:8010/builders/x86_64/builds/85 Jun 08 19:00:51 <5EXAA8SU8> build #629 of cobalt is complete: Failure [failed compile_5] Build details are at http://buildbot.openwrt.org:8010/builders/cobalt/builds/629 Jun 08 19:03:32 <5EXAA8SU8> build #635 of orion is complete: Failure [failed compile_5] Build details are at http://buildbot.openwrt.org:8010/builders/orion/builds/635 Jun 08 19:08:09 <5EXAA8SU8> build #600 of uml is complete: Failure [failed compile_5] Build details are at http://buildbot.openwrt.org:8010/builders/uml/builds/600 Jun 08 19:22:54 <5EXAA8SU8> build #665 of brcm63xx is complete: Failure [failed compile_5] Build details are at http://buildbot.openwrt.org:8010/builders/brcm63xx/builds/665 Jun 08 19:26:10 <5EXAA8SU8> build #195 of imx6 is complete: Failure [failed compile_5] Build details are at http://buildbot.openwrt.org:8010/builders/imx6/builds/195 Jun 08 19:53:59 <5EXAA8SU8> build #569 of avr32 is complete: Failure [failed compile_5] Build details are at http://buildbot.openwrt.org:8010/builders/avr32/builds/569 Jun 08 20:55:32 hello, it seems i cant compile trunk for d-link dir-615 h1 anymore, it fails at image generation - http://tmp.ro/view/raw/e83d7698 Jun 08 20:56:03 staging_dir/host/bin/mksquashfs4: -b block size not power of two or not between 4096 and 1Mbyte Jun 08 21:11:32 forgot to run a make defconfig, dape? Jun 08 21:11:51 gosh, i think so for this router.. let me try Jun 08 21:12:54 the "-b" is called incorrectly "-b k" according to logfile - no wonder it fails Jun 08 21:16:50 swalker, thanks for the hint, i totally forgot, it builds okay now Jun 08 21:17:01 just fallout from adding a config option for the block sizes Jun 08 22:07:25 hmm, i'm still seeing a failure to authenticate with openvpn-openssl (2.3.2-3) on wgt634u Jun 08 22:07:52 but iirc, it works with openvpn-polarssl (with the same keys, etc) Jun 08 22:08:00 * russell-- retries that Jun 08 22:14:55 yeah, openvpn-polarssl works, openvpn-openssl doesn't work. Jun 08 22:15:14 whisky-tango-foxtrot Jun 08 23:10:28 <5EXAA8SU8> build #593 of x86 is complete: Failure [failed compile_5] Build details are at http://buildbot.openwrt.org:8010/builders/x86/builds/593 Jun 08 23:23:45 <5EXAA8SU8> build #634 of atheros is complete: Failure [failed compile_5] Build details are at http://buildbot.openwrt.org:8010/builders/atheros/builds/634 **** ENDING LOGGING AT Mon Jun 09 02:59:58 2014