**** BEGIN LOGGING AT Fri Jan 01 02:59:56 2010 Jan 01 04:34:55 Can anyone help clear a confused developer's mind? Jan 01 04:35:03 I have apparently "KAMIKAZE (bleeding edge, r18701)" Jan 01 04:35:14 which is fetching packages from http://downloads.openwrt.org/snapshots/trunk/brcm63xx/packages/ Jan 01 04:35:57 For some reason this directory contains a liblua-filesystem package, however I can't find this package in the SVN repository, only luafilesystem Jan 01 04:40:24 and FWIW liblua-filesystem appears to be horribly broken Jan 01 04:54:49 * MattJ goes to catch some sleep Jan 01 09:01:30 anybody alive? Jan 01 09:01:34 happy new year.. Jan 01 09:01:54 happy new year Jan 01 09:02:24 cshore can you help me with ipkg? Jan 01 09:02:30 how so? Jan 01 09:04:13 well, i use dd-wrt but it's common to use openwrt ipkg repo for ipkg, I'm trying to install kmod-fuse in kernel2.6 but I get "error: kmod-fuse.postinst: can't open /etc/functions.sh". I'm wondering what functions.sh actually does Jan 01 09:05:47 it's a collection of utility functions for use by scripts in OpenWRT Jan 01 09:06:08 so i guess there's no workaround.. Jan 01 09:06:51 <_trine> you could possibly install OpenWRT KamiKazi on it Jan 01 09:07:18 yep, that will work lol Jan 01 09:07:35 <_trine> I guess you would not regret it either Jan 01 09:08:36 i'm used to dd already.. Jan 01 09:09:16 not that I can't use openwrt, but webgui makes job easier.. Jan 01 09:09:59 <_trine> KamiKaze has a choice of at least 3 different web gui's Jan 01 09:10:05 i hope i'm not doing something considered illegal here, that's not my intention Jan 01 09:10:50 Devastator: http://pastebin.com/m5f299420 Jan 01 09:10:50 I think it's to get this line: [ -z "$IPKG_INSTROOT" -a -f /lib/config/uci.sh ] && . /lib/config/uci.sh Jan 01 09:10:50 LuCI is a great web interface for OpenWRT....things have really improved in that regards for Kamikaze Jan 01 09:12:17 I wouldn't count on being able to use OpenWRT packages in DD-WRT Jan 01 09:12:37 i have to say that I love the openwrt way of thinking, the devs don't have fear to try new things and update programs Jan 01 09:13:23 especially one that involves both userspace and kernel like fuse Jan 01 09:14:03 other programs seems to install fine, like ntfs-3g Jan 01 09:14:13 and many others Jan 01 09:14:31 Does DD-WRT use UCI? Jan 01 09:14:54 let me search the source Jan 01 09:15:15 many packages for OpenWRT now use UCI for the configuration files Jan 01 09:16:12 doesn't seem like it.. Jan 01 09:16:46 oh well.. thanks for the help, you guys are great Jan 01 09:16:49 reduces the degree to which /etc is a bizarre collection of different config files Jan 01 09:18:51 thing is.. dd-wrt devs will not add fuse support in source because firmware is already big.. so I guess people that are trying to use fuse will just have to use openwrt :P Jan 01 09:38:23 Devastator: I'm so broken-hearted ;-) Jan 01 09:38:43 i can picture that :D Jan 01 11:11:19 juhosg * r18982 /trunk/ (8 files in 5 dirs): kernel: update to 2.6.31.9 and 2.6.32.2, and refresh patches Jan 01 11:11:41 juhosg * r18983 /trunk/target/linux/ar71xx/ (3 files in 2 dirs): ar71xx: refresh patches Jan 01 11:11:45 juhosg * r18984 /trunk/target/linux/ar71xx/files/arch/mips/ar71xx/Kconfig: ar71xx: select AR71XX_NVRAM for the WRT160NL Jan 01 11:16:53 cshore thanks for your help and clarifications Jan 01 11:17:17 _trine thanks for the suggestions of using openwrt, perhaps one day i will :) Jan 01 11:17:30 good first day of the year to you both.. Jan 01 11:28:21 juhosg * r18985 /trunk/target/linux/ar71xx/ (29 files in 4 dirs): ar71xx: update mips multi-machine stuff Jan 01 11:50:10 <[florian]> swalker: will do thanks! Jan 01 13:49:52 florian * r18986 /packages/net/phidget21/Makefile: [package] remove net/phidget21 now we have an updated phidget21 in libs/ Jan 01 15:47:12 * MattJ pokes the channel Jan 01 15:47:16 Happy new year all :) Jan 01 15:47:49 Last night I asked a question about why http://downloads.openwrt.org/snapshots/trunk/brcm63xx/packages/ contains a liblua-filesystem package Jan 01 15:48:05 Yet the SVN repo contains a luafilesystem package instead Jan 01 15:48:22 liblua-filesystem seems to be horribly broken Jan 01 17:13:43 MattJ: you still didn't provide any details Jan 01 17:13:53 Which details? Jan 01 17:14:02 "seems to be horribly broken" Jan 01 17:14:08 what does that mean exactly? Jan 01 17:14:11 Oh, but that's at a tangent to my question :) Jan 01 17:14:31 It's meant to be a library for Lua, but it installs to the wrong path Jan 01 17:14:42 which one? Jan 01 17:14:52 /usr/lib/lua/5.1/lfs.so Jan 01 17:15:20 Lua (on OpenWRT) looks in /usr/lib/lua/lfs.so Jan 01 17:15:26 yes Jan 01 17:15:36 In Debian (and some other distros) they use the /5.1/ directory Jan 01 17:15:59 luafilesystem looks to be correct, but I can't see why it isn't in the package repo Jan 01 17:16:10 and I'm working on a package that depends on it Jan 01 17:17:30 okay, I'll take a look at the issue, can tell you more in a couple of minutes Jan 01 17:17:54 Thanks Jan 01 17:20:06 packages/lang/luafilesystem defines liblua-filesystem as package name, therefore the name discrepancy Jan 01 17:20:51 Oh, I saw PKG_NAME:=luafilesystem Jan 01 17:21:05 You're right, I should have read further :) Jan 01 17:21:41 I'm going to change that so that it matches th PKG_NAME Jan 01 17:22:45 Thanks Jan 01 17:23:18 the install procedure is strange as well Jan 01 17:23:35 it renames lfs.so to luafilesystem.so.* and then symlinks it back to lfs.so Jan 01 17:23:41 I think a Debian-minded person did this :) Jan 01 17:23:47 yes Jan 01 17:24:16 I assume the canonical name is just lfs.so Jan 01 17:24:38 Yes Jan 01 17:36:33 jow * r18987 /packages/lang/luafilesystem/Makefile: [packages] luafilesystem: rename ipk to luafilesystem, install shared libary into the right location Jan 01 17:36:58 should be fixed Jan 01 19:03:43 MattJ: luasocket needs patched for prosody as well if you haven't already run into it Jan 01 19:29:31 swalker: No, what kind of patch? Jan 01 19:29:39 xMff: Thanks! Jan 01 19:36:58 MattJ: http://openwrt.pastebin.ca/1723837, the ltn12 & /usr/lib/lua/socket bits iirc Jan 01 19:40:07 juhosg * r18988 /trunk/target/linux/ar71xx/files/arch/mips/ar71xx/mach-tl-wr941nd.c: ar71xx: fix bi-color QSS LED on the TL-WR941ND v2 board Jan 01 19:40:28 swalker: Mmm, thanks :) Jan 01 19:40:35 swalker: Did you make these changes? Jan 01 19:46:17 MattJ: yes, they're posted in the prosody forum thread Jan 01 19:46:42 Ah yes, I meant to look for that again... I lost track of it Jan 01 19:49:10 Hmm, news of my mission precedes me :) Jan 01 21:44:40 hauke * r18989 /trunk/target/linux/amazon/ (7 files in 6 dirs): mazon: use platform_device for most drivers and fix some printk's Jan 01 23:39:30 mb * r18990 /packages/utils/ucmb/Makefile: ucmb-kernel: Install the header file **** ENDING LOGGING AT Sat Jan 02 02:59:57 2010