=== 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 | ||
lool | 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 | 11:59 |
---|---|---|
Mithrandir | any chance we could convince you to merge that into the branch in LP too? :-) | 12:00 |
lool | I don't think gtk is maintained in LP, is it? | 12:01 |
Mithrandir | ah, the fix is in gtk? | 12:01 |
lool | Yes | 12:01 |
Mithrandir | ok, thanks. I'll ask seb128 to pull it in, then | 12:01 |
lool | But I would have merged a fix in an ubuntu-mobile bzred package :) | 12:01 |
Mithrandir | seb128: ^^ ; pretty please? | 12:01 |
lool | seb128: ^^^ | 12:01 |
seb128 | Mithrandir: yeah, will do it | 12:02 |
Mithrandir | thanks a lot. | 12:02 |
seb128 | you're welcome | 12:02 |
lool | seb128: Basically 009_filechooserfoobar and the 070_relibtoolize of course | 12:02 |
seb128 | lool: I'll just take the Debian package as it is and apply Ubuntu changes | 12:03 |
lool | Perfect | 12:03 |
=== 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 | ||
GyrosGeier | doko, ping? | 01:00 |
doko | GyrosGeier: do you want to propose a m68k port? | 01:01 |
GyrosGeier | yes and no | 01:04 |
GyrosGeier | I need cross compilers for dapper | 01:04 |
GyrosGeier | but I'm not entirely sure about some things | 01:04 |
GyrosGeier | debian/rules2 sets -fno-stack-protector if $with_ssp_default is set, for both STAGE1_CFLAGS and BOOT_CFLAGS | 01:05 |
GyrosGeier | with this flag, compilation fails, because Dapper's gcc doesn't know it | 01:06 |
GyrosGeier | without it, I have undefined symbols in libcpp.a (but only there) | 01:07 |
GyrosGeier | so it seems that STAGE1_CFLAGS is used outside of stage 1 when building a cross compiler | 01:07 |
GyrosGeier | (the undefined symbols are the check value and abort function of the stack checker | 01:08 |
=== asac [n=asac@debian/developer/asac] has joined #ubuntu-mobile | ||
GyrosGeier | also, I'm slightly confused, as I thought that cross compilers are built in a single pass | 01:08 |
doko | GyrosGeier: afaik the cross stuff in gcc-4.0 is out of date. | 01:09 |
GyrosGeier | but libcpp.a is obviously built with stack-protector | 01:09 |
GyrosGeier | it's the most recent gcc package | 01:09 |
GyrosGeier | the compiler is allowed to be recent | 01:09 |
GyrosGeier | but the people who want it are running Dapper | 01:09 |
GyrosGeier | and do not want to upgrade | 01:10 |
doko | seems I still do not understand what you want. dapper's gcc doesn't turn on stack-protector by default | 01:11 |
GyrosGeier | (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 |
GyrosGeier | doko, that's why I'm confused | 01:11 |
GyrosGeier | it doesn't have stack-protector, I think; otherwise it wouldn't fail and complain with -fno-stack-protector | 01:12 |
GyrosGeier | but libcpp.a is built with stack-protector | 01:12 |
doko | so which package do you try to build? | 01:12 |
GyrosGeier | ATM most recent gcc-4.2 as found in Debian sid (I understand that should be identical to the one in gutsy) | 01:13 |
GyrosGeier | build environment is Dapper, with backported dpkg and binutils | 01:14 |
doko | well, then start to backport gcc-4.2 to dapper; I didn't do that | 01:14 |
GyrosGeier | you are the sole Uploader in the gcc-4.2 package | 01:15 |
GyrosGeier | essentially, this is what I'm doing; gcc-4.2 only builds with a fairly recent gcc, it seems | 01:16 |
GyrosGeier | (or at least the build-deps claim so) | 01:16 |
doko | gcc-4.2 should build with dapper's gcc as a bootstrap compiler | 01:19 |
=== cprov [n=cprov@canonical/launchpad/cprov] has joined #ubuntu-mobile | ||
GyrosGeier | nope; that's why I'm asking. | 01:20 |
GyrosGeier | it fails because of -fno-stack-protector and (later) because of ld --hash-style=both | 01:21 |
GyrosGeier | the latter is why I backported binutils first | 01:21 |
doko | for a native build? | 01:22 |
doko | not a cross? | 01:23 |
GyrosGeier | native build also fails. | 01:23 |
=== GyrosGeier goes back to native mode | ||
GyrosGeier | IIRC it was also -fno-stack-protector | 01:24 |
doko | 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:25 |
GyrosGeier | doko, debian/rules2 sets that option unconditionally when it builds a compiler with stack protector | 01:26 |
doko | well, then remove it? | 01:27 |
GyrosGeier | then the linking fails, as described above, because libgcc gets compiled with stack-protector enabled | 01:27 |
GyrosGeier | a cross build shouldn't build a bootstrap compiler, should it? | 01:28 |
doko | then go back to use a bootstrap compiler which understands -fstack-protector | 01:29 |
GyrosGeier | okay | 01:30 |
GyrosGeier | also, debian_rules.defs lines 402 to 405 seem wrong | 01:31 |
=== suihkulokki [i=rvoipio@nat/movial/x-e82f8ab72dc52146] has left #ubuntu-mobile [] | ||
GyrosGeier | ssp_no_archs is first set conditionally for cross builds, and then unconditionally overwritten | 01:31 |
GyrosGeier | fixing that doesn't change anything for me, interestingly | 01:32 |
=== 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 | ||
seb128 | Mithrandir, lool: GTK synced and libhildonfm builds fine again | 01:43 |
seb128 | s/synced/merged | 01:43 |
Mithrandir | thanks a lot | 01:44 |
agoliveira | seb128: Yey! ) | 01:54 |
seb128 | you're welcome | 01:54 |
agoliveira | :) | 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 | ||
Mithrandir | once moblin-image-creator hits, I _think_ we should be able to build images properly | 03:09 |
GyrosGeier | w00t | 03:10 |
GyrosGeier | where can I take a look at the image creator? | 03:10 |
Mithrandir | apt-get source moblin-image-creator on a gutsy system, or git clone rsync://moblin.org/tools/moblin-image-creator.git | 03:11 |
GyrosGeier | thanks | 03:11 |
=== GyrosGeier checks it out | ||
GyrosGeier | @ERROR: Unknown module 'tools' | 03:12 |
GyrosGeier | repos/tools | 03:13 |
=== GyrosGeier heads out to the bureau | ||
=== vivijim [n=vivijim@200.184.118.132] has joined #ubuntu-mobile | ||
Jonathan_Cardozo | GyronsGeier use the console syntax | 03:17 |
Jonathan_Cardozo | in my feisty fawn ucurred this to | 03:17 |
=== bfiller [n=bfiller@fw.pepper.com] has joined #ubuntu-mobile | ||
=== matt_c [n=mcroydon@gozur.sunflowerbroadband.com] has joined #ubuntu-mobile | ||
GyrosGeier | git clone rsync://moblin.org/repos/tools/moblin-image-creator.git | 03:47 |
GyrosGeier | that is what I was trying to say | 03:48 |
Jonathan_Cardozo | Gyros, this line copy a tree of source from moblin0image-creator, the last release of tha | 03:54 |
Jonathan_Cardozo | copy and compile in you machine | 03:55 |
GyrosGeier | yes | 03:56 |
GyrosGeier | the path was wrong before | 03:56 |
=== 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 | ||
Hub441 | hi! | 04:19 |
lool | 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:21 |
lool | 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:22 |
Mithrandir | Adilson is the registrar, so he should be able to see where it pulls from | 04:23 |
Mithrandir | agoliveira: ^^ ; could you please tend to this? | 04:24 |
agoliveira | Mithrandir, lool, No problem | 04:25 |
Mithrandir | thanks | 04:25 |
lool | agoliveira: thanks! | 04:25 |
=== javamaniac [n=gerardo@unaffiliated/javamaniac] has joined #ubuntu-mobile | ||
lool | Mithrandir: How can I see who's the registrar? I saw "VCS imports" on launchpad | 04:25 |
Mithrandir | click on the project, then on overview and then on the lifecycle portlet. | 04:26 |
lool | Got it; thanks | 04:27 |
=== kevinTW [n=kvbuntu@221-169-13-105.adsl.static.seed.net.tw] has joined #ubuntu-mobile | ||
agoliveira | Hmmm... looks like even being the registar, I don't have the rights to change where to import it from. | 04:30 |
=== sabotage [i=sabotage@nat/intel/x-9eb8d9be8a85e817] has joined #ubuntu-mobile | ||
=== robr [i=rob@nat/intel/x-6622b01413cf98d8] has joined #ubuntu-mobile | ||
agoliveira | 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:41 |
agoliveira | 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:43 |
agoliveira | Well, I'm going lunch now. | 04:44 |
lool | 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 |
lool | agoliveira_lunch: And they seem to be tracking this branch in repository.maemo.org/pool/sardine | 04:45 |
lool | 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) | 04:46 |
=== 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 | ||
agoliveira | lool: You're seen to be right about it. I'll ask for the change. Thanks for pointing that out. | 05:55 |
lool | Cool, thanks | 05:56 |
agoliveira | lool: Thank you :) I already requested the change. | 05:59 |
=== 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 | ||
CharliefJohnson | amitk_: Did you get adequate response to your comments on the mobile-power-thermal-optimizations blueprint ?? | 08:07 |
CharliefJohnson | Amit - Are you online? | 08:12 |
amitk_ | CharliefJohnson: not yet. We are supposed to have a conf call thurs/fri | 08:12 |
amitk | CharliefJohnson: sujith requested a conf call to discuss the blueprint | 08:13 |
CharliefJohnson | amitk: That's good. That will allow for a much higher bandwidth discussion. Thanks. | 08:14 |
=== netjoined: irc.freenode.net -> kubrick.freenode.net | ||
=== amitk [n=amit@a81-197-135-210.elisa-laajakaista.fi] has joined #ubuntu-mobile | ||
amitk | 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. | 08:17 |
=== 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 |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!