**** BEGIN LOGGING AT Fri Sep 23 02:59:56 2011 Sep 23 04:13:35 jow_laptop: there might be issues with feeds/luci/zoneinfo/Makefile.... I can't get it to appear in make menuconfig. Sep 23 04:16:59 philipp64|laptop: it's inside of Extra packages here Sep 23 04:19:57 (would properly be inside of LuCI if the define's default wording was capitalized) Sep 23 04:21:35 I tried changing that but it didn't seem to make a difference... Sep 23 04:21:51 unless I need to remake something or remove something first to get the indices recalculated. Sep 23 04:22:43 it's also missing a Build/Configure section, isn't it? Sep 23 04:23:57 or just using the default one, if it even has a configure to begin with Sep 23 04:24:07 ./scripts/feeds search zoneinfo? Sep 23 04:25:15 grrr... friggin DSL provider... Sep 23 04:25:26 swalker: sorry, what were you saying? Sep 23 04:26:09 < swalker> or just using the default one, if it even has a configure to begin with < swalker> ./scripts/feeds search zoneinfo? Sep 23 04:26:55 which it doesn't, the package is a bit stale too Sep 23 04:27:17 yup... there have been several releases since then... Sep 23 04:29:24 make package/zoneinfo-core/prepare V=99 doesn't work. Sep 23 05:05:10 swalker: should I open a defect against it? Sep 23 05:13:19 use zoneinfo, not zoneinfo-core Sep 23 06:43:25 build #65 of avr32 is complete: Failure [failed compile_4] Build details are at http://buildbot.openwrt.org:8010/builders/avr32/builds/65 Sep 23 08:37:02 jow * r28291 /trunk/package/base-files/ (Makefile files/lib/network/config.sh): [package] base-files: make ip matching in dns add/remove functions more explicit, avoids overmatching pairs like 1.2.3.35 and 1.2.3.3 Sep 23 08:37:52 jow * r28292 /branches/backfire/package/base-files/ (Makefile files/lib/network/config.sh): [backfire] merge r28291 Sep 23 10:01:26 acoul * r28293 /trunk/target/linux/generic/patches-3.0/000-upstream-fix-__packed.patch: linux/generic: commit an upstream kernel 3.0 patch (fixes busubox-1.19.2 build failure) Sep 23 10:12:52 I am having a weird issue with collectd on my router Sep 23 10:13:55 for some unknown reason, it just stops collecting data Sep 23 10:13:55 although the process is still running Sep 23 10:47:05 build #81 of s3c24xx is complete: Failure [failed compile_10] Build details are at http://buildbot.openwrt.org:8010/builders/s3c24xx/builds/81 Sep 23 11:39:40 jow_laptop: if you feel like another quick'n'easy fix: https://dev.openwrt.org/ticket/10145 Sep 23 11:42:06 Olipro: not long ago we had a ticket stating that mangle is wrong and it should be moved into forward Sep 23 11:42:12 (filter) Sep 23 11:43:53 O_o Sep 23 11:44:06 well, give them a slap Sep 23 11:44:16 even the iptables manpage states it's used in mangle Sep 23 11:49:59 the time the code was written the official netfilter examples used filter Sep 23 11:50:49 heh, they still do *g* Sep 23 11:50:50 http://netfilter.org/documentation/HOWTO/netfilter-extensions-HOWTO-4.html#ss4.7 Sep 23 11:50:56 jow_laptop: you pointed me to /usr/lib/luci/statistics/rrdtool/definitions.lua, but I'm struggling to figure out what to put there Sep 23 11:51:18 for example, how does the code know which definitions to process? Sep 23 11:51:24 and where to get the data from? Sep 23 11:51:42 from rrd databases which are generated by collectd Sep 23 11:52:15 yes, but how does one refer to the particular items to graph? Sep 23 11:52:33 complex, I don't fully recall - sorry Sep 23 11:52:37 and how is that translated into the name of the RRD to get the data from Sep 23 11:52:40 ok, thanks Sep 23 11:52:47 its based on plugin, instance and datesource names Sep 23 11:53:04 which are mapped from found rrd files to lua module names Sep 23 11:53:30 jow_laptop: latest iptables manpage doesn't :| Sep 23 11:53:40 first it tries to init a module for the instance, if that fails one for the plugin, if that fails it tries to draw a generic graph using the data type definitions, Sep 23 11:53:49 ah Sep 23 11:54:05 so I've screwed up by not including "exec" in my PUTVAL output? Sep 23 11:54:14 maybe Sep 23 11:54:22 because if I had, the data would be tagged with the exec plugin? Sep 23 11:54:30 there was a lengthy howto somewhere that explained howto extend luci stats Sep 23 11:54:30 I've asked xv7 in #Netfilter Sep 23 11:54:31 so let's see Sep 23 11:54:52 Rogan1: http://flux242.blogspot.com/2011/01/collectd-mod-exec-part-1.html Sep 23 11:55:17 awesome, thanks jow_laptop Sep 23 14:51:18 is it possible to modify the CC or CFLAGS variables used during a package build in a package Makefile? Sep 23 14:53:11 yes Sep 23 14:53:26 TARGET_CFLAGS+="-Ifoo -ibar" Sep 23 14:53:36 TARGET_LDFLAGS+="-Lfoo -lbar" Sep 23 14:53:42 blogic: lgreat, thanks! Sep 23 14:53:45 ;) Sep 23 14:53:58 or Sep 23 14:53:59 1 sec Sep 23 14:54:08 let me check Sep 23 14:54:38 what section does that go in or does it go next to all the other variables (SECTION, CATEGORY, etc.) Sep 23 14:55:13 look at package/opkg/Makefile Sep 23 14:55:16 make package/foo/compile TARGET_CFLAGS="something else" Sep 23 14:55:17 I need to sneak in "-std=c99" into my CFLAGS Sep 23 14:55:19 ok thanks Sep 23 14:55:23 or do you want to codify it in a makefile? Sep 23 14:55:24 line 48/49 Sep 23 14:55:34 I would like to codify if possible Sep 23 14:55:40 k Sep 23 14:55:48 achasen: k, look at opkg as an example Sep 23 14:55:58 blogic: looking Sep 23 14:57:05 will use that as guide (EXTRA_CFLAGS) and get back with outcome Sep 23 14:57:12 oki Sep 23 14:59:26 EXTRA_CFLAGS appesrs to override a lot of stuff for me, investigating Sep 23 15:01:51 EXTRA_CFLAGS+= Sep 23 15:01:54 not EXTRA_CFLAGS= Sep 23 15:01:55 :) Sep 23 15:03:41 right, no quotes, Makefiles are strange Sep 23 15:03:50 thanks, this is perfect! Sep 23 15:09:20 blogic: you where right, found thtat pin to enable uart on sx763, and u-boot.asc for easy50712 works on it, so no need to create that .conf in uboot :) Sep 23 15:11:34 blogic: what does PKG_INSTALL do and how does it relate to define Package//install Sep 23 15:12:05 PKG_INSTALL calls the original "make install" Sep 23 15:12:17 Delboy: cool Sep 23 15:12:30 jow_laptop: thanks! Sep 23 15:14:48 If I rely on just PKG_INSTALL, the package doesn't compile (see the commented out define to see what does work) http://dpaste.com/619621/ Sep 23 15:14:54 achasen: need to run sorry Sep 23 15:14:57 Delboy: good ! Sep 23 15:15:03 blogic: no worries, thanks for the help Sep 23 15:17:49 achasen: you still need an install section with PKG_INSTALL Sep 23 15:18:14 blogic: :D now i can play with bootloader, btw is it possible to make calls with owsip? Sep 23 15:18:18 achasen: PKG_INSTALL is just useful for cases where there are dozens of files in various locations are installed Sep 23 15:19:20 ah. It should be noted that the install section doesn't work without PKG_INSTALL Sep 23 15:19:32 sure it does Sep 23 15:19:50 it executes, but for this makefile the files can't be found Sep 23 15:20:15 I guess the make install puts the files in the location that I am moving stuff around in the install section from Sep 23 15:20:26 I am not concerned, I am happy with this Makefile for now Sep 23 15:20:26 correct Sep 23 15:20:29 thanks for the help Sep 23 15:20:38 swalker: making zoneinfo doesn't work either. Sep 23 15:30:34 Delboy: yes Sep 23 15:30:40 Delboy: i will push an update very soon Sep 23 15:30:48 its on my list for the next few days Sep 23 17:44:44 build #66 of sibyte is complete: Success [build successful] Build details are at http://buildbot.openwrt.org:8010/builders/sibyte/builds/66 Sep 23 19:57:54 juhosg * r28294 /trunk/target/linux/ar71xx/base-files/etc/ (inittab uci-defaults/inittab-console-fixup): ar71xx: enable login only on the system console by default Sep 23 19:57:55 juhosg * r28295 /trunk/target/linux/ar71xx/files/arch/mips/ar71xx/mach-dir-825-b1.c: Sep 23 19:57:55 ar71xx: fix MAC addresses on the DIR-825-B1 board Sep 23 19:57:55 Patch-by: Lukas Kuna Sep 23 21:12:21 <_trine> its about time ngircd was bumped from V15 to V18 Sep 23 22:05:59 build #53 of rdc is complete: Failure [failed compile_7] Build details are at http://buildbot.openwrt.org:8010/builders/rdc/builds/53 **** ENDING LOGGING AT Sat Sep 24 02:59:57 2011