=== yoasif_ is now known as yoasif [06:57] [reed]: around? [06:58] <[reed]> micahg: yeah [06:58] I was wondering if I should dupe soemthing in bmo [06:58] mozilla 521495 and mozilla 528382 [06:58] Mozilla bug 521495 in General "moz-icon:// protocol not working for mime types (e.g. moz-icon://.pdf?size=16)" [Normal,New] http://bugzilla.mozilla.org/show_bug.cgi?id=521495 [06:58] Mozilla bug 528382 in ImageLib "Images provided by moz-icon:// for multiple mime-types no longer displaying" [Major,New] http://bugzilla.mozilla.org/show_bug.cgi?id=528382 [06:58] <[reed]> I filed that already [06:59] yeah, you filed the second one [06:59] <[reed]> oh [06:59] I was going to dupe 521 to yours [06:59] <[reed]> let me see [07:00] * micahg has been trying to clean up some stuff in LP [07:01] <[reed]> the first bug is really hard to follow [07:01] <[reed]> I have no idea what it's talking about [07:01] take a look at bug 466567 [07:01] Launchpad bug 466567 in humanity-icon-theme "Firefox moz-icon://.ext not working" [Undecided,Invalid] https://launchpad.net/bugs/466567 [07:02] supposedly the same thing [07:03] <[reed]> then why does moz-icon://ext work? [07:03] idk [07:03] you asked the same thing in your bug [07:04] <[reed]> what version are they seeing this in? [07:04] 3.5.3 [07:08] <[reed]> k [07:10] hi all [07:10] I just wanted to thank for fixing the "undo closed tab" missing. It works now with amd64. [07:14] [reed]: I was going to go the other way... [07:14] but ok [07:14] <[reed]> we usually dupe to oldest bug [07:15] [reed]: I thought the bug with the best info [07:15] anyways, do you need to add your keywords and change the component? [07:15] <[reed]> I already did change the component [07:15] <[reed]> though, it's not really a regression [07:15] ah, ok [07:15] <[reed]> if we never supported it in the first place [07:15] true [07:16] should we add back linux@distro, or does everyone on the old bug get a copy? [07:16] <[reed]> add back linux@distro [07:17] done [07:17] <[reed]> possibly this code [07:17] <[reed]> // Look for icons with the following suffixes appended to the base name. [07:17] <[reed]> // The last two entries (for the old XPM format) will be ignored unless [07:17] <[reed]> // no icons are found using the other suffixes. XPM icons are depricated. [07:17] <[reed]> const char extensions[6][7] = { ".png", "16.png", "32.png", "48.png", [07:17] <[reed]> ".xpm", "16.xpm" }; [07:18] <[reed]> no [07:18] <[reed]> that's window code [07:21] <[reed]> hmm [07:25] <[reed]> dunno... can ping joe about it later === BUGabundo_work is now known as BUGabundo_lunch [13:02] [reed]: is the 3.6 as minor update transition now a certainty? === BUGabundo_lunch is now known as BUGabundo_work [13:14] would be nice if the gnome preferred app ui could also change the gnome-www-browser & x-www-browser alternatives [13:17] asac, ^^ [13:17] also, when using acroread, if it is already open, ff can't open a pdf in it, the pdf is downloaded, then nothing happens [13:21] fta: to what? [13:21] (-browser) [13:24] zH? [13:24] eh? === mtrudel_ is now known as cyphermox [14:00] fta: i didnt understand your initial idea ;) [14:00] ah ... i see what you mean [14:00] preferred ui should auto update alternatives [14:00] yeah [14:00] i think that is blocked on a) noone came around to making a policykit/consolekit backend that can be used to update those [14:00] b) there is no way to have per-user-alternatives (which is a missing feature imo) [14:01] but in the end its just that there are still sucky applications (maybe because of bad lib situation?) that dont use proper hints to decide on the app to execute [14:01] noone should use those binaries ;) [14:31] xdg-open is per user [14:31] but that doesnt use the alternatives i hope = [14:31] ? [14:32] xchat now uses xdg-open, then gnome-open or kfmclient. older versions used to use sensible-browser / x-www-browser [14:32] not sure for acroread [14:34] yes. but what does xdg-open use? [14:34] i would hope our preferred application seting ;) [14:36] it uses one of gnome-open, kfmclient, exo-open or run-mailcap [14:37] (run-mailcap+sensible-browser) [15:50] freenode seems to like playing with their servers on friday [15:57] yep [15:57] got complains through other channels too === yoasif_ is now known as yoasif [16:29] fta: so 2 things would be really helpful for me ;) 1st. how can i make chromium build abort if it errors [16:30] 2nd how can build incremental (e.g. dont run debuild -b) [16:30] sorry if you already answered that before ;). i remember asking, but didnt get an answer i think [16:30] drop --keep-going in d/rules [16:30] ok [16:30] and for 2nd? [16:30] it should work out of the box [16:30] debuild -nc ? [16:30] yes [16:31] let me try [16:31] i use dpkg-buildpackage -nc and it wfm [16:32] do i need to clean configure-stamp if i touch rules (like ARGS)? [16:32] not sure if configure-stamp even exists ;) [16:32] well ... it reads sconsfiles now [16:32] lets see [16:34] oh damn ... creating sconsfiles really takes long ;) [16:34] is there no faster incremental build way? [16:34] or is that because i touched args? [16:35] "Building targets..." [16:37] the stamp should be there, it just runs gyp with the GYP_DEFINES args. but even if you change GYP_DEFINES, it won't redo it unless you delete the stamp file. [16:38] scons should not recreate the scons files, but it has to read them all to work [16:38] it's known to be slow [16:38] i should move to make instead [16:38] most devs did it already [16:38] so it should be stable enough [16:39] but anyway, incremental build should work [16:39] +already [16:41] asac, ^^ [16:48] fta: how do i get real compiler errors? [16:48] scons: *** [/home/asac/chromium-browser-4.0.245.0~svn20091111r31665/build-tree/src/sconsbuild/Release/obj/v8/_v8_snapshot_intermediate/snapshot.cc] Error 134 [16:48] scons: building terminated because of errors. [16:48] thats not good ;) [16:49] hmm i think i did that already at some point ;) [16:49] (and made you unhappy) [16:49] so i wont commit it ;) [16:49] VERBOSE? [16:49] checking [16:51] what's the line before that one? [16:52] # Verbose? [16:52] ifeq (1,$(VERBOSE)) [16:52] DEB_SCONS_ARGS += --verbose [16:52] endif [16:52] chromium.log:May 14 17:54:00 scons: *** [/build/buildd/chromium-browser-2.0.181.0~svn20090514r16052/build-tree/src/sconsbuild/Release/obj/v8/v8/intermediate/snapshot.cc] Error 139 [16:52] hmm its gone ;) [16:52] there was nothing really [16:52] will be there in a bit i guess [16:53] arm is really slow i figure ;) [16:53] is there a way to skip the "building targets ..." ? [16:53] i guess not, right? [16:55] what do you mean? [16:56] "Building targets ..." is just a log to say it scans all the deps to build your target(s) [16:56] the scan takes ages, not the log [16:57] make is faster in that regard [17:03] fta: http://paste.ubuntu.com/329531/ [17:03] of course i asked if we can elminate the scan ... not the log entry ;) [17:03] but doesnt matter ... probably is the fastest way to do it ;) [17:03] do i need a full clean build? [17:03] what for? [17:04] that error [17:04] in the paste [17:04] what did you change? [17:04] well.. let me do a clean build [17:05] i think i messed around with scons when i tried to get a quick rebuild (without that scanning) [17:05] do it with VERBOSE=1 [17:05] yes [17:05] i have VERBOSE=1 in env now [17:05] if thats ok [17:05] i will move away from scons next time i touch the package [17:05] how that? [17:05] move to make [17:05] diverge from upstream? [17:06] ie, ask gyp to generate make files instead of scons files, and modify d/rules accordingly (some paths will be different) [17:06] no [17:06] most devs did it already [17:06] so it should be stable enough [17:06] is that working well? [17:06] great [17:10] would be nice if i could complete the gyp package, so it will simplify the chromium packaging [17:11] fta: http://paste.ubuntu.com/329539/ thats what i get now ;) [17:11] i think i want to define armv7=1 ... but why does it do that ;) [17:11] i mean if i need to specify armv7 on arm it should be the default by target=arm [17:12] strange, i thought the fix was in already [17:12] its not todays daily [17:12] v8 is a different project, they have their own variables [17:12] should i grab a new copy? [17:12] /chromium-browser-4.0.245.0~svn20091111r31665 [17:12] thats what i am building [17:13] fta: http://code.google.com/p/chromium/issues/detail?id=11359 this is an important bug for us [17:13] to integrate chromium as mailto: handler for instance :) [17:13] or are there other ways to set gmail/yahoo as being handled by website? [17:14] could you explain there why it's important, i will link it in the blocker meta bug [17:15] its a MStone-5 targetted bug [17:15] hm, reminds me of an old bug of mine [17:15] Pri-2 [17:15] fta: its about websites being able to register themselves as a protocol handler like mailto: [17:15] or for document types [17:15] maybe there is a different way to do that as a desktop integration? [17:20] ok chromium has at least compiled one .o file ;) [17:20] http://paste.ubuntu.com/329548/ [17:20] lets hope ;) [17:21] seems VERBOSE=1 doesnt work :/ [17:21] but well ... lets first see where it dies [17:22] wow python utilized 49% of CPU [17:22] all the time [17:22] what does it do when cc1 is running? [17:22] not from env, you have to edit d/rules or run d/rules build VERBOSE=1 or something [17:22] k [17:23] 8789 asac 20 0 116m 106m 3468 R 48.3 22.6 0:14.68 cc1plus [17:23] 8774 asac 20 0 49952 45m 2560 R 47.6 9.6 0:39.38 python [17:23] i have the feeling it would take days ;) [17:23] like 30 seconds for each .o [17:26] d'oh! [17:26] http://code.google.com/p/chromium/issues/detail?id=20696 [17:27] http://code.google.com/p/chromium/issues/detail?id=20731 (it says fixed but apturl:foo goes to google search so it doesn't work for me) [17:28] http://code.google.com/p/chromium/issues/detail?id=26284 [17:28] fta: riht. but i need in-website mailto: handling [17:29] so you click on a mailto: link and it goes to yahoo/gmail/hotmail etc. [17:29] http://code.google.com/p/chromium/issues/detail?id=3628 [17:30] no permission ;) [17:30] http://code.google.com/p/chromium/issues/detail?id=7507 (old, win) [17:30] missing number? [17:31] hm, no, it's probably a security bug [17:31] http://code.google.com/p/chromium/issues/detail?id=12287 (mac) [17:31] k [17:32] yes. thats external still [17:32] so i think we have to wait for the HTML5 feature i mentioned [17:33] or can you ask someone what their plan for OS integration of webmail is? e.g. how we can ship it in a way that usres can use gmail as mailto: handler? [17:33] build still going ;) [17:42] ok, i will do the make shift shortly [17:44] going out for shopping, i need glue [17:44] its now bulding Compiling /home/asac/chromium-browser-4.0.245.0~svn20091111r31665/build-tree/src/sconsbuild/Release/obj/WebCore/webcore/__/bindings/v8/custom/V8CanvasPixelArrayCustom.o [17:44] Generating binding from /home/asac/chromium-browser-4.0.245.0~svn20091111r31665/build-tree/src/third_party/WebKit/WebCore/html/canvas/WebGLArrayBuffer.idl [17:44] Generating binding from /home/asac/chromium-browser-4.0.245.0~svn20091111r31665/build-tree/src/third_party/WebKit/WebCore/html/canvas/CanvasGradient.idl [17:44] guess thats still pretty much the start? [17:44] lol, just compare with a full log [17:44] i rather dont ;) [17:45] i only can hope that incremental build really work [17:45] s [17:45] otherwise fixing stuff is probably painful ;) [17:45] ctrl C and restart now [17:45] better now than too late [17:45] well ... is there any chance we could fix that quickly? [17:45] ;) [17:45] otherwise i just see if it works when i need to :) [17:46] given that scanning takes like 10 minutes or so ;) [17:46] ok, i'm out. back in ~1h [17:46] bye [17:46] ok, i will do the make shift shortly [17:46] so don't worry [17:46] i will be out then ...only back later [17:46] lets hope that that works ;) yeah. [17:47] python eating 50% isnt nice ;) [17:47] could be better used for compiling [17:47] but seems its better now that the build is running [17:48] not sooo much python all the time [18:04] v8 still building [18:04] odd [18:04] i mean ... i havent changed much from the keep-gong build that had endless errors ;) [18:51] back [18:56] about to leave :/ [18:56] let check if there is news from the build ;) [18:56] Compiling /home/asac/chromium-browser-4.0.245.0~svn20091111r31665/build-tree/src/sconsbuild/Release/obj/WebCore/webcore/__/editing/InsertIntoTextNodeCommand.o [18:56] Compiling /home/asac/chromium-browser-4.0.245.0~svn20091111r31665/build-tree/src/sconsbuild/Release/obj/WebCore/webcore/__/editing/InsertLineBreakCommand.o [18:56] Compiling /home/asac/chromium-browser-4.0.245.0~svn20091111r31665/build-tree/src/sconsbuild/Release/obj/WebCore/webcore/__/editing/InsertListCommand.o [18:56] Compiling /home/asac/chromium-browser-4.0.245.0~svn20091111r31665/build-tree/src/sconsbuild/Release/obj/WebCore/webcore/__/editing/InsertNodeBeforeCommand.o [18:56] Compiling /home/asac/chromium-browser-4.0.245.0~svn20091111r31665/build-tree/src/sconsbuild/Release/obj/WebCore/webcore/__/editing/InsertParagraphSeparatorCommand.o [18:56] Compiling /home/asac/chromium-browser-4.0.245.0~svn20091111r31665/build-tree/src/sconsbuild/Release/obj/WebCore/webcore/__/editing/InsertTextCommand.o [18:56] hopefully that is good news ;) [18:57] ok out ... will keep you updated [19:01] k [19:02] you're still just building webkit, that's the 1st step ;) [20:41] asac, with make, it should be way faster, .. but it first needs a fix. i Cced you on an email. [21:58] olá ninos [22:06] こんばんは [22:08] §ŧ¬←←ð [22:09] can't parse that [22:14] e se eu lo parlo italiano , tu me entiendi [22:14] ? [22:20] BUGabundo, e se io parlo italiano, tu mi capisci? [22:20] that's italian [22:21] I know [22:21] the one you wrote looks spanish [22:21] I understand italian [22:21] ehehe [22:21] ah cool :) [22:21] and several other european languages [22:21] av`: was messing up with fta [22:22] ah :) [22:28] BUGabundo, we can try in french, or japanese if you want, or even in chinese [22:28] never learned chises [22:28] but did learn just a few words in japonese [22:29] i still suck in chinese, but at least, i know enough to survive there [22:30] i will probably die in pt, lost and hungry [22:31] naaa [22:31] english will help you [22:31] specally in the south [22:31] more oriented to turist === pace_t_zulu_ is now known as pace_t_zulu