[07:15] * MrCurious wonders if anyone other than him can confirm the USB disk transfer speed as being 2x as slow in 11.04 vs 10.10 [07:15] as in newer is > 2x slower [07:30] My usbs on beagleboard keeps failing with this message: http://sudrap.org/paste/text/15180/ ,by the way I am using ubuntu-arm-headless. [07:41] panda links chromium 14.x now - so far 45 minutes and 1.5G used [07:53] MrCurious: with 11.04 kernel usb is not so fast indeed [07:54] not at all [07:54] i timed it at 7MB/s vs 16MB+/s for 10.10 [07:54] I got half of speed of thumbdrive compared to x86 laptop [07:54] sadly though, the omap add ons for 10.10 are broken [07:54] cant install them due to unsomething able dependencies [07:55] no idea, never tried those [07:59] the omap addons are a good thing [07:59] they make things faster i believe [08:49] 18.5V at 20 - 40 w, thats about 1 to 2 A [08:50] 100 minutes passed and still linking [08:53] "still swapping" === ogra is now known as Guest53856 === Guest53856 is now known as ogra_ [09:52] suihkulokki: thats progress - chromium 12.x crashed after 7h of build. this one just started 9th hour [10:10] hrw ping [10:10] pong [10:12] hrw I tried to compile chromium-browser with xdev [10:12] ups xdeb [10:13] woglinde: wookey would be better to ask that - he will join in minute [10:13] hm okay [10:13] failed with [10:13] Exception: Call to 'python ../build/compiler_version.py' returned exit status 0. while trying to load build/all.gyp [10:14] woglinde: 10:12 < woglinde> Exception: Call to 'python ../build/compiler_version.py' returned exit status 0. while trying to load build/all.gyp [10:14] ops [10:14] wookey: ^^ [10:14] hrw are you in dublin too? [10:14] he is [10:15] yes, in front of wookey [10:15] ;) [10:15] is /build/compiler_version.py a chromium file? [10:15] I don't recognise it [10:16] yes [10:17] OK, so something in the chromium build is failing (although 'status 0' sounds like 'OK' to me) [10:17] I will try it again [10:17] I have never even looked at chromium, never mind tried to build it :-) [10:17] just right now [10:17] problem is the arm builder chokes out at linking time [10:18] I hear it is a web browser of some sort :-) [10:18] and needs 2 gig ram [10:18] you mean the auto-builder dies because it's a huge C++ link? [10:19] hm full output is here [10:19] http://pastebin.ubuntu.com/636283/ [10:19] wookey yes [10:19] gold brings some efforts [10:19] woglinde: my panda links it since 6:57 your time [10:19] but crashing the kernel on my ac100 [10:19] so far took 3GB of ram [10:19] hrw use gold [10:19] otherwise no chance [10:21] that status thing makes no sense to me. why is status 0 an error? you'll have to try and see what it's doing there [10:21] me too [10:22] woglinde: have time - ubuntu is using normal linker at arm and I want to know does it still has a problem like it had with chromium 10.x and 12.x (building 14.x now) [10:22] I guess compiler_version.py is trying to find aomething about the build env so could easily be going wrong [10:22] [keep-alive] pią, 1 lip 2011, 07:57:03 CEST (375 min) [ Free Mem: 12M Free Swap: 10124M ] [10:22] yes [10:22] [keep-alive] pią, 1 lip 2011, 11:18:03 CEST (576 min) [ Free Mem: 12M Free Swap: 8430M ] [10:22] hrw you can wait the whole day [10:23] and I bet it will not linking [10:23] woglinde: I will be at home on tuesday so lot of time [10:24] wookey I guess I should set CXX variable [10:24] or is xdeb doing it? [10:25] hmm. I see debian don't build it for armel, so no help there: https://buildd.debian.org/status/package.php?p=chromium-browser [10:26] hm looks like [10:26] xdeb didnt install cross stuff [10:26] should have better read hrw's article [10:28] or which compiler is used? [10:29] hm okay [10:30] found it [10:30] woglinde: which cross stuff? [10:30] it does not install toolchain [10:30] only cross-dependencies [10:30] libstdc++6-4.5-dev-armel-cross [10:30] for instance [10:31] does the package declare a dependency on libstdc++-dev? [10:32] it needs c++ [10:33] I think the thing is that libstdc++ is in build-essential, but libstdc++-dev isn't [10:33] the emdbeian cross-toolchains bring in libstdc++-dev automatically [10:33] but the Ubuntu one doesn't [10:34] and it's not a declared dep so xdeb doesn't know to do it either. [10:34] I think hrw should fix this in the cross-toolchain builds [10:34] for now you just get to install it by hand [10:35] unfortunately due to libcloog0/libcloog1 version skew you can;t just use emdebian toolchains on ubuntu natty right now [10:35] jupp [10:36] hm reminds me that chromium forgets the gles deps too [10:37] yeah looks better now [10:37] args [10:37] cc1plus: error: unrecognized command line option "-m32" [10:38] damn buildsystem [10:38] doh [10:43] woglinde: libmesa-gles2-dev is needed [10:43] hm ah [10:43] GYP_DEFINES="disable_sse2=1 use_third_party_translations=1 werror= target_arch=ia32 werror= linux_sandbox_path=/usr/lib/chromium-browser/chromium-browser-sandbox linux_sandbox_chrome_path=/usr/lib/chromium-browser/chromium-browser linux_breakpad=1 linux_dump_symbols=1 proprietary_codecs=1 build_ffmpegsumo=0 " python build/gyp_chromium --no-circular-check build/all.gyp [10:46] wookey: 10:46 autolog_path = ~/.irssi/logs/%Y-%m/$0 [10:47] hm hm [10:48] hrw can you please give me the GYP_DEFINES for arm? [10:48] let me log into Roo [10:49] sorry woglinde - Roo is overloaded with chromium - cant login there [10:49] okay will try to search for the ubuntu builder logs again [10:50] woglinde: https://launchpad.net/ubuntu/+source/chromium-browser/12.0.742.112~r90304-0ubuntu1/+build/2598708 [10:50] thanks [10:52] how do I install all necessary compiler packages such as make, makefile and so on? sudo apt-get install ? [10:53] yes [10:53] wookey any idea why this goes wrong -> http://pastebin.ubuntu.com/636297/ ? [11:00] are you building for armel? or armhf? [11:00] armel [11:00] I don't think arm_fpu=vfpv3-d16 \ [11:00] is right for armel [11:01] hm right [11:01] but it shouldnt choose ia32 anyway [11:01] v7 thum bis right for ubuntu armel, but not debian armel [11:02] I am trying to build for ubuntu 11.04 [11:02] OK. I'm just pointing out that that will break if you try to build the same thing on debian [11:03] so you mean ifeq (armel,$(DEB_BUILD_ARCH)) [11:03] doesnot match and it picks i386 instead? [11:03] hence the -m32? [11:03] yes [11:03] ifeq (i386,$(DEB_BUILD_ARCH)) [11:03] GYP_DEFINES += target_arch=ia32 [11:03] seems to matcg [11:03] ups match [11:04] did you set DEB_BUILD_ARCH in the start of the rules file? [11:04] no [11:04] maybee I should [11:04] there you are then :-) [11:04] will try it [11:04] thanks [11:04] hm seems I cannot think on my own today [11:06] see 'ading cross-build-detection' on http://wiki.debian.org/EmdebianGuide [11:09] ah hm the gcc cross dont support the armv7 stuff [11:12] * woglinde scratches head [11:28] ah forgot to set CC and CXX [11:38] woglinde: does the build use autoconf? If so CC and CXX should get set automatically [11:38] wookey chromium unfornatly builds a lot of stuff on its own [11:41] args now It needs a crosscompiled freetype [11:41] and I thought it would be so easy === lilstevie|hc|gho is now known as lilstevie|hc === Ursinha is now known as Ursinha-nom [13:36] Hey guys, is there any easy website where I can see what packages are available in the default arm repositories? [16:21] all of a sudden my ubuntu-arm does not open desktop instead it opens in a command line, what do I need to do to switch to desktop again [16:32] when I start X from command line, all I see a black screen nothing more [16:53] Hi [16:55] I m using ubuntu natty on my beagleboard rev c3 and I have some trouble with the x-server-omap3 [16:56] when I switch between X and console with ctrl+alt+f*, I can have a console but I can't come back to X [16:59] I got this error in Xorg0.log : EnterVT failed for screen 0 === prpplague^2 is now known as prpplague [17:41] it seems that it is not implemented in the xserver-omap3 code