**** BEGIN LOGGING AT Thu Aug 10 02:59:56 2006 Aug 10 15:59:47 uh Aug 10 15:59:49 this is odd Aug 10 16:00:13 I'm getting this when I try to compile initscripts-slugos for 3.10: Aug 10 16:00:14 [: 711: ==: unexpected operator Aug 10 16:00:14 NOTE: initscripts-slugos: unexpected link Aug 10 16:00:14 /home/repvik/nslu2/releases/slugos-3.10-beta/debianslug-nslu2.tmp/work/initscripts-slugos-1.0-r73.9/temp/run.do_install.4960: 711: status: not found Aug 10 16:47:09 NAiL: you fixed slugos-native ? Aug 10 16:47:33 I believe so Aug 10 16:47:47 I've added the missing packages in #12 too Aug 10 16:48:41 in 3.10 ? Aug 10 16:48:42 I'm trying to figure out why initscripts-slugos breaks on my box right now, so I can properly test them Aug 10 16:48:46 yeah Aug 10 16:48:55 they were already added to head Aug 10 16:49:14 just did an ipkg upgrade, that somehow removed libgcc; not tnice Aug 10 16:49:41 yeah, was a stupid q, as I added them to the head Aug 10 16:51:56 need a reboot to fix my libgcc error back later Aug 10 17:44:17 wb Aug 10 17:45:03 eFfeM-log: you might wanna ask in #oe. there has only been minimal changes from "our" side to HEAD Aug 10 18:51:33 NAiL: problem. I tried your solution for libc6-dev before I made what I made. Aug 10 18:51:38 I just build your version again Aug 10 18:51:40 ERROR: Nothing provides runtime dependency libc6-dev Aug 10 18:51:47 so this is no good Aug 10 18:52:24 eFfeM: add a correct PACKAGES_DYNAMIC to glibc Aug 10 18:53:04 o k eeee Aug 10 18:54:16 teach me, there is in pacakges/glibc: Aug 10 18:54:17 glibc-package.bbclass:PACKAGES_DYNAMIC = "glibc-gconv-* glibc-charmap-* glibc-localedata-*" Aug 10 18:54:32 should I add libc6 to this ? Aug 10 18:54:37 or libc6-dev ? Aug 10 18:54:46 don't know about PACKAGES_DYNAMIC Aug 10 19:00:29 yes, add libc6* to it Aug 10 19:29:27 koen, added libc6* to the end of PACKAGES_DYNAMIC, like this Aug 10 19:29:28 PACKAGES_DYNAMIC = "glibc-gconv-* glibc-charmap-* glibc-localedata-* libc6*" Aug 10 19:30:09 should I also bump PR for all glibc*.bb files ? (2.3*, 2.4, initial, cross, ...) ? Aug 10 19:30:23 no, it doesn't affect packaging Aug 10 19:30:36 ok, so this is all that is needed Aug 10 19:30:45 it only tells OE to build glibc if you RDEPEND on libc6 Aug 10 19:31:59 tested it and it works, I'll check in Aug 10 19:32:55 cool Aug 10 19:33:37 committing, pushing, back to movie Aug 10 19:34:31 What movie? Aug 10 19:35:19 angel eyes (net5 started an hour ago, just had a commercial break) Aug 10 19:35:45 Ah. TiVO (DVR) fixes commercial breaks! Aug 10 19:59:49 Does anyone have problems building initscripts-slugos, or is that just me? Aug 10 20:00:04 I'm beginning to think it's a ubuntu/amd64 issue Aug 10 20:02:56 NAiL: bb initscripts-slugos ? apparently that builds for me (if I run it now nothing is done so I am assuming it already built before Aug 10 20:03:21 I am using ubuntu dapper on intel dual core (3ghz D930) Aug 10 20:03:30 I can't figure out why it breaks on my box Aug 10 20:05:06 hmm Aug 10 20:05:15 it's been reduced to only one error now... odd Aug 10 20:05:15 [: 711: ==: unexpected operator Aug 10 20:05:36 but I still get these: Aug 10 20:05:36 NOTE: initscripts-slugos: unexpected link /home/repvik/nslu2/releases/slugos-3.10-beta/debianslug-nslu2.tmp/work/initscripts-slugos-1.0-r73.10/image/etc/rcS.d/S37populate-volatile.sh Aug 10 20:05:41 NOTE: initscripts-slugos: unexpected link /home/repvik/nslu2/releases/slugos-3.10-beta/debianslug-nslu2.tmp/work/initscripts-slugos-1.0-r73.10/image/etc/rcS.d/S06alignment Aug 10 20:05:44 FATAL: initscripts-slugos: new links break do_install Aug 10 20:06:17 not some odd symlink problem ? Aug 10 20:09:21 mwester I have a hd recorder but was watching life (no TiVO in NL) Aug 10 20:09:37 eFfeM: There's no symlinks involved :( Aug 10 20:10:02 yeah feared that but thought I'd mention it to rule it out Aug 10 20:10:22 are there multiple hard links to those files ? Aug 10 20:11:34 maybe dig into the bitbake code that generates the msg to find the underlying reason Aug 10 20:11:58 it's in initscripts-slugos .bb... And I can't figure out what's happening :( Aug 10 20:16:01 did you run it with -D to see the actual commands? Aug 10 20:19:54 NAiL: just checked my tmp/rootfs/etc/rcS.d, I have S07alignment.sh S37populate-volatile.sh Aug 10 20:19:55 no, good idea Aug 10 20:19:57 note the .sh Aug 10 20:20:07 which is not in your NOTE paste Aug 10 20:20:17 uh Aug 10 20:20:20 also I have S07alignment.sh iso S06 Aug 10 20:20:22 you have S06alighment Aug 10 20:20:30 but the volatile has .sh Aug 10 20:20:37 no, i pasted Aug 10 20:20:42 and this is noon the head Aug 10 20:21:03 on Aug 10 20:21:07 here is the proof Aug 10 20:21:08 frans@LinuxPC:~/OpenSlugHead/openslug/tmp/rootfs/etc/rcS.d$ ls -l S07* Aug 10 20:21:08 lrwxrwxrwx 1 frans frans 22 Aug 10 22:36 S07alignment.sh -> ../init.d/alignment.sh Aug 10 20:22:43 no idea why I have S07 and you have S06 and whether I have .sh and you dont Aug 10 20:22:53 difference is I am on hte head and you are on 3.10 Aug 10 20:23:03 also I am on openslug you are on debianslug Aug 10 20:24:05 maybe comare your bb file with the one on the head, saw that the head one does not have an rm for alignment and the volatile.sh is commented out Aug 10 20:30:56 heh Aug 10 20:30:59 this one is nice Aug 10 20:31:00 + [ debianslug == openzaurus ] Aug 10 20:31:00 [: 1: ==: unexpected operator Aug 10 20:31:25 I could agree on "debianslug > openzaurus" :-P Aug 10 20:49:25 lol Aug 10 21:33:09 Hello, I'm new OpenSlug user and I would like to get a light webserver supporting php. Aug 10 21:33:22 Do you know where can I find one? Aug 10 21:39:26 Nobody knows? Aug 10 21:43:25 i use these http://www.0x50.org/ , but under debianslug Aug 10 21:47:36 Thanks! Aug 10 21:47:44 np Aug 10 21:49:05 Did you hear about php-thttpd ? Aug 10 21:51:14 or lighttpd? Aug 10 21:51:39 I wonder if it is not too difficult to install it on openslug? Aug 10 21:53:41 php-thttpd, yes, but not found for debianslug Aug 10 21:53:59 and for openslug? Aug 10 21:55:12 i dont know Aug 10 21:55:54 tks Aug 10 21:56:37 and a php module is available for cherokee ? Aug 10 21:58:26 http://www.0x50.org/doc/PHP_execution.html Aug 10 22:56:02 php-cgi doesn't seem to be available for install via ipkg **** ENDING LOGGING AT Fri Aug 11 02:59:58 2006