=== doko_ [n=doko@dslb-088-073-098-159.pools.arcor-ip.net] has joined #ubuntu-mobile === rusty [i=rusty@conference/oscon/x-94d1ad36751b1fda] has joined #ubuntu-mobile === vivijim [n=vivijim@189.13.173.128] has joined #ubuntu-mobile === matt_c [n=mcroydon@137.147.45.66.cm.sunflower.com] has joined #ubuntu-mobile === matt_c [n=mcroydon@137.147.45.66.cm.sunflower.com] has joined #ubuntu-mobile === mdz_ [i=mdz@conference/oscon/x-7a9bf107a2dc9bba] has joined #ubuntu-mobile === matt_c [n=mcroydon@137.147.45.66.cm.sunflower.com] has joined #ubuntu-mobile === vivijim [n=vivijim@189.13.173.128] has joined #ubuntu-mobile === matt_c [n=mcroydon@137.147.45.66.cm.sunflower.com] has joined #ubuntu-mobile === cjwatson_ [n=cjwatson@82-69-40-219.dsl.in-addr.zen.co.uk] has joined #ubuntu-mobile === DarkRaven [n=dvwyngaa@dsl-243-72-169.telkomadsl.co.za] has joined #ubuntu-mobile === charliefjohnson [i=cfj@nat/intel/x-af08d6e5b15f8cdc] has joined #ubuntu-mobile === bspencer [i=bob@nat/intel/x-3c92cb42b517e441] has joined #ubuntu-mobile === robr [i=rob@nat/intel/x-bb6cc9683d370463] has joined #ubuntu-mobile === bobux [i=bspencer@nat/intel/x-fe100fb3bca943f8] has joined #ubuntu-mobile === seb128 [n=seb128@ubuntu/member/seb128] has joined #ubuntu-mobile === seb128_ [n=seb128@ANancy-151-1-69-63.w81-49.abo.wanadoo.fr] has joined #ubuntu-mobile === kevinTW [n=kvbuntu@220-137-81-58.dynamic.hinet.net] has joined #ubuntu-mobile === Hawk| [n=mn@h205.gatc.de] has joined #ubuntu-mobile [11:59] Heya; I've noticed hildon-fm doesn't build anymore with gtk 2.11.x; I've pushed a fix in 2.11.6-1 in Debian/experimental [12:00] any chance we could convince you to merge that into the branch in LP too? :-) [12:01] I don't think gtk is maintained in LP, is it? [12:01] ah, the fix is in gtk? [12:01] Yes [12:01] ok, thanks. I'll ask seb128 to pull it in, then [12:01] But I would have merged a fix in an ubuntu-mobile bzred package :) [12:01] seb128: ^^ ; pretty please? [12:01] seb128: ^^^ [12:02] Mithrandir: yeah, will do it [12:02] thanks a lot. [12:02] you're welcome [12:02] seb128: Basically 009_filechooserfoobar and the 070_relibtoolize of course [12:03] lool: I'll just take the Debian package as it is and apply Ubuntu changes [12:03] Perfect === guerby [n=guerby@gut75-4-82-235-162-148.fbx.proxad.net] has joined #ubuntu-mobile === lmoura [n=lmoura@200.184.118.132] has joined #ubuntu-mobile === agoliveira [n=adilson@200.146.40.182.adsl.gvt.net.br] has joined #ubuntu-mobile [01:00] doko, ping? [01:01] GyrosGeier: do you want to propose a m68k port? [01:04] yes and no [01:04] I need cross compilers for dapper [01:04] but I'm not entirely sure about some things [01:05] debian/rules2 sets -fno-stack-protector if $with_ssp_default is set, for both STAGE1_CFLAGS and BOOT_CFLAGS [01:06] with this flag, compilation fails, because Dapper's gcc doesn't know it [01:07] without it, I have undefined symbols in libcpp.a (but only there) [01:07] so it seems that STAGE1_CFLAGS is used outside of stage 1 when building a cross compiler [01:08] (the undefined symbols are the check value and abort function of the stack checker === asac [n=asac@debian/developer/asac] has joined #ubuntu-mobile [01:08] also, I'm slightly confused, as I thought that cross compilers are built in a single pass [01:09] GyrosGeier: afaik the cross stuff in gcc-4.0 is out of date. [01:09] but libcpp.a is obviously built with stack-protector [01:09] it's the most recent gcc package [01:09] the compiler is allowed to be recent [01:09] but the people who want it are running Dapper [01:10] and do not want to upgrade [01:11] seems I still do not understand what you want. dapper's gcc doesn't turn on stack-protector by default [01:11] (so I thought I'd write a script that builds all combinations for all supportable distributions; http://www.emdebian.org/~sjr/toolchains/pool/main/b/binutils/ is my collection of binutils packages [01:11] doko, that's why I'm confused [01:12] it doesn't have stack-protector, I think; otherwise it wouldn't fail and complain with -fno-stack-protector [01:12] but libcpp.a is built with stack-protector [01:12] so which package do you try to build? [01:13] ATM most recent gcc-4.2 as found in Debian sid (I understand that should be identical to the one in gutsy) [01:14] build environment is Dapper, with backported dpkg and binutils [01:14] well, then start to backport gcc-4.2 to dapper; I didn't do that [01:15] you are the sole Uploader in the gcc-4.2 package [01:16] essentially, this is what I'm doing; gcc-4.2 only builds with a fairly recent gcc, it seems [01:16] (or at least the build-deps claim so) [01:19] gcc-4.2 should build with dapper's gcc as a bootstrap compiler === cprov [n=cprov@canonical/launchpad/cprov] has joined #ubuntu-mobile [01:20] nope; that's why I'm asking. [01:21] it fails because of -fno-stack-protector and (later) because of ld --hash-style=both [01:21] the latter is why I backported binutils first [01:22] for a native build? [01:23] not a cross? [01:23] native build also fails. === GyrosGeier goes back to native mode [01:24] IIRC it was also -fno-stack-protector [01:25] well, try to build a compiler first, without stack-protector as the default, then use that as the bootstrap compiler; or find out why it wants to use the -fno-stack-protector option for the stage1 compiler [01:26] doko, debian/rules2 sets that option unconditionally when it builds a compiler with stack protector [01:27] well, then remove it? [01:27] then the linking fails, as described above, because libgcc gets compiled with stack-protector enabled [01:28] a cross build shouldn't build a bootstrap compiler, should it? [01:29] then go back to use a bootstrap compiler which understands -fstack-protector [01:30] okay [01:31] also, debian_rules.defs lines 402 to 405 seem wrong === suihkulokki [i=rvoipio@nat/movial/x-e82f8ab72dc52146] has left #ubuntu-mobile [] [01:31] ssp_no_archs is first set conditionally for cross builds, and then unconditionally overwritten [01:32] fixing that doesn't change anything for me, interestingly === matt_c [n=mcroydon@137.147.45.66.cm.sunflower.com] has joined #ubuntu-mobile === sp3000 [n=tt@hoasb-ff0ddd00-250.dhcp.inet.fi] has joined #ubuntu-mobile [01:43] Mithrandir, lool: GTK synced and libhildonfm builds fine again [01:43] s/synced/merged [01:44] thanks a lot [01:54] seb128: Yey! ) [01:54] you're welcome [01:54] :) === Jonathan_Cardozo [n=Jonathan@200.223.142.147] has joined #ubuntu-mobile === kevinTW [n=kvbuntu@125-228-233-178.dynamic.hinet.net] has joined #ubuntu-mobile === matt_c [n=mcroydon@137.147.45.66.cm.sunflower.com] has joined #ubuntu-mobile === agoliveira [n=adilson@200.146.40.182.adsl.gvt.net.br] has joined #ubuntu-mobile === vivijim [n=vivijim@200.184.118.132] has joined #ubuntu-mobile === happycube [n=cpage@netblock-68-183-40-90.dslextreme.com] has joined #ubuntu-mobile [03:09] once moblin-image-creator hits, I _think_ we should be able to build images properly [03:10] w00t [03:10] where can I take a look at the image creator? [03:11] apt-get source moblin-image-creator on a gutsy system, or git clone rsync://moblin.org/tools/moblin-image-creator.git [03:11] thanks === GyrosGeier checks it out [03:12] @ERROR: Unknown module 'tools' [03:13] repos/tools === GyrosGeier heads out to the bureau === vivijim [n=vivijim@200.184.118.132] has joined #ubuntu-mobile [03:17] GyronsGeier use the console syntax [03:17] in my feisty fawn ucurred this to === bfiller [n=bfiller@fw.pepper.com] has joined #ubuntu-mobile === matt_c [n=mcroydon@gozur.sunflowerbroadband.com] has joined #ubuntu-mobile [03:47] git clone rsync://moblin.org/repos/tools/moblin-image-creator.git [03:48] that is what I was trying to say [03:54] Gyros, this line copy a tree of source from moblin0image-creator, the last release of tha [03:55] copy and compile in you machine [03:56] yes [03:56] the path was wrong before === rusty [n=rusty@c-76-27-226-169.hsd1.or.comcast.net] has joined #ubuntu-mobile === bfiller_ [n=bfiller@scoville.pepper.com] has joined #ubuntu-mobile === Hub441 [n=Hub441@pD9FA139A.dip.t-dialin.net] has joined #ubuntu-mobile [04:19] hi! [04:21] Hmm, I think there's something wrong with https://code.launchpad.net/~vcs-imports/hildon-fm-l10n/trunk the SVN has way more revisions than this mirror [04:22] Who can I ask to update it to track stage.maemo.org/maemo/projects/haf/trunk/hildon-fm-l10n instead of whatever it tracks? [04:23] Adilson is the registrar, so he should be able to see where it pulls from [04:24] agoliveira: ^^ ; could you please tend to this? [04:25] Mithrandir, lool, No problem [04:25] thanks [04:25] agoliveira: thanks! === javamaniac [n=gerardo@unaffiliated/javamaniac] has joined #ubuntu-mobile [04:25] Mithrandir: How can I see who's the registrar? I saw "VCS imports" on launchpad [04:26] click on the project, then on overview and then on the lifecycle portlet. [04:27] Got it; thanks === kevinTW [n=kvbuntu@221-169-13-105.adsl.static.seed.net.tw] has joined #ubuntu-mobile [04:30] Hmmm... looks like even being the registar, I don't have the rights to change where to import it from. === sabotage [i=sabotage@nat/intel/x-9eb8d9be8a85e817] has joined #ubuntu-mobile === robr [i=rob@nat/intel/x-6622b01413cf98d8] has joined #ubuntu-mobile [04:41] lool, the current hildon-fm-l10n is being imported from stage.maemo.org/svn/maemo/projects/haf/trunk/hildon-fm-l10n-2.0. Are you sure we should move it to stage.maemo.org/maemo/projects/haf/trunk/hildon-fm-l10n? [04:43] lool, if you confirm that, I will have to ask someone from the VCS team to change it as, once the import starts, only them can do it. [04:44] Well, I'm going lunch now. [04:45] agoliveira: The SVN log I have from the 2.0 branch seems to be included in the 3.0 branch which I think is "stage.maemo.org/maemo/projects/haf/trunk/hildon-fm-l10n" [04:45] agoliveira_lunch: And they seem to be tracking this branch in repository.maemo.org/pool/sardine [04:46] agoliveira_lunch: But these are all my guesses; I do think this is a newer version, but there's an inconsistency between the SVN and the archive (version in archive is slightly older than SVN) === CharliefJohnson [i=cfj@nat/intel/x-4db52e0012ec043c] has joined #ubuntu-mobile === amitk_ [n=amit@a81-197-135-210.elisa-laajakaista.fi] has joined #ubuntu-mobile === cprov [n=cprov@canonical/launchpad/cprov] has joined #ubuntu-mobile [05:55] lool: You're seen to be right about it. I'll ask for the change. Thanks for pointing that out. [05:56] Cool, thanks [05:59] lool: Thank you :) I already requested the change. === bfiller [n=bfiller@scoville.pepper.com] has joined #ubuntu-mobile === agoliveira [n=adilson@200.146.40.182.adsl.gvt.net.br] has joined #ubuntu-mobile === bfiller [n=bfiller@fw.pepper.com] has joined #ubuntu-mobile === captainigloo [n=silent@gar31-4-82-240-198-102.fbx.proxad.net] has joined #ubuntu-mobile === rusty [i=rusty@nat/intel/x-45b8faeb6fdd7572] has joined #ubuntu-mobile === netjoined: irc.freenode.net -> kubrick.freenode.net === amitk_ [n=amit@a81-197-135-210.elisa-laajakaista.fi] has joined #ubuntu-mobile [08:07] amitk_: Did you get adequate response to your comments on the mobile-power-thermal-optimizations blueprint ?? [08:12] Amit - Are you online? [08:12] CharliefJohnson: not yet. We are supposed to have a conf call thurs/fri [08:13] CharliefJohnson: sujith requested a conf call to discuss the blueprint [08:14] amitk: That's good. That will allow for a much higher bandwidth discussion. Thanks. === netjoined: irc.freenode.net -> kubrick.freenode.net === amitk [n=amit@a81-197-135-210.elisa-laajakaista.fi] has joined #ubuntu-mobile [08:17] CharliefJohnson: Would it be possible to get them on IRC or discuss on the UME mailing lists on a regular basis? That might allow others in canonical to keep abreast of the discussions. === phanatic [n=phanatic@dsl51B664B6.pool.t-online.hu] has joined #ubuntu-mobile === bspencer [i=bob@nat/intel/x-189054e2ba9f3166] has joined #ubuntu-mobile === bspencer_ [i=chatzill@nat/intel/x-e0309fb5c4937745] has joined #ubuntu-mobile === bspencer is now known as bbssppeenncceerr === bspencer_ is now known as bspencer === bbssppeenncceerr is now known as bspencer === cjwatson [n=cjwatson@82-69-40-219.dsl.in-addr.zen.co.uk] has joined #ubuntu-mobile === bfiller_ [n=bfiller@scoville.pepper.com] has joined #ubuntu-mobile === nrpil [n=nrpil@s5591f679.adsl.wanadoo.nl] has joined #ubuntu-mobile === agoliveira [n=adilson@200.146.40.182.adsl.gvt.net.br] has joined #ubuntu-mobile === etrunko [n=edulima@200.184.118.132] has joined #ubuntu-mobile === inz_ [i=inz@maemo-hackers.org] has joined #ubuntu-mobile === inz [i=inz@maemo-hackers.org] has joined #ubuntu-mobile === bspencer_ [i=chatzill@nat/intel/x-7b9064df757db949] has joined #ubuntu-mobile