**** BEGIN LOGGING AT Wed Apr 11 02:59:57 2007 Apr 11 10:34:30 florian * r6930 /trunk/target/linux/brcm47xx-2.6/config/default: Restore ipt_LOG target Apr 11 15:22:20 is there a make var that defines the native compiler during build (kami)? Apr 11 15:29:47 nevermind, its HOSTCC Apr 11 16:33:05 mbm * r6932 /trunk/Makefile: fix targetinfo, packageinfo Apr 11 17:27:45 pavlov * r6933 /packages/libs/postgresql/Makefile: fix pg_config needing to be compiled on the host env for php5 Apr 11 18:29:25 mbm: lst saya you already have a solution to a problem with find's syntax? Apr 11 18:29:35 /saya/says/ Apr 11 18:30:11 <[mbm]> trying to use find -exec to delete directories? Apr 11 18:30:16 y Apr 11 18:30:45 <[mbm]> ok, if you try 'find -exec rm {} \;' it fails because it attempts to recuse into those directories after the rm Apr 11 18:31:10 <[mbm]> if you do 'find -exec rm {} +' then it does multiple filenames on the commandline Apr 11 18:31:14 <[mbm]> which means the rm call runs later Apr 11 18:31:22 <[mbm]> (and less calls to rm) Apr 11 18:31:34 hmm, but find -exec {} + isn't supported by most versions of find Apr 11 18:31:57 <[mbm]> well, it gets used elsewhere in the system Apr 11 18:32:05 <[mbm]> the alternative is find | xargs rm Apr 11 18:34:18 right. I guess the question is: is that better, or just get a newer version of find. Either should solve the probem I guess Apr 11 18:43:12 <[mbm]> well, removing xarg is one less process that has to get spawned in the whole compile process Apr 11 18:43:17 <[mbm]> which helps Apr 11 18:46:45 it's seems to be a version issue. 4.2+ seems to support the '+' syntax. In my specific instance, upgrading find is a nonissue. I just thought I'd bring it to your attention. Apr 11 18:47:17 <[mbm]> suppose that will have to be another damn prereq check Apr 11 18:49:48 [mbm]: having Buildroot install it's own userspace seems slightly more viable considering all the problems that come up :-P Apr 11 18:51:40 <[mbm]> Bartman007: I say it's a pebkac error Apr 11 18:54:10 [mbm]: yeah, so create a PEBKAC developer option that build a sane environment :-) Apr 11 18:55:16 <[mbm]> Bartman007: echo "you must install a sane user environment"; exit 1 Apr 11 18:55:30 <[mbm]> that should end up building a sane environment Apr 11 18:59:06 it was fine with the old xargs ... Apr 11 19:26:34 nbd: this happens with r6933 on a WGT634U: http://pastebin.ca/435082 Apr 11 19:27:02 but apparently it's working though Apr 11 19:27:28 loswillios: That has happened for ages Apr 11 19:28:05 oh. must have missed some revisions then Apr 11 19:28:56 with r6176 it's not happening Apr 11 19:29:21 Its happened ever since the new code for me (but doesn't seem to make any difference) Apr 11 19:29:45 yeah r6176 it's the old code Apr 11 19:30:00 s/it\s/is Apr 11 19:34:23 nbd * r6934 /trunk/package/base-files/files/etc/functions.sh: allow scripts to disable config callbacks Apr 11 20:25:25 mbm * r6935 /packages/net/ssmtp/Makefile: cleanup Apr 11 22:59:47 mbm * r6936 /trunk/ (Makefile include/verbose.mk package/Makefile): minor tweaks to the verbose system **** ENDING LOGGING AT Thu Apr 12 02:59:57 2007