**** BEGIN LOGGING AT Wed Aug 31 02:59:57 2011 Aug 31 11:01:30 hi, I have problem compiling 2.3.7.0_beta1 from svn. This is the log when do "make V=99": http://pastebin.com/DQPNNASN Aug 31 11:02:13 oh, I forgot I'm on Mac os Lion Aug 31 11:04:13 Hmm, let me see Aug 31 11:05:24 youtux: Could it be that your "make" is BSD make and not GNU make? Aug 31 11:05:37 (perhaps you have a "gmake" command?) Aug 31 11:07:09 Hmm, a quick Google shows it's called "gnumake", but you might need to separatly install it Aug 31 11:07:25 Not entirely sure if that's the problem, but I suspect it is Aug 31 11:26:50 blathijs: thanks for the answer, how can I check if it is a BSD make or the GNU make? Aug 31 11:27:34 got it, make --version says GNU Make 3.81 Aug 31 11:28:59 btw, using gmake V=99 i get the same errors Aug 31 11:29:53 Ok, then that's not the problem :-) Aug 31 11:31:16 let me understand, those errors mean that the compiler is searching functions like sin, cos, log,… in liblua.so but it can't find them? Aug 31 11:31:17 It seems like it somehow doesn't link in libc Aug 31 11:31:50 Almost: It's linking in liblua.so, which uses those functions, but it can't find the functions Aug 31 11:32:11 and IIRC, all of those functions should be in libc/uclibc, which should be linked in by default Aug 31 11:33:44 is it normal that in staging_dir/mipsel/usr/lib/ there isn't limb? Aug 31 11:33:49 libm imean Aug 31 11:33:58 I mean limb :) Aug 31 11:34:13 autocorrect fail: I mean libm Aug 31 11:34:29 the last one is the correct one Aug 31 11:35:16 hehe Aug 31 11:35:20 Let me see Aug 31 11:35:25 thanks :) Aug 31 11:35:42 Seems so, I don't have one either Aug 31 11:36:02 mmmm, so where should the math library be? Aug 31 11:36:26 You are making an excellent point: Those functions are not in libc, but in libm or libdl Aug 31 11:36:39 both of which are specified on the commandline Aug 31 11:37:19 but where are them? :) Aug 31 11:37:41 /staging_dir/toolchain-mipsel_gcc4.1.2/lib/libm.so Aug 31 11:38:24 Any chance you switched between 2.0g and 2.0n after a (partial) compile? Aug 31 11:38:42 i did not understand Aug 31 11:38:53 i made a menuconfig and choosed 2.0n Aug 31 11:39:04 From a blank checkout? Aug 31 11:39:06 maybe I selected some modular options Aug 31 11:39:19 should i reset the .config? Aug 31 11:39:31 Or did you first use that checkout to compile for 2.0g (or perhaps start compilation and forgot to switch to 2.0n at first)? Aug 31 11:40:13 no no, first of all i selected fonera 2.0n and some modules maybe and then i compile Aug 31 11:40:28 i have made no chances to .config after the first Aug 31 11:40:58 ok, that's good Aug 31 11:43:08 I'm not sure what the problem is Aug 31 11:43:36 you might want to try to start over from scratch, just in case there was some transient problem somewhere Aug 31 11:44:07 (And perhaps you should try a clean compile, without changing any options ecept setting it to 2.0n, to make sure that works before changing options) Aug 31 11:44:16 ok i try now Aug 31 11:45:55 one more thing: do you suggest me to compile the 2.3.7.0beta1 or the trunk ? Aug 31 12:03:24 youtux: Trunk contains few more fixes, so you're probably better off with trunk Aug 31 12:03:42 nothing critical, though Aug 31 12:07:48 thank you. I'm following this guide http://trac.fonosfera.org/fon-ng/wiki/build is that right? Aug 31 12:10:56 yup, that's the right one Aug 31 12:12:28 Hi. Aug 31 12:16:44 thanks blathijs Aug 31 12:31:37 blathijs: i compiled from scratch, but i got the same error on foncheckrsa Aug 31 16:02:01 PLEASE READ: FON is not distributing source code for Fonera Simpl: http://lists.gpl-violations.org/pipermail/legal/2011-August/003026.html Aug 31 19:25:49 511451 Aug 31 19:25:58 4389222 Aug 31 19:26:04 ooops sry Aug 31 19:27:00 I successfully built the image of fonera 2.0n from svn Aug 31 19:27:31 i have one question: are the packages built in the image or do I have to put them in the image? Aug 31 21:09:11 youtux: Did you change anything to make it work? Aug 31 21:09:28 i compiled on linux :) Aug 31 21:09:32 heh :-) Aug 31 21:09:46 youtux: In make menuconfig, anything you select with "Y" (marked with "*") will be included in the image Aug 31 21:10:02 oh ok Aug 31 21:10:05 Anything you select with "M" will have an .ipk generated in openwrt/bin/packages/mipsel Aug 31 21:10:32 and what is the stuff in openwork/bin/packages/*.ipk? Aug 31 21:10:34 ipk's can be installed using the opkg command on the Fonera Aug 31 21:11:00 (Note that selecting with Y also generates the .ipk file, _and_ includes it in the iamge) Aug 31 21:11:05 gotta run Aug 31 21:11:12 oh ok i understood now Aug 31 21:11:15 thank you very much Aug 31 21:27:46 youtux: You're welcome :-) Aug 31 21:27:57 youtux: What are you trying to customize, btw? Aug 31 21:28:43 i want to enable ipv6 and try to compile shairport Aug 31 23:19:28 how can i get avahi-publish? in ubuntu i can find it in the packet avahi-utils, but here in fon-ng i don't know where to look for it **** ENDING LOGGING AT Thu Sep 01 02:59:57 2011