All times are UTC.
00:05:22 <-- EionRobb has quit (Ping timeout) 00:06:43 --> EionRobb has joined #instantbird 00:14:53 <-- Optimizer has quit (Ping timeout) 00:26:17 --> Optimizer has joined #instantbird 00:26:30 <-- rosonlin1 has quit (Quit: Instantbird 1.3 -- http://www.instantbird.com) 00:26:35 --> rosonlin1 has joined #instantbird 00:52:24 <-- mpmc has quit (Ping timeout) 00:52:29 --> mpmc has joined #instantbird 01:05:08 <-- rosonlin1 has quit (Quit: Instantbird 1.3 -- http://www.instantbird.com) 01:17:09 <-- meh has quit (Quit: The point is: don't lose your dinosaur.) 02:13:05 <-- Mook_as has quit (Quit: Mook_as) 02:22:28 <-- Optimizer has quit (Ping timeout) 02:46:37 --> mconley has joined #instantbird 02:46:43 --> mconley1 has joined #instantbird 02:47:13 <-- mconley has quit (NickServ (GHOST command used by mconley1)) 02:47:18 * mconley1 is now known as mconley 02:47:41 --> mconley_ has joined #instantbird 03:00:33 <instant-buildbot> build #330 of macosx-onCommit is complete: Success [build successful] Build details are at http://buildbot.instantbird.org/builders/macosx-onCommit/builds/330 03:25:04 <-- clokep has quit (Quit: Instantbird 1.4a1pre -- http://www.instantbird.com) 04:00:28 <-- mconley_ has quit (Input/output error) 04:01:57 <-- mconley has quit (Ping timeout) 04:08:05 <-- EionRobb has quit (Ping timeout) 04:10:24 --> EionRobb has joined #instantbird 04:22:32 --> Mook has joined #instantbird 05:01:13 --> DiscipleOfDante has joined #instantbird 05:03:39 <DiscipleOfDante> Hello I need ome help. I am trying to build Instantbird on Arch linux, with Xulrunner 17.0.1 and I can not seem to get it to build 05:04:00 <DiscipleOfDante> I am trying to make this AUR package work https://aur.archlinux.org/packages.php?ID=19350 05:04:35 --> Optimizer has joined #instantbird 05:13:25 <Mook> I mostly don't know anything, but a brief log of build output should be useful if somebody who does have a clue comes along. 05:13:45 <Mook> (see topic for a pastebin url if you don't have a preferred one) 05:14:02 <DiscipleOfDante> Well I was waiting to try and get it until someone showed up who might be able to help 05:14:28 <DiscipleOfDante> But yeah I can get it 05:21:42 <-- EionRobb has quit (Quit: Leaving.) 05:26:10 <DiscipleOfDante> http://pastebin.com/EiCr8k38 05:31:39 <Mook> hmm, can you pastebin the relevant lines of prplIConversation.h too? 05:31:50 * Mook is starting his arch vm to test with... 05:31:55 <DiscipleOfDante> uhhhh what is that? 05:32:08 <Mook> the file the error is complaining about? :) 05:32:26 <Mook> (also, a few more lines above the current paste would be nice, to at least see that something suceeded) 05:32:58 <DiscipleOfDante> Well I am not going to lie, I can not make heads nor tails of it. 05:33:39 <DiscipleOfDante> Here is a few lines about the errors 05:34:33 <DiscipleOfDante> http://pastebin.com/d8fEt2Zb 05:35:44 <Mook> oh, so there's more errors. you want to look for the first one, really... 05:36:07 <DiscipleOfDante> I can't understand this stuff 05:36:22 <DiscipleOfDante> If I don't see the word error I don't know it is an error 05:36:28 <Mook> then paste all of it? :) 05:38:02 <DiscipleOfDante> Damn my terminal doesn't have all of it 05:38:45 <DiscipleOfDante> Here is all of what is there http://pastebin.com/67qz50kx 05:45:59 <DiscipleOfDante> Is instantbir 1.3 just not compatible with xulrunner 17? 05:46:30 <Mook> ah, yeah, I think so 05:46:40 * Mook thought the pkgbuild was marked as xr < 17 05:46:42 <DiscipleOfDante> because the PKGBUILD DOES state that the package requires xulrunner<=17. I am trying to get it to run in spite of that but I am thinking it will need a patch at the very least 05:46:45 <DiscipleOfDante> It is 05:46:54 <DiscipleOfDante> But Arch has xulrunner 17 05:47:11 <Mook> you might want to consider getting the development tree... which is on its way to 17, IIRC 05:47:11 <DiscipleOfDante> that is it 05:47:16 <DiscipleOfDante> nothing older that I could find in AUR 05:47:24 <DiscipleOfDante> I might try that then 05:48:12 <Mook> ah, no, 16 :( (checked in 5 weeks ago) 05:48:32 <DiscipleOfDante> Darn then I am screwed 05:51:35 <-- DGMurdockIII has quit (Connection reset by peer) 05:52:28 <-- DiscipleOfDante has left #instantbird () 06:06:47 <-- mpmc has quit (Connection reset by peer) 06:07:37 <-- Optimizer has quit (Ping timeout) 06:12:07 <Mook> so, possible workaround: if you don't need xulrunner otherwise, grab 16.0.2 from https://projects.archlinux.org/svntogit/packages.git/plain/trunk/?id=347175eafffdc42a842f9d6fc9a8a26a4e3521de 06:12:15 <Mook> oh, dude left 06:17:31 <Mook> huh. so... the instantbird sources it grabs is the whole thing, so it can just avoid using system xulrunner instead... 07:01:48 <Mook> okay, so the actual bug is then http://lxr.instantbird.org/instantbird/source/config/rules.mk#1475 needs to look more like http://mxr.mozilla.org/mozilla-central/source/config/rules.mk#1229 (using LIBXUL_DIST instead). Still need to confirm that doesn't break without-libxul-sdk. 07:10:18 <Mook> ooh, SDK_BIN_DIR 07:31:29 <flo> Mook: isn't that error log caused by some PRtypes that we still have and that should be replaced for newer geckos? 07:41:44 <Mook> nope, it's on account of NS_SCRIPTABLE in the headers generated by xpidl, as far as I can tell 07:42:56 <Mook> http://sprunge.us/CSJf?diff gets me a lot further 07:43:07 <Mook> (arch had already patched things so SDK_BIN_DIR points into LIBXUL_DIST) 07:44:05 <Mook> now it's at nsnull -> nullptr, and I'm not going to even try that :p 07:45:51 <-- Mook has quit (Quit: zzz) 07:46:32 <instant-buildbot> build #703 of macosx-nightly-default is complete: Success [build successful] Build details are at http://buildbot.instantbird.org/builders/macosx-nightly-default/builds/703 08:04:14 <-- flo has quit (Quit: Instantbird 1.4a1pre -- http://www.instantbird.com) 08:06:01 --> jb has joined #instantbird 08:07:01 <-- jb has quit (Quit: jb) 08:07:24 --> jb has joined #instantbird 08:49:04 <-- micahg has quit (Ping timeout) 08:53:18 --> micahg has joined #instantbird 09:00:35 --> gerard-majax has joined #instantbird 09:13:01 --> Mic has joined #instantbird 09:13:01 * ChanServ sets mode +h Mic 09:32:08 <Mic> Hi 09:32:14 <Mic> Windows and Linux builders are offline again, by the way. 09:33:00 <Mic> Or was that "they're always offline at this time" again? I don't remember at which time I asked that last time. 10:32:35 --> aleth has joined #instantbird 10:32:35 * ChanServ sets mode +h aleth 10:44:11 <Mic> flo, flo-retina: bug 891 10:44:14 <instantbot> Bug https://bugzilla.instantbird.org/show_bug.cgi?id=891 tri, --, ---, nobody, NEW, Add-Ons Window Doesn't Close CMD+W 10:44:16 --> DGMurdockIII has joined #instantbird 11:01:26 --> flo-retina has joined #instantbird 11:01:26 * ChanServ sets mode +qo flo-retina flo-retina 11:03:10 --> clokep has joined #instantbird 11:03:10 * ChanServ sets mode +o clokep 11:04:50 --> rosonline has joined #instantbird 11:06:44 <instantbot> New Instantbird (UI) bug 1849 filed by benediktp@ymail.com. 11:06:46 <instantbot> Bug https://bugzilla.instantbird.org/show_bug.cgi?id=1849 nor, --, ---, nobody, NEW, Nicks of already left participants no longer highlighted after restoring from hold 11:31:55 * clokep finds it weird that someone who knows nothing about programming would be running Arch and attempting to compile things. :-/ 11:38:50 <clokep> Mic: By "no longer highlighted" do you mean this is a regression from Show Nick, from when Show Nick was integrated or just undesired? 11:45:05 <Mic> clokep: undesired (did "Show Nick" even ever support highlighting the nickname of people who had already left?) 11:45:41 --> jb1 has joined #instantbird 11:45:45 <-- jb1 has quit (Input/output error) 11:45:49 --> jb1 has joined #instantbird 11:45:58 <-- jb has quit (Connection reset by peer) 11:46:52 <clokep> Mic: No. I just wanted to make sure! 11:47:04 <clokep> But I see from aleth's additions to the bug that it wasn't never supported. :) 11:50:23 --> qlum has joined #instantbird 11:55:40 <Mic> clokep: do you want these replacements on your own or their messages btw (re: regexp to friends) 11:56:42 <Mic> oh, gtg 11:56:44 <clokep> Mic: I don't understand the question. 11:56:44 <Mic> have a nice day 11:57:04 <clokep> rosonline: https://code.google.com/p/libqq-pidgin/source/list doesn't have any extra changes from what I've ported in that bug. 11:57:06 <Mic> Sorry, another time, OK? I really gtg 11:57:10 <-- Mic has quit (Quit: Instantbird 1.4a1pre -- http://www.instantbird.com) 11:57:26 <clokep> You could try contacting them and seeing if it is expected to work on not (in Pidgin), you could also grab their plugin and test if it works in Pidgin. 11:57:35 <clokep> If it DOES then we have to figure out what's wrong w/ our stuff. 11:57:42 <clokep> If it doesn't, we have to wait for them to update. 11:58:16 <rosonline> ok 12:00:32 * clokep goes to _work. 12:02:19 <-- clokep has quit (Ping timeout) 12:07:13 <-- DGMurdockIII has quit (Quit: ChatZilla 0.9.89 [Firefox 17.0.1/20121128204232]) 12:17:21 <-- avidal has quit (Ping timeout) 12:17:53 <-- gg0 has quit (Ping timeout) 12:18:22 --> gg0 has joined #instantbird 12:18:36 --> meh has joined #instantbird 12:41:40 --> clokep_work has joined #instantbird 12:41:40 * ChanServ sets mode +o clokep_work 12:44:26 <-- meh has quit (Quit: The point is: don't lose your dinosaur.) 13:44:39 <-- Kaishi has quit (Quit: Kaishi) 14:07:46 --> mconley has joined #instantbird 14:11:24 --> mconley1 has joined #instantbird 14:16:54 --> avidal has joined #instantbird 14:20:12 <-- mconley1 has quit (Quit: NO CARRIER) 14:20:28 <-- clokep_work has quit (Ping timeout) 14:29:45 --> clokep_work has joined #instantbird 14:29:46 * ChanServ sets mode +o clokep_work 14:38:29 <-- rosonline has quit (Client exited) 14:41:34 --> rosonline has joined #instantbird 14:44:00 <-- rosonline has quit (Client exited) 14:49:00 <-- mconley has quit (Input/output error) 14:51:41 --> rosonline has joined #instantbird 14:53:10 --> Optimizer has joined #instantbird 15:21:11 <-- Optimizer has quit (Ping timeout) 15:21:13 --> Optimizer has joined #instantbird 15:25:40 <-- rosonline has quit (Client exited) 16:29:07 <-- jb1 has quit (Ping timeout) 16:38:03 <-- gerard-majax has quit (Ping timeout) 16:48:24 --> Tonnes has joined #instantbird 16:52:04 --> meh has joined #instantbird 16:56:05 --> jb has joined #instantbird 17:01:13 --> mconley has joined #instantbird 17:01:23 * flo-retina thinks we should get rid of the ) : replacement code for the :( emoticon. 17:06:45 <-- aleth has quit (Input/output error) 17:55:39 --> Mook_as has joined #instantbird 18:04:30 --> aleth has joined #instantbird 18:04:31 * ChanServ sets mode +h aleth 18:06:23 * flo-retina is cleaning up old starred emails, and has just stumbled on emails from 2008 of when I was attempting to get funds from Mozilla for Instantbird. 18:07:24 <flo-retina> interestingly, it seems that the conclusion of one of these email threads was that Instantbird couldn't be funded because it wouldn't be possible to integrate it (fully libpurple based at the time ;)) into Thunderbird. 18:08:35 <flo-retina> someone offering to translate Instantbird into Swedish in 2008. We never replied :(. 18:33:00 <Optimizer> how to disable auto accepting of invites in IRS in IB ? 18:33:08 <clokep_work> Optimizer: Do you mean "IRC"? 18:33:17 <Optimizer> oh 18:33:19 <Optimizer> yes :P 18:33:20 <clokep_work> flo-retina: I think we've conquered that bit? 18:33:32 <clokep_work> Optimizer: There's an about:config pref for auto-accepting invites. 18:33:40 <clokep_work> I forget what it is called, but filtering on "invite" will probably work. 18:33:43 <Optimizer> oh okay 18:34:39 <Optimizer> autoAcceptChatInvites 18:36:08 <clokep_work> That sounds promising. ;) 18:36:13 <clokep_work> Is someone spamming you with invites? 18:40:12 <Optimizer> no 18:40:17 <Optimizer> but I left one channel 18:40:33 <Optimizer> and then suddenly pop that channel reappears 18:46:00 <-- jb has quit (Quit: jb) 18:50:56 <aleth> flo-retina: maybe there will be some retroactive funding then ;) 18:51:19 <flo-retina> aleth: I wouldn't bet on that ;) 18:51:55 <aleth> aha, that's why they defunded TB just to be consistent! ;) 18:53:08 <flo-retina> :-D 18:58:02 <-- flo-retina has quit (Quit: Instantbird 1.4a1pre -- http://www.instantbird.com) 19:16:23 --> flo-retina has joined #instantbird 19:16:23 * ChanServ sets mode +qo flo-retina flo-retina 19:21:17 <clokep_work> My *nix build is 93 changesets behind! 19:21:20 <clokep_work> Been a while. :) 19:21:43 --> unghost has joined #instantbird 19:23:10 <clokep_work> And Mozilla had > 5000 changesets...that sounds like Mozilla update... :( 19:23:43 <-- flo-retina has quit (Ping timeout) 19:24:51 --> flo-retina has joined #instantbird 19:24:52 * ChanServ sets mode +qo flo-retina flo-retina 19:42:48 --> gerard-majax has joined #instantbird 19:46:49 <Optimizer> really, you did not update after 19th Nov. ? 19:47:19 <clokep_work> I don't use my Linux machine very often to develop on. 19:47:28 <clokep_work> My guess is that it was on Mozilla 14 or Mozilla 15. 19:47:33 <clokep_work> I don't know when Instantbird updated to Mozilla 16. 19:59:28 * clokep_work hopes to update to 17 soon! :-) 20:00:02 --> EionRobb has joined #instantbird 20:17:08 <-- Optimizer has quit (Ping timeout) 20:20:34 --> Optimizer has joined #instantbird 21:08:44 <-- Tonnes has quit (Ping timeout) 21:21:01 <-- gerard-majax has quit (Ping timeout) 21:42:42 --> jb has joined #instantbird 21:44:00 <-- unghost has quit (Input/output error) 21:54:47 --> flo has joined #instantbird 21:54:47 * ChanServ sets mode +qo flo flo 21:54:55 <-- flo has quit (Input/output error) 21:54:57 --> flo has joined #instantbird 21:54:58 * ChanServ sets mode +qo flo flo 22:15:05 * flo wonders if "* clokep_work hopes to update to 17 soon! :-)" means that a patch is coming 22:20:08 <-- jb has quit (Ping timeout) 22:20:44 --> Kaishi has joined #instantbird 22:23:34 <-- mconley has quit (Input/output error) 22:25:17 <clokep_work> flo: I was waiting until we were off that PPC machine... 22:26:07 <-- aleth has quit (Input/output error) 22:27:00 <flo> well, that can just happen I think 22:27:09 <flo> I have a brand new mac mini server for that 22:27:20 <flo> (I haven't even tried to power it on :-S) 22:28:14 <flo> I guess I should just move that mac mini to my parents', next to the current ppc mac 22:28:30 <flo> as I'm not sure I'll have an internet connection here during the next few weeks 22:31:49 <flo> I ordered a kitchen and a bathroom for my house, and the construction work here will start next week (they need to demolish the existing floor, pour a concrete slab and tile all the groundfloor before starting the construction of the new kitchen) 22:44:43 <-- meh has quit (Quit: The point is: don't lose your dinosaur.) 22:48:34 <clokep_work> Kitchen and bathroom? Are you even going to like live there during it? :P 23:12:00 <-- clokep_work has quit (Input/output error) 23:13:24 --> Mic has joined #instantbird 23:13:24 * ChanServ sets mode +h Mic 23:16:32 <-- Mic has quit (Connection reset by peer) 23:16:33 --> Mic has joined #instantbird 23:16:33 * ChanServ sets mode +h Mic 23:30:39 --> Tonnes has joined #instantbird 23:33:26 <Mic> I think we should change the look of the unread message counters on the contact list similarly to what we did for the Bubbles theme. 23:33:40 <Mic> This looks much better in my opinion: http://i.imgur.com/qgnDM.png 23:33:44 <Mic> What do you think? 23:39:25 <flo> I really prefer the current version 23:40:38 <flo> but it's possible that the less rounded corners look better on Windows 23:42:09 <flo> the current look of these counters was inspired by the number of available application updates displayed on iTunes, so it's likely that it's quite mac-like. 23:42:46 <flo> and also inspired of the badges I see in Things 23:44:20 <flo> Mic: https://i.minus.com/i42TbAyg6Jayw.png 23:45:06 <Mic> Yes, it fits well with the look of the other counters, that's true. 23:47:03 <flo> if there are other similar counters on Windows native applications, you may want to imitate their appearance (even if that means changing more than the border radius) 23:55:49 --> mpmc has joined #instantbird 23:56:32 --> clokep has joined #instantbird 23:56:32 * ChanServ sets mode +o clokep 23:57:49 <Mic> flo: there's no common style that I could remember at the moment but it's actually a good idea to look out for similar things... 23:59:29 <flo> clokep: I need to come here everyday to check what people are doing, so I may try to 'live' here during it. (There's one room upstairs that isn't affected)