**** BEGIN LOGGING AT Tue Dec 28 02:59:56 2010 **** BEGIN LOGGING AT Tue Dec 28 04:44:34 2010 Dec 28 06:36:02 gm Dec 28 07:10:06 angm Dec 28 08:40:25 good morning Dec 28 08:54:10 gm Dec 28 08:54:28 moin Dec 28 09:24:17 hi Dec 28 09:24:49 while building mplayer i am getting error plaese help me in building that Dec 28 09:34:05 nani_: pastebin your error and more details Dec 28 09:34:16 ~pastebin Dec 28 09:34:30 ~ Dec 28 09:34:36 ~pastebin Dec 28 09:35:01 !pastebin Dec 28 09:35:07 bot dead ? Dec 28 09:35:17 eFfeM_work: looks like :-D Dec 28 09:39:35 In file included from command.c:22: libvo/font_load.h:23:22: error: ft2build.h: No such file or directory libvo/font_load.h:24:10: error: #include expects "FILENAME" or In file included from command.c:22: libvo/font_load.h:58: error: expected specifier-qualifier-list before 'FT_Face' In file included from command.c:39: stream/stream_dvd.h:6:32: error: dvdread/dvd_reader.h: No such file or directory stream/stream_dvd.h:7:31: error: Dec 28 09:40:36 [manual-pastebin] A "pastebin" is a web-based service where you should paste anything over 3 lines so you don't flood the channel. Here are links to a few : http://www.pastebin.com , http://pastebin.ca , http://channels.debian.net/paste , http://paste.lisp.org , http://bin.cakephp.org/ , http://asterisk.pastey.net/ , or install pastebinit with yum or aptitude. Dec 28 09:50:13 ya i posted it on pastebin Dec 28 09:51:00 Dec 28 09:51:35 1. In file included from command.c:22: 2. libvo/font_load.h:23:22: error: ft2build.h: No such file or directory 3. libvo/font_load.h:24:10: error: #include expects "FILENAME" or 4. In file included from command.c:22: 5. libvo/font_load.h:58: error: expected specifier-qualifier-list before 'FT_Face' 6. In file included from command.c:39: 7. stream/stream_dvd.h:6:32: erro Dec 28 09:54:26 heh Dec 28 09:55:13 Blindvt, you here ? Dec 28 09:55:25 or blindvt` :-) Dec 28 09:57:36 ls Dec 28 10:09:09 nani_: are you using openembedded ? Dec 28 10:26:37 Hi Dec 28 11:06:05 eFfeM_work: adding --with-pdo-sqlite=${STAGING_LIBDIR} is safe, now I have 3.7.4 sqlite in PHP :) Dec 28 11:29:27 davidlt: great, feel free to submit a patch Dec 28 11:30:22 I also have patch for 3.7.4 sqlite, they changes release names scheme Dec 28 11:31:15 eFfeM_work: ever tried running facebook's HipHop for PHP ? Dec 28 11:31:23 nope Dec 28 11:32:41 It's JIT for PHP, gives quite some performance. Dec 28 11:34:59 ah ok, seems nice to have hen Dec 28 11:35:00 then Dec 28 11:36:19 Yeah, but require some tested (just found out about it). Dec 28 14:30:18 03Martin Jansa  07master * rd67516a8c1 10openembedded.git/recipes/xorg-xserver/ (3 files in 3 dirs): Dec 28 14:30:18 xserver-xorg-conf: bump PR after nokia900 changes in 896ea1b88bf1b1c2e3b0080e9dee19b9d9110ad6 and fix EmulateRightButton in om-gta0* Dec 28 14:30:18 Signed-off-by: Martin Jansa Dec 28 14:30:20 03Martin Jansa  07master * r4247d8ca5b 10openembedded.git/ (conf/machine/nokia900.conf recipes/linux/linux_2.6.35.bb): Dec 28 14:30:20 linux_2.6.35: use mmcblk1p1 for rootfs on nokia900 Dec 28 14:30:20 Signed-off-by: Martin Jansa Dec 28 15:16:36 mwester: ping Dec 28 15:17:06 mwester: It looks like startup links of syslog are removed on the first boot! Dec 28 15:17:23 mwester: And they are not recreated. Dec 28 15:28:39 Curious. Dec 28 15:29:16 Just a guess, but it would sound like something may have gone wrong with the update-alternatives mechanism? Dec 28 15:30:08 I presume the start script itself (not the links to it) remains in /etc/init.d, though? Dec 28 15:34:50 for syslog? Dec 28 15:36:03 I have syslog.busybox and syslog.syslog-ng and there a sym link syslog to syslog.syslong-ng Dec 28 15:42:45 Any volunteers to do test builds using the poky-sync branch? Dec 28 15:45:52 (of bitbake, that is) Dec 28 15:46:09 it should behave the same as master does now, lacking poky's metadata Dec 28 15:46:26 just want to get some testers before merging to master, since there are more folks than usual using master due to parallel parsing Dec 28 15:46:45 where it is? but I've just finished rebuilding from scratch and won't be here tomorrow Dec 28 15:46:52 np Dec 28 15:47:02 it's on my github, github.com/kergoth/bitbake, poky-sync branch Dec 28 16:02:31 Does anyone do python programming on gumstix? I am looking for the "atexit" module and I can't find it :( Dec 28 16:11:43 Chocobo_: hmm what error do u get and show what code fails Dec 28 16:12:11 khem, ImportError: No module named atexit Dec 28 16:12:33 python 2.5.1 Dec 28 16:15:38 * kergoth <3 git's pushInsteadOf Dec 28 16:20:55 so I don't know... :/ it is frustrating Dec 28 16:23:35 Chocobo_: we have 2.6 in OE can u upgrade Dec 28 16:24:32 Hmm, do I need to bitbake that? Or is this something I can do with ipkg? Dec 28 16:24:51 03Chris Larson  07master * r606441e5c4 10openembedded.git/ (4 files in 2 dirs): (log message trimmed) Dec 28 16:24:51 Implement variable typing Dec 28 16:24:51 This implementation consists of two components: Dec 28 16:24:51 - oe.types python module, whose job it is to construct objects of the defined Dec 28 16:24:51 type for a given variable in the metadata Dec 28 16:24:51 - typecheck.bbclass, which iterates over all configuration variables with a Dec 28 16:24:52 type defined and uses oe.types to check the validity of the values Dec 28 16:25:01 03Chris Larson  07master * rd0206a116e 10openembedded.git/classes/base.bbclass: Dec 28 16:25:01 base: start leveraging oe.types Dec 28 16:25:01 Signed-off-by: Chris Larson Dec 28 16:25:03 03Chris Larson  07master * r199722d433 10openembedded.git/: Dec 28 16:25:03 Merge branch 'typing' Dec 28 16:25:03 * typing: Dec 28 16:25:03 base: start leveraging oe.types Dec 28 16:25:03 Add flags for variable typing Dec 28 16:25:04 Implement variable typing Dec 28 16:25:04 03Chris Larson  07master * r81c07de405 10openembedded.git/ (4 files in 2 dirs): Dec 28 16:25:05 Add flags for variable typing Dec 28 16:25:05 Signed-off-by: Chris Larson Dec 28 16:26:51 khem: looks familiar? http://paste.pocoo.org/show/310854/ Dec 28 16:28:44 khem: I got it only on armv[45] and latest gcc Dec 28 16:36:03 khem: forcing arm mode in libvpx works, just ping me if it's right fix **** ENDING LOGGING AT Tue Dec 28 17:22:34 2010 **** BEGIN LOGGING AT Tue Dec 28 17:22:49 2010 Dec 28 18:39:06 03Koen Kooi  07org.openembedded.dev * r228a148111 10openembedded.git/recipes/python/python-cheetah_2.4.4.bb: Dec 28 18:39:06 python-cheetah 2.4.4: fix overwriting of DEPENDS causing do_install to fail if python-setuptools hasn't been built yet Dec 28 18:39:06 Signed-off-by: Koen Kooi Dec 28 19:00:57 JaMa|Off: which version of binutils ? Dec 28 19:01:39 JaMa|Off: and it would be nice if you can preporocess the offending file and also show the commandline to generate that error Dec 28 19:01:46 probably file a bug in bugzilla Dec 28 19:01:46 hi khem Dec 28 19:01:50 woglinde: hello Dec 28 19:01:56 Frohe weinachnen :) Dec 28 19:02:08 yeah merry christmas to you too Dec 28 19:02:14 and your family Dec 28 19:02:20 danke schoen Dec 28 19:05:58 so what you get? Dec 28 19:07:13 oh mochtu is at 27c3 Dec 28 19:18:27 woglinde: for X-mas ? I got a car :) Dec 28 19:18:50 woglinde: exit Dec 28 19:23:12 khem, congrats Dec 28 19:25:27 ka6sox: thx :) Dec 28 19:26:47 what kind of car? Dec 28 19:27:52 Crofton|work: its a used car BMW 5 Dec 28 19:28:00 cool Dec 28 19:28:13 got it from a friend at work Dec 28 19:30:34 Did you put one of those huge red bows on top, like they show in the silly tv commercials? (or is that not BMW's ads?) Dec 28 19:31:02 mwester: heh I hardly watch TV Dec 28 19:31:07 so I would not know Dec 28 19:32:14 but today I will put a lot of money into California's treasury as sales tax this car Dec 28 19:33:00 hopefully that will reduce some debt Dec 28 19:33:15 :? Dec 28 19:33:21 :/ rather Dec 28 19:34:09 $500B for pensions owed...small dent... Dec 28 19:38:52 my home state is following closely on California's heels. Dec 28 19:39:14 hmm Dec 28 19:39:34 which one is not Dec 28 19:39:37 The best thing for both (which cannot legally happen) is for both states to declare bankruptcy! :o Dec 28 19:39:53 Illinois (the most corrupt state in the union, according to the FBI) Dec 28 19:40:51 yeah. my plumber who use have some contracts with some gov agencies refused to get new contract because the promise note they get last time has not cashed yet :) Dec 28 19:41:17 mwester: ah the Obama state right ? Dec 28 19:41:44 I thought it was one of the most industrial states in US Dec 28 19:41:44 Here there are some gas stations that refuse to let State Troopers fuel their police cars anymore, because the payments from the state are so late. Dec 28 19:42:14 I'm not sure what businesses are left in Illinois. But I know that high-tech and embedded are mostly gone. Dec 28 19:42:21 and what do cops do :) give them a ticket hehe Dec 28 19:42:45 mwester: same could happen to CA Dec 28 19:43:10 only good thing thats holding lazy bums here is the weather Dec 28 19:43:34 IMO Dec 28 19:43:40 I've been wondering about my job situation for a while. I'm tired of travelling so much, and the weather sucks here, but I don't have any idea where would be a better place long-term to live for a high-tech embedded job. Dec 28 19:43:55 Austin Dec 28 19:44:04 :o Dec 28 19:44:13 They're scary people down there. Dec 28 19:44:18 India, Romania, China, Kazakstan Dec 28 19:44:28 Yeah, that's probably the best bet! Dec 28 19:44:44 even brazil Dec 28 19:44:47 will be closer Dec 28 19:44:49 Some of my ex-coworkers have taken long-term contracts in China. Dec 28 19:45:56 mwester: if I live here I wont be able to afford college when my children grow up unless they are smart and get some scholaships Dec 28 19:46:37 I don't know how people afford to live in california even without kids -- the cost of living is outrageous. Dec 28 19:47:11 mwester: yeah may be oregon wont be bad if one compromises on climate Dec 28 19:47:46 and I will have someone fill my gas tank at the station. Luxury ! Dec 28 19:48:06 New Jersey does that too (doesn't allow self-serve gas pumps) Dec 28 19:48:23 But that wouldn't be a great place to live! Dec 28 19:48:51 Boston might be OK, but the weather is pretty bad in the winter. Ok in the summer, though. Dec 28 19:49:20 mwester: How about any of the Carolinas Dec 28 19:49:46 south coralina politicians are insane Dec 28 19:50:06 I am hoping they secede again Dec 28 19:50:12 heh Dec 28 19:51:10 I"m hoping to become an island again... Dec 28 19:51:10 How about AZ Dec 28 19:51:44 beachfront property in the Mojave Desert. Dec 28 19:51:50 how about giving southern CA back to Mexico? Dec 28 19:52:10 hehe! Dec 28 19:52:14 heh Dec 28 19:52:28 Maybe Canada will take Illinois. Dec 28 19:52:41 That's two dead-beat states that would be out of the union. Dec 28 19:53:17 Crofton|work: haha its almost occupied Dec 28 19:53:34 Hmm... or maybe we swap. Canada can have Illinois and California (so they have somewhere warm for the winter), and in return we get British Columbia. I really like BC. Dec 28 19:53:57 yes, occupied territory Dec 28 19:54:03 mwester: Canada is leading the world in becoming north of USA Dec 28 19:54:53 BRB Dec 28 19:55:47 mwester: I want to try the slugos image from OE master Dec 28 19:56:01 mwester: I am building one but its still in the queue Dec 28 19:57:53 03Roman I Khimov  07org.openembedded.dev * r264f7ab1f4 10openembedded.git/ (9 files in 4 dirs): (log message trimmed) Dec 28 19:57:53 perl: fix PERLCONFIGTARGET for multimach builds, move cpan vars Dec 28 19:57:53 Multimachine builds race staging Config_heavy-target.pl to native directory. Dec 28 19:57:53 Solve that by changing PERLCONFIGTARGET variable semantics, now it will Dec 28 19:57:53 contain $TARGET_SYS. Change perl patch and stage functions accordingly. Dec 28 19:57:53 Also, move PERLCONFIGTARGET and other target-specific variable settings from Dec 28 19:57:54 cpan to cpan-base as I think they're also useful for cpan_build and anywhere Dec 28 19:58:06 03Roman I Khimov  07org.openembedded.dev * rcd0141bdbe 10openembedded.git/recipes/perl/ (2 files in 2 dirs): (log message trimmed) Dec 28 19:58:06 perl 5.10.1: fix Time::HiRes cross-compilation Dec 28 19:58:06 We can't do 'run' check, so let's hope compile check is enough. Dec 28 19:58:06 Fixes Dec 28 19:58:06 Time::HiRes::nanosleep(): unimplemented in this platform Dec 28 19:58:07 error. Dec 28 19:58:07 Signed-off-by: Roman I Khimov Dec 28 19:58:08 03Roman I Khimov  07org.openembedded.dev * r3b28350faf 10openembedded.git/ (12 files in 3 dirs): Dec 28 19:58:08 openssl: update 1.0.0b to 1.0.0c Dec 28 19:58:09 * fixes CVE-2010-4180 and CVE-2010-4252 Dec 28 19:58:09 * considered as safe upgrade Dec 28 19:58:10 Signed-off-by: Roman I Khimov Dec 28 19:58:10 Acked-by: Khem Raj Dec 28 19:58:11 03Vladimir Sorokin  07org.openembedded.dev * r707e20a57d 10openembedded.git/recipes/perl/perl_5.10.1.bb: Dec 28 19:58:12 perl-5.10.1: fix config var. 'need_va_copy' Dec 28 19:58:12 On x86_64, powerpc & s390 architectures need to copy va_list variable, Dec 28 20:23:57 khem, it'll fail on startup. I should commit some of the recent changes I've made to get it back to a useful state. :) I'll do that today yet. And hopefully I can figure out how to send git patches for review, because I need to patch the e2fsprogs bb file to do it right. Dec 28 20:32:19 morning Dec 28 20:34:05 khem: ok, will do Dec 28 20:35:29 JaMa|Off: we have fix for kexecboot UI for spitz Dec 28 20:35:43 I'll commit it today a bit later Dec 28 20:35:57 JFYI Dec 28 20:36:02 ok, ping me with rev and I'll try Dec 28 20:51:05 mwester: fot sending patches http://wiki.openembedded.org/index.php/How_to_submit_a_patch_to_OpenEmbedded Dec 28 20:51:09 might be helpful Dec 28 21:06:49 i just tried to do make -c clean Dec 28 21:06:52 * kergoth rolls eyes Dec 28 21:39:37 hm.. Dec 28 21:39:54 do we have 'Project ideas' page somewhere on wiki? Dec 28 21:40:19 some place to collect [crazy] improvement ideas Dec 28 21:40:41 we can 'convert' this later to CELF or GSoC projects Dec 28 21:53:05 Closest thus far is a janitors page Dec 28 22:32:50 JaMa|Ski: check latest kexecboot rev :) Dec 28 22:40:33 Hi all Dec 28 22:41:17 I forget how to fix these kind of errors...can anybody help me? Dec 28 22:41:21 http://angelox_123.pastebin.com/iKa0MHsA Dec 28 23:04:55 angelox_123 hm sorry Dec 28 23:08:05 now i fixed :) Dec 28 23:08:20 only do a bitbake -c clean on conflict packages Dec 28 23:08:31 and do a bitbake after Dec 28 23:09:13 hm Dec 28 23:09:14 lol Dec 28 23:33:19 03Andrea Adami  07master * r5fa4b22a02 10openembedded.git/recipes/kexecboot/ (kexecboot-klibc_git.bb kexecboot_git.bb): Dec 28 23:33:19 kexecboot: bump SRCREV and include upstream fixes. Dec 28 23:33:19 * moved to 98c5cfb883f61c5f69c56cd44846d8db19c76067 today. Dec 28 23:33:19 Signed-off-by: Andrea Adami Dec 28 23:33:34 03Andrea Adami  07master * rfacd414805 10openembedded.git/recipes/linux/linux-kexecboot.inc: linux-kexecboot: bump INC_PR to follow kexecboot changes. Signed-off-by: Andrea Adami Dec 28 23:45:12 03Chris Larson  07master * r55fa677c1c 10bitbake.git/lib/bb/build.py: Dec 28 23:45:12 build: only warn about unset functions, not empty ones Dec 28 23:45:12 Signed-off-by: Chris Larson Dec 28 23:45:15 03Chris Larson  07master * re9b07b8e84 10bitbake.git/lib/bb/build.py: Dec 28 23:45:16 build: work around do_clean issue by creating T in exec_func Dec 28 23:45:16 In some repositories (e.g. poky), do_clean removes WORKDIR, then uses Dec 28 23:45:16 exec_func, which expects T to exist, so let's make sure it does. I think its Dec 28 23:45:16 fair to assume that the runfile dir exists in exec_func, so this is a Dec 28 23:45:16 temporary measure. Dec 28 23:45:17 Signed-off-by: Chris Larson Dec 28 23:45:17 03Chris Larson  07master * ra69398a2f2 10bitbake.git/lib/bb/build.py: Dec 28 23:45:18 build: allow creation of FuncFailed with no function name Dec 28 23:45:18 This is only for compatibility, and will likely be dropped after this next Dec 28 23:45:19 bitbake release. Dec 28 23:45:19 Signed-off-by: Chris Larson Dec 29 00:27:09 03Chris Larson  07master * r0b0317966d 10bitbake.git/lib/bb/build.py: Dec 29 00:27:09 build: fix empty function execution Dec 29 00:27:09 - If the function is empty *or* unset, don't exec it. Dec 29 00:27:09 - If the function is unset, warn. Dec 29 00:27:09 Signed-off-by: Chris Larson **** ENDING LOGGING AT Wed Dec 29 02:59:57 2010