**** BEGIN LOGGING AT Fri Dec 30 02:59:57 2011 Dec 30 08:07:57 philipp64|laptop: i did not look Dec 30 08:28:33 ok. Dec 30 09:47:05 build #98 of avr32 is complete: Failure [failed compile_4] Build details are at http://buildbot.openwrt.org:8010/builders/avr32/builds/98 Dec 30 11:35:54 build #111 of ps3 is complete: Failure [failed compile_6] Build details are at http://buildbot.openwrt.org:8010/builders/ps3/builds/111 Dec 30 11:47:56 nbd: ping Dec 30 11:51:59 aroscha: pong Dec 30 11:52:24 nbd: we are in room A04 Dec 30 11:52:35 i'm not at bcc yet Dec 30 11:52:38 in case you want to hook up Dec 30 11:52:38 probably in 1-2 hours Dec 30 11:52:39 ok Dec 30 11:52:41 np Dec 30 11:52:44 we will be here Dec 30 11:52:56 bbl Dec 30 17:15:45 i finaly sucess to compile image but without "-lstdc++", i added that to these files and their PPLLIBS line end http://dpaste.com/679387/ , but what would be solution to enter this file to actualy source and not to build env? Dec 30 18:06:16 nbd: did you manage to meet Pau & Roger ? Dec 30 18:06:25 * aroscha is back from the CCC already Dec 30 18:06:52 yes Dec 30 18:40:03 how safe is to use an image build without "-lstdc++" ? Dec 30 19:40:44 crow: what errors did you have? Dec 30 19:48:04 luka12345 https://dev.openwrt.org/ticket/10587#comment:3 Dec 30 19:49:54 crow: i run archlinux also Dec 30 19:50:07 i'll test without -lstdc++ Dec 30 19:50:20 i have the same issue also Dec 30 19:50:45 but once the toolchain is built there is no errors Dec 30 19:50:54 building fails only with toolchain Dec 30 19:51:07 like i said i will test it, then we will see Dec 30 20:03:15 luka12345 i didnt have had problems with toolchain compiles fine here, but building image fails without these changes in Makefile. Dec 30 20:03:28 only i dont know where to add this to toolchain source, Dec 30 20:04:05 because once make dirclean is done, these stuff are gone Dec 30 20:12:02 build #111 of pxcab is complete: Failure [failed compile_10] Build details are at http://buildbot.openwrt.org:8010/builders/pxcab/builds/111 Dec 30 20:18:42 crow: patch should be done in toolchain/gcc/patches/4.5-linaro Dec 30 20:21:20 did you see this Dec 30 20:21:21 222 # If HOST_LIBS is set, then the user is controlling the libraries to Dec 30 20:21:21 223 # link against. In that case, link with $(CC) so that the -lstdc++ Dec 30 20:21:21 224 # library is not introduced. If HOST_LIBS is not set, link with Dec 30 20:21:23 225 # $(CXX) to pick up -lstdc++. Dec 30 20:23:09 this is the error that i'm getting: Dec 30 20:23:10 http://pastebin.com/u7tfu1tf Dec 30 20:23:23 what is your error? Dec 30 20:28:24 find . -name Makefile -print0 | xargs --null grep -w PPLLIBS | grep lstdc Dec 30 20:28:30 returns nothing for me Dec 30 20:28:44 i have disabled lstdc in "make menuconfig" Dec 30 20:39:33 dont grep lstdc Dec 30 20:39:56 you actualy need to add -lstdc to line like here once toolchain is build http://dpaste.com/679387/ Dec 30 20:40:20 luka12345 i sow that in Makefile but i dont know how to do actualy that what suggested is.. Dec 30 20:42:05 luka12345 and i would like to not use HOST_LIBS Dec 30 20:42:42 so i should add -lstdc in order to avoid error? Dec 30 20:44:07 yes Dec 30 20:44:26 build just toolchain : make tools/{clean,compile,install} Dec 30 20:45:01 and then you will have these 3 Makefile, edit them and look for line with "PPLLIBS" and add "-lstdc++" to end of line Dec 30 20:45:05 without quote Dec 30 20:46:44 luka12345 but you already have toolchain so just do : find . -name Makefile -print0 | xargs --null grep -w PPLLIBS Dec 30 20:47:16 should be more output but actualy only to these three place it should be added: http://dpaste.com/679387/ Dec 30 20:48:31 crow: i'm testing it... Dec 30 20:48:32 luka12345 do you know how to do this: If HOST_LIBS is not set, link with $(CXX) to pick up -lstdc++. Dec 30 20:48:58 not yet Dec 30 20:49:51 luka12345 you are also on archlinux x86_64 and up to date? Dec 30 20:50:17 yup Dec 30 20:50:25 cool Dec 30 20:50:57 hmmm Dec 30 20:51:01 i have image, but i didnt flash it jet, i would like to know if compiling without lstdc++ is fine :), dont wanna brick my router for new year Dec 30 20:51:32 when i manually add -lstdc++ it gets removed when i do make toolchain/compile QUILT=1 Dec 30 20:52:19 well you dont have error when you do toolchain compile so just leave it, and after toolchain compile edit that 3 files Dec 30 20:53:30 but i want to solve toolchain compile bug :) Dec 30 20:53:55 that is what is buging me Dec 30 20:56:09 you edited this file : build_dir/toolchain-mips_r2_gcc-4.5-linaro_uClibc-0.9.32/gcc-linaro-4.5-2011.08-minimal/gcc/Makefile Dec 30 20:56:31 (dont do clean) just repeat compile Dec 30 20:57:14 i could compile toolchain just fine, but image not. Dec 30 20:57:24 for which platform are you compiling? Dec 30 20:58:03 mips lantiq Dec 30 20:58:18 luka12345 also do you get on "svn up" which gmake missing? , for that ln -s with make. Dec 30 20:59:54 no i dont get that... Dec 30 21:01:58 luka12345 and when you add to this file -lstdc++ still dones compile? home/luka/tmp/owrt_trunk/build_dir/toolchain-mips_r2_gcc-4.5-linaro_uClibc-0.9.32/gcc-linaro-4.5-2011.08-minimal/gcc/Makefile Dec 30 21:07:27 it does Dec 30 21:07:36 i'm now writing a patch Dec 30 21:07:48 * luka12345 looks where to put it best Dec 30 21:15:01 good luck :) Dec 30 21:16:21 can someone please commit the libupnp version bump? thanks. Dec 30 21:17:37 luka12345 it just need to be figured out where and how is this from Makefile done: If HOST_LIBS is not set, link with $(CXX) to pick up -lstdc++. Dec 30 22:08:46 crow: now i have this error: http://pastebin.com/umYym3FQ Dec 30 22:09:31 after applying this patch: http://pastebin.com/DU6MVGSZ Dec 30 22:10:07 could you apply the patch and run make toolchain/{clean,compile} Dec 30 23:07:34 luka12345 where should that patch go? Dec 30 23:47:08 build #83 of mpc52xx is complete: Failure [failed compile_10] Build details are at http://buildbot.openwrt.org:8010/builders/mpc52xx/builds/83 **** ENDING LOGGING AT Sat Dec 31 02:59:57 2011