**** BEGIN LOGGING AT Mon Sep 01 02:59:56 2008 Sep 01 07:21:01 poelzi: uci 0.6.1 should be on mirror2 Sep 01 10:42:21 hmm, why isn't uvc-streamer displayed in the services menu in luci after i create that two files? Sep 01 10:42:23 http://openwrt.pastebin.com/da7b60c7 Sep 01 10:47:25 Yanira: try rm -r /tmp/.luci* Sep 01 10:47:52 then reload Sep 01 10:51:54 does not help Sep 01 10:53:27 mom, plz ... currently looking at your code Sep 01 11:00:48 okay, Yanira: do you have a working translation in place? Sep 01 11:01:01 no translation files yet Sep 01 11:01:21 you think thats a problem? Sep 01 11:01:39 okay. because, if the page title is nil or empty then the corresponding menu entry is hidden Sep 01 11:02:06 try: luci.i18n.translate("uvc-streamer", "Some default title") Sep 01 11:02:25 the second string will be used if the first string is not found in any translation file Sep 01 11:02:48 the uvc-stream should then show up as "Some default title" in the services menu Sep 01 11:02:53 *uvc-streamer Sep 01 11:03:35 ok. that works now. thanks Sep 01 11:03:38 nbd * r12449 /trunk/package/madwifi/patches/ (371-wds_sta_separation.patch 372-queue_vif.patch): improve wds sta mode compatibility Sep 01 11:03:48 nbd * r12450 /trunk/package/madwifi/patches/370-wdsvap.patch: madwifi: fix compile warning Sep 01 11:03:54 nbd * r12451 /trunk/tools/Makefile: install a symlink to the correct version of find in $(STAGING_DIR_HOST)/bin Sep 01 11:04:00 nbd * r12452 /trunk/include/package.mk: add an extra build step Build/Install which allows you to run a make install target after the post-compile hooks have run - will be necessary for some libtool dependent stuff Sep 01 11:04:10 nbd * r12453 /trunk/target/linux/ar71xx/image/Makefile: add a gzipped uImage for ar71xx Sep 01 11:05:04 Yanira: glad to hear that you'll develop applications :) Sep 01 11:05:37 yeah, i'll try to start with it. just searched for a simple application to begin with :) Sep 01 11:09:41 Ok. If you need assistance don't bother to ask Sep 01 11:10:16 hmm, if i make changes on ather luci pages and hit save i see that there are changes. if i hit save on my uvc-streamer page it directly saved to the config file Sep 01 11:10:40 why that? Sep 01 11:14:03 I believe this has to with the fact that your configuration name contains a hyphen Sep 01 11:14:31 just tried it here with uvc_streamer instead of uvc-streamer as name and everything works as expected Sep 01 11:15:19 Changes look like http://luci.pastebin.com/m3af60341 then Sep 01 11:17:45 change the hyphens to underscores in the highlighted lines: http://openwrt.pastebin.com/m4b46d10e Sep 01 11:20:14 Hyphens are illegal in i18n-keys too, at least until we replace the i18n system Sep 01 11:20:28 so generally stick to _ for now Sep 01 11:21:06 right Sep 01 11:21:28 for _ just in the config file is enough? Sep 01 11:26:32 didn't understand your last question Sep 01 11:27:23 ok. find it by myself Sep 01 11:27:39 it's enough to use '_' for the config file stuff Sep 01 11:28:06 k Sep 01 11:28:31 l Sep 01 11:41:25 really nice :) Sep 01 11:44:04 [florian]: urgent, for immediate commit: http://openwrt.pastebin.com/f6003a2ce Sep 01 11:45:45 <[florian]> sn9: does it fix the previous commit ? Sep 01 11:45:55 yes Sep 01 11:49:36 xMff: how should i handle init scripts? Sep 01 11:50:29 hmm, if its a totally new init script than simply put it in your package Sep 01 11:50:37 florian * r12454 /trunk/target/linux/ar7/ (5 files in 4 dirs): Fix divisor calculation and configuration from previous commit, thanks sn9 Sep 01 11:51:02 uvc-streamer contains an init script Sep 01 11:51:14 but i mean from where do i call that script? Sep 01 11:51:14 hmm, is it uci-aware? Sep 01 11:51:23 yes, it's uci aware Sep 01 11:51:24 you men to restart the service? Sep 01 11:51:26 florian * r12455 /trunk/package/acx-mac80211/Makefile: Use a newer acx firmware Sep 01 11:51:27 *mean Sep 01 11:51:34 yeah Sep 01 11:51:43 ah, look in /etc/config/luci Sep 01 11:52:09 there is a config 'event' 'uci_oncommit' section Sep 01 11:52:33 with configname <-> shell command mappings Sep 01 11:52:42 hmm, luci.uci_oncommit.* Sep 01 11:52:52 you can set this value during package install Sep 01 11:54:06 look for example in applications/luci-statistics/ipkg/postinst and applications/luci-statistics/root/etc/uci-defaults/luci-statistics to see how you can do it Sep 01 11:54:27 i see Sep 01 11:54:57 afk for some minutes... smoking break Sep 01 12:04:57 nbd: after running './scripts/feeds install kmod-video-uvc' and 'make menuconfig' uvc is not shown in menuconfig > kernel modules > video support > kmod-video-core: Y > ... Sep 01 12:06:59 Can i ask questions about compiling with the toolchain here? Sep 01 12:09:06 nbd * r12456 /packages/libs/gettext/Makefile: fix getext libtool fsckups Sep 01 12:09:16 nbd * r12457 /packages/utils/bluez-utils/files/bluez-utils.init: allow dund to grab ppp options gathered from the network scripts Sep 01 12:09:20 cableroy: try :) Sep 01 12:11:13 nice, i downloaded via svn the buildroot, i want to compile a program that does not exists, this is the error i got now: Sep 01 12:11:23 /home/cableroy/openwrt/buildroot/staging_dir/toolchain-mipsel_gcc3.4.6/lib/gcc/mipsel-linux-uclibc/3.4.6/../../../../mipsel-linux-uclibc/bin/ld: cannot find -lpcap Sep 01 12:11:26 collect2: ld returned 1 exit status Sep 01 12:11:49 ./mipsel-linux-uclibc-g++ -I/home/cableroy/openwrt/buildroot/staging_dir/mipsel/usr/include -o imsniff src/imsniff.cpp src/util.cpp src/msn_conntrack.cpp src/msn_handlers.cpp -lpcap src/pcap_stuff.cpp Sep 01 12:11:54 is the compiler line i use Sep 01 12:12:12 looks like you are missing libpcap headers Sep 01 12:12:44 hm, and they don't come with buildroot? Sep 01 12:12:45 yup, try to build libpcap first, it will compile libpcap and put the headers into the appropriate place Sep 01 12:13:01 issua a make menuconfig Sep 01 12:13:03 hm ok Sep 01 12:13:06 *issue Sep 01 12:13:17 then select Library -> libpcap Sep 01 12:13:19 make V=99 Sep 01 12:13:23 then try again Sep 01 12:13:37 cableroy: but you should not compile this way anyway, it would be better to write a makefile and define appropriate dependencies than you would not run into that problems and get the right compiler flags for your platform and stripped binaries Sep 01 12:14:51 true, but i've been looking at http://wiki.openwrt.org/BuildingPackagesHowTo and http://downloads.openwrt.org/docs/buildroot-documentation.html#download but hmm never done Makefile etc Sep 01 12:15:01 cableroy: this should help: http://downloads.openwrt.org/kamikaze/docs/openwrt.html#x1-380002.1.2 Sep 01 12:15:11 i would love to find the package in ipkg :P Sep 01 12:16:30 someone started it back in 07, but didn't come Sep 01 12:16:38 cableroy: does your to-be-compiles software use the standard ./configure; make; make install cycle? Sep 01 12:17:04 xMff: nope, just some cpp files to compile, u see the compiler line i pasted Sep 01 12:17:29 and depends libpcap and libstdcpp Sep 01 12:18:11 https://dev.openwrt.org/cgi-bin/trac.fcgi/attachment/ticket/2128/imsnif.diff Sep 01 12:18:11 cableroy: the easiest way is: first write a generic makefile for your application, use Makros like $(CPP) etc Sep 01 12:18:44 then write an openwrt makefile which will call the generic makefile Sep 01 12:19:22 the openwrt makefile will take care of dependencies, sourcecode download, patching (if needed), ipkg packaging etc. Sep 01 12:20:02 "the openwrt makefile will take care of dependencies" but exactly that is broken atm... Sep 01 12:20:18 cableroy: is the diff you posted the makefile you currently use? Sep 01 12:20:41 when is 8.08 downloadable as flash-image? Sep 01 12:21:30 './scripts/feeds install mjpg-streamer' should also install libjpeg as a dependency, but that's broken Sep 01 12:22:31 xMff: no i don't use any, i just want to compile it and scp it over, i did it for 1 year back but not now.. Sep 01 12:22:43 ah, hmm no, I don't think that scripts/feeds resolves such dependencies Sep 01 12:22:44 $50 via paypal if you make the package Sep 01 12:24:03 xMff: it worked fine some time ago Sep 01 12:24:07 cableroy: thanks for the offer but im low on time Sep 01 12:26:38 cableroy: I can look into it if I find some time, you can donate the money to openwrt then... Sep 01 12:26:54 but may take some days Sep 01 12:27:40 cableroy: what architecture/platform do you need? Sep 01 12:27:42 then you want the source from me, since i got a newer not released version from the dev Sep 01 12:27:51 mips Sep 01 12:27:56 Atheros? Sep 01 12:27:57 asus wl500 gp Sep 01 12:27:59 brc Sep 01 12:28:01 brmc Sep 01 12:28:02 err Sep 01 12:28:03 the4n mipsel Sep 01 12:28:07 yup Sep 01 12:28:42 nbd: why does kmod-video-uvc no longer shows in menuconfig? Sep 01 12:30:30 Yanira: perhaps packaging probs... can you find it in make kernel_menuconfig ? Sep 01 12:30:55 can't check atm. vm is down Sep 01 12:32:10 sorry, I currently have no buildroot in reach Sep 01 13:22:06 nico * r12458 /trunk/package/kernel/modules/other.mk: Fix AT91 MMC host controller path on 2.6.25 Sep 01 13:24:13 nico * r12459 /trunk/target/linux/ (at91/config-2.6.25 generic-2.6/config-2.6.25): Move I2C_PCA Kconfig item to generic-2.6 Sep 01 14:13:13 nico * r12461 /packages/multimedia/ (gspcav1/Makefile nw802-2.4/Makefile ov51x-jpeg/Makefile): Changes dependencies on others video modules after [12460] to remain consistent :) Sep 01 14:18:35 nico * r12462 /trunk/package/kernel/modules/video.mk: Change even more dependencies on kmod-video-core after [12460] Sep 01 14:42:22 nbd * r12463 /trunk/target/linux/ar71xx/files/ (2 files in 2 dirs): make openwrt boot on ar9130 (currently no ethernet yet) Sep 01 14:45:43 nico * r12464 /packages/multimedia/ (qc-usb/Makefile spca5xx-le/Makefile): Well, another round fixing dependencies on kmod-video-core -- this is the last i promise ;) sounds like it's time to get some sleep after all... Sep 01 17:42:44 blogic * r12465 /trunk/package/base-files/files/sbin/usb-storage: fixes usb storage mounting Sep 01 18:14:10 hmm, what does the code look for a dropdown box with 3 fixed entries and the choice to add a custom entry in luci? Sep 01 18:21:38 https://dev.leipzig.freifunk.net/trac/browser/ff-luci/trunk/modules/admin-mini/luasrc/model/cbi/mini/network.lua#L84 see this netmask field for example Sep 01 18:22:58 just used that :) Sep 01 18:24:15 CyrusFF: uvc_streamer luci page is working so far. just doing some translation and packaging Sep 01 18:25:31 nice, just send it to the ML if it is ready, then we'll commit it Sep 01 18:27:50 CyrusFF: atm it's in the services > webcam streaming menu. do you think this is a good place? Sep 01 18:28:14 yes, sounds good Sep 01 18:28:40 ok. will submit a patch, once it's ready Sep 01 18:29:01 thanks a lot Sep 01 18:29:13 np Sep 01 18:30:18 [florian]: stupid oversight, but purely hypothetical: http://openwrt.pastebin.com/f6ea5d15b Sep 01 18:35:08 nbd * r12466 /trunk/rules.mk: add TARGET_CXX variable which points to the c++ cross compiler Sep 01 18:35:37 nbd: maybe you can commit the above, while you're at it Sep 01 18:41:02 CyrusFF: what else do i have to do to make luci-app-uvc_streamer show up in menuconfig ? Sep 01 18:41:50 http://luci.freifunk-halle.net/Documentation/Modules last pragraph Sep 01 18:43:11 ah, that again Sep 01 18:50:02 -rw-r--r-- 1 openwrt users 1,4K 2. Sep 05:51 /srv/http/wl500gp-trunk/bin/packages/mipsel/luci-app-uvc_streamer_0.7+svn-1_mipsel.ipk Sep 01 18:50:14 nice Sep 01 18:57:46 CyrusFF: what should i use for translation. xml or lua? Sep 01 18:58:50 in luci-samba/luasrc/i18n there is both Sep 01 18:59:05 Yanira: do the Lua translation, we can take care of the xml stuff Sep 01 18:59:18 ok Sep 01 19:19:37 grr. tanslation isn't working Sep 01 19:23:33 Yanira: you should verify that your translation file does not contain any syntwx errors Sep 01 19:23:50 http://openwrt.pastebin.com/d264369b4 -- and the menu isn't displayed :( Sep 01 19:23:51 Yanira: just call the translation file with the lua interpreter Sep 01 19:24:31 Yanira: as I explained some hours ago, hyphens are *not* allowed in i18n keys ;) Sep 01 19:24:56 ah Sep 01 19:25:00 this is because those keys are simple lua variables, whose names can't contain "-" Sep 01 19:26:15 and its a good idea to hard-code some english menu title in translate() to assure that the entry is always displayed, even if the translation is missing for some reason Sep 01 19:26:52 eg. translate("uvc_streamer", "UVC Streamer") Sep 01 19:27:18 <[florian]> sn9: no one did commit http://openwrt.pastebin.com/f6ea5d15b right ? Sep 01 19:27:29 right Sep 01 19:29:28 <[florian]> thanks Sep 01 19:29:30 florian * r12467 /trunk/target/linux/ar7/files/drivers/vlynq/vlynq.c: Treat vlynq external divisor just like automatic, fix comment about it, thanks sn9 Sep 01 19:43:11 grr Sep 01 19:45:02 /usr/lib/lua/luci/dispatcher.lua:465: bad argument #1 to 'ipairs' (table expected, got nil) Sep 01 19:46:11 you probably have a typo n your cbi model Sep 01 19:46:36 and... make sure that your cbi filename and the module() declaration have the same name (no "_" vs "-" etc.) Sep 01 19:53:34 i've just commited an update that will pass the real error message to the browser instead this (table expected, got nil) Sep 01 19:55:13 http://openwrt.pastebin.com/d37b4a6eb -- what's wrong with my code? Sep 01 19:56:29 you are missing a closing ) in #36 Sep 01 19:57:13 heh human lua interpreter ^^ Sep 01 19:57:25 ;-) Sep 01 19:57:54 * CyrusFF Human Lua Interpreter 1.0 ready Sep 01 19:58:07 damn Sep 01 19:58:10 Spirit of St. Lua Sep 01 19:59:13 CyrusFF: how do we commit you to the repository? Sep 01 19:59:35 ask nicely ;) Sep 01 19:59:54 we need to decompile your DNA into source, we prefer to avoid committing binary blobs. Sep 01 20:00:01 lol Sep 01 20:00:13 sounds rather violent to me Sep 01 20:00:28 xMff: nah, we are use a retrovirus Sep 01 20:00:30 binary? there are four base amino acids, not two Sep 01 20:00:40 sn9: shush you. Sep 01 20:00:51 i like where this discussion is going ^^ Sep 01 20:01:12 someone should program a compiler for DNA Sep 01 20:01:39 i think that's been done Sep 01 20:02:09 sn9: I didn't know you were religious. Sep 01 20:03:03 the answer is 42 Sep 01 20:03:44 always interesting to see how much information can be encoded in just two bytes Sep 01 20:16:54 hmm, ok Sep 01 20:18:18 where should i put in the luci.uci_oncommit.uvc_streamer=/sbin/luci-reload uvc-streamer ? in both applications/luci-uvc_streamer/ipkg/postinst and applications/luci-uvc_streamer/root/etc/uci-defaults/luci-uvc_streamer Sep 01 20:19:17 you can also drop the uci-defaults thing entirely and just make an uci set in postinst Sep 01 20:19:26 no you can't Sep 01 20:19:48 hmm ahh... the image integration situation?! Sep 01 20:19:53 yep Sep 01 20:19:55 k Sep 01 20:21:18 Yanira: put the uci set only in uci-defaults Sep 01 20:21:48 then use a postinst like the one in applications/luci-statistics/ipkg/postinst Sep 01 20:22:15 ... which simple imports the defaults file and removes it afterwards Sep 01 20:22:31 but only if the package is installed manually Sep 01 20:22:50 like the last paragraph of: http://luci.freifunk-halle.net/Documentation/ThemesHowTo except that you don't build a theme Sep 01 20:34:43 why is that: Sep 01 20:34:46 $ git status feeds/luci/ Sep 01 20:34:48 error: pathspec 'feeds/luci/' did not match any file(s) known to git. Sep 01 20:35:28 oh man Sep 01 20:37:48 the feed is usually svn Sep 01 20:38:17 ok Sep 01 20:39:15 also the feed only contains some makefiles Sep 01 20:45:37 CyrusFF: http://openwrt.pastebin.com/d28333e32 -- a first try. no idea if all this makes sense at all Sep 01 20:48:28 i'll have a look Sep 01 20:51:05 CyrusFF: new diff: http://openwrt.pastebin.com/d530ab47f Sep 01 20:52:06 this time with the changes in: contrib/package/luci/Makefile Sep 01 20:52:11 ok Sep 01 20:53:15 grml i hate pastebin for everytime having to recode files Sep 01 20:53:20 but anyway Sep 01 20:53:26 hit the download link... Sep 01 20:53:30 tough. the openwrt package uvc-streamer has to be fixed from - to _ Sep 01 20:53:52 download link also produces shitty DOS lineendings Sep 01 20:54:11 dos2unix :) Sep 01 21:08:32 Yanira: works so far, thanks, i'll just check that uci issues with this hyphens Sep 01 21:08:45 okie :) Sep 01 21:09:51 next would be to have mjpg-streamer for luci. but that is difficult to make it uci-aware Sep 01 21:10:17 because of those many distinct options? Sep 01 21:10:20 that is out of my skills Sep 01 21:10:36 xMff: iirc, yeah Sep 01 21:11:00 you can also defined free-formed (or "dynamic") sections Sep 01 21:11:05 *define Sep 01 21:11:29 you can create arbitary options there Sep 01 21:11:38 xMff: that would be an app for you Sep 01 21:11:47 i'll stick to some easier apps for now Sep 01 21:11:55 ;) Sep 01 21:33:01 lars * r12468 /packages/XOrg/ (128 files in 106 dirs): Update XOrg packages to 7.3 Sep 01 21:36:06 yay Sep 01 21:46:20 lars * r12469 /trunk/ (include/download.mk scripts/download.pl): Add @GNOME download source. Sep 01 21:59:35 lars * r12470 /packages/XOrg/ (lib/libxkbui/Makefile server/xorg-server-X11R7.2/): Update XOrg to 7.3 the second Sep 01 22:15:36 lars * r12471 /packages/libs/glib2/Makefile: Update glib2 to 2.16.5 and some package cleanups. Sep 01 23:18:53 lars * r12472 /packages/XOrg/lib/pixman/Makefile: Update pixman to 0.11.8 and some package cleanups Sep 01 23:21:11 lars * r12473 /packages/XOrg/lib/cairo/Makefile: Fix cairo InstallDev and some package cleanups. Sep 01 23:23:48 lars * r12474 /packages/XOrg/lib/pango/ (Makefile files/ files/pango-querymodules.init): Sep 01 23:23:48 Update pango to 1.20.5 and add init script which calls pango-querymodules on the Sep 01 23:23:48 target system. Sep 01 23:24:52 lars * r12475 /packages/XOrg/lib/atk/Makefile: Update atk to 1.22.0. Sep 01 23:29:07 lars * r12476 /packages/XOrg/lib/gtk2/ (Makefile files/ files/gdk-pixbuf-query-loaders.init): Sep 01 23:29:07 Update gtk to 2.12.11 and add init script which calls gdk-pixbuf-query-loaders Sep 01 23:29:07 on the target system. Sep 02 00:08:09 lars * r12477 /packages/libs/glib2/ (Makefile patches/001-no_docs_and_tests.patch): Fix glib2 build and increase package version number. Sep 02 00:08:56 lars * r12478 /packages/libs/libcroco/ (. Makefile): Add libcroco css parsing library package Sep 02 00:10:15 lars * r12479 /packages/XOrg/lib/librsvg/ (4 files in 2 dirs): Add librsvg svg rendering library package. Sep 02 00:13:09 lars * r12480 /packages/libs/wnck/Makefile: Update wnck to 2.22.3 and some package cleanups. Sep 02 00:15:50 lars * r12481 /packages/libs/libart/Makefile: Update libart to 2.3.20 and some package cleanups. Sep 02 00:18:18 hi ! Sep 02 00:18:24 hey Sep 02 00:18:35 there doesn't seem to be any ar7100 support in the current stuff I got off git Sep 02 00:18:41 is that somewhere else ? Sep 02 00:19:14 benh: in my svn checkout, there is target/linux/ar71xx Sep 02 00:19:36 ah found it, brown paper bag for me, sorry Sep 02 00:19:42 I was looking in atheros/ * Sep 02 00:20:53 ah, it depends on broken, I see :-) Sep 02 00:21:11 well, it *is* new Sep 02 00:22:04 * sn9 submitted most of the latest ar7 patches Sep 02 00:22:20 sn9: cool Sep 02 00:22:38 * sn9 is still miffed about the naming confusion of ar7 vs. ar71xx Sep 02 00:22:54 sn9: I was chatting with Sebastian Gottschall, I have his kernel tree Sep 02 00:23:08 ar7 != ar71xx Sep 02 00:23:10 but I prefer using openwrt as my base build env. Sep 02 00:23:21 sn9: I know, I'm looking for ar7100 (aka pb42) Sep 02 00:24:00 lars * r12482 /trunk/package/Makefile: Fix enabling of init scripts. Sep 02 00:44:37 lars * r12483 /packages/XOrg/lib/hippo-canvas/ (. Makefile): Add hippo-canvas package. Sep 02 00:49:58 lars * r12484 /packages/XOrg/lib/vte/ (. Makefile): Add vte package. Sep 02 01:04:14 is https://svn.openwrt.org/openwrt/ the most current SVN tree? Sep 02 01:04:51 trunk Sep 02 01:05:31 ok, I'm pulling the trunk. So everytime someone pushes an update, that trunk is the one being affected, correct? Sep 02 01:05:53 if they're updating trunk :) Sep 02 01:06:34 that's where updates go Sep 02 01:06:44 latest is r12484 Sep 02 01:07:19 ok, I just pulled that about an hour ago, so we'll see if this xorg build works. Sep 02 01:07:20 at least, until someone reviews this: http://openwrt.pastebin.com/f14d04296 Sep 02 01:07:32 last night was a nightmare trying to get this to compile. Sep 02 01:07:57 Bartman007: what do you think of that idea? Sep 02 01:26:38 goldy: what were your problems with xorg? Sep 02 01:27:15 lars: he can't build it' Sep 02 01:27:30 details in #openwrt Sep 02 01:27:34 sn9: ok Sep 02 01:27:52 sn9: shouldn't the cachelocal logic be reversed? Sep 02 01:28:08 cache if cachelocal = 1 Sep 02 01:29:06 or maybe I miss understand what you are up to Sep 02 01:31:34 thepeople: it is cache on = 1 the way i did it Sep 02 01:31:44 try it Sep 02 01:32:20 however, i made cache the default, because i can't imagine why people would commonly want not to Sep 02 01:34:16 thepeople: this was inspired by a problem reported a little while ago where 7.09 would not cache local queries, and i checked trunk, where it still doesn't Sep 02 01:34:56 does this patch fix it? Sep 02 01:35:03 thepeople: my first thought was to hard-code it the other way, but then i thought maybe somebody had some weird reason to write the scripts this way Sep 02 01:35:28 this patch makes it so that you can do it either way Sep 02 01:37:09 thepeople * r12485 /trunk/package/dnsmasq/files/dnsmasq.init: add option to cache local queries, from sn9 Sep 02 01:58:11 lars: you broke openwrt :) http://dev.leipzig.freifunk.net:8010/waterfall Sep 02 01:59:41 even libart is not selected... :) Sep 02 02:03:18 poelzi: hm... Sep 02 02:04:28 lars: remove the leading tabs in the package description section of libart/Makefile Sep 02 02:06:48 xMff: interestingly those weren't added by me... Sep 02 02:06:58 but i'll remove them anyway Sep 02 02:07:02 ahm, yupp it was the wrong guess too Sep 02 02:07:04 svn blame ;) Sep 02 02:07:05 nope Sep 02 02:07:11 leave them Sep 02 02:07:14 i was confused Sep 02 02:07:31 ok Sep 02 02:07:34 at least something is strange with the package Sep 02 02:12:40 anyone awake? Sep 02 02:14:45 no! Sep 02 02:15:00 Well I came back kinda wondering about about the "warning: `smbd' uses 32-bit capabilities (legacy support in use)" Samba bug... Sep 02 02:15:08 hmm Sep 02 02:15:16 heya sn9... Sep 02 02:15:51 blogic said he would work on it soon... Sep 02 02:16:35 this is on an x86-generic... Sep 02 02:18:21 what a coinkeydink! i'm building x86-generic right now! Sep 02 02:18:41 it's erroring somewhere in xorg Sep 02 02:18:52 since I'm getting a little more comfortable building from svn... I thought I'd let him know I could try and help out testing stuff... Sep 02 02:19:10 V=99? Sep 02 02:19:21 doing that now Sep 02 02:19:22 not enough detail? Sep 02 02:19:33 lars: still there? Sep 02 02:20:19 lars: this is the line causing libart error: $(HOSTCC) -I. -DLIBART_COMPILATION -DHAVE_CONFIG_H -o $@ gen_art_config.c Sep 02 02:20:33 lars: i belive $(HOSTCC) is not defined Sep 02 02:20:50 my shell wants to execute "I." Sep 02 02:21:09 No Kill I Sep 02 02:21:11 its in the libart upstream Makefile Sep 02 02:23:49 No Kill I, lol Sep 02 02:24:37 xMff: no i think i caused it Sep 02 02:24:53 xMff: still wondering why i build fine here Sep 02 02:25:24 lars * r12486 /packages/libs/libart/Makefile: Fix libart build. Sep 02 02:25:51 sn9: yes ;) Sep 02 02:26:55 ah, so HOSTCC wasn't passed correctly Sep 02 02:27:44 yup, builds fine now, thx Sep 02 02:33:02 I would think this google would have more hits... if Samba couldn't do 48bit disk access... so I'm guessing it could be just an openwrt thing... http://www.google.com/search?sourceid=mozclient&q=warning%3A+%60smbd'+uses+32-bit+capabilities+(legacy+support+in+use) Sep 02 02:34:01 Am I correct there? Sep 02 02:51:25 lars: libtool: link: `staging_dir/i386/usr/lib/libX11.la' is not a valid libtool archive Sep 02 02:52:55 sn9: let me guess there is no libX11.la? Sep 02 02:53:02 right Sep 02 02:53:26 #openwrt **** ENDING LOGGING AT Tue Sep 02 02:59:56 2008