#instantbird log on 04 08 2016

All times are UTC.

00:15:10 --> Alex2 has joined #instantbird
00:43:16 <-- clokep_work has quit (Ping timeout: 121 seconds)
00:47:38 <-- nhnt11 has quit (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com)
00:58:47 --> clokep_work has joined #instantbird
00:58:47 * ChanServ sets mode +o clokep_work 
01:01:16 <-- clokep_work has quit (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com)
01:01:18 --> clokep_work has joined #instantbird
01:01:18 * ChanServ sets mode +o clokep_work 
01:03:39 <-- aleth has quit (Ping timeout: 121 seconds)
01:21:17 <-- durwasa has quit (Ping timeout: 121 seconds)
01:27:13 <-- EionRobb has quit (Quit: Leaving.)
02:11:49 <-- clokep_work has quit (Ping timeout: 121 seconds)
02:12:42 <instant-buildbot> build #658 of linux64-nightly-default is complete: Failure [4failed compile]  Build details are at http://buildbot.instantbird.org/builders/linux64-nightly-default/builds/658
02:17:36 <-- Suiseiseki has quit (Ping timeout: 121 seconds)
02:33:20 --> Suiseiseki has joined #instantbird
03:12:12 --> BWMerlin has joined #instantbird
03:27:19 <instant-buildbot> build #3130 of macosx-nightly-default is complete: Success [3build successful]  Build details are at http://buildbot.instantbird.org/builders/macosx-nightly-default/builds/3130
03:46:56 <-- bgmCoder has quit (Ping timeout: 121 seconds)
04:52:30 --> Bollebib has joined #instantbird
05:50:40 <-- Bollebib has quit (Ping timeout: 121 seconds)
05:51:47 --> bogdan_maris has joined #instantbird
06:34:23 --> durwasa has joined #instantbird
07:09:08 --> aleth has joined #instantbird
07:09:08 * ChanServ sets mode +o aleth 
07:09:14 <-- durwasa has quit (Ping timeout: 121 seconds)
07:17:13 <-- aleth has quit (Ping timeout: 121 seconds)
07:38:41 --> aleth has joined #instantbird
07:38:41 * ChanServ sets mode +o aleth 
07:41:59 --> mpmc has joined #instantbird
07:46:28 <-- aleth has quit (Ping timeout: 121 seconds)
07:47:50 --> aleth has joined #instantbird
07:47:50 * ChanServ sets mode +o aleth 
07:53:55 <-- aleth has quit (Ping timeout: 121 seconds)
08:12:10 <-- flo-retina has quit (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com)
08:12:17 --> flo-retina has joined #instantbird
08:12:17 * ChanServ sets mode +qo flo-retina flo-retina 
08:17:19 --> gerard-majax has joined #instantbird
08:35:45 <-- gerard-majax has quit (Ping timeout: 121 seconds)
08:37:18 --> gerard-majax has joined #instantbird
08:49:44 --> aleth has joined #instantbird
08:49:44 * ChanServ sets mode +o aleth 
08:53:52 <-- chrisccoulson has quit (Quit: Ex-Chat)
08:55:00 <aleth> flo-retina: Linux is now failing better
08:55:44 <aleth> i.e a little later, with "Cannot add 'AVAHI_CFLAGS' to configuration: Key already exists"
09:03:45 <-- gerard-majax has quit (Ping timeout: 121 seconds)
09:10:04 <flo-retina> hmm
09:11:22 <aleth> only in-tree reference to AVAHI_CFLAGS is in purple
09:16:54 <aleth> I'd say just remove the AC_SUBST from purple, but I don't see what's setting it
09:17:59 <flo-retina> avahi is for bonjour, so it's normal that the reference is in purple
09:18:12 <aleth> yes
09:18:22 <aleth> but why the "key already exists"?
09:18:32 <flo-retina> haven't looked yet.
09:18:41 <-- flo-retina has quit (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com)
09:19:40 <aleth> Hmm, looks like it points at gtk3, so it's probably set from that tooltool package
09:26:49 <-- Alex2 has quit (Quit: Instantbird 1.5 -- http://www.instantbird.com)
09:29:10 --> durwasa has joined #instantbird
09:31:28 <-- aleth has quit (Quit: Instantbird 48)
09:31:37 --> aleth has joined #instantbird
09:31:37 * ChanServ sets mode +o aleth 
09:39:38 --> chrisccoulson has joined #instantbird
09:42:28 --> flo-retina has joined #instantbird
09:42:28 * ChanServ sets mode +qo flo-retina flo-retina 
09:44:26 --> gerard-majax has joined #instantbird
10:04:51 <-- aleth has quit (Ping timeout: 121 seconds)
10:17:25 <-- durwasa has quit (Connection closed)
10:32:24 --> aleth has joined #instantbird
10:32:24 * ChanServ sets mode +o aleth 
10:37:16 <-- aleth has quit (Quit: Instantbird 48)
10:37:20 --> aleth has joined #instantbird
10:37:20 * ChanServ sets mode +o aleth 
10:49:03 <aleth> flo-retina: https://pastebin.mozilla.org/8866946 look OK to you?
10:50:07 <flo-retina> I don't know
10:50:12 <flo-retina> lookinb
10:50:14 <flo-retina> *looking
10:52:20 <flo-retina> aleth: have you tested this locally?
10:52:29 <aleth> No - I'm not on Linux ;)
10:52:37 <flo-retina> if so, why is the behavior different between _CFLAGS and _LIBS ?
10:52:44 <flo-retina> if not... are you sure it won't just fail one line later?
10:53:30 <aleth> ah, it probably would, that's true.
10:53:55 <flo-retina> it looks to me like the current implementation of PKG_CHECK_MODULES (http://mxr.mozilla.org/comm-central/source/mozilla/build/autoconf/pkg.m4#8) already does the AC_SUBST calls (lines 46 and 47 in that file)
10:54:03 * aleth is more concerned about whether the check makes sense
10:54:38 <flo-retina> I would probably just try removing the AC_SUBST(AVAHI_CFLAGS) and AC_SUBST(AVAHI_LIBS) lines, and see what happens when building
10:56:09 <aleth> Is some of the code in purple configure.in a fork of that pkg.m4?
10:56:26 <aleth> If so, should we update the copy there?
10:57:20 <aleth> flo-retina: The reason I didn't do that is that it looks in the logs that those avahi vars point at the gtk3 dir provided by tooltool, which won't exist locally
10:57:36 <flo-retina> https://hg.mozilla.org/users/florian_queze.net/purple/file/tip/configure.in#l160
10:58:17 <aleth> yes, that's the forked code I'm talking about
10:59:42 <aleth> the m-c version uses AC_SUBST_LIST
10:59:43 <flo-retina> my guess is that these 2 AC_SUBST weren't needed in the first place, and somehow the AC_SUBST implementations used by Mozilla has changed recently, causing duplicate calls to cause errors.
11:00:36 <flo-retina> http://mxr.mozilla.org/comm-central/source/mozilla/build/autoconf/config.status.m4#35
11:00:40 <flo-retina> that could indeed be the problem :)
11:04:02 <aleth> https://pastebin.mozilla.org/8866947 rs?
11:05:08 <flo-retina> why are you adding dead code?
11:05:32 <aleth> You mean, why the dnl? Because I'm not confident about what will happen on local Linux builds
11:05:53 <flo-retina> either it's OK and we keep it, or it's broken and we'll have to backout, right?
11:06:23 <aleth> Yes. I just hope someone does a local build on Linux soon enough for us to remember ;)
11:06:27 * flo-retina would be more comfortable if this had been tested locally before landing
11:06:37 <aleth> exactly
11:06:41 <flo-retina> but I can't promise to do one tonight
11:07:02 <flo-retina> (if I had known, I would have taken my thinkpad with me today, and made a build during lunch)
11:11:35 <-- BWMerlin has quit (Client exited)
11:15:21 --> Bollebib has joined #instantbird
11:19:42 --> EionRobb has joined #instantbird
11:22:33 --> EionRobb1 has joined #instantbird
11:23:45 <-- EionRobb has quit (Ping timeout: 121 seconds)
11:57:26 --> Tonnes has joined #instantbird
12:36:09 <-- aleth has quit (Ping timeout: 121 seconds)
12:36:34 --> aleth has joined #instantbird
12:36:34 * ChanServ sets mode +o aleth 
12:39:23 --> chrisccoulson_ has joined #instantbird
12:39:39 <-- chrisccoulson has quit (Ping timeout: 121 seconds)
12:41:35 --> clokep_work has joined #instantbird
12:41:35 * ChanServ sets mode +o clokep_work 
12:45:38 --> Mnyromyr has joined #instantbird
12:56:46 --> bgmCoder has joined #instantbird
12:58:54 --> aleth1 has joined #instantbird
12:58:54 * ChanServ sets mode +o aleth1 
12:59:09 <-- aleth has quit (Ping timeout: 121 seconds)
12:59:09 * aleth1 is now known as aleth 
13:00:05 <clokep_work> aleth: It's possible we need to modify the configure stuff in purple too.
13:01:23 <clokep_work> Oh looks like you have some ideas already.
13:01:27 <clokep_work> I should read the whole log before commenting. :)
13:03:15 --> durwasa has joined #instantbird
13:04:08 <flo-retina> :)
13:08:50 <-- aleth has quit (Quit: Instantbird 48)
13:08:52 --> aleth has joined #instantbird
13:08:52 * ChanServ sets mode +o aleth 
13:28:55 <-- Mnyromyr has quit (Ping timeout: 121 seconds)
13:30:21 --> Mnyromyr has joined #instantbird
13:39:34 <instantbot> New Instantbird - Other bug 1263156 filed by aleth@instantbird.org.
13:39:35 <instantbot> Bug https://bugzilla.mozilla.org/show_bug.cgi?id=1263156 nor, --, ---, nobody, NEW, "Cannot add 'AVAHI_CFLAGS' to configuration: Key already exists" configure error
13:40:32 <aleth> so it does not get lost...
13:40:51 <flo-retina> :)
13:41:14 <-- matthew-M has quit (Connection closed)
13:41:14 <-- clokep-M has quit (Connection closed)
13:42:41 <-- FilipMosner has quit (Connection closed)
13:42:43 --> FilipMosner has joined #instantbird
13:43:18 --> matthew-M has joined #instantbird
13:44:39 --> clokep-M has joined #instantbird
14:04:05 <-- EionRobb1 has quit (Ping timeout: 121 seconds)
14:10:18 <durwasa> flo-retina, can you tell me the expected behavior for the bug 1255504 ? A textual snapshot- http://pastebin.instantbird.com/2679864
14:10:20 <instantbot> Bug https://bugzilla.mozilla.org/show_bug.cgi?id=1255504 nor, --, ---, durwasa.chakraborty, ASSI, Provide a way to change the default search engine
14:11:09 <flo-retina> can you ask a more specific question?
14:11:25 <flo-retina> I'm not sure which part isn't clear
14:16:45 --> EionRobb has joined #instantbird
14:17:01 <durwasa> flo-retina, okay so I have submitted the patch and as per the offline discussion with aleth it needed some improvement https://bugzilla.mozilla.org/show_bug.cgi?id=1255504#c4 ... So, I was wondering what should be the expected behavior of the patch... Once a an engine is deleted and then the restore default button is clicked should it become like [3] or it should become like [4] (http://pastebin.instantbird.com/2679864)
14:17:04 <instantbot> Bug 1255504 nor, --, ---, durwasa.chakraborty, ASSI, Provide a way to change the default search engine
14:17:27 <-- aleth has quit (Ping timeout: 121 seconds)
14:19:03 <durwasa> sorry for the verbosity :P bt right now my code is like if I remove the top most engine the next engine becomes the default engine ... and the moment I press the restore default it is restored back to the original version (with Google on top) 
14:19:21 <flo-retina> after clicking "restore defaults", either the current engine should be unchanged (ie. C) or should be back to the original default (A). Switching it to B doesn't make a lot of sense.
14:20:47 <-- EionRobb has quit (Ping timeout: 121 seconds)
14:24:15 <-- durwasa has quit (Ping timeout: 121 seconds)
14:25:10 --> aleth has joined #instantbird
14:25:10 * ChanServ sets mode +o aleth 
14:27:54 --> EionRobb has joined #instantbird
14:41:11 --> durwasa has joined #instantbird
15:03:02 <-- aleth has quit (Ping timeout: 121 seconds)
15:16:58 <durwasa> can you please have a look at my patch for bug 1255504 ? flo-retina 
15:17:04 <instantbot> Bug https://bugzilla.mozilla.org/show_bug.cgi?id=1255504 nor, --, ---, durwasa.chakraborty, ASSI, Provide a way to change the default search engine
15:19:12 <flo-retina> it looks like aleth already reviewed it?
15:21:46 <clokep_work> Bugzilla seems down for me? :-S
15:22:17 <durwasa> yes he did but in an online discussion he said "It certainly doesn't work if previous currentEngine wasn't a default engine." and im trying to figure out some edge case in which the following patch won't work ... So, I thought to take your opinion for the same ...
15:31:17 <durwasa> *offline
15:34:47 <-- bogdan_maris has quit (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com)
15:35:01 <flo-retina> clokep_work: there's been an email sent to all@moco by the IT folks to say bugzilla is unreachable
15:36:14 <clokep_work> Good to know. :)
15:36:20 <clokep_work> Looks like it's NXDOMAIN in DNS.
15:36:37 <clokep_work> So someone's DNS somewhere isn't working right. ;)
15:45:35 <flo-retina> yes, it's a DNS issue
15:45:49 <flo-retina> I assume it WFM cause I was using it before so it's in my browser's cache
15:50:02 <clokep_work> :'(
15:50:07 <clokep_work> Stupid DNS.
15:50:09 <clokep_work> Why doesn't it work?!!?!?
15:55:50 <-- gerard-majax has quit (Ping timeout: 121 seconds)
16:12:19 <bgmCoder> DNS works here (at least now)
16:19:02 <flo-retina> it's been fixed
16:25:08 --> gerard-majax has joined #instantbird
16:34:30 <-- flo-retina has quit (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com)
16:48:19 --> aleth has joined #instantbird
16:48:19 * ChanServ sets mode +o aleth 
17:12:26 <-- mpmc has quit (A TLS packet with unexpected length was received.)
17:13:35 --> mpmc has joined #instantbird
17:28:57 <-- Mnyromyr has quit (Ping timeout: 121 seconds)
17:30:06 --> Mnyromyr has joined #instantbird
17:30:52 <-- gerard-majax has quit (Ping timeout: 121 seconds)
17:33:44 --> gerard-majax has joined #instantbird
17:49:45 <-- gerard-majax has quit (Ping timeout: 121 seconds)
19:05:28 --> gerard-majax has joined #instantbird
19:36:06 --> unghost has joined #instantbird
19:49:11 <-- Mnyromyr has quit (Connection closed)
19:57:47 --> nhnt11 has joined #instantbird
19:57:47 * ChanServ sets mode +h nhnt11 
19:59:53 <-- clokep_work has quit (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com)
19:59:57 --> clokep_work has joined #instantbird
19:59:57 * ChanServ sets mode +o clokep_work 
20:12:13 <-- durwasa has quit (Ping timeout: 121 seconds)
20:44:09 <-- aleth has quit (Quit: Instantbird 48)
21:25:06 --> libertyernie_ has joined #instantbird
21:25:29 <-- libertyernie_ has quit (Quit: ChatZilla 0.9.92 [SeaMonkey 2.42/20160319210853])
21:28:17 --> EionRobb1 has joined #instantbird
21:30:27 <-- EionRobb has quit (Ping timeout: 121 seconds)
21:46:30 <-- gerard-majax has quit (Ping timeout: 121 seconds)
21:56:54 <-- clokep_work has quit (Ping timeout: 121 seconds)
22:26:31 --> clokep_work has joined #instantbird
22:26:31 * ChanServ sets mode +o clokep_work 
22:33:53 <-- bittin- has quit (Ping timeout: 121 seconds)
22:38:02 --> bittin- has joined #instantbird
22:40:38 <-- clokep_work has quit (Ping timeout: 121 seconds)
22:51:39 --> clokep_work has joined #instantbird
22:51:39 * ChanServ sets mode +o clokep_work 
22:57:28 --> flo-retina has joined #instantbird
22:57:29 * ChanServ sets mode +qo flo-retina flo-retina 
23:00:33 <-- Bollebib has quit (Ping timeout: 121 seconds)
23:11:45 --> Bollebib has joined #instantbird
23:45:40 <-- clokep_work has quit (Ping timeout: 121 seconds)
23:58:39 --> nhnt12 has joined #instantbird
23:58:39 * ChanServ sets mode +h nhnt12