**** BEGIN LOGGING AT Sat Dec 04 02:59:59 2010 Dec 04 04:37:58 acoul * r24237 /packages/utils/collectd/ (4 files in 2 dirs): utils/collectd: update to version 4.10.2, fix a kernel 2.6.37 issue, refresh patches Dec 04 06:19:03 build #37 of rb532 is complete: Failure [failed shell_13] Build details are at http://tksite.gotdns.org:8010/builders/rb532/builds/37 Dec 04 09:11:17 Hi :) Blocking problem with git repo: Dec 04 09:12:46 On a cloned version of backfire I update some things as git repo, then I continued to develop creating several branches in a simple linear tree. Then I tested all and pushed the git on a remote test server. Dec 04 09:13:52 Then, I tried to clone that git on another computer: everything works but make menuconfig won't work. Starts and generate an error in compilation of /scripts/config (conf.c source and others) Dec 04 09:14:05 I tried in a lot of ways and I discovered the following: Dec 04 09:15:24 The only way I can have the git to work again on a different computer is to have a local /scripts/config directory (created building a cloned backfire original repo) to substitute to the /scripts/config dir from git. Dec 04 09:15:29 Then, everything works fine. Dec 04 09:15:59 I have no idea - and found no documentation about - of what I must do after the git-clone to avoid this problem. Dec 04 09:16:15 Someone already had this kind of problem? Dec 04 10:11:26 alicemirror: did you check the differences in scripts/config/? Dec 04 10:12:47 nbd: yes, last night. sources seems the same. only compiled files are different. Dec 04 10:13:01 odd Dec 04 10:13:18 good morning Dec 04 10:14:37 nbd: to be sure last night I tested all my directory /scripts with the one of my team member. His is working on his computer and mine on mine. When he diff-ed the two directories, all is the same except for compiled files. Dec 04 10:15:05 nbd: my limit is that I don't know the procedure followed by make menuconfig, so I'm blind Dec 04 10:15:19 you could show me the compile error Dec 04 10:15:57 nbd: enrico@sviluppo:~/workspace/Backfire_10_03/openwode$ make menuconfig Dec 04 10:15:57 make -s -C scripts/config all: build failed. Please re-run make with V=99 to see what's going on Dec 04 10:15:57 make: *** [scripts/config/mconf] Errore 1 Dec 04 10:16:16 if you need I can expand with V=99 then pastebin Dec 04 10:16:20 yes Dec 04 10:16:25 otherwise the message is useless Dec 04 10:16:26 ok wait a minute Dec 04 10:20:06 alicemirror: do you develop on a different machine than your team member? (that is different arch, e.g. 64-bit vs 32-bit)? Dec 04 10:20:27 alicemirrors: scripts/conf ends up with some compiled files Dec 04 10:21:10 which are need for the menuconfig Dec 04 10:24:07 cshore: no, the machine are the same: ubuntu linux 10.04. Dec 04 10:27:52 nbd: http://openwrt.pastebin.com/ih5sGS07 this is the link Dec 04 10:28:36 make -C scripts/config clean Dec 04 10:28:38 then try again Dec 04 10:29:47 nbd: F A N T A S T I C !!! **** It works ! * Dec 04 10:30:00 ok, so you had some old crap in that directory Dec 04 10:31:04 nbd: A lot of thanks :) I wassure, but I had no idea of what to do. The question is: where to find infos on make functions like this in owrt devel platform ? Dec 04 10:31:22 that one's not documented because you normally don't need it Dec 04 10:31:28 unless you messed up something else Dec 04 10:31:30 I know only make clean command Dec 04 10:32:16 I can set in my .gitignore also *.o exclusion from /scripts/config directory. Maybe useful? Dec 04 10:32:24 are you not using the openwrt .gitignore? Dec 04 10:32:34 Yes, I'm using. Dec 04 10:32:55 oh, that's odd. is your git version not ignoring *.o files by default? Dec 04 10:32:59 mine is Dec 04 10:33:17 adding something else, uninfluent, i.e. .DS* files generated by mac. Dec 04 10:33:21 sure no. Dec 04 10:33:33 Can you mailme a right .gitignore? Dec 04 10:33:48 just add *.o Dec 04 10:34:10 i'll make sure this gets added upstream Dec 04 10:34:12 in openwrt Dec 04 10:34:21 so you don't have to maintain this as a local change Dec 04 10:35:02 http://openwrt.pastebin.com/WfzbJD8v this is my .gitignore Dec 04 10:36:06 nbd * r24238 /trunk/.gitignore: .gitignore: add *.o and .DS_Store by default - apparently some git versions do not ignore these by default Dec 04 10:36:47 in fact. Sure. Both mac and ubuntu git installations ignore these. Dec 04 10:37:19 then how did your .o files get added in the first place? Dec 04 10:38:55 what do you mean for first place? I started from a initial version from backfire then created the patches and drivers in the new target, compiled etc. then worked (as you know) on the wode platform for last two months. The problems went when my partner misha started to work via git on the same project. Dec 04 10:39:17 i mean how did you end up with the broken .o files in your tree Dec 04 10:39:23 were they committed? Dec 04 10:39:33 nbd: I have a private idea to share with you, can I chat or mail to you ? Dec 04 10:39:40 yes Dec 04 10:39:50 ok, I think I'm transporting the .o files up to a lot of versions ago. Dec 04 10:40:05 nbd * r24239 /branches/backfire/.gitignore: merge .gitignore changes from r24238 Dec 04 10:40:08 nbd * r24240 /branches/backfire/target/linux/ar71xx/files/arch/mips/pci/pci-ar71xx.c: ar71xx: merge pci register read workaround from r24236 Dec 04 12:50:39 build #37 of avr32 is complete: Success [build successful] Build details are at http://tksite.gotdns.org:8010/builders/avr32/builds/37 Dec 04 13:53:35 mirko * r24241 /trunk/include/autotools.mk: Dec 04 13:53:35 [trunk/include/autotools.mk] ensure accidentally installed *.la-files (into Dec 04 13:53:35 $STAGING_DIR) are going to be removed afterwards - this actually should be done Dec 04 13:53:35 within respective package-Makefiles itself, however they need to stay compatible Dec 04 13:53:35 with libtool v1.5.x which is used in backfire, since it (may) require those Dec 04 13:53:36 files Dec 04 13:57:27 build #35 of ar7 is complete: Failure [failed compile_6] Build details are at http://tksite.gotdns.org:8010/builders/ar7/builds/35 Dec 04 16:51:16 Is there any plan to support shi (http://www.frys.com/product/5970674) Hitachi SimpleNET NAS HEad USB2 Dongle? Dec 04 17:03:11 mirko * r24242 /packages/sound/pulseaudio/Makefile: [packages/pulseaudio] the pulseaudio build process requires intltool Dec 04 17:08:23 mirko * r24243 /packages/libs/gconf2/Makefile: [packages/gconf2] add missing ld flags "-Wl,-rpath-link=$(STAGING_DIR)/usr/lib" Dec 04 17:13:32 mirko * r24244 /trunk/package/iptables/Makefile: Dec 04 17:13:32 [package/iptables] the switch to libtool2 seems to cause the iptables build Dec 04 17:13:32 environment not building static libraries anymore, for whatever reason.. since Dec 04 17:13:32 we don't need them anyway, just do no try to copy them over anymore Dec 04 18:21:48 build #37 of sibyte is complete: Failure [failed shell_4 compile_6] Build details are at http://tksite.gotdns.org:8010/builders/sibyte/builds/37 Dec 04 19:24:25 jow * r24245 /trunk/package/busybox/patches/ (244-udhcpc_add_6rd_option.patch 524-udhcpc_renew.patch): [package] busybox: Comcast uses option 150 for 6RD DHCP announcements, cover it Dec 04 20:05:40 jow * r24246 /trunk/include/autotools.mk: [include] re-enable the libtool PKG_BUILD_DEPENDS for PKG_FIXUP and emit a deprecation warning. Packages must specify PKG_BUILD_DEPENDS:=libtool Dec 04 20:07:45 dingo * r24247 /packages/multimedia/mjpg-streamer/Makefile: [patch-team] Bump mjpg-streamer revision - rev. 136 - Signed-off-by: Roberto Riggio Dec 04 21:23:45 juhosg * r24248 /packages/net/transmission/Makefile: Dec 04 21:23:45 trasmission: add -D_GNU_SOURCE to CFLAGS Dec 04 21:23:45 _GNU_SOURCE must be defined in order to automatically use p{read,write}64 Dec 04 21:23:45 instead of p{read,write}. Dec 04 21:24:17 ... Dec 04 21:48:59 jow * r24249 /packages/net/dsl-qos-queue/Makefile: [packages] dsl-qos-queue: use shared libipq (#8355) Dec 04 21:49:22 [florian]: ping Dec 04 22:12:53 mirko * r24250 /packages/libs/gnutls/Makefile: [packages/gnutls] append rpath-link line to linker flags Dec 04 22:13:03 mirko * r24251 /feeds/desktop/apps/tangogps/Makefile: [packages/tangogps] append rpath-link argument to LDFLAGS Dec 04 22:13:08 mirko * r24252 /packages/Xorg/lib/gtk2/Makefile: [packages/gtk2] do not try to copy over static libs, since they're not going to be built anymore since we switched to libtool2 (who knows why...) Dec 04 22:13:13 mirko * r24253 /packages/Xorg/lib/pango/Makefile: [packages/pango] do not copy over static libs... Dec 04 22:13:18 mirko * r24254 /packages/Xorg/xorg/app/fontconfig/Makefile: [packages/fontconfig] append rpath-link flag to linker flags Dec 04 22:13:23 mirko * r24255 /packages/libs/libid3tag/Makefile: [packages/libid3tag] do not copy static libs, they are not there anymore (toto, i've a feeling we're not in heaven (anymore)...) Dec 04 22:13:28 mirko * r24256 /packages/libs/jpeg/Makefile: [packages/jpeg] adjust Makefile to not workaround weird libtool issues anymore Dec 05 01:33:17 df incorrectly reports free disk space Dec 05 01:33:33 which prevents samba from writing to the filesystem Dec 05 01:33:49 dd is perfectly capable of writing 100MB, but saba thinks there's 1k free Dec 05 01:34:03 this must be a known issue related to the overlay fs? Dec 05 01:34:16 yes it is Dec 05 01:34:23 is there any solution Dec 05 01:34:29 patching samba Dec 05 01:34:31 other than this: http://www.subvs.co.uk/faking_available_disk_space_samba Dec 05 01:35:07 is there a patch for samba, or do I need to write it first ;) Dec 05 01:35:14 you need to write it first Dec 05 01:35:18 regretable Dec 05 01:36:52 it doesn't seem so much to be a samba issue as an issue in identifying the underlying filesystem for a given path and correctly determining the free space, no? Dec 05 01:37:28 correct Dec 05 01:38:46 you can try a bind mount Dec 05 01:39:23 my friend is using block-extroot as well Dec 05 01:39:30 not sure if that influences things Dec 05 02:02:19 jow * r24257 /packages/net/olsrd/files/olsrd.init: [packages] olsrd: add support for InterfaceDefaults section Dec 05 02:34:21 build #34 of kirkwood is complete: Failure [failed compile_6] Build details are at http://tksite.gotdns.org:8010/builders/kirkwood/builds/34 Dec 05 02:58:28 build #33 of etrax is complete: Failure [failed shell_4 compile_3] Build details are at http://tksite.gotdns.org:8010/builders/etrax/builds/33 **** ENDING LOGGING AT Sun Dec 05 02:59:58 2010