**** BEGIN LOGGING AT Wed Apr 11 02:59:58 2012 Apr 11 05:36:10 build #151 of orion is complete: Failure [failed compile_6] Build details are at http://buildbot.openwrt.org:8010/builders/orion/builds/151 Apr 11 10:37:27 http://paste.pocoo.org/show/579439/ Apr 11 11:41:05 build #116 of gemini is complete: Failure [failed compile_6] Build details are at http://buildbot.openwrt.org:8010/builders/gemini/builds/116 Apr 11 13:15:13 build #116 of rdc is complete: Failure [failed compile_4] Build details are at http://buildbot.openwrt.org:8010/builders/rdc/builds/116 Apr 11 14:17:16 build #141 of ppc44x is complete: Exception [exception upload] Build details are at http://buildbot.openwrt.org:8010/builders/ppc44x/builds/141 Apr 11 14:22:12 philipp64|laptop: you happy with me updating geos to 3.3.1, I assume? Apr 11 14:25:59 what takes 22 seconds at boot time? Apr 11 14:26:00 [ 6.516423] hub 2-0:1.0: 4 ports detected Apr 11 14:26:00 - init - Apr 11 14:26:00 Please press Enter to activate this console. [ 28.238438] Compat-wireless backport release: compat-wireless-2012-02-27-1-r31249 Apr 11 14:26:05 that seems excessive. Apr 11 15:13:43 build #132 of ixp4xx is complete: Exception [exception upload] Build details are at http://buildbot.openwrt.org:8010/builders/ixp4xx/builds/132 Apr 11 15:47:52 build #124 of iop32x is complete: Failure [failed compile_10] Build details are at http://buildbot.openwrt.org:8010/builders/iop32x/builds/124 Apr 11 16:26:36 build #132 of xburst is complete: Exception [exception upload] Build details are at http://buildbot.openwrt.org:8010/builders/xburst/builds/132 Apr 11 17:26:00 i've added a patch with a lower number than some of my patches; now make fails on applying my first patch. what's the best way to rectify this? Apr 11 17:27:23 build #121 of etrax is complete: Exception [exception upload] Build details are at http://buildbot.openwrt.org:8010/builders/etrax/builds/121 Apr 11 17:30:28 build #158 of ubicom32 is complete: Failure [failed compile_1] Build details are at http://buildbot.openwrt.org:8010/builders/ubicom32/builds/158 Apr 11 17:41:11 build #126 of au1000 is complete: Exception [exception upload] Build details are at http://buildbot.openwrt.org:8010/builders/au1000/builds/126 Apr 11 17:41:30 build #161 of s3c24xx is complete: Failure [failed compile_4] Build details are at http://buildbot.openwrt.org:8010/builders/s3c24xx/builds/161 Apr 11 17:55:15 build #160 of at91 is complete: Failure [failed compile_4] Build details are at http://buildbot.openwrt.org:8010/builders/at91/builds/160 Apr 11 18:03:01 btsimonh: rm -rf tmp Apr 11 18:05:38 I did a make clean; is that not enough? Apr 11 18:07:10 luka12345: hi luka :), any sign of a package yet? Apr 11 18:37:21 build #130 of kirkwood is complete: Exception [exception upload] Build details are at http://buildbot.openwrt.org:8010/builders/kirkwood/builds/130 Apr 11 19:10:09 build #131 of ar71xx is complete: Exception [exception upload] Build details are at http://buildbot.openwrt.org:8010/builders/ar71xx/builds/131 Apr 11 19:27:23 btsimonh: not yet Apr 11 20:25:03 build #119 of ep93xx is complete: Exception [exception upload] Build details are at http://buildbot.openwrt.org:8010/builders/ep93xx/builds/119 Apr 11 20:54:02 Delboy_: any packages yet? Apr 11 21:00:03 btsimonh: nor yet Apr 11 21:49:15 hi, I have question.. I made a package, with files/ directory and file and symlink to it inside. its created correctly as *.ipk , but this symlink is missing in bin/kirkwood/openwrt-kirkwood-rootfs.tgz , what could be wrong? where I should look for solution ? :-/ Apr 11 21:52:44 mirko * r31252 /packages/devel/dmalloc/Makefile: [packages/dmalloc] dmalloc currently only compiles when using (e)glibc (missing headers with uclibc) Apr 11 21:53:10 mirko * r31253 /packages/devel/dmalloc/patches/400-undef-strndup.patch: Apr 11 21:53:10 [packages/dmalloc] undef macro 'strdup' Apr 11 21:53:10 dmalloc defines its own prototypes of alloc/string-functions, Apr 11 21:53:10 when compiling however with optimizations libc might turn 'strdup' into a macro which can't be overloaded that way anymore. Apr 11 21:53:11 'undef strdup' before (re)defining. Apr 11 21:53:11 gcc error: dmalloc.h:460:7: error: expected identifier or '(' before '__extension__' Apr 11 21:55:04 woah, this took me hours! Apr 11 21:55:11 gcc/(e)glibc magic.. Apr 11 21:58:37 mirko btw, are all *libc flavours are officially supported ? somtimes I have problems compiling particular packages vs uClibc/eglibc (can't point anything atm, dont remember) Apr 11 21:59:10 voyo: i'm using eglibc in 2 projects heavily Apr 11 21:59:28 and try to maintain eglibc as good as possible (recommend version 2.13) Apr 11 21:59:40 regarding glibc, i'd actually like to get rid of it Apr 11 22:01:27 I had problems with eglibc , with some packages. I tried with uClibc - everything was ok. so I thought that this is only supported libc version. but I need to use eglibc (problems with mono, Im using using it). so I had to made some patches similar like your above. Apr 11 22:01:49 voyo: tell me if you experience issues Apr 11 22:02:58 eglibc 2.14 currently fails with quite some packages since librpc got pulled out Apr 11 22:03:32 mirko: dont remember now, I'll try to check later which packages was problematic and will let you know, maybe its even already solved, Im not using trunk (but about 2-3 months old version) Apr 11 22:04:04 hm.. possible that was it.. Apr 11 22:04:13 mirko: librpc pulled out of eglibc ? Apr 11 22:04:54 jow_laptop: if i recall right - yes.. Apr 11 22:05:41 jow_laptop: for reference: http://sourceware.org/ml/crossgcc/2011-07/msg00014.html Apr 11 22:06:04 did you try to use librpc as substitution? Apr 11 22:06:15 jow_laptop: that's on my todo ;) Apr 11 22:06:19 I see Apr 11 22:08:24 guys, can you give me some hints with my problem above ? (missing symlinks from package) Apr 11 22:16:29 voyo: is it right in build_dir/target-*/root-*/ ? Apr 11 22:17:37 mirko: no, its missing too. I think I found it, just checking again. (Its /init symlink, I think I found it 'rm' in kernel-defaults.mk , annoying :P ) Apr 12 00:36:12 build #162 of s3c24xx is complete: Failure [failed compile_4] Build details are at http://buildbot.openwrt.org:8010/builders/s3c24xx/builds/162 Apr 12 00:38:06 build #159 of ubicom32 is complete: Failure [failed compile_1] Build details are at http://buildbot.openwrt.org:8010/builders/ubicom32/builds/159 Apr 12 00:49:00 build #161 of at91 is complete: Failure [failed compile_4] Build details are at http://buildbot.openwrt.org:8010/builders/at91/builds/161 Apr 12 01:20:49 swalker * r31254 /packages/utils/oww/Makefile: [packages] oww: update to 0.86.0 **** ENDING LOGGING AT Thu Apr 12 02:59:58 2012