**** BEGIN LOGGING AT Sun Jan 02 02:59:58 2011 Jan 02 04:02:44 This (https://forum.openwrt.org/viewtopic.php?id=27937) sounded like a spam post to me and should be deleted. Jan 02 07:37:48 more trunk subversion autotools bustage, ./configure: line 6910: AC_PROG_LIBTOOL: command not found, .../build_dir/target-i386_uClibc-0.9.32/subversion-1.6.15/libtool: No such file or directory Jan 02 08:31:57 swalker * r24879 /packages/utils/pv/Makefile: [packages] pv: update to 1.2.0, use PKG_INSTALL Jan 02 08:32:43 swalker * r24880 /packages/net/bind/ (Makefile patches/100-cross_compile.patch): [packages] bind: update to 9.7.2-P3 (CVE-2010-3613, CVE-2010-3614, CVE-2010-3615), refresh patches Jan 02 09:26:21 swalker * r24881 /packages/utils/psmisc/ (Makefile patches/): Jan 02 09:26:21 [packages] psmisc: update to 22.13 Jan 02 09:26:21 * drop obsolete patch Jan 02 09:26:21 * add killall preinst/postrm Jan 02 09:26:21 * use better upstream url Jan 02 09:26:22 * use PKG_INSTALL Jan 02 10:33:42 swalker: uhm, it needs autoreconf Jan 02 10:40:31 swalker: please try this: http://paste.openwrt.org/d5fac5228 Jan 02 11:51:15 xMff: http://paste.openwrt.org/db3eb427 Jan 02 12:46:26 updated openwrt/upstream, https://home.comcast.net/~sdwalker/uscan/uscan.shtml Jan 02 13:54:48 build #46 of ixp4xx is complete: Success [build successful] Build details are at http://tksite.gotdns.org:8010/builders/ixp4xx/builds/46 Jan 02 14:04:30 build #46 of kirkwood is complete: Success [build successful] Build details are at http://tksite.gotdns.org:8010/builders/kirkwood/builds/46 Jan 02 15:40:45 Hauke: ping Jan 02 15:44:53 generatorglukoff: pong Jan 02 15:47:45 have you looked at my patch update? Jan 02 16:05:29 swalker: odd Jan 02 16:14:56 Hauke: http://www.pastebin.ca/2032998 Jan 02 16:15:18 kmod-usb-ohci is not needed on the wgt634u and throws error messages during boot Jan 02 18:35:10 swalker * r24882 /packages/net/aoetools/Makefile: Jan 02 18:35:10 [packages] aoetools: update to 32 Jan 02 18:35:10 * add kmod-aoe and libpthread dependencies Jan 02 18:35:10 * use PKG_INSTALL Jan 02 20:26:32 swalker * r24883 /packages/net/conntrack-tools/Makefile: [packages] conntrack-tools: update to 0.9.15 Jan 02 20:26:49 swalker * r24884 /packages/ipv6/ipv6calc/Makefile: [packages] ipv6calc: update to 0.80.0, use PKG_INSTALL and MAKE_FLAGS Jan 02 20:49:31 russell--: what error messages do you get? Jan 02 20:57:12 hauke * r24885 /trunk/target/linux/brcm47xx/ (4 files in 2 dirs): Jan 02 20:57:12 brcm47xx: fix compile problem when serial is deactivated. Jan 02 20:57:12 Thank you Andrey Jan 02 21:06:56 xMff: do you know who might be willing to work on ext4 + mini_fo? I don't think I know enough to do so and ext4 + mini_fo hangs on some operations with 2.6.35 on brcm63xx at least. Personally I'm not clear on the advantages of the overlay vs non-overlay, and would appreciate if you could comment on them on the mailing list. I know Kaloz isn't convinced of the value, and I think he's the one that needs to be convinced. Jan 02 21:08:01 I don't think its about convincing anybody Jan 02 21:08:50 its just one of those updates which broke stuff and while most ppl agree that mini_fo is a nightmare to maintain, no real successor is on the roadmap yet Jan 02 21:09:40 and solving this issue by sacraficing extroot in favor to pivoting may work in the short term but its no ultimate solution Jan 02 21:10:17 you can't throw stuff away and reimplement it differently everytime it breaks, at least not without maintaining some sort of continuity Jan 02 21:10:43 fair enough Jan 02 21:23:03 cshore_: why not make the overlaying optional (assuming that its feasable), with a disable_overlay option or something like that? And automatically emit a warning/bail out if the overlaying fs is ext4 Jan 02 21:24:39 I'm getting lessons from xMff on debugging the problem before giving up on it....but I do want to make it optional at some point anyway Jan 02 21:26:33 Hauke: http://paste.openwrt.org/m5b7390b3 Jan 02 21:28:06 the usb port that is there uses kmod-usb2, kmod-usb-ohci is not used afaik. the errors are inconsequential, but unnecessary. Jan 02 23:16:52 build #45 of au1000 is complete: Success [build successful] Build details are at http://tksite.gotdns.org:8010/builders/au1000/builds/45 Jan 02 23:33:00 netsplit \o/ Jan 03 01:17:26 h3sp4wn: The mod_perl on FreeSWITCH is finally compilable. Thanks to xMff who helped to iron out the problem. Jan 03 01:18:39 Has anyone tried to compile sounds/scmpc lately? I tried and it gives error messages as shown in http://pastebin.com/eVtX84r3 Jan 03 01:20:27 mazilo: what did it need? Jan 03 01:21:24 cshore: Which one? Jan 03 01:21:31 mod_perl Jan 03 01:21:42 mazilo: and other fs stuff Jan 03 01:21:43 cshore: Here is the patch http://pastebin.com/URSivS2a Jan 03 01:22:28 cshreo: Basically, points to the OpenWRT perl and add "-I$(firstword $(wildcard $(STAGING_DIR)/usr/lib/perl5/5.*/CORE))" to LOCAL_CFLAGS variable. Jan 03 01:22:59 which is the first CORE dir? Jan 03 01:23:18 cshore: What did you mean? Jan 03 01:23:37 firstword points to the first match for /usr/lib/perl5/5.*/CORE ? Jan 03 01:24:28 cshore: There is only one and that is perl5/5.10 Jan 03 01:24:56 right, but it's future-proof (i.e. if there is a different perl version) Jan 03 01:25:51 cshore: Honestly, I wouldn't know. However, if there is only one version of perl compiled/installed, I believe that won't cause the problem. Jan 03 01:25:55 have you done other fs stuff too? Jan 03 01:26:34 mazilo: oh ok, I think that's what it does (basically grabs the first (in this case) only perl CORE dir that matches the wildcard pattern) Jan 03 01:26:37 cshore: I tried to compile kamailio perl package to no avail. It doesn't even go into the modules/perl directory, let alone to compile. Jan 03 01:26:57 chsore: I believe so. Jan 03 01:27:01 mazilo: don't know anything about kamailio Jan 03 01:27:30 cshore: xMff was very good at hacking and comes up with solution. Jan 03 01:27:45 cshore: Me neither. ;) Jan 03 01:28:06 cshore: I just added to my DockStar in case I will be needing it later on. Jan 03 01:28:07 just hacking on VoIP packages for the heck of it, or to compare options? Jan 03 01:28:59 cshore: Also, FS can be configure as an SBC (Session Border Controller) to Kamailio. Jan 03 01:29:27 cshore: I would know what to do with kamailio, yet. Jan 03 01:29:47 cshore: May be, to use it as a SIP server for some testings. Jan 03 01:29:49 mazilo: why kamailio instead of FS? Jan 03 01:30:41 cshore: I don't know about kamailio (or OpenSER); however, it is a SIP Express Router that a lot of SIP providers use. Jan 03 01:30:52 ok Jan 03 01:31:54 cshore: Do you think you can take a look at the sounds/scmpc package that breaks the compilation as shown in http://pastebin.com/eVtX84r3 Jan 03 01:33:30 it looks like it's not finding the SSL library it depends on. Is there DEPENDS:= +libssl or +openssl or something like that? Jan 03 01:33:41 in the Makefile? Jan 03 01:34:10 cshore: I believe there is openssl Jan 03 01:34:36 cshore: I meant package/openssl Jan 03 01:34:59 but in the scmpc package Makefile? Jan 03 01:35:37 cshore: Nope. Jan 03 01:35:51 that would be the problem I think Jan 03 01:36:41 you may also need to add -rpath path/to/ssl to LDFLAGS or TARGET_LDFLAGS Jan 03 01:38:29 cshore: The sounds/scmpc/Makefile looks alien to me as shown http://pastebin.com/CGeDMxrd Jan 03 01:39:39 cshore: What I meant was it doesn't have a section for "Build/Compile". Jan 03 01:42:04 mazilo: that just means it's using the default Jan 03 01:42:12 cshore: IC. Jan 03 01:42:30 mazilo: you can define TARGET_LDFLAGS bore the CONFIGURE_ARGS Jan 03 01:42:35 *before Jan 03 01:42:41 but I don't think you actually need that Jan 03 01:42:57 chosre: IC Jan 03 01:43:10 I think it will likely work with just +libssl (or +openssl, I forget which) Jan 03 01:43:55 cshore: IC. I will try to mod the Makefile to see if which one works. Jan 03 01:45:13 actually it's +libopenssl Jan 03 01:45:59 cshore: You are right. Jan 03 01:48:03 cshore: Now, utils/subversions compilation also crashes as shown in http://pastebin.com/BrpnEqQ1 Jan 03 01:50:04 That's an autoconf fixup problem I think Jan 03 01:50:20 cshore: I tried adding +libopenssl to OpenWRT Makefile for scmpc package and the compilation also crashes as before. Jan 03 01:50:51 cshore: It looks like I have to disable these two packages from being built at the moment. :( Jan 03 01:52:21 mazilo: is the scmpc failure exactly the same as before? Jan 03 01:52:28 or can you pastebin it? Jan 03 01:52:49 oh, I was wrong about the libopenssl - you don't need that Jan 03 01:53:20 you need to add -L/path/to/libcurl to LDFLAGS Jan 03 01:53:38 cshore: Here is the compilation snapshot http://pastebin.com/iygeKLvj Jan 03 01:55:04 swalker * r24886 /packages/utils/tmux/Makefile: [packages] tmux: update to 1.4 Jan 03 01:57:26 mazilo: for subversion one of the configure.ac or so that is responsible for loading the m4 macros may need a patch to not try to load libtool from local Jan 03 01:57:58 cshore: OK. Can you commit the patch? Jan 03 01:58:05 which one? Jan 03 01:58:19 I don't have a build to test with at the moment Jan 03 01:58:27 can you do the patch? Jan 03 01:58:45 cshore: I need to know which line to remove. Jan 03 01:59:04 show me configure.ac, please Jan 03 01:59:40 and for scmpc you need to add -L/path/to/libcurl to TARGET_LDFLAGS Jan 03 02:00:17 or LDFLAGS, not sure which Jan 03 02:01:07 try TARGET_LDFLAGS += $(STAGING_DIR)/usr/lib/ssl (or whatever is appropriate dir) Jan 03 02:01:26 sorry += -L ... Jan 03 02:01:41 cshore: Here is configure.ac from subversion package http://pastebin.com/nWhHV7Av Jan 03 02:01:59 cshore: Where do I put the TARGET_LDFLAGS ? Jan 03 02:02:40 in the scmpc Makefile before CONFIGURE_ARGS Jan 03 02:02:46 cshore: Under the MAKE_FLAGS (line# 40) of this http://pastebin.com/CGeDMxrd Jan 03 02:03:09 no before CONFIGURE_ARGS Jan 03 02:05:13 does subversion have aclocal.m4 with a bunch of m4_include, one of which is libtool? Jan 03 02:06:47 cshore: Yup, I added "TARGET_LDFLAGS += $(STAGING_DIR)/usr/lib" to above CONFIGURE_ARGS and compilation crashes during configuration. Jan 03 02:06:59 cshores: Here is the aclocal.m4 from smcpc package http://pastebin.com/UEkn1RMq Jan 03 02:07:35 mazilo: should be TARGET_LDFLAGS += -L $(STAGING_DIR)/usr/lib Jan 03 02:08:11 mazilo: remove the line the says: sinclude(build/libtool.m4) Jan 03 02:08:25 *that Jan 03 02:09:46 and don't clean until you do a patch...I recommend doing make QUILT=1 package/subversion/prepare and then making a patch and copying it to /net/subversion/patches Jan 03 02:09:52 using quilt Jan 03 02:10:38 cshore: The scmpc stil crashes with TARGET_LDFLAGS += -L $(STAGING_DIR)/usr/lib Jan 03 02:13:31 try LDFLAGS Jan 03 02:13:51 wait shouldn't it be usr/lib/ssl? Jan 03 02:14:03 sorry usr/lib/curl Jan 03 02:14:17 cshore: I just create a patch for aclocal.m4 and recompiled from scratch to noavail (http://pastebin.com/UD6yBZtJ). Jan 03 02:14:40 cshore: I see a usr/lib/libssl* Jan 03 02:15:01 mazilo: sorry it's not ssl I'm looking for it's curl Jan 03 02:15:11 mazilo: I got mixed up at first Jan 03 02:15:40 cshreo: he heheh. there is staging_dir/arch*/usr/lib/libcurl* Jan 03 02:15:48 mazilo: and for subversion can you verify the the aclocal.m4 didn't get wiped out with a wrong version? Jan 03 02:15:59 mazilo: yeah, that Jan 03 02:16:05 cshore: How do I do that? Jan 03 02:16:38 mazilo: just look at the build dir and make sure libtool isn't in the list of includes Jan 03 02:18:12 cshore: If you meant there isn't libtool file under the build directory, I can confirm no libtool in build directory. Jan 03 02:18:39 mazilo: no I mean no libtool in aclocal.m4 Jan 03 02:19:01 i.e. that your edit is still in place Jan 03 02:19:05 cshore: Yup, there isn't any libtool in aclocal.m4 file. Jan 03 02:19:36 cshore: The patch I created remove the line "sinclude(build/libtool.m4)" Jan 03 02:19:54 where is the patch now? Jan 03 02:20:18 cshore: I put it under net/subversion/patches directory Jan 03 02:20:24 ok Jan 03 02:20:52 then I'm afraid I don't know...need xMff's autoreconf guidance Jan 03 02:20:58 cshore: Look at line# 52 http://pastebin.com/UD6yBZtJ and the patch was call. Jan 03 02:21:14 cshore: NP. At least we tried. Thank. Jan 03 02:22:51 hmmm....I know there are packages he's had deal with that problem already. Maybe if you check the commit logs you'll see something helpful Jan 03 02:23:16 cshore: How can I check the commit log? Jan 03 02:24:02 dev.openwrt.org sleect timeline Jan 03 02:24:13 cshore: OK. Thank. Jan 03 02:24:41 sorry I mean browse source: Revision Log Jan 03 02:25:15 cshore: OK. Jan 03 02:25:39 how's scmpc doing/ Jan 03 02:25:42 ? Jan 03 02:25:52 cshore: Same. Jan 03 02:25:58 can you show me? Jan 03 02:26:13 cshore: What you want to see? Jan 03 02:28:59 cshore: Apparently, there is a ticket #8544 (https://dev.openwrt.org/ticket/8544) filed by ddxx0n on failure to compile subversion. ;) Jan 03 02:30:36 the build log for scmpc please Jan 03 02:31:13 cshore: OK. Here is the build log for scmpc http://pastebin.com/iygeKLvj Jan 03 02:31:59 oh, we do need +libopenssl Jan 03 02:32:23 cshreo: I tried adding +libopenssl and the compilation also crashes. Jan 03 02:32:41 with the curl at the same time? Jan 03 02:32:54 cshore: Yup. Jan 03 02:33:17 cshore: +libcurl is already in the Makefile. Jan 03 02:34:27 cshore: For subversion, there is a ticket #24873 (https://dev.openwrt.org/changeset/24873) filed 27hrs ago. Jan 03 02:34:31 no I mean -L $(STAGING_DIR) ... Jan 03 02:35:00 cshore: Yup and it too fails to compile. Jan 03 02:35:40 can you show me the build log with both -L and +libopenssl ? Jan 03 02:36:08 cshore: I believe this (http://pastebin.com/gNPSbfMC) is the log Jan 03 02:39:04 you got toolchain in the LDFLAGS, that's wrong Jan 03 02:39:25 no, stupid me Jan 03 02:39:41 I'm thinking host Jan 03 02:40:54 what is it without the -L you added (and what did you add?) Jan 03 02:41:26 cshore: You asked me to add the "-L" that was missing and the compilation still crashes. Jan 03 02:41:41 what -L is that? Jan 03 02:41:54 what is your LDFLAGS? Jan 03 02:43:40 ok what you showed me for build log doesn't have -L before /opt/tmp/openwrt-svn.... (which is $(STAGING_DIR)/...) on the LDFLAGS Jan 03 02:45:22 cshore: I have "TARGET_LDFLAGS += -L $(STAGING_DIR)/usr/lib" added before the CONFIGURE_ARGS line and also added +libopenssl to the DEPENDS line. Here is the new build log http://pastebin.com/KjGk8NFy Jan 03 02:46:17 where is libcurl under STAGING_DIR? Jan 03 02:46:52 cshore: staging_dir/target-arm_v5te_uClibc-0.9.31_eabi/usr/lib/libcurl.so.5.2.0 Jan 03 02:47:08 and libcrypto.so.0.9.8? Jan 03 02:47:26 cshore: staging_dir/target-arm_v5te_uClibc-0.9.31_eabi/usr/lib/libcrypto.so.0.9.8 Jan 03 02:48:59 and libz? Jan 03 02:49:13 cshreos: staging_dir/target-arm_v5te_uClibc-0.9.31_eabi/usr/lib/libz.so.1.2.5 Jan 03 02:50:28 cshore: They all have their respective links as shown here (http://pastebin.com/T1ApVpdH). Jan 03 02:50:30 try LDFLAGS += -rpath-link $(STAGING_DIR)/usr/lib Jan 03 02:51:36 cshreo: Without the "-L"? Jan 03 02:51:46 yes Jan 03 02:52:50 cshore: Same problem and here is the build log http://pastebin.com/NZeaAZHj Jan 03 02:56:19 cshore: Here is the config.log file (http://pastebin.com/e8usmRdy) in case you need to browse it. Jan 03 02:59:01 hmmm....rpath is disable Jan 03 02:59:05 d **** ENDING LOGGING AT Mon Jan 03 02:59:58 2011