/srv/irclogs.ubuntu.com/2009/02/23/#ubuntu-mozillateam.txt

* gnomefreak i. worried that Thunderbird isnt ficed yet :(02:43
=== fabrice_sp_ is now known as fabrice_sp
asacfta: did you check my great aggressive fontconfig package?09:29
asac(on top to removing the obsolete things)09:29
gnomefreakwhast is latest daily for tbird-3?12:42
asacgnomefreak: still the 9th deb i guess12:54
asacwe didnt fix it yet12:54
gnomefreak13th12:54
gnomefreakim guessing it was removed from daily builds12:54
* gnomefreak needs to fix sm2 when i get a chance this week12:55
gnomefreakasac: what tag is this? Tags added: gbj-oklahoma-090214:20
asacgnomefreak: hmm14:24
asacgnomefreak: maybe tag from loco that participated in this bug jam?14:25
gnomefreakits the same person14:25
asacgnomefreak: keep it14:25
gnomefreaki am14:25
asaci think locos use that to general statistics14:25
asacon how well they performed14:25
asacyea global-bug-jam oklahoma loco feb 0914:26
asachmm i have /usr/local/lib/python3.0/14:27
asacprobably generated proactively14:27
asacdidnt know that python3 is in the archive14:27
gnomefreakah ok loco would explain that14:32
surfazHi! I am trying make a package of firefox with pgo optimizations but I don't know where I should put a "mk_add_options" option18:01
surfazIf I am not mistaken, firefox package of Ubuntu does not use mozconfig file, right?18:02
asacsurfaz: in .mozconfig18:03
asacsurfaz: ah in ubuntu18:03
asacsurfaz: what option do you want to add?18:04
asaclook in debian/rules18:04
asacthere are a bunch of EXTRA_CONFIGURE FLAGS18:04
surfazasac, mk_add_options PROFILE_GEN_SCRIPT='$(PYTHON) $(MOZ_OBJDIR)/_profile/pgo/profileserver.py'18:04
asacadd a new line at the end (before the $(NULL)18:04
asacoops18:04
asacok18:04
asacthats an environment thing18:04
asacsurfaz: where is that implemented?18:04
asacin client.mk?18:04
surfazasac, https://developer.mozilla.org/en/Building_with_Profile-Guided_Optimization18:04
asacwhere is that implemented ;)?18:05
asacsurfaz: which branch?18:05
asactrunk?18:05
surfazasac, please could you explain better?18:05
asacsurfaz: which version of firefox are you trying to biuld?18:05
surfaz3.0618:06
surfaz3.0.618:06
asaci dont think that makes sense try ffox 3.1 at least18:06
surfazwhy?18:06
asacbetter work in stuff more recent if you try new things ;)18:06
surfazPGO should works in 3 branch18:06
surfazthis is no new18:07
asacwhatever18:07
surfazmozilla linux version of firefox has pgo optimizations18:07
asacsince when?18:07
surfazasac, http://brainstorm.ubuntu.com/ideatorrent/idea/1805818:08
asacblizzard said they dont have18:08
armin76quick!18:08
asacor ws it someone else18:08
asac?18:08
asacnot sure18:08
surfazasac, firefox of archlinux has pgo optimizations18:08
surfazhttps://bugs.launchpad.net/ubuntu/+source/xulrunner-1.9/+bug/21370818:08
ubottuUbuntu bug 213708 in xulrunner-1.9 "Please compile it with PGO optimizations" [Wishlist,Incomplete]18:08
surfazbut firefox package of archlinux use mozconfig instead of rules file18:09
asacsurfaz: how do they build their things?18:11
asacdo they use build servers?18:11
armin76haha18:12
surfazasac, I don't know. I only use Ubuntu and Debian18:14
surfazasac, the main problem is where I should put a "mk_add_options" variable in debian/rules18:15
asacsurfaz: no the main problem is that we might not be able to run firefox on build servers18:16
asacsurfaz: so what we have to check is whether we can pre-profile builds locally18:16
asacand upload a profile as part of the sources18:16
asacsurfaz: anyway, i will look into this now18:17
armin76asac: http://aur.archlinux.org/packages/firefox-pgo/firefox-pgo/PKGBUILD18:17
asacsurfaz: ping me in too days. i have to do at least two pgo test builds18:17
asacarmin76: urgh18:18
asacLD_PRELOAD="" /usr/bin/Xvfb -nolisten tcp -extension GLX :99 &18:18
asac;)18:18
asaci wonder if that blows up on sparc ;)18:18
asacarmin76: can you run that please18:18
armin76eh?18:19
asacarmin76: run the Xvfb on your sparc ;)18:19
asacor any exotic thing yo umight have at hand ;)18:19
armin76why?18:19
asacarmin76: wonder if extension GLX works18:19
surfazasac, ok. Thanks for all18:20
armin76sec18:20
armin76asac: seems to run18:20
asacarmin76: can you open firefox against it?18:20
asacthanks18:20
* asac wonders if the build runs as real root18:21
asaci doubt it18:21
armin76 DISPLAY=:99 firefox <- seems to run18:22
asacarmin76: thanks. i get a dbus complain ;)18:23
asac[config/dbus] couldn't take over org.x.config: org.freedesktop.DBus.Error.AccessDenied (Connection ":1.184" is not allowed to own the service "org.x.config.display99" due to security policies in the configuration file)18:23
asaceven when running as root18:24
asacnot sure whats up with taht18:24
armin76well, this is ff2, you said on sparc :P18:24
asachehe18:24
asacarmin76: thts the output of Xvfb18:24
asacok still seems to start here18:25
asacdoesnt matter if root or not as it seems18:25
ftaasac, did you have the time to look at tb3 yet? i'd like to update it but i'm out of ideas for this showstopper bug :(20:15
jcastrofta: I've had 2 people run into bug #333226, thoughts?20:23
ubottuLaunchpad bug 333226 in gwibber "ImportError: No module named mx.DateTime" [Undecided,Incomplete] https://launchpad.net/bugs/33322620:23
jcastrofta: also, when did we get a python 2.6 dep?20:24
ftajcastro, which gwibber is that? the daily is half broken because of python 2.6: there's /usr/local/bin/gwibber (using 2.6) broken and /usr/bin/gwibber (using 2.5) fine20:25
ftajcastro, python 2.6 entered the repo last week, along with python 3.020:26
jcastrothe 2nd guy sees it with ~gwibber-team ppa20:26
ftathe daily will fix itself once upstream pushes rev >= 24720:26
jcastrogot it20:26
ftathe gwibber-team ppa should just work, at least for hardy and intrepid20:27
asacfta: from dist/bin it works right?20:28
ftajcastro, for jaunty, it depend when it was build, before or after doko fixed python 2.6 to avoid this dual /usr/local & /usr20:28
fta+s20:28
asacfta: /usr/local/bin/gwibber thats from a package?20:28
asacwho invented that?20:28
ftayes, bad python 2.620:28
ftaasac, jcastro https://lists.ubuntu.com/archives/ubuntu-devel/2009-February/027439.html20:29
ftayesterday, doko fixed it to pass --install-layout=deb as intended20:29
asacok20:30
asacso a respin fixes it20:30
jcastrofta: ah ok so we just need to rebuild in the PPA?20:30
ftayes, jaunty only20:30
fta<asac> fta: from dist/bin it works right? <= yes20:32
ftaasac, i don't think the last comment in mozilla bug 461277 is correct, i said "partly"20:32
ubottuMozilla bug 461277 in Embedding: GTK Widget "use G_TYPE instead of deprecated GTK_ macros in gtkmozembed.h" [Normal,Resolved: fixed] http://bugzilla.mozilla.org/show_bug.cgi?id=46127720:32
ftathat's your patch20:32
ftaand your bug20:33
=== fabrice_sp_ is now known as fabrice_sp
ftajcastro, jsut commented in the bug20:37
jcastrothanks fta20:38
ftai wish the gwibber guys could commit something so i won't have to touch the dailies manually...20:48
ftaand i also wish they won't uncommit in the future :P20:48
ftajcastro, ^^, just updated the gwibber-team ppa20:51
DaddyLonglegsHello. I am using Mozilla Thunderbird on kubuntu 8.10. Whenever I receive a new email, my system beeps. It is a hardware beep which I have no control on it. It is such loud which scares me everytime. Is there any way to configure it to be soft sound like on Microsoft Windows? By the way, the tiny icon on the tray representing new messages doesn't show up for me on kubuntu, but it shows up on Windows. Does anybody know why?20:51
DaddyLonglegsThanks.20:51
jcastrofta: thanks! So I'll Fix Released this bug?20:55
ftajcastro, hopefully, but we need to test 1st20:56
ftawhat i just pushed is also what's waiting in the queue for universe20:57
ftashould be in sync now20:57
jcastrofta: I'll have this guy test it and report20:58
asacDaddyLonglegs: is there no preference where you can set a wav21:03
asac?21:03
DaddyLonglegsAh. There is.21:04
asacDaddyLonglegs: yes in general ;)21:04
asacright on top21:04
DaddyLonglegsSorry, It was under general. I didn't notice.21:05
DaddyLonglegsSorry about that. By the way do you happen to know how I can get that new email notification icon back to my tray?21:05
=== asac_ is now known as asac
ftaasac, SEAMONKEY_2_0a3_RELEASE21:23
BUGabundo !info seamonkey21:24
BUGabundo !package seamonkey21:24
ubottuError: I am only a bot, please don't think I'm intelligent :)21:24
BUGabundobah21:24
fta!info seamonkey21:24
ubottuseamonkey (source: seamonkey): The Seamonkey Internet Suite. In component universe, is optional. Version 1.1.12+nobinonly-0ubuntu1 (intrepid), package size 23 kB, installed size 88 kB21:24
fta!info seamonkey jaunty21:24
ubottuseamonkey (source: seamonkey): The Seamonkey Internet Suite. In component universe, is optional. Version 1.1.13+nobinonly-0ubuntu1 (jaunty), package size 23 kB, installed size 88 kB21:25
ftamy ppa has a previous alpha21:25
ftabut i stopped maintaining it21:25
asachmm22:21
asacwaiting for 15 minutes to get hg tree of moz 1.9.122:21
ftathat long?22:24
asacnot sure ... hangs in "adding files" for ages now22:24
ftaumd seems to be pretty stable so far, except tb3 of course, but that's not the bot's fault22:26
ftatoo bad we don't have stats for ppas22:29
asaccompiz is huge22:30
asacmaybe an issue22:30
asacin mem22:30
asaci think that makes no sense22:50
asacrebooting ... or giving up on hg clone22:50
ftaeheh22:53
asacmaybe its python?22:55
asachg is python right?22:56
asacnow compiz is RES 23m and VIRT 50000 (no m)22:57
asacbefore it was 400m + 1000m22:57
ftaosd notif is really ugly /w metacity23:04
ftai wonder why it started so late in the cycle, and not 2~3 months ago23:04
ftaaddind composite to metacity helped a little23:08
asacthats amazing23:08
asachg clone aborted23:08
asacadding changesets23:08
asacadding manifests23:08
asactransaction abort!23:08
asacrollback completed23:08
asacabort: connection ended unexpectedly23:08
asaclets see maybe i need to upgrade ;)23:09
asacfta: i think they started early, but didnt get further until now23:11
ftai saw a new mercurial today, could that be a regression?23:11
asaci think so23:11
asaci mean it doesnt work for me at all23:11
ftalet me try to clone it23:11
asac1.1.2-2ubuntu123:12
asacfta: i am trying mozilla-1.9.123:12
asacwhich never finishes23:12
asachttp://hg.mozilla.org/releases/mozilla-1.9.123:12
ftaadding changesets23:13
ftaadding manifests23:13
ftaadding file changes23:13
fta200M..23:14
ftaadded 23379 changesets with 115616 changes to 42013 files (+5 heads)23:14
ftaupdating working directory23:14
fta36178 files updated, 0 files merged, 0 files removed, 0 files unresolved23:14
ftadone23:14
ftano problem here23:15
ftaless than 2 minutes23:15
asacfta: amd?23:16
ftayes23:16
ftawell, x6423:17
[reed]I just broke mercurial, so it could be me23:17
[reed]who knows ;)23:17
asac[reed]: the server?23:17
[reed]yes, note the lack of CSS23:18
asachm. but its fast for fta23:18
asaclooks good ;)23:18
asacfta: python --version?23:19
asacis that 2.5.4 too for you?23:19
ftayes23:19
asacthen i dont know23:20
asacprobably means end of my laptop is coming soon23:20
ftayour disk, maybe23:20
asacfta: how can i get stats on that again?23:21
asacmaybe its just heat.23:22
asaci will turn this system now off for a while23:22
ftanothing in dmesg?23:23
ftaasac, smartctl23:25
ftahttp://debaday.debian.net/2008/10/12/smartmontools-control-the-health-of-your-hard-disk/23:25
asacadding file changes23:44
asactransaction abort!23:44
asacrollback completed23:44
asacabort: connection ended unexpectedly23:44
asacon other computer23:44
asacinsane23:44
asac[reed]: ^^ ;) ... maybe you really broke it?23:44
asacor is that my providers proxy causing the mess23:45
[reed]try again23:45
* asac clones again23:45
asacadding changesets23:46
ftapoor asac23:49
asac[reed]: works ;)23:50
asacfta: so it was really broken ;)23:50
asac[reed] must have fixed it like a few minutes ago23:51
[reed]:)23:51
asachmm .. mxr needs to fill caches now?23:51
asacseems to take ages to load moz-central page23:51
asachttp://mxr.mozilla.org/mozilla-central/23:51
asache ... "pick another root" ... is that new?23:52
asacprobably just never noticed23:52

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!