**** BEGIN LOGGING AT Tue Dec 14 02:59:57 2010 Dec 14 05:11:04 build #46 of ubicom32 is complete: Failure [failed compile_4] Build details are at http://tksite.gotdns.org:8010/builders/ubicom32/builds/46 Dec 14 06:23:57 Hauke: hi Dec 14 06:24:37 sn9: hi Dec 14 06:25:58 any new ideas? Dec 14 06:30:47 sn9: no Dec 14 06:30:55 what was the last working version? Dec 14 06:31:31 not sure, since i have not been able to roll back to a working version Dec 14 06:32:26 it's something kernel-related, and the place where it goes screwy suggests a clocking issue Dec 14 06:36:49 sn9: backfire is working for you? Dec 14 06:37:51 last thing i had on it was a current trunk from february, which worked, but of course without wifi Dec 14 06:46:39 Hauke: did you see the bootlog? Dec 14 06:46:55 sn9: My mobile connection is back Dec 14 06:46:58 sn9: could you please try r22295 Dec 14 06:47:28 ok. does the log help? Dec 14 06:48:27 trunk Dec 14 06:48:49 ? Dec 14 06:50:22 sn9: yes I got it Dec 14 07:58:18 kaloz * r24558 /trunk/ (13 files in 8 dirs): add plemininary ultrasparc support Dec 14 07:59:18 kaloz * r24559 /trunk/target/linux/sparc/Makefile: [sparc]: bump kernel version, add MAINTAINER entry Dec 14 08:01:21 juhosg * r24560 /trunk/target/linux/ramips/files/arch/mips/ralink/rt305x/irq.c: ramips: handle OTG interrupt on the RT305x SoC Dec 14 08:01:23 juhosg * r24561 /trunk/target/linux/ramips/Makefile: ramips: switch to 2.6.36 Dec 14 08:01:25 juhosg * r24562 /trunk/target/linux/ramips/ (6 files in 4 dirs): ramips: remove 2.6.3[24] support Dec 14 09:46:04 build #40 of uml is complete: Failure [failed compile_4] Build details are at http://tksite.gotdns.org:8010/builders/uml/builds/40 Dec 14 09:52:51 kaloz * r24563 /trunk/toolchain/gcc/common.mk: [toolchain/gcc]: upgrade the linaro gcc to the 2010.12 release Dec 14 11:40:22 build #47 of cobalt is complete: Failure [failed shell shell_4] Build details are at http://tksite.gotdns.org:8010/builders/cobalt/builds/47 Dec 14 12:11:19 hello Dec 14 13:03:45 blogic * r24564 /trunk/target/linux/lantiq/patches/ (105-header_xway.patch 700-dwc_otg.patch): Dec 14 13:03:45 [lantiq] Dec 14 13:03:45 * make the usb gpio configurable Dec 14 13:03:45 * 105-header_xway.patch has a corrupt line count in it Dec 14 13:12:03 I used '/etc/init.d/mysqld start' to start MySQL daemon and it works. However, when I executed '/etc/init.d/mysqld stop', it dumped this message 'Stopping Mysqld...stopped /usr/bin/mysqld (pid 23137)' and there are still mysqld processes running as shown below: Dec 14 13:12:07 root@DockStar:/etc# ps|grep mysqld Dec 14 13:12:08 23137 root 23264 S /usr/bin/mysqld Dec 14 13:12:10 23138 root 23264 S /usr/bin/mysqld Dec 14 13:12:11 23139 root 23264 S /usr/bin/mysqld Dec 14 13:12:13 23198 root 23264 S /usr/bin/mysqld Dec 14 13:12:14 23447 root 23264 S /usr/bin/mysqld Dec 14 13:12:48 It looks like something isn't right with the /etc/init.d/mysqld stopping scripts. Dec 14 13:20:59 I noticed the same, must be something with start-stop-daemon Dec 14 13:21:42 mazilo: try to omit -p $PID from /etc/init.d/mysqld Dec 14 13:45:05 hrm....bet mysqld forks and creates a different pid than the one in start-stop-daemon Dec 14 13:45:28 yes Dec 14 13:45:33 common error Dec 14 13:45:49 ssd should use -b and the damon process it self should be told to not fork Dec 14 13:48:54 cshore_: yup Dec 14 13:49:23 xMff: did the libtools changes get backported to backfire? Dec 14 13:50:25 xMff: I'm just wondering because I had a couple of build errors with backfire last night, unfortunately I was too tired and cranky to record them Dec 14 13:51:05 no they didn't Dec 14 13:51:20 mysqld supports no non-daemon mode Dec 14 13:54:34 http://paste.openwrt.org/d752ea6ae Dec 14 13:54:37 xMff: so there could be problems due to libtool2ization of packages ? I think one of the packages was collectd Dec 14 13:54:58 cshore_: debian updated libtool recently Dec 14 13:55:02 ubuntu too Dec 14 13:55:50 xMff: ah, so backfire won't compile properly on those systems any more, likely ? Dec 14 13:56:09 thats what I think Dec 14 13:56:53 xMff: I know an older revision did compile successfully today though Dec 14 13:57:08 on both packages and backfire Dec 14 13:57:10 oder revision of packages? Dec 14 13:57:15 yes Dec 14 13:57:32 we don't apply any automatic fixups in backfire Dec 14 13:57:41 xMff: mysql patch works, cheers Dec 14 13:57:53 blogic: hi, xMff said you might be able to suggest where I could find u-boot source to run on infineon amazon? Dec 14 13:57:53 cshore_: compare the include/autotools.mk of the older rev and current bf Dec 14 13:58:17 Hauke: r22295, same result as current trunk Dec 14 13:59:04 10 forks from mysql... sigh. I just have one client connected and even that only a few minutes a day. I wonder if there's an embedded option or so Dec 14 13:59:12 or maybe I should start it on demand Dec 14 14:00:09 try --max_delayed_threads=3 or so Dec 14 14:00:14 can go to my.cnf Dec 14 14:00:27 doc|: hmmmm Dec 14 14:00:33 doc|: in theory yes Dec 14 14:00:37 :D Dec 14 14:00:43 doc|: what board do you have ? Dec 14 14:00:44 jow * r24565 /packages/libs/mysql/files/mysqld.init: [packages] mysql: fix initscript Dec 14 14:01:09 blogic: its a zyxel with infineon PSB 50601 HL Dec 14 14:02:07 xMff: new backfire has autoreconf Dec 14 14:02:31 yas but that is only called when the package specifies PKG_FIXUP:=autoreconf Dec 14 14:03:25 jow * r24566 /packages/libs/mysql/Makefile: [packages] mysql: ship mysql_system_tables.sql with mysql-server Dec 14 14:03:38 blogic: Hi, yesterday me and Misha tested alot the problem of the zd1211. Finally obtained that the problem is in the kernel. Dec 14 14:04:14 The driver is compiled and installed, we are sure because the files still exists but kernel reports and error. Dec 14 14:04:48 blogic: s /lib/firmware/zd1211/ Dec 14 14:04:48 zd1211_ub zd1211_uphm zd1211_ur zd1211b_uph zd1211b_uphr Dec 14 14:04:48 zd1211_uph zd1211_uphr zd1211b_ub zd1211b_uphm zd1211b_ur Dec 14 14:06:03 blogic: trying the command $ifconfig wlan0 up Dec 14 14:06:24 the answer is "usb 1-1: Could not load firmware file zd1211/zd1211_ub. Error number -2" Dec 14 14:08:42 hmmm....newer version of collectd .... that could be the issue Dec 14 14:08:59 COLLECTD ??? Dec 14 14:09:46 blogic: cshore: could be a good idea to test my firmware with another usb wifi key ? Dec 14 14:10:20 xMff: mh, nope, still eats 40mb ram Dec 14 14:11:14 I tried finding a solution once, but it seems there's no such thing as mysql with low footprint Dec 14 14:11:24 doc|: ok Dec 14 14:11:33 is it a multimodem ? Dec 14 14:11:37 what of these (low cost) usb wifi keys I'm sure to find here can work with owrt ? http://www.appinformatica.com/portatil-accesorios.htm Dec 14 14:11:38 anhow, i will do my best Dec 14 14:11:47 alicemirror: sorry that was to xMFf Dec 14 14:12:00 doc|: ping me in a couple of days Dec 14 14:12:32 cshore: no problem, I understood after my reply Dec 14 14:13:11 jow * r24567 /packages/libs/mysql/files/mysqld.init: [packages] mysql: further init script cleanup Dec 14 14:13:15 alicemirror: hmmm Dec 14 14:13:48 blogic: ok, im going to try the samsung amazon u-boot source.. its for a very similar chip Dec 14 14:13:51 loswillios: ;) Dec 14 14:15:21 ah you have the samsung src Dec 14 14:15:25 try it :) Dec 14 14:15:31 maybe lighttpd can fire it up on a request to a certain path. still needs to be killed after n minutes of inactivity though Dec 14 14:15:42 blogic: yeh just trying to work out how to tell uboot the flash size.. Dec 14 14:19:12 Hauke: hello? Dec 14 14:38:46 sto ricompilando con un clean, se non mi funziona torno indietro al punto dove la ethernet รจ stata testata. Dec 14 14:40:41 non capisco italiano Dec 14 14:40:57 xMff sorry, i set the wrong window :D Dec 14 15:35:37 Hauke: hello? Dec 14 15:36:00 oops Dec 14 15:43:24 blogic: another information. If i leave zd1211 driver (and 80211 libraries and wireless kernel libraries) usb to eth won't work. I must deactivate zd dirver. Dec 14 18:01:57 juhosg * r24568 /trunk/target/linux/ar71xx/files/arch/mips/ar71xx/ (dev-ap91-pci.c dev-ap91-pci.h): ar71xx: add helper function to setup LED pin and GPIO on the AP91 based boards Dec 14 18:02:01 juhosg * r24569 /trunk/target/linux/ar71xx/files/arch/mips/ar71xx/mach-tl-mr3x20.c: ar71xx: init the LED pin for ath9k on the TL-MR3[24]20 boards Dec 14 18:57:05 Is there any sooner plan to fix the multimedia/gst-plugin-base package that breaks the compilation due to recent overhaul? Dec 14 19:14:19 no Dec 15 00:20:09 jow * r24570 /trunk/include/autotools.mk: [include] autotools.mk: explicately pass toolchain versions of automake, autoconf, libtoolize, ... to autoreconf Dec 15 00:40:13 jow * r24571 /trunk/tools/mpfr/Makefile: [tools] mpfr: reenable HOST_FIXUP, it *should* work okay now after r24570 Dec 15 00:53:10 build #39 of etrax is complete: Failure [failed compile_3] Build details are at http://tksite.gotdns.org:8010/builders/etrax/builds/39 Dec 15 01:11:59 jow * r24572 /packages/libs/libvorbis/patches/ (. 001-automake-compat.patch): [packages] libvorbis: fix autoreconf Dec 15 01:15:15 jow * r24573 /trunk/include/autotools.mk: [include] autotools.mk: don't rely on shipped autogen.sh files Dec 15 01:15:38 anyone else encounter libjpeg bustage post r24256? Dec 15 01:16:09 I had some but fixed it Dec 15 01:16:17 can you paste the log please? Dec 15 01:16:21 also backfire or trunk? Dec 15 01:16:25 ping cshore? Dec 15 01:16:32 erm ping cshore. Dec 15 01:21:10 xMff: trunk, I'll paste it if I'm still seeing it Dec 15 01:23:53 thanks Dec 15 01:25:15 jow * r24574 /trunk/include/autotools.mk: [include] autotools.mk: always pass -I m4, some package don't seem to set correct AMFLAGS (or any at all..) Dec 15 01:47:51 jow * r24575 /packages/net/ettercap/patches/003-automake-compat.patch: [packages] ettercap: properly initialize libtool, change deprecated macro LTDL_SHLIB_EXT to LT_MODULE_EXT Dec 15 02:00:58 That update causes more problem in net/ettercap compilation as shown below: Dec 15 02:01:16 ec_plugins.c: In function 'plugin_filter': Dec 15 02:01:18 ec_plugins.c:134: error: expected ')' before 'LT_MODULE_EXT' Dec 15 02:01:19 make[5]: *** [ettercap-ec_plugins.o] Error 1 Dec 15 02:04:47 did you update your trunk as well? Dec 15 02:05:39 the previous error was exactly the same btw Dec 15 02:05:53 just with LTDL_SHLIB_EXT instead Dec 15 02:06:09 xMiff: Yes, my trunk has been updated to r24574 Dec 15 02:06:20 then I need the full log Dec 15 02:07:01 xMiff: Is there a way to upload a log file? Dec 15 02:07:11 nope Dec 15 02:07:37 xMff: Let me try to cut/paste the last part to pastebin if that's OK? Dec 15 02:07:57 I need the parte before configure Dec 15 02:08:59 xMff: Hold on. Let me try the pastebin. Dec 15 02:10:51 jow * r24576 /packages/libs/liboil/patches/001-no-tools-docs-examples.patch: [packages] liboil: don't build tools, docs and examples Dec 15 02:14:30 xMff: Check out this http://pastebin.com/TGjD5dPd for the net/ettercap compilation dump. Dec 15 02:15:23 is this indeed trunk? Dec 15 02:16:48 xMff: If you meant OpenWRT SVN development trunk, then yes. Dec 15 02:17:01 it does not run autoreconf Dec 15 02:17:40 xMiff: My .config shows as follows: Dec 15 02:17:44 # Automatically generated make config: don't edit Dec 15 02:17:46 # OpenWrt version: Kamikaze (r24574) Dec 15 02:17:47 # Tue Dec 14 20:51:28 2010 Dec 15 02:19:10 something is quite wrong Dec 15 02:19:37 any local diffs? Dec 15 02:19:46 svn diff rules.mk include/ Dec 15 02:20:11 XMff: Hold on. I believe I used my local Makefile. Let me try to recompile it after fetching the Makefile and will post back. Dec 15 02:20:37 no-autoreconf ? Dec 15 02:20:48 xMff: Yes. Dec 15 02:20:49 that could explain it Dec 15 02:21:20 xMff: Exactly. Sorry about that false alarm. I will keep updated once the compilation is done. Dec 15 02:21:27 in some cases it is really needed to fixup the ancient stuff several packages ship Dec 15 02:23:12 xMff: Done! net/ettercap finally and successfully compiled. Dec 15 02:25:48 allright Dec 15 02:25:59 jow * r24577 /packages/libs/gettext/Makefile: [packages] gettext: don't try to "hide" libintl anymore, all packages relying on glib2 also need intl anyway so there's no point to fix it in every package Dec 15 02:26:07 now rebuild gettext Dec 15 02:26:13 it should solve gst-plugins-* Dec 15 02:26:28 xMff: OK and will report back. Dec 15 02:35:19 jow * r24578 /packages/libs/libiconv/Makefile: [packages] iconv: same, install header and libraries into the standard staging dir Dec 15 02:45:24 build #38 of xburst is complete: Success [build successful] Build details are at http://tksite.gotdns.org:8010/builders/xburst/builds/38 Dec 15 02:52:35 xMff: After 'svn up' to r24574, the libs/liboil breaks the compilation due to an unsuccessful patch of 001-no-tools-docs-examples.patch file as shown below: Dec 15 02:52:39 Applying ./patches/001-no-tools-docs-examples.patch using plaintext: Dec 15 02:52:41 patching file Makefile.am Dec 15 02:52:42 Hunk #1 FAILED at 1. Dec 15 02:52:44 1 out of 1 hunk FAILED -- saving rejects to file Makefile.am.rej Dec 15 02:52:45 patching file Makefile.in Dec 15 02:52:47 Hunk #1 FAILED at 278. Dec 15 02:52:48 1 out of 1 hunk FAILED -- saving rejects to file Makefile.in.rej Dec 15 02:52:50 Patch failed! Please fix ./patches/001-no-tools-docs-examples.patch! Dec 15 02:52:51 make[2]: *** [/opt/tmp/openwrt-svn-trunk/build_dir/target-arm_v5te_uClibc-0.9.31_eabi/liboil-0.3.17/.prepared_f6d469e98ed6498f6d4f8757cb76199c] Error 1 Dec 15 02:52:56 odd Dec 15 02:53:30 xMff: This time, I made sure I have the original Makefile for the liboil package. Dec 15 02:54:10 hm works here Dec 15 02:54:28 md5sum dl/liboil-0.3.17.tar.gz Dec 15 02:54:43 47dc734f82faeb2964d97771cfd2e701 dl/liboil-0.3.17.tar.gz Dec 15 02:54:50 xMff: 47dc734f82faeb2964d97771cfd2e701 dl/liboil-0.3.17.tar.gz Dec 15 02:54:58 very odd Dec 15 02:55:21 md5sum package/feeds/packages/liboil/patches/001-no-tools-docs-examples.patch Dec 15 02:55:21 4b72bfec052150e046922fb87c08fa3f package/feeds/packages/liboil/patches/001-no-tools-docs-examples.patch Dec 15 02:55:34 xMff: I used 'make package/feeds/packages/liboil/{clean,compile} V=99' Dec 15 02:55:53 remove the feeds/packages/ part Dec 15 02:56:17 xMff: 4b72bfec052150e046922fb87c08fa3f package/feeds/packages/liboil/patches/001-no-tools-docs-examples.patch Dec 15 02:56:27 xMff: Identical MD5SUM. Dec 15 02:57:37 xMff: I don't have packages directory on my OpenWRT root directory. Only package directory. Dec 15 02:57:56 just "make package/liboil/{clean,compile}" Dec 15 02:58:03 the paths are virtual Dec 15 02:58:10 xMff: OK. Dec 15 02:58:29 xMff: I will report back once the compilation is done. Dec 15 02:58:48 xMff: only ccache usage induced libjpeg bustage now, http://paste.openwrt.org/m781f37d2 Dec 15 02:58:58 make packages/liboil/{clean,compile} V=99 | tee error.log Dec 15 02:58:59 Collecting package info: done Dec 15 02:59:01 make[1]: *** make[1]: Entering directory `/opt/tmp/openwrt-svn-trunk' Dec 15 02:59:02 No rule to make target `packages/liboil/clean'. Stop. Dec 15 02:59:04 make[1]: Leaving directory `/opt/tmp/openwrt-svn-trunk' Dec 15 02:59:06 make: *** [packages/liboil/clean] Error 2 Dec 15 02:59:17 mazilo: package/ no plural s Dec 15 02:59:33 xMff: OK. **** ENDING LOGGING AT Wed Dec 15 02:59:57 2010