--- Log opened Wed Apr 20 00:00:06 2011 00:44 -!- mqueiros [~mqueiros@a83-132-255-91.cpe.netcabo.pt] has joined #t2 01:31 -!- Severian [~ralph@ppp-70-251-80-72.dsl.rcsntx.swbell.net] has quit [Quit: Leaving] 03:17 < gw> HI,... just getting around modelling things with core:Role. 03:18 < gw> I am starting with MemberRole and trying to associate Persons with Organisations. (hope this is what MemberRole is to be used for). 03:18 < gw> but I am not so sure about which properties to use for this. 03:19 < gw> On the one hand using hasMemberRole and a Role with type MemberRole feels somehow expressing the same thing twice. 03:20 < gw> On the other hand using memberRoleOf with in Role to relate back to Person and Organisation seems a bit underdefined. 03:20 < gw> any hints pleas? 03:21 < gw> sorry guys.... this went into the wrong window 05:05 -!- mqueiros [~mqueiros@a83-132-255-91.cpe.netcabo.pt] has quit [Quit: Ex-Chat] 07:16 -!- mjungwirth9 [~mjungwirt@213.174.252.112] has joined #t2 08:11 -!- orici [~quassel@2001:470:9a41:107:20c:29ff:feb5:eb87] has joined #t2 08:19 < rxr> moin 08:44 -!- vanner_ [~vanner_@nat2.rnd.stcnet.ru] has joined #t2 09:13 < vanner_> hi all 09:14 < vanner_> can i add to t2 multiple versions of a package? 09:17 < vanner_> i want to select different versions of package for different targets 10:01 -!- T-One [~T-One@194.183.141.242] has joined #t2 10:11 -!- Hyper-Core [~lol@h174.117.31.71.dynamic.ip.windstream.net] has joined #t2 10:18 -!- Hyper-Core [~lol@h174.117.31.71.dynamic.ip.windstream.net] has left #t2 [] 10:24 < rxr> vanner_: you can overload the package meta data in your target's target/.../package/$pkg/ directory 10:26 < vanner_> thanks 10:31 < vanner_> i try to build embedded-minimal target for arm use t2-trunk and have error building uclibc. how to fix it? http://paste.pocoo.org/show/374959/ 10:44 < rxr> this says not much, you usually have to look into the full build log in build/.../var/adm/logs/$stage-$pkg.err 10:48 < vanner_> http://paste.pocoo.org/show/374963/ 11:12 -!- T-One [~T-One@194.183.141.242] has quit [Read error: Connection reset by peer] 11:13 -!- T-One [~T-One@194.183.141.242] has joined #t2 12:49 < CIA-79> rene * r38997 /trunk/package/network/rdesktop/rdesktop.desc: * updated rdesktop (1.6.0 -> 1.7.0) 12:49 < CIA-79> rene * r38998 /trunk/package/develop/git/git.desc: * updated git (1.7.4.4 -> 1.7.4.5) 12:49 < CIA-79> rene * r38999 /trunk/package/scientific/r/r.desc: * updated r (2.12.1 -> 2.13.0) 12:50 < CIA-79> rene * r39000 /trunk/package/base/glibc/glibc.conf: * update glibc arm cross compile .cache 12:55 -!- vanner_ [~vanner_@nat2.rnd.stcnet.ru] has quit [Quit: KVIrc 4.1.1 Equilibrium http://www.kvirc.net/] 12:57 -!- vanner_ [~vanner_@188.128.21.30] has joined #t2 13:05 -!- vanner_ [~vanner_@188.128.21.30] has quit [Quit: KVIrc 4.1.1 Equilibrium http://www.kvirc.net/] 13:07 -!- vanner_ [~vanner_@nat2.rnd.stcnet.ru] has joined #t2 13:33 < vanner_> rxr: i tried unpack and make menuconfig for downloaded uClibc-0.9.30.1 and have same error "make[1]: *** ../../.config: Is a directory". is bug in package? 13:34 < vanner_> i have not error for uClibc-0.9.31 downloaded manualy 14:02 < rxr> guess some .config directory is copied from "somewhere" ? 14:03 < vanner_> i tried without .config make menuconfig 14:10 < rxr> i will check on my side 14:26 < Grumpywolfe> rxr when you get a moment can you try and explain how to disable a module in the kenel build 14:27 < Grumpywolfe> I do not want the linux6usb.ko 14:27 < rxr> you need to know it's kernel CONFIG_ name, and then just edit one of the kernel config files, or put the a kernel26-disable.lst 14:28 < Grumpywolfe> that is what I am having truble finding 14:28 < Grumpywolfe> its name 14:28 < rxr> I usually look it up in the directory's Makefile of the failing module 14:28 < Grumpywolfe> ok will do 14:40 < Grumpywolfe> I think I found it line6_usb so just put that in the kernel26-disable.1st correct 14:43 < rxr> if that is a .lst in either the main package or a selected architecture, then yes 14:44 < rxr> I hope you know the value you need to put in there is not line6_usb, but some all capitals CONFIG_... value? 14:44 < Grumpywolfe> yes got it from the make file 14:44 < Grumpywolfe> it is all caps 14:45 < Grumpywolfe> running test build on it now 14:46 < Grumpywolfe> on my little netbook will take a while to find out if it works or not 15:20 < Grumpywolfe> rxr it me again lol was looking at the udev config trying to find a way to fix the xorg-xserver and found something funny. When checking the build dir the udev seams incomplet so copyed the udev.tar.gz to another foulder and utared it and it has alot more files than what is in the build dir is this maybe my problem with the xorg-server problem 15:20 < Grumpywolfe> many of the rules are not in the build dir 15:21 < CIA-79> rene * r39001 /trunk/target/embedded/config.in: * cleaned up target/embedded/config.in 15:33 < Grumpywolfe> nerver mind I was looking at the wrong foulder 17:04 -!- vanner_ [~vanner_@nat2.rnd.stcnet.ru] has quit [Quit: KVIrc 4.1.1 Equilibrium http://www.kvirc.net/] 17:25 < Grumpywolfe> well rxr I must of not found the right name for I put in LINE6_USB in the disable file but still in the error log it show this Setting LINE6_USB to 'm'. so must be a different way to call it. 17:58 -!- vanner [~vanner@195.91.241.19] has joined #t2 20:07 -!- Grumpywolfe [~Grumpywol@99.88.46.146] has left #t2 [] 20:27 -!- T-One [~T-One@194.183.141.242] has quit [Ping timeout: 252 seconds] 20:28 -!- T-One [~T-One@194.183.141.242] has joined #t2 20:36 < CIA-79> rene * r39002 /trunk/package/base/groff/groff.conf: 20:36 < CIA-79> Jan Rovins : 20:36 < CIA-79> * fixed groff to cross compile 20:51 < CIA-79> rene * r39003 /trunk/ (misc/share/REGISTER package/network/nagios/postsysfiles.in): 20:51 < CIA-79> * changed nagious uid to 74, now the former (unregistered!) id collides with dovecot 20:51 < CIA-79> * update the REGISTRY accordingly 21:36 -!- mqueiros [~mqueiros@a83-132-255-195.cpe.netcabo.pt] has joined #t2 22:43 -!- mqueiros [~mqueiros@a83-132-255-195.cpe.netcabo.pt] has quit [Quit: Ex-Chat] --- Log closed Thu Apr 21 00:00:06 2011