**** BEGIN LOGGING AT Mon Oct 17 02:59:57 2011 Oct 17 05:25:17 build #76 of avr32 is complete: Failure [failed compile_4] Build details are at http://buildbot.openwrt.org:8010/builders/avr32/builds/76 Oct 17 10:06:11 florian * r28466 /branches/backfire/target/linux/rdc/ (5 files in 2 dirs): [rdc] fix 015-r6040_fix_multicast.patch not applying Oct 17 10:46:00 nico * r28467 /packages/ (4 files in 3 dirs): Oct 17 10:46:00 [packages] ffmpeg: use VARIANTs for building libffmeg Oct 17 10:46:00 * libffmeg-custom (configurable, for developers) Oct 17 10:46:00 * libffmeg-mini (hopefully suitable for DLNA) Oct 17 10:46:00 * libffmeg-full (full-blown) Oct 17 10:54:21 Hi everyone! Oct 17 10:54:57 I'm trying to compile my helloworld package for the openwrt, but I get an error from ld saying: cannot find -lgcc_s Oct 17 10:55:08 does anyone know why? Oct 17 10:56:20 put your Makefile on pastebin Oct 17 10:56:26 ..please Oct 17 10:58:53 http://pastebin.com/G3GKKbDT Oct 17 11:00:01 that is a whiterussian makefile Oct 17 11:00:03 that's the Makefile for the package, the one for helloworld is very plain, containing three rules, helloworld, helloworld.o and clean Oct 17 11:00:17 as in its about 4 years outdated Oct 17 11:00:28 :/ Oct 17 11:00:52 http://wiki.openwrt.org/doc/devel/packages Oct 17 11:01:34 so, just swap the Makefile then Oct 17 11:01:37 I'll give it a try Oct 17 11:01:39 thanks Oct 17 11:08:42 nico * r28468 /packages/admin/pmacct/ (4 files in 2 dirs): Oct 17 11:08:42 [packages] pmacct: use VARIANTs, add sfacctd Oct 17 11:08:42 * use VARIANTs to build basic, mysql, postgresql & sqlite derivatives Oct 17 11:08:42 * add sfacctd (sFlow accounting daemon) Oct 17 11:08:42 * add config-time dependency on IPv6 Oct 17 11:10:07 nico * r28469 /packages/utils/lcd4linux/ (Config.in Makefile): [packages] lcd4linux: remove mdm166a driver (not present anymore) Oct 17 11:11:11 nico * r28470 /packages/net/deluge/Makefile: [packages] deluge: split daemon & UIs Oct 17 11:19:35 nico * r28471 /branches/packages_10.03.1/net/deluge/Makefile: [backfire/packages] deluge: merge [28470] Oct 17 11:58:51 hello Oct 17 12:03:40 <{Nico}> 'lo acoul Oct 17 12:06:12 jow_laptop: im not sure if this was ever answered a while ago; seems the ZyXEL NBG5715 was donated to openwrt. it also apparently out of the box runs a version of openwrt. is there to be 'actual' support in trunk for this router at some point? Oct 17 12:06:26 probably Oct 17 12:06:43 i was just curious what the implication of being 'donated hardware' was Oct 17 12:07:00 it means that hardware was donated ;) Oct 17 12:07:15 well thats the obvious conclusion ;) Oct 17 12:07:26 there are usually no specific promises Oct 17 12:07:31 no set timelines Oct 17 12:07:31 just, does it sit in a corner on a shelf, or does work go into it faster or is it just about 'meh whatever works' Oct 17 12:08:00 depends on the developer Oct 17 12:08:04 it means that if someone feels like plying wit the unit, there is one availble Oct 17 12:08:07 :) Oct 17 12:08:33 ah Oct 17 12:10:46 sometimes a dev has a pecific needs for a device Oct 17 12:11:15 but if you just have a random device, then it really depends on what the device is Oct 17 12:11:42 the curiosity was sparked because the donations page said ZyXEL donated like 4 models Oct 17 12:12:27 blogic: ah, now I get a little further, but ld is stilling complaining. Now it cannot find ld-uClibc.so.0. I have checked that ld-uClibc.so.0 exists, but it seems that the Makefile for helloworld does not get the include path for the .so file in LDFLAGS Oct 17 12:12:39 s/stilling/still Oct 17 12:12:50 so along with this, i wonder if a: all these models have openwrt firmware modified from the manufacturer, and b: what happens now with such amazing hardware in the model I mentioned :) i'd love to try out such a model with official trunk vs hacking/modding their already modded firmware Oct 17 12:14:03 tormsl: paste your makefile, it should be straightforward. See for example package/resolveip/ for a very simple package Oct 17 12:14:49 mystica555: no idea Oct 17 12:15:02 http://pastebin.com/9huDHUM3 Oct 17 12:15:19 tormsl: that is still no proper OpenWrt makefile Oct 17 12:15:55 tormsl: https://dev.openwrt.org/browser/trunk/package/resolveip/Makefile Oct 17 12:16:25 simple makefiles like yours lack any kind of environment setup so they'll most likely not work at all Oct 17 12:17:34 if you indeed want to compile outside of the openwrt framework, with just the toolchain available then you have to setup CFLAGS, LDFLAGS and PATH yourself Oct 17 12:17:48 ok, my fault then :D but the directory structure for helloworld should be ./Makefile, ./src/, ./src/Makefile right? Oct 17 12:17:56 yes Oct 17 12:18:19 good, and the Makefile (like the one for resolveip), should be the one in ./Makefile Oct 17 12:18:20 see package/uhttpd/ or package/mtd/ as example Oct 17 12:18:23 yes Oct 17 12:19:09 and the one within the src directory, should that be openwrt specific as well? Oct 17 12:19:23 just asking to be sure Oct 17 12:19:35 I will have a look at the packages you mentioned Oct 17 12:19:57 no, the inner one does not need openwrt specifics, it just needs to follow design principles Oct 17 12:20:11 like not hardcoding CC or CFLAGS Oct 17 12:20:23 marek * r28472 /packages/net/batman-adv/patches/batman-adv_fix_tt_local_reset_flags_function.patch: Oct 17 12:20:23 batman-adv: add critical bug fix Oct 17 12:20:23 Signed-off-by: Marek Lindner Oct 17 12:20:30 ok - message received :D thanks Oct 17 12:29:50 jow * r28473 /branches/packages_10.03.1/net/batman-adv/patches/batman-adv_fix_tt_local_reset_flags_function.patch: [backfire/packages] batman-adv: merge r28472 Oct 17 12:45:41 marek * r28474 /packages/net/batman-adv/patches/ (2 files): Oct 17 12:45:41 batman-adv: yet another critical bug fix Oct 17 12:45:41 Forgot to add this one during the last round. Oct 17 12:45:41 Signed-off-by: Marek Lindner Oct 17 12:47:31 critical bugfixes..fun :) Oct 17 12:49:18 jow * r28475 /trunk/package/6in4/ (Makefile files/6in4.hotplug): [package] 6in4: sync with HE.net endpoint update changes Oct 17 12:50:05 jow * r28476 /branches/backfire/package/6in4/ (Makefile files/6in4.hotplug): [backfire] 6in4: merge r28475 Oct 17 12:51:19 jow * r28477 /branches/packages_10.03.1/net/batman-adv/patches/ (2 files): [backfire/packages] batman-adv: merge r28474 Oct 17 13:19:50 closer, but now I'm getting the same error I started with, that ld cannot find -lgcc_s. I have pasted the output from make V=99 here http://pastebin.com/XTSbNn3L, could anyone take a quick look and see if there is anything there which can hint at what is wrong? Oct 17 13:31:17 try adding $(GCC_S) to your TARGET_LDFLAGS Oct 17 13:34:46 in the define Build/Compile section? Oct 17 13:35:44 TARGET_LDFLAGS += $(GCC_S) Oct 17 13:35:54 outside Oct 17 13:36:08 sorry, its LIBGCC_S Oct 17 13:41:34 getting closer, not I get this: libc.so: undefined reference to `_dl_app_init_array' Oct 17 13:41:56 ld: warning: ld-uClibc.so.0, needed by Oct 17 13:42:09 s/not/now Oct 17 13:45:45 on another note, how hard is it to configure the makefile to get the source code from a local folder instead of a remote archive? Oct 17 13:50:27 no, the three examples I sent earlier all do that Oct 17 13:50:45 btw, I think the toolchain you've got is just broken Oct 17 13:59:35 I got the SDK from here http://downloads.openwrt.org/backfire/10.03.1-rc5/brcm47xx/ Oct 17 13:59:52 untar'd it and added the package Oct 17 13:59:59 havent changed it in any other way Oct 17 14:04:28 nico * r28478 /packages/net/netatalk/Makefile: [packages] netatalk: update to 2.2.1 (closes: #10070) Oct 17 14:10:14 nico * r28479 /packages/net/hiawatha/Makefile: [packages] hiawatha: update to 7.7 (thanks to Raphael Huck) Oct 17 14:15:45 nico * r28480 /packages/net/hiawatha/Makefile: [packages] hiawatha: add dependency on zlib (closes: #9634) Oct 17 14:16:16 tormsl: that error might happen if it attempts to link against the host libc Oct 17 14:16:26 tormsl: whats the exact commandline leading to this error? Oct 17 14:17:39 http://pastebin.com/nNj74mgz Oct 17 14:18:02 ah the rpath issue Oct 17 14:18:32 TARGET_CFLAGS += -Wl,-rpath-link=$(STAGING_DIR)/usr/lib Oct 17 14:28:11 hmm, it still complains. although, I can see the rpath-link parameter in the mipsel-openwrt-linux-uclibc-gcc command Oct 17 14:28:33 hi Oct 17 14:28:37 ping {Nico} Oct 17 14:30:24 <{Nico}> tripolar: pong Oct 17 14:30:38 <{Nico}> tripolar: finally :) Oct 17 14:31:19 jow_laptop: maybe I should try checing out the SDK and build it manually? Oct 17 14:31:37 tormsl: yeah, probably the best for now Oct 17 14:32:30 I'll give it a try Oct 17 14:33:39 {Nico}: :) Oct 17 14:33:51 {Nico}: is my busybox patch okay and will it be applied? Oct 17 14:36:20 <{Nico}> tripolar: yeah, it's good, it's in the queue, i'll commit it later today Oct 17 14:36:48 <{Nico}> tripolar: thanks Oct 17 14:37:40 okay Oct 17 14:37:57 im allready using it for some days by now Oct 17 14:38:26 <{Nico}> did you try it on different arches ? Oct 17 14:44:51 no just on brcm47xx Oct 17 14:48:05 nico * r28481 /packages/libs/sqlite3/Makefile: [packages] sqlite3: install missing sqlite3ext.h header (closes: #10239) Oct 17 14:56:36 jow * r28482 /packages/net/netatalk/ (Makefile patches/ patches/001-automake-compat.patch): [packages] netatalk: remove some redundant CFLAG overrides, use autoreconf to ensure a consistent configure outcome, patch broken shipped iconv.m4 Oct 17 15:27:10 jow * r28483 /packages/net/netatalk/files/afpd.conf: [packages] netatalk: also load uams_dhx2.so (#10070) Oct 17 15:44:40 It looks like luci trunk doesn't support 6to4. Oct 17 15:44:50 I've installed 6to4.radvd...The 6to4 still doesn't show up in Protocol of the new interface. Oct 17 16:18:03 you need to install luci-proto-6x4 Oct 17 16:18:25 Just found it,thanks Oct 17 16:20:42 jow_laptop: luci-proto-6x4 is not seem in repo.Looks like I have to comply one. Oct 17 16:22:31 http://downloads.openwrt.org/snapshots/trunk/x86/packages/luci-proto-6x4_trunk+svn7740-1_x86.ipk Oct 17 16:22:36 dunno about other arches Oct 17 18:26:32 build #76 of xburst is complete: Exception [exception interrupted] Build details are at http://buildbot.openwrt.org:8010/builders/xburst/builds/76 Oct 17 18:26:33 build #74 of kirkwood is complete: Exception [exception interrupted] Build details are at http://buildbot.openwrt.org:8010/builders/kirkwood/builds/74 Oct 17 18:26:36 build #71 of au1000 is complete: Exception [exception interrupted] Build details are at http://buildbot.openwrt.org:8010/builders/au1000/builds/71 Oct 17 18:26:38 build #70 of iop32x is complete: Exception [exception interrupted] Build details are at http://buildbot.openwrt.org:8010/builders/iop32x/builds/70 Oct 17 18:54:05 build #94 of ubicom32 is complete: Failure [failed compile_3] Build details are at http://buildbot.openwrt.org:8010/builders/ubicom32/builds/94 Oct 17 19:34:02 build #96 of at91 is complete: Failure [failed compile_4] Build details are at http://buildbot.openwrt.org:8010/builders/at91/builds/96 Oct 17 19:36:58 nico * r28484 /packages/net/pmacct/: [packages] remove empty net/pmacct dir Oct 17 19:49:59 hauke * r28485 /branches/backfire/package/mac80211/Makefile: Oct 17 19:49:59 mac80211: disable libertas-sd for kernel 2.6.30 Oct 17 19:49:59 This does not build with kernel 2.6.30 and compat-wireless does not Oct 17 19:49:59 support this for kernel 2.6.30 anyway. As I do not want to backport Oct 17 19:49:59 this I just deactivated it. If someone needs this module in backfire Oct 17 19:49:59 with kernel 2.6.30 please open a ticket, I do not know of any device. Oct 17 20:10:58 where's mb__? :) i've got cool news wrt n800 Oct 17 20:20:33 slonopotamus: I have n810, share the news! :) Oct 17 20:25:51 solca: i've got working driver for n800 touchscreen and keypad Oct 17 20:26:45 solca: appliable on top of openwrt patches, so it would be great if you added it to patchset Oct 17 20:27:45 slonopotamus: great work Oct 17 20:27:54 iirc n810 have different ts driver Oct 17 20:28:21 you did port the old kernel driver to a newer one? Oct 17 20:28:50 solca: actually i just took last commit when it still existed in linux-omap, tweaked a bit so it compiled against 2.6.38 and threw in a bunch of code in board file Oct 17 20:30:03 yep, n810 has different ts Oct 17 20:30:21 and on n800 it is tsc2301 that handles both touchscreen and keypad Oct 17 20:31:54 slonopotamus: ok, mb should see it Oct 17 20:32:15 I wish had time to check n810 support but ... Oct 17 20:32:41 n810 is in much better shape (only gps and sound are missing afaik) Oct 17 20:33:50 great! Oct 17 20:34:28 well, and charging :-/ mb__ did smth with it but says his driver isn't functional yet **** ENDING LOGGING AT Tue Oct 18 02:59:57 2011