**** BEGIN LOGGING AT Wed Mar 07 02:59:57 2007 Mar 07 03:40:17 03bzhou * r5745 10optware/trunk/make/py-paste.mk: py-paste: 1.2.1 -> 1.3 Mar 07 03:40:40 03bzhou * r5746 10optware/trunk/make/py-pastescript.mk: py-pastescript: 1.1 -> 1.3 Mar 07 03:42:07 03bzhou * r5747 10optware/trunk/make/py-bluez.mk: py-bluez: 0.9.1 -> 0.9.2 Mar 07 05:08:29 03bzhou * r5748 10optware/trunk/ (Makefile make/ncmpc.mk platforms/packages-wl500g.mk): added and promoted ncmpc except wl500g Mar 07 07:46:33 hmm Mar 07 07:46:58 when building the cross-compile toolchain, I ran into a new and interesting problem Mar 07 07:47:00 http://www.pastebin.ca/384709 Mar 07 07:47:48 any thoughts on why the relevent vars aren't being set? Mar 07 09:03:38 NAiL: ping Mar 07 09:03:59 pong Mar 07 09:04:27 any thoughts on why suddenly the built enviroment isn't being set up properly? Mar 07 09:04:37 http://www.pastebin.ca/384709 Mar 07 09:04:43 yeah, saw it Mar 07 09:04:55 this is the exact same procedure I used a week ago Mar 07 09:05:00 worked perfectly then Mar 07 09:05:06 I'm at work now, I'll be home in 6-7 hours or so. I can look at it then. Mar 07 09:05:13 K Mar 07 09:05:24 4am here. I gotta call it a night Mar 07 09:05:34 ok, talk to you tonight then Mar 07 09:07:13 hillct: ERROR: Could not include required file sqlite3.inc while parsing Mar 07 09:07:30 so your bitbake parse failed Mar 07 09:07:31 among other things Mar 07 09:09:06 sqlite3.inc is not present in /home/slug/releases/slugos-3.10-beta/openembedded/packages/sqlite Mar 07 09:10:13 last week I encountered an issue where the version of sqlite that was being used in 3.10-beta was trying to pull a version of the tarball that was no longer available upstream Mar 07 09:11:21 I tested with the package version from head, built using the 3.10-beta toolchain, which worked, then asked here, that someone, NAiL I think, include the newer sqlite package in the 3.10-beta distro Mar 07 09:11:35 it seems the include file didn't make it Mar 07 09:11:43 hmm Mar 07 09:11:48 I can't recall that Mar 07 09:12:08 it may have been someone else in the channel. I don't recall exactly Mar 07 09:12:45 anyway, if you compare the sqlite package in HEAD, you;ll see the missing sqlite3.inc file Mar 07 09:13:45 yup. just confirmed. For me, it's here /home/slug/openembedded/packages/sqlite Mar 07 09:14:05 so it'd definately being included and pulled using setup-openembedded Mar 07 09:14:14 03nail 07slugos-3.10-beta * r388 10slugos/openembedded/packages/sqlite/sqlite3.inc: sqlite: Fix missing include file Mar 07 09:14:28 did There. Mar 07 09:14:35 s/did // Mar 07 09:14:35 NAiL meant: There. Mar 07 09:17:11 Did you test a newer sqlite as well? Mar 07 09:17:28 * NAiL should be testing stuff and upgrading stable a bit the next few days Mar 07 09:17:31 I had just coppied the entire pacckage directory and built from it Mar 07 09:17:46 no idea if just coppying the include file is sufficient Mar 07 09:17:50 testing that now Mar 07 09:17:56 could you check which version it built? Mar 07 09:18:24 the directory from my earlier tests from last week was deleted Mar 07 09:18:33 thus my attempts to get thyings going again now Mar 07 09:18:48 but I'll test just as soon as I get a working enviroment again Mar 07 09:21:47 the other issue that's consistantly problematic is when building release targets like setup-slugos-3.10-beta, conf/topdir.conf isn't being created Mar 07 09:24:46 and now I get this: http://www.pastebin.ca/384762 Mar 07 09:24:58 geez Mar 07 09:24:59 something is really hosed Mar 07 09:25:10 03nail 07slugos-3.10-beta * r389 10slugos/Makefile: Makefile: Fix issue where topdir.conf isn't created Mar 07 09:25:45 it' Mar 07 09:25:52 it's not including auto.conf correctly Mar 07 09:25:58 what's in auto.conf? Mar 07 09:26:21 no idea Mar 07 09:26:30 cat conf/auto.conf Mar 07 09:26:33 two lines Mar 07 09:26:43 I need sleep before I can even begin to make sense of this Mar 07 09:26:46 one sec Mar 07 09:27:16 that file doesn't exist Mar 07 09:27:16 should be DISTRO="openslug" Mar 07 09:27:16 MACHINE="nslu2" Mar 07 09:27:20 aha Mar 07 09:27:20 ah Mar 07 09:27:26 that explains much Mar 07 09:27:37 creating it manually Mar 07 09:27:42 do a "make -config" Mar 07 09:27:47 (after svn up) Mar 07 09:28:01 then all shall be well. Mar 07 09:29:34 ok. that looks healthier Mar 07 09:29:48 ok Mar 07 09:29:59 guess I'll wait for the toolchain build to start then call it a night Mar 07 09:30:16 If you run into more problems/unfetchable sources/upgradable targets, tell me and I'll take a look. Mar 07 09:30:55 will do Mar 07 09:35:15 :( Mar 07 09:35:28 Still didn't pick up the vars Mar 07 09:35:30 OE Build Configuration: Mar 07 09:35:30 BB_VERSION = "1.4.3" Mar 07 09:35:30 OE_REVISION = "" Mar 07 09:35:30 TARGET_ARCH = "armeb" Mar 07 09:35:30 TARGET_OS = "INVALID" Mar 07 09:35:30 MACHINE = "nslu2" Mar 07 09:35:32 DISTRO = "slugos-3.10-beta" Mar 07 09:35:34 DISTRO_VERSION = "" Mar 07 09:35:36 TARGET_FPU = "" Mar 07 09:36:27 oh well. back in a few hours Mar 07 09:40:27 it seems not to be parsing auto.conf at all Mar 07 09:52:27 ok, I stand corrected. It is parsing auto.conf but it's not deriving TARGET_OS properly Mar 07 09:53:41 or is that supposed to be defined in another config file? I wish i cad looked more closely at the config files back when I had a working config Mar 07 09:54:13 the three things that are defined are in auto.conf and topdir.conf Mar 07 09:54:27 the rest should be defined by the distro stuff Mar 07 09:56:31 well, for whatever reason, it's not being derived properly Mar 07 09:56:48 I need sleep. I'll be back in a few hours Mar 07 09:58:09 you can just att "TARGET_OS = linux" to auto.conf Mar 07 09:58:25 a/att/add/ Mar 07 14:56:09 03bzhou * r5749 10optware/trunk/make/socat.mk: socat: 1.5.0.0 -> 1.6.0.0 Mar 07 17:51:36 now it says the DISTRO is not valid: Mar 07 17:51:37 DISTRO = "slugos-3.10-beta" Mar 07 17:52:00 I gater it should be "slugos' Mar 07 17:52:18 and the distro_version should be 3.10-beta Mar 07 17:53:14 I'm just concerned as to why all this worked almost flawlessly the first time I built the build enviroment and now it's suddenly so disjointed Mar 07 17:53:28 I know all these values were being set properly before Mar 07 17:53:58 I'm actually inclined to start from scratch, thinking there's something wrong with the OE setup after the update Mar 07 17:57:29 I think that'd be easier ;) Mar 07 18:03:39 started it a few minutes ago, although I would have loved to understand how it got so messed up Mar 07 18:03:57 all I did was make update-openembedded Mar 07 18:04:10 and perform the cache update Mar 07 18:04:31 delete the releases directory and attempt to rebuild the toolchain Mar 07 18:04:57 anyway, now I get to wait for download of monotone and the rest of the horiffically huge files Mar 07 18:09:57 03nail 07slugos-3.10-beta * r390 10slugos/openembedded/packages/meta/slugos-packages.bb: Remove wpa-supplicant from build. Breaks debianslug suddenly Mar 07 18:43:44 hmm Mar 07 18:43:50 I ran into this the first time Mar 07 18:44:20 I have the mtn database but it needs to be updated for my version Mar 07 18:46:12 the command indicated is 'mtn db migrate' but aparently it requires an additional argument to specify the database to be migrated. The first time I did this I pulled an arg from the docs that specificed the local database file. Aparently this approach is far slower than an alternative method someone here mentioned involving doing the migration using some network based operation Mar 07 18:46:21 does this ring a bell with anyone? Mar 07 18:46:35 NAiL: ^^ Mar 07 18:50:10 oh well, going with the standard local method... back in 4 hours... Mar 07 22:47:45 hi Mar 08 00:40:24 are you having some trouble with the server at nslu2-linux.org ? I can't reach it. Mar 08 00:41:52 there is some problem, i cannot even do "svn up" Mar 08 00:42:41 but please be a little patient, i'll let the infrastructure team know Mar 08 01:15:29 03bzhou * r5750 10optware/trunk/make/e2fsprogs.mk: e2fsprogs: 1.38 -> 1.39; static lib -> shared lib Mar 08 01:16:02 03bzhou * r5751 10optware/trunk/ (make/fuppes.mk sources/fuppes/ sources/fuppes/libiconv.patch): added fuppes Mar 08 01:16:05 eno: it seems to be working now Mar 08 01:16:18 yep Mar 08 01:17:18 03bzhou * r5752 10optware/trunk/make/cyrus-imapd.mk: cyrus-imapd: e2fsprogs changed from static lib to shared lib Mar 08 01:18:21 03bzhou * r5753 10optware/trunk/make/e2tools.mk: e2tools: e2fsprogs changed from static lib to shared lib Mar 08 01:20:23 03bzhou * r5754 10optware/trunk/make/dump.mk: dump: e2fsprogs changed from static lib to shared lib Mar 08 01:21:07 03bzhou * r5755 10optware/trunk/Makefile: promoted fuppes Mar 08 01:31:57 hello Mar 08 01:34:44 ive owned a nslu2 for about 1&1/2 year and recently put unslung on it Mar 08 01:36:17 i need another nas device as all the ports are used up on this one Mar 08 01:36:26 any recommendations? Mar 08 01:37:23 Sublim3: why not using a hub ? Mar 08 01:37:24 Sublim3: This channel is for development related questions. See #nslu2-general Mar 08 01:37:32 usb hub? Mar 08 01:37:45 sorry Mar 08 01:37:58 But you can either us a hub or if you are handy with a soldering iron, you can add a few more usb ports. Mar 08 01:37:58 thanks Mar 08 01:38:16 ohh nice Mar 08 01:39:07 http://www.nslu2-linux.org/wiki/HowTo/EnableExtraUSBPorts Mar 08 01:48:06 I've read for the last few hours on nslu2-linux.org but can't catch exactly how to compile a special driver for the slug. I have downloaded slugos-3.10-beta from http://www.slug-firmware.net/: is it all I need to build my extra stuff ? Mar 08 02:00:26 pierrelux: Are you trying to build a kernel driver? Mar 08 02:02:17 Did you check to see if the driver is available in a feed yet? Mar 08 02:07:08 joshin: no, it's not. It's a modified driver for a personal project. a webcam driver without v4l support... Mar 08 02:07:50 You could take a look at what slugos is built with (openembedded) to see how they compile drivers outside of the kernel. **** ENDING LOGGING AT Thu Mar 08 02:59:57 2007