**** BEGIN LOGGING AT Fri Feb 24 02:59:58 2012 Feb 24 08:44:11 basilnut: :) Feb 24 09:52:15 build #126 of rb532 is complete: Failure [failed compile_10] Build details are at http://buildbot.openwrt.org:8010/builders/rb532/builds/126 Feb 24 10:28:53 jow_laptop ping pls Feb 24 10:29:38 jow_laptop just svn updated, feeds and all, ran make and ... -> http://pastebin.com/DriiBR6A Feb 24 10:30:29 make package/iwinfo/clean Feb 24 10:36:11 build #98 of mpc52xx is complete: Failure [failed compile_4] Build details are at http://buildbot.openwrt.org:8010/builders/mpc52xx/builds/98 Feb 24 10:37:45 thanks jow_laptop worked! Feb 24 10:56:52 jow * r30707 /packages/net/dhcp/Makefile: Feb 24 10:56:52 v1 : do not install omshell static librairies in dhcp package Feb 24 10:56:52 There is no need to install any static library on the target, unless one installs a linker (and a compiler) as well, and this is certainly not a common case. Feb 24 10:56:52 The dhcp-server package installs two of them in /usr/local/lib - along with omshell. The erroneous lines were added as part of r10146 when the Makefile Feb 24 10:56:52 was modified to install omshell, but the static libraries are never needed to run omshell on the target. Feb 24 10:56:52 Signed-off-by: Emmanuel Deloget Feb 24 11:05:34 jow * r30708 /trunk/target/linux/ (8 files in 4 dirs): Feb 24 11:05:34 config: deprecated symbol CONFIG_LEDS_GPIO_PLATFORM Feb 24 11:05:34 CONFIG_LEDS_GPIO_PLATFORM went away a while ago. Feb 24 11:05:34 http://git.kernel.org/?p=linux/kernel/git/stable/linux-stable.git;a=commit;h=2bcc7ed5b83b0a59c6976476e8788675038fb11b Feb 24 11:05:34 Also, most platforms comment out CONFIG_LEDS_GPIO but not x86 for some reason. Feb 24 11:05:35 Signed-off-by: Philip Prindeville Feb 24 13:32:32 meh, trac doesnt like me until i put my name and email in preferences.. Feb 24 13:33:23 i might have polluted the openwrt lists with a double notice from the answer on the last ticket.. Feb 24 14:07:00 jow * r30709 /trunk/package/broadcom-wl/ (Makefile src/glue/wl_glue.c): [package] broadcom-wl: remove an erroneous BUG() call in the glue driver Feb 24 14:57:49 philipp64|laptop pong, its an USB keyboard. ALIX.3D3 dont have any PS/2 inputs Feb 24 15:28:32 hmm, regarding ntpd, i see its checked to provide ntp daemon function in busybox, i wonder, if i dont want that, can i disable it and still have the openwrt router keep in sync? Feb 24 15:29:13 i mean, i see ntpd running but doesnt listen to serve any queries (from lan maybe..) Feb 24 15:29:33 you need to pass it some flag Feb 24 15:29:34 i hope any of the above make sense, i spent all day doing shitty excels Feb 24 15:29:58 i mean, i dont need ntpd for any client, i just need the router to keep updated for itself and thats all Feb 24 15:30:03 -l Feb 24 15:30:23 doesnt show at --help .. Feb 24 15:30:32 I don't get your question though Feb 24 15:30:41 but i see -q Quit after clock is set maybe this would do? Feb 24 15:30:42 it intentionally runs as daemon to keep the time in sync Feb 24 15:30:57 got it, so rtc is not reliable on these socs? Feb 24 15:30:59 the time drifts heavily Feb 24 15:31:03 one shot operations suck Feb 24 15:31:10 hotplug scripting is unreliable due to dns races Feb 24 15:31:18 ah, i see, so keeping ntpd running HAS a purpose Feb 24 15:31:21 yes Feb 24 15:31:49 thanks jow_laptop for clarification, i guess i will just compile it without busybox ntpd server functions and keep it running Feb 24 15:31:58 sounds ok, right? Feb 24 15:34:04 BUSYBOX_CONFIG_FEATURE_NTPD_SERVER=y by default, i will set it to n, this is what i meant Feb 24 15:37:42 nvm jow_laptop, im reading first channel talk Feb 24 16:05:09 http://paste.pocoo.org/show/556102/ Feb 24 16:49:01 juhosg * r30710 /trunk/target/linux/ramips/image/Makefile: ramips: fix FONERA20N image generation Feb 24 17:54:26 * Weedy_Laptop pokes Kaloz Feb 24 18:05:40 blogic: I'm not sure that there's a problem with the patches... they've been upstreamed without issue. it might be that they've exposed a bug in your DSL hardware's device driver. Feb 24 18:08:15 crow: there's a new image for you. Feb 24 18:08:30 can you send me a VGA screen shot? Feb 24 18:28:30 blogic: the patches are, after all, in 3.3-rc2, so you will be encountering them. Feb 24 18:37:19 jow * r30711 /trunk/package/uci/Makefile: [package] uci: update to git head, reduces quotations in exported config files and fixes delta list handling in the Lua binding Feb 24 18:37:25 philipp64|laptop: ^ Feb 24 18:38:00 however I added quotes back to section names to maintain consistency with options Feb 24 18:38:18 it also makes it clear that all quotes fields are user values while unquoted ones are syntax/structure Feb 24 18:38:23 *quoted Feb 24 19:06:17 philipp64|laptop ok thanks let me download it and flash. Feb 24 19:06:32 philipp64|laptop VGA screenshot from current image or from the new one? Feb 24 19:06:56 from new one. Feb 24 19:07:15 jow_laptop: sorry, you added back quotes where? Feb 24 19:07:32 philipp64|laptop: config foo 'bar' instead of config foo bar Feb 24 19:08:23 but... the section name can't ever be anything other than an identifier, right? Feb 24 19:08:43 options take values... values are different from names... Feb 24 19:08:52 values can have spaces, names can't. right? Feb 24 19:09:10 its a matter of symmetry Feb 24 19:09:17 I don't see how quoting names in some places but not others is really consistent. Feb 24 19:09:37 that describes exactly your original approach ;) Feb 24 19:09:46 you quoted values in options but not in section headers Feb 24 19:09:48 well, it's consistent in that the 3rd column always uses quotes... Feb 24 19:09:54 but that's not really useful. Feb 24 19:10:27 well, what nbd and I agreed on was that only values took quotes. unless I misunderstood. Feb 24 19:13:14 build #141 of s3c24xx is complete: Failure [failed compile_4] Build details are at http://buildbot.openwrt.org:8010/builders/s3c24xx/builds/141 Feb 24 21:11:52 juhosg * r30712 /trunk/target/linux/ar71xx/image/Makefile: ar71xx: use v6.0.0 in UBTN-XM firmwares (closes #11038) Feb 24 22:50:25 build #100 of adm5120 is complete: Failure [failed compile_10] Build details are at http://buildbot.openwrt.org:8010/builders/adm5120/builds/100 Feb 24 23:26:41 build #95 of octeon is complete: Failure [failed compile_10] Build details are at http://buildbot.openwrt.org:8010/builders/octeon/builds/95 Feb 24 23:43:42 CVE-2012-0920 - Dropbear SSH server use-after-free vulnerability Feb 24 23:49:10 aw Feb 24 23:52:48 build #122 of x86 is complete: Failure [failed compile_4] Build details are at http://buildbot.openwrt.org:8010/builders/x86/builds/122 Feb 25 01:16:29 build #116 of avr32 is complete: Failure [failed compile_4] Build details are at http://buildbot.openwrt.org:8010/builders/avr32/builds/116 **** ENDING LOGGING AT Sat Feb 25 02:59:58 2012