**** BEGIN LOGGING AT Fri Mar 02 02:59:58 2012 Mar 02 04:09:22 jow_laptop: surely it should be mirror the repo *before* installing a snapshot Mar 02 05:17:03 build #125 of ppc44x is complete: Success [build successful] Build details are at http://buildbot.openwrt.org:8010/builders/ppc44x/builds/125 Mar 02 05:52:32 swalker * r30771 /packages/net/bind/ (Makefile patches/ patches/001-no-tests.patch): [packages] bind: update to 9.9.0 Mar 02 05:52:48 swalker * r30772 /packages/ipv6/dibbler/Makefile: [packages] dibbler: update to 0.8.2 Mar 02 06:05:05 build #100 of mpc52xx is complete: Failure [failed compile_4] Build details are at http://buildbot.openwrt.org:8010/builders/mpc52xx/builds/100 Mar 02 09:07:43 build #102 of rdc is complete: Failure [failed compile_7] Build details are at http://buildbot.openwrt.org:8010/builders/rdc/builds/102 Mar 02 11:47:44 juhosg * r30773 /trunk/package/kernel/modules/other.mk: package/kernel: package NAND support Mar 02 11:47:45 juhosg * r30774 /trunk/package/kernel/modules/other.mk: package/kernel: package nandsim module Mar 02 11:47:47 juhosg * r30775 /trunk/package/base-files/files/lib/functions.sh: base-files: remove trailing whitespaces from lib/functions.sh Mar 02 11:47:48 juhosg * r30776 /trunk/package/base-files/files/lib/functions/boot.sh: base-files: remove trailing whitespaces from lib/functions/boot.sh Mar 02 12:26:37 hi ... just tried to build ntpd with the latest trunk rev. 30770 .. and it fails with : Mar 02 12:26:38 ntpd.c:113:29: fatal error: sys/capability.h: No such file or directory Mar 02 12:26:38 compilation terminated. Mar 02 12:26:38 make[7]: *** [ntpd.o] Error 1 Mar 02 12:27:05 ntpd.c:113:29: fatal error: sys/capability.h: No such file or directory Mar 02 12:27:05 compilation terminated. Mar 02 12:27:05 make[7]: *** [ntpd.o] Error 1 Mar 02 12:38:05 build #102 of adm5120 is complete: Failure [failed compile_10] Build details are at http://buildbot.openwrt.org:8010/builders/adm5120/builds/102 Mar 02 13:34:19 build #124 of x86 is complete: Failure [failed compile_4] Build details are at http://buildbot.openwrt.org:8010/builders/x86/builds/124 Mar 02 13:49:10 florian * r30777 /trunk/target/linux/generic/patches-2.6.32/ (7 files): [kernel/2.6.32] refresh patches Mar 02 13:49:12 florian * r30778 /trunk/target/linux/generic/patches-2.6.32/032-mips_unused_variables.patch: [kernel/2.6.32] MIPS: mark unused variables Mar 02 13:49:15 florian * r30779 /trunk/target/linux/generic/patches-2.6.36/ (26 files): [kernel/2.6.36] refresh patches Mar 02 13:49:19 florian * r30780 /trunk/target/linux/generic/patches-2.6.36/032-mips_unused_variables.patch: [kernel/2.6.36] MIPS: mark unused variables Mar 02 13:49:20 florian * r30781 /trunk/target/linux/generic/patches-2.6.37/020-ssb_update.patch: [kernel/2.6.37] refresh patches Mar 02 13:49:23 florian * r30782 /trunk/target/linux/generic/patches-2.6.37/ (2 files): [kernel/2.6.37] MIPS: mark unused variables Mar 02 13:49:26 florian * r30783 /trunk/target/linux/generic/patches-2.6.39/335-mips-kexec-cleanup-kexec-tools-parameter-handling.patch: [kernel/2.6.39] MIPS: fix printing of size_t arg Mar 02 13:49:28 florian * r30784 /trunk/target/linux/generic/patches-2.6.39/050-linux-atm_nathan.patch: [kernel/2.6.39] refresh patches Mar 02 13:49:31 florian * r30785 /trunk/target/linux/generic/patches-2.6.39/335-mips-kexec-cleanup-kexec-tools-parameter-handling.patch: [kernel/2.6.39] MIPS: fix kexec build on 64-bits targets Mar 02 13:53:53 florian * r30786 /trunk/target/linux/adm8668/files/arch/mips/adm8668/platform.c: [adm8668] remove unused variables and defines Mar 02 13:53:57 florian * r30787 /trunk/target/linux/adm8668/files/arch/mips/adm8668/proc.c: [adm8668] mark variables as might be unused Mar 02 15:49:21 dingo * r30788 /packages/utils/clish/ (. Makefile): [patchteam] Add package for Command Line Interface SHell - Signed-off-by: Viktar Palstsiuk Mar 02 18:34:17 juhosg * r30789 /trunk/target/linux/ppc40x/patches/ (2 files): ppc40x: fix build errors in the CF and ISP116X drivers Mar 02 18:34:19 juhosg * r30790 /trunk/target/linux/generic/config-3.2: linux/3.2: add a bunch of missing symbols Mar 02 18:34:20 juhosg * r30791 /trunk/target/linux/ppc40x/ (5 files in 2 dirs): ppc40x: switch to 3.2.9 Mar 02 19:04:58 build #97 of octeon is complete: Failure [failed compile_10] Build details are at http://buildbot.openwrt.org:8010/builders/octeon/builds/97 Mar 02 19:37:05 anyone know how the init scripts get from a module's symbolic name to its actual path? like how does mfd_core get munged into /lib/modules/2.6.39.4/mfd-core.ko ... and more importantly, how do I get the module's original path in the source tree? Mar 02 19:37:23 this would be trivial if OpenWRT had modinfo. sigh. Mar 02 19:41:49 philipp64|laptop: basically it just tries to load /lib/modules/`uname -r`/.ko Mar 02 19:42:39 well, not exactly... it still needs to munge the name, right? underscore to dash... and handle aliasing... Mar 02 19:42:58 philipp64|laptop: I think you are mixing the package name and the file name Mar 02 19:44:52 on your linux system, do "modinfo xt_conntrack" Mar 02 19:46:22 philipp64|laptop: -ash: modinfo: not found (we are talking about openwrt, right?) Mar 02 19:46:32 no, your desktop Mar 02 19:47:17 then you should state that (because for me "the init scripts" means to me "the openwrt init scripts" in the context of this channel) Mar 02 19:48:30 well, specifically I'm talking about insmod. Mar 02 19:49:41 yes, and that's what I'm talking about (also I'm not sure insmod handles aliases) Mar 02 19:49:43 https://dev.openwrt.org/browser/trunk/package/busybox/patches/470-insmod_search.patch Mar 02 19:51:54 philipp64|laptop: and in case of desktop systems: see the modules.* (especially alias and dep) in /lib/modules/`uname -r` Mar 02 19:52:14 I'm trying to come up with a openwrt-side script that takes the contents of /proc/modules and generates a gdb script to do "add-symbol-file path address" for all of the loaded modules... Mar 02 19:54:19 if I had modinfo, this would be trivial. sigh. Mar 02 19:56:37 philipp64|laptop: for what exactly do you need modinfo? Mar 02 20:01:28 two things... if I take $1 of each line on /proc/modules, this maps to: Mar 02 20:02:28 add-symbol-file $(modinfo $1 | awk '/filename:/ { print $2; }') $6 Mar 02 20:02:32 and then: Mar 02 20:04:10 basename $(modinfo $1 | awk '/filename:/ { print $2;}') | sort | uniq | xargs echo -n1 directory Mar 02 20:04:29 well, you'd need to do it per-line, but yeah... Mar 02 20:04:44 that would give you a gdb preample you could use. Mar 02 20:08:12 okay, so you need modinfo to automatically find the correct filename regardless of hyphen/underscore Mar 02 21:07:14 yup, that's pretty much it. I'll try the busybox modinfo and see if it's any good. Mar 02 21:35:14 philipp64|laptop: could replacing all _- with ? work and then letting the shell find the correct file? Mar 02 21:35:45 no, because it still doesn't handle aliases. Mar 02 21:36:43 insmod doesn't handle aliases Mar 02 21:38:02 (also I never saw any aliases in /proc/modprobe) Mar 02 22:06:18 build #118 of avr32 is complete: Failure [failed compile_4] Build details are at http://buildbot.openwrt.org:8010/builders/avr32/builds/118 Mar 02 22:17:13 KanjiMonster: we could stuff the path to the .ko in the build root into the /etc/modules/* file... Mar 02 22:17:58 err... modules.d/ rather. Mar 02 22:20:28 philipp64|laptop: in the build root or on the target? Mar 02 23:38:09 build #137 of cobalt is complete: Failure [failed compile_10] Build details are at http://buildbot.openwrt.org:8010/builders/cobalt/builds/137 Mar 02 23:39:20 juhosg * r30794 /trunk/target/linux/generic/patches-3.2/550-ubifs-symlink-xattr-support.patch: linux/3.2: add symlink xattr support to ubifs Mar 02 23:39:21 juhosg * r30795 /trunk/tools/ (3 files in 3 dirs): tools/mtd-utils: add XZ compression support to mkfs.ubifs Mar 02 23:39:23 juhosg * r30792 /trunk/target/linux/generic/ (3 files in 2 dirs): linux/3.2: add XZ decompressor support to crypto Mar 02 23:39:25 juhosg * r30793 /trunk/target/linux/generic/patches-3.2/541-ubifs-xz-decompression-support.patch: linux/3.2: add XZ decompression support to ubifs **** ENDING LOGGING AT Sat Mar 03 02:59:58 2012