**** BEGIN LOGGING AT Mon Mar 12 02:59:57 2007 Mar 12 20:23:23 hey guys, dumb question of the day: is there a lighttpd package for openslug? ipkg install lighttpd fails. Mar 12 20:23:34 (slugos 3.10) Mar 12 20:24:29 also, 2nd dumb question, which package can I find 'ar' ? I'm trying to build 'gd' and it fails on 'make install' because of the busybox version of 'ar' Mar 12 20:29:17 ptan: 1) No, not as of yet. Checking if it atleast compiles right now. Mar 12 20:29:33 2) binutils Mar 12 20:31:00 update on 1), it doesn't compile. Mar 12 20:32:09 thx NAil! Mar 12 20:33:20 Arrgghh... ipkg install binutils tells me that Package binutils (2.16-r7) install in root is up to date.... but I'm still missing ar (it calls busybox ar).. any ideas? Mar 12 20:40:38 ptan: checking, hang on ;) Mar 12 20:45:28 cool... ar does exist, but the binutils pkg doesn't put the symlink to ar Mar 12 20:45:40 aha Mar 12 20:45:51 it should be updated then... Mar 12 20:45:55 I fixed the symlink in /usr/bin, and ar now points to the full (non-busybox ar) Mar 12 20:46:26 who or how do I get someone to update the binutils pkg? Mar 12 20:46:50 (I don't have enough experience working with ipkg files) Mar 12 20:47:08 Well, the stable feed is maintained by NAiL :-P Mar 12 20:47:20 lol... so I'm talking to the right person Mar 12 20:47:21 ;) Mar 12 20:48:40 hmm Mar 12 20:48:43 that's odd Mar 12 20:49:43 ? Mar 12 20:49:45 do a "which strings" Mar 12 20:50:09 It gives me /usr/bin/strings Mar 12 20:50:17 ok, ls -las /usr/bin/strings Mar 12 20:50:36 0 lrwxrwxrwx 1 root root 17 Nov 11 2000 /usr/bin/strings -> ../../bin/busybox Mar 12 20:50:42 aha Mar 12 20:50:57 binutils should replace both ar and strings by default Mar 12 20:51:01 hmmm.... Mar 12 20:53:44 21:53 < CIA-6> nail slugos-3.10-beta * r395 slugos/openembedded/packages/binutils/ (binutils.inc binutils_2.16.bb): binutils: Change ar/strings u-a priority Mar 12 21:00:51 Another question is zlib available as a package? Mar 12 21:04:46 ipkg install zlib fails, along with ipkg install zlib-devel Mar 12 21:05:10 but http://www.nslu2-linux.org/wiki/OpenSlug/PackageStatus shows zlib complied?? Is this page accurate? Mar 12 21:09:03 ipk install libz-dev Mar 12 21:09:06 ipkg Mar 12 21:11:37 Thanks! Mar 12 21:29:20 ptan: ipkg update && ipkg install binutils Mar 12 21:29:31 it should install the newer binutils, and fix the symlinks Mar 12 21:50:31 NAiL: just did that, and ls -als /usr/bin/strings still points to busybox Mar 12 21:50:56 ipkg install binutils said:Package binutils (2.16-r7) installed in root is up to date. Mar 12 21:51:06 and "Nothing to be done" Mar 12 21:51:19 (and yes, I did an ipkg update before that.) Mar 12 21:52:20 ipkg remove it, then install it again. Mar 12 21:54:55 no need Mar 12 21:55:02 it should've been -r8 Mar 12 21:55:02 mwester, NAiL: did ipkg remove/ install. It installed binutils_2.16-r7_armeb.ipk. Still same problem with strings Mar 12 21:55:21 ptan: looking into it Mar 12 21:56:37 hmm Mar 12 21:56:49 ptan: "ipkg update && ipkg list|grep binutils" Mar 12 21:57:07 I think it might be grabbing the Packages file from the wrong place... Mar 12 21:58:56 mwester: btw: Mar 12 21:58:56 repvik@nudi:~/logs$ cat /home/repvik/builds/debianslug-3.10-beta/debianslug-nslu2.tmp/work/tzcode-native-2007c-r1/temp/log.do_stage.397 Mar 12 21:59:00 /home/repvik/builds/debianslug-3.10-beta/debianslug-nslu2.tmp/staging/i686-linux/bin/install-sh: no input file specified. Mar 12 21:59:49 NAiL: result of the grep: binutils - 2.16-r7 - A GNU collection of binary utilities Mar 12 22:00:51 hmm Mar 12 22:02:53 ptan: ok, the packages-file appears to not get updated for some reason... dunno why. Mar 12 22:03:03 the updated version is in the feeds though Mar 12 22:03:05 wget http://ipkg.nslu2-linux.org/feeds/slugos-bag/cross/3.10-beta/binutils_2.16-r8_armeb.ipk Mar 12 22:03:15 and ipkg install ./binutils_2.16-r8_armeb.ipk Mar 12 22:06:17 hmmm.. that's strange... Mar 12 22:06:24 Cannot find package ./binutils_2.16-r8_armeb.ipkg. Mar 12 22:06:43 on ipkg install ./binutils_2.16-r8_armeb.ipkg Mar 12 22:09:39 not .ipkg, .ipk Mar 12 22:12:15 sorry, downloaded the .ipkg, originally, trying again with wget on .ipk Mar 12 22:12:55 ipkg now shows upgrading to -r8 Mar 12 22:15:34 hopefully, both ar and strings should now point to *.binutils instead of /bin/busybox Mar 12 22:16:01 NAiL: Bad news: 0 lrwxrwxrwx 1 root root 17 Nov 11 2000 /usr/bin/strings -> ../../bin/busybox Mar 12 22:16:25 ptan: ok, I'll look into it tomorrow. But your initial problem has atleast been solved, right? :) Mar 12 22:16:35 It's bedtime for me Mar 12 22:16:37 yes, thanks for the help! Mar 12 22:16:47 lol... g'nite Mar 12 22:18:39 mwester: Could you look into why tzcode-native fails staging? Mar 12 22:31:23 AwayNAiL: on which system is it failing? (works ok here - of course) Mar 12 22:38:33 AwayNAiL: it's failing because no input file was specified. Mar 12 22:44:27 AwayNAiL: I think this line is the problem: install -m 755 zic ${STAGING_BINDIR_NATIVE} Mar 12 22:44:42 Probably because nothing defines STAGING_BINDIR_NATIVE. Mar 12 22:45:07 I don't know if that is perhaps not defined in the older bitbake stuff? Mar 12 22:45:38 It originally read something else (some other variable), but koen changed it to STAGING_BINDIR_NATIVE. Mar 12 22:46:36 Quite frankly, it's all a crock of **** because there's no need (excpet that koen insisted) to build zic just so we can compile timezone data; one can simply install zic on the host. Mar 12 22:46:51 But that's my opinion, which counts for nearly nothing when it comes to OE stuff! Mar 12 22:47:20 I dunno how to fix it. Mar 12 22:55:20 Try editing the .bb file to change STAGING_BINDIR_NATIVE to just STAGING_BINDIR -- I think that's the original way it was. Mar 12 22:55:56 If that works, I guess we commit the change and see how it fares with Those Who Rule. Mar 12 23:48:21 mwester: tzdata in feeds. Mar 12 23:52:58 :) Thanks sir. Mar 12 23:53:02 np Mar 12 23:53:27 I like your commit comments :) Mar 12 23:54:06 hehe Mar 12 23:54:18 I can't pull those off in #oe :-\ Mar 12 23:54:49 It attracts the attention of those who might not find them as humorous ;) Mar 12 23:54:54 yeah **** ENDING LOGGING AT Tue Mar 13 02:59:56 2007