**** BEGIN LOGGING AT Sat Mar 22 02:59:56 2008 Mar 22 03:49:57 03bzhou * r8043 10optware/trunk/ (make/openssh.mk sources/openssh/rc.openssh): openssh: killall /opt/sbin/sshd; added /opt/etc/default/openssh Mar 22 04:44:52 03bzhou * r8044 10optware/trunk/ (make/openssh.mk sources/openssh/rc.openssh): openssh: made SSHD_NO_PID_KILLALL configurable in /opt/etc/default/openssh Mar 22 04:50:57 03bzhou * r8045 10optware/trunk/sources/openssh/openssh.default: openssh: missed openssh.default file Mar 22 05:18:47 03rwhitby * r8046 10optware/trunk/make/ (bluez2-libs.mk bluez2-utils.mk): bluez2-{libs,utils}: Version 2.x of bluez, for dund/ppp usage Mar 22 05:48:41 03rwhitby * r8047 10optware/trunk/ (6 files in 2 dirs): bluez2-utils: Added config files Mar 22 05:49:28 There, now I can gateway the Treo650 bluetooth via any optware-enabled device. Mar 22 05:51:29 03rwhitby * r8048 10optware/trunk/Makefile: Promoted bluez2-{utils,libs} and perltgd Mar 22 10:37:53 03rwhitby * r8049 10optware/trunk/make/bluez2-utils.mk: bluez2-utils: Made the init script executable Mar 22 10:42:22 03rwhitby * r8050 10optware/trunk/ (make/bluez2-utils.mk sources/bluez2-utils/bluetooth.init): bluez2-utils: Fixed the patch in the init script Mar 22 14:45:23 Anyone here? Mar 22 15:34:19 03bzhou * r8051 10optware/trunk/ (2 files in 2 dirs): firedrill-httptunnel: patched main.cc to include unistd.h Mar 22 16:43:17 huhu Mar 22 17:10:52 eno: who's the go-to guy these days for nslu2-specific OE tickets? I have OE ticket# 4111 but not sure whom I should CC on the slug side Mar 22 17:12:16 hillct: osas for packages, and rwhitby/mwester for image Mar 22 17:12:32 K Mar 22 17:12:42 name IDs over on OE? Mar 22 17:13:15 * hillct assumes yes Mar 22 17:13:53 not very sure, since i'm not that involved in OE Mar 22 17:14:57 bugzilla will choke if the IDs don't exist I guess Mar 22 17:21:57 hillct, I've added myself to the ticket Mar 22 17:22:04 I will take a look l8r Mar 22 17:22:10 gotta go now ... Mar 22 17:22:28 osas: I'll have a few more for you shortly Mar 22 17:22:40 k Mar 22 17:24:08 I have the asterisk 1.6 ready, so don't bother with that one :) Mar 22 17:24:18 plus the addons Mar 22 17:39:33 03bzhou * r8052 10optware/trunk/make/squid.mk: squid: 2.6.18 -> 2.6.19 Mar 22 19:07:06 hi Mar 22 19:07:31 i am trying to create mimms pakage for unslung Mar 22 19:07:39 following this instructions Mar 22 19:07:41 http://www.nslu2-linux.org/wiki/Optware/AddAPackageToOptware?from=Unslung.AddAPackageToUnslung Mar 22 19:08:24 but the src-code does not deliver a configure file which seems to be expected Mar 22 19:08:58 http://download.savannah.gnu.org/releases/mimms/mimms-0.0.9.tar.gz Mar 22 19:09:18 to build the ipk Mar 22 19:09:28 or build it at all Mar 22 19:11:37 http://pastebin.com/m13c0e7c5 Mar 22 19:17:01 eiffel: that's ok, since it provides Makefile already Mar 22 19:17:16 let me try to find one example without configure Mar 22 19:20:16 see e.g. make/inotail.mk Mar 22 19:25:09 thnx -retrying- Mar 22 19:27:15 ah k Mar 22 19:27:16 mimms.cpp:39:23: uuid/uuid.h: No such file or directory Mar 22 19:27:17 mimms.cpp:40:18: popt.h: No such file or directory Mar 22 19:27:44 looks like i need to build this packages too as mimms depends on them Mar 22 19:29:20 add build time dependencies by adding e2fsprogs-stage popt-stage line Mar 22 19:30:09 look for -stage -stage Mar 22 19:31:26 what is the difference between bar and baz stage ? Mar 22 19:31:59 these are just example, in your case, replace those with "e2fsprogs-stage popt-stage" Mar 22 19:32:11 ok Mar 22 19:39:32 next error :-/ Mar 22 19:39:35 mimms.o(.text+0x104c): In function `main': Mar 22 19:39:35 mimms.cpp: undefined reference to `poptGetContext' Mar 22 19:39:35 mimms.o(.text+0x105c):mimms.cpp: undefined reference to `poptSetOtherOptionHelp' Mar 22 19:39:39 mimms.o(.text+0x1094):mimms.cpp: undefined reference to `poptGetNextOpt' Mar 22 19:39:41 mimms.o(.text+0x10dc):mimms.cpp: undefined reference to `poptGetArgs' Mar 22 19:39:44 mimms.o(.text+0x1274):mimms.cpp: undefined reference to `poptPrintUsage' Mar 22 19:39:46 mimms.o(.text+0x1724):mimms.cpp: undefined reference to `uuid_generate' Mar 22 19:39:49 mimms.o(.text+0x174c):mimms.cpp: undefined reference to `uuid_unparse' Mar 22 19:39:51 mimms.o(.text+0x1e20):mimms.cpp: undefined reference to `poptHelpOptions' Mar 22 19:39:54 mimms.o(.text+0x25c8):mimms.cpp: undefined reference to `poptPrintUsage' Mar 22 19:39:56 mimms.o(.text+0x261c):mimms.cpp: undefined reference to `poptBadOption' Mar 22 19:39:59 mimms.o(.text+0x262c):mimms.cpp: undefined reference to `poptStrerror' Mar 22 19:40:02 collect2: ld returned 1 exit status Mar 22 19:40:55 looks like LDFLAGS did not override the one in mimms/Makefile Mar 22 19:41:39 the goal is to have ld use -L$(STAGING_LIB_DIR) -lpopt -luuid Mar 22 19:42:01 compiling the code for i386 did work so i guess there is no problem in mimms.cpp and mimms.o Mar 22 19:42:14 you need to read builds/mimms/Makefile to figure that out Mar 22 19:42:42 compilation stage is ok, it's the linking stage Mar 22 19:43:47 LDFLAGS = -luuid -lpopt Mar 22 19:43:54 is written in Makefile Mar 22 19:44:57 ok, your make/mimms.mk is passing -L$(STAGING_LIB_DIR) as LDFLAGS Mar 22 19:45:00 that's why Mar 22 19:45:45 you can work around that by adding "-luuid -lpopt" to MIMMS_LDFLAGS Mar 22 19:45:55 in make/mimms.mk Mar 22 19:48:40 didnt help Mar 22 19:49:12 03bzhou * r8053 10optware/trunk/ (3 files in 2 dirs): gambit-c: 4.1.2 -> 4.2.5 Mar 22 19:50:23 oh wait some errors are gone Mar 22 19:50:35 mimms.o(.text+0x104c): In function `main': Mar 22 19:50:36 mimms.cpp: undefined reference to `poptGetContext' Mar 22 19:50:36 mimms.o(.text+0x105c):mimms.cpp: undefined reference to `poptSetOtherOptionHelp' Mar 22 19:50:39 mimms.o(.text+0x1094):mimms.cpp: undefined reference to `poptGetNextOpt' Mar 22 19:50:42 mimms.o(.text+0x10dc):mimms.cpp: undefined reference to `poptGetArgs' Mar 22 19:50:44 mimms.o(.text+0x1274):mimms.cpp: undefined reference to `poptPrintUsage' Mar 22 19:50:47 mimms.o(.text+0x1e20):mimms.cpp: undefined reference to `poptHelpOptions' Mar 22 19:50:49 mimms.o(.text+0x25c8):mimms.cpp: undefined reference to `poptPrintUsage' Mar 22 19:50:52 mimms.o(.text+0x261c):mimms.cpp: undefined reference to `poptBadOption' Mar 22 19:50:55 mimms.o(.text+0x262c):mimms.cpp: undefined reference to `poptStrerror' Mar 22 19:50:57 collect2: ld returned 1 exit status Mar 22 19:51:00 the uuid ones are gone Mar 22 19:51:02 hm Mar 22 19:53:04 pastebin the build log Mar 22 19:53:55 i just switched -lpopt with -luuid and now i am getting a new error Mar 22 19:54:34 http://pastebin.com/m78b03f88 Mar 22 19:54:37 and Mar 22 19:54:38 eiffel: it would help if you could paste these errors to a pastebin. Mar 22 19:54:40 thanks. Mar 22 19:54:44 he he Mar 22 19:55:14 http://pastebin.com/m6b0ed123 Mar 22 19:55:57 the second one is with luuid and lpopt switched postion Mar 22 19:55:59 +i Mar 22 19:56:03 ok, remove the double quote on MIMMS_LDFLAGS line Mar 22 19:57:36 too many quotes on line 33 of http://pastebin.com/m6b0ed123 Mar 22 19:57:42 great that did it i think Mar 22 19:57:44 http://pastebin.com/m36b14380 Mar 22 19:59:11 don't forget to add DEPENDS Mar 22 19:59:34 on e2fslibs, popt Mar 22 20:01:25 ^^ Mar 22 20:02:28 e2fsprogs.mk builds two ipkgs, e2fsprogs & e2fslibs Mar 22 20:02:40 libuuid is in e2fslibs Mar 22 20:04:53 http://pastebin.com/m239f7f9 Mar 22 20:05:29 ok i will test mimms if it realy works now Mar 22 20:06:52 DEPENDS on e2fslibs is a little better Mar 22 20:07:54 mimms Mar 22 20:07:54 mimms: error while loading shared libraries: libpopt.so.0: cannot open shared object file: No such file or directory Mar 22 20:09:13 maybe i need another dependcy ? Mar 22 20:10:44 MIMMS_DEPENDS=e2fslibs, popt Mar 22 20:11:00 for testing, you can just manually "ipkg install popt" Mar 22 20:13:07 damn i should have seen it Mar 22 20:13:10 MIMMS_DEPENDS=e2fsprogs popt Mar 22 20:13:18 but popt was not installed Mar 22 20:13:50 i need to read more carefully Mar 22 20:13:58 s/e2fsprogs popt/e2fslibs, popt/ Mar 22 20:13:59 adding the comma right now Mar 22 20:23:18 ok it is capturing a stream rigth now Mar 22 20:25:15 excellent Mar 22 20:31:22 cool capturing an mms stream with mimms worked Mar 22 20:32:51 make mimms-check Mar 22 20:32:51 perl scripts/optware-check-package.pl --target=nslu2 /home/unslung/optware/nslu2/builds/mimms_0.0.9-1_armeb.ipk Mar 22 20:32:54 mimms_0.0.9-1_armeb/usr: is installed outside /opt Mar 22 20:33:02 it is installed in /usr/bin Mar 22 20:33:36 should that be changed or can the package be released anyway ? Mar 22 20:34:31 that must be changed Mar 22 20:36:36 install_progs: $(PROGS) mkdir -p $(DESTDIR)/usr/bin/ cp $(PROGS) $(DESTDIR)/usr/bin/ Mar 22 20:36:40 install_mans: mkdir -p $(DESTDIR)/usr/share/man/man1/ cp $(MANS) $(DESTDIR)/usr/share/man/man1/ Mar 22 20:36:49 this is from the Makefile Mar 22 20:37:32 is there a workaround for this too ? Mar 22 21:00:28 sed -i -e 's|/usr/|/opt/|g' $(MIMMS_BUILD_DIR)/Makefile Mar 22 21:12:21 ah ok thnx i will test that tommorow need to go now thnx 4 help happy easter :-) Mar 23 01:24:14 03bzhou * r8054 10optware/trunk/make/py-webhelpers.mk: py-webhelpers: 0.3.3 -> 0.3.4 **** ENDING LOGGING AT Sun Mar 23 02:59:56 2008