#instantbird log on 07 23 2015

All times are UTC.

00:02:49 <-- myk has quit (Ping timeout: 121 seconds)
00:29:26 --> hadi1 has joined #instantbird
00:30:52 <-- hadi has quit (Ping timeout: 121 seconds)
00:30:52 * hadi1 is now known as hadi 
01:11:47 <-- mpmc has quit (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com)
01:16:25 <-- Mook_as has quit (Client exited)
01:40:09 <-- arlolra has quit (Client exited)
02:08:21 <-- hadi has quit (Connection closed)
02:14:27 --> indolering1 has joined #instantbird
02:15:46 <-- indolering has quit (Ping timeout: 121 seconds)
02:15:46 * indolering1 is now known as indolering 
02:38:30 <instant-buildbot> build #2781 of macosx-nightly-default is complete: Failure [4failed compile]  Build details are at http://buildbot.instantbird.org/builders/macosx-nightly-default/builds/2781
02:43:57 <-- indolering has quit (Ping timeout: 121 seconds)
03:28:01 --> indolering has joined #instantbird
03:45:40 <instant-buildbot> build #1467 of linux-nightly-default is complete: Failure [4failed compile]  Build details are at http://buildbot.instantbird.org/builders/linux-nightly-default/builds/1467
04:08:12 --> nhnt11 has joined #instantbird
04:08:12 * ChanServ sets mode +h nhnt11 
04:18:19 <-- indolering has quit (Ping timeout: 121 seconds)
04:46:06 --> indolering has joined #instantbird
04:50:08 <-- indolering has quit (Ping timeout: 121 seconds)
04:50:48 --> indolering has joined #instantbird
05:28:09 <-- nhnt11 has quit (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com)
05:42:00 --> nhnt11 has joined #instantbird
05:42:00 * ChanServ sets mode +h nhnt11 
05:43:17 --> afiksof has joined #instantbird
05:45:02 <-- indolering has quit (Ping timeout: 121 seconds)
05:45:41 --> tabris has joined #instantbird
05:52:56 --> indolering has joined #instantbird
05:54:26 <-- tabris has left #instantbird ("http://pidgin.renatosilva.me - Pidgin++")
06:00:09 <-- EionRobb has quit (Quit: Leaving.)
06:30:44 --> clokep_work has joined #instantbird
06:30:44 * ChanServ sets mode +o clokep_work 
06:46:17 <-- nhnt11 has quit (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com)
07:10:31 <-- indolering has quit (Ping timeout: 121 seconds)
07:36:00 --> BWMerlin1 has joined #instantbird
07:36:55 <-- BWMerlin has quit (Ping timeout: 121 seconds)
07:37:17 * BWMerlin1 is now known as BWMerlin 
07:46:03 * Fallen|away is now known as Fallen 
08:01:32 --> EionRobb has joined #instantbird
08:11:22 --> gerard-majax has joined #instantbird
08:39:25 <-- gerard-majax has quit (Ping timeout: 121 seconds)
08:43:43 --> gerard-majax has joined #instantbird
08:51:54 --> aleth has joined #instantbird
08:51:54 * ChanServ sets mode +o aleth 
09:03:21 <flo-retina> clokep_work: https://github.com/Chronic-Dev/libgcrypt/blob/master/src/g10lib.h
09:05:14 --> hadi has joined #instantbird
09:09:54 <-- gerard-majax has quit (Ping timeout: 121 seconds)
09:19:45 <flo-retina> http://pastebin.instantbird.com/1799753 I see no mpi.h in the obj directory so I'm afraid it's not an exported header :-/
09:24:50 <flo-retina> http://pastebin.instantbird.com/1799754
09:27:00 <clokep_work> flo-retina: http://pastebin.instantbird.com/1799755
09:27:46 <flo-retina>  /* Defined if a `byte' is typedef'd */
09:27:46 <flo-retina>  /* #undef HAVE_BYTE_TYPEDEF */
09:34:03 <aleth> https://dxr.mozilla.org/mozilla-central/source/security/nss/lib/freebl/mpi/mpi.h
09:34:20 <flo-retina> clokep_work: http://pastebin.instantbird.com/1799756
09:42:20 <flo-retina> with http://pastebin.instantbird.com/1799797 sexp.c complies
09:42:24 <flo-retina> *compiles
09:47:21 <clokep_work> http://pastebin.instantbird.com/1799799 necessary changes for gcrypt-shim.cpp
09:47:59 <flo-retina> error: unknown type name 'mp_int'; did you mean 'u_int'
09:52:16 <flo-retina> http://mxr.mozilla.org/mozilla-central/source/security/nss/lib/freebl/manifest.mn#67 seems interesting
09:52:41 <aleth> "The basic numeric type defined by the library is an 'mp_int'.
09:52:41 <aleth> However, it is not sufficient to simply declare a variable of type
09:52:41 <aleth> mp_int in your program.  These variables also need to be initialized
09:52:41 <aleth> before they can be used, to allocate the internal storage they require
09:52:41 <aleth> for computation."
09:54:51 <clokep_work> https://dxr.mozilla.org/comm-central/source/mozilla/security/nss/lib/freebl/ecl/ecl.h seems to be available in my objdir...
09:55:21 <clokep_work> Which uses mpi.h.
09:55:56 <aleth> https://dxr.mozilla.org/comm-central/source/mozilla/security/nss/lib/freebl/mpi/mpi.h
09:56:00 <clokep_work> The only header file I found that uses mp_int
09:59:53 --> gerard-majax has joined #instantbird
10:17:09 <flo-retina> ./chat/libraries/gcrypt/.deps/gcrypt-shim.o.pp:2:  /Users/florian/buildhg/comm-central/chat/libraries/gcrypt/gcrypt-shim.cpp \
10:22:24 <flo-retina> attached https://bug1147369.bmoattachments.org/attachment.cgi?id=8637815
10:22:26 <instantbot> Bug https://bugzilla.mozilla.org/show_bug.cgi?id=1147369 nor, --, ---, nobody, NEW, Add libotr to build system
10:23:02 <flo-retina> the errors I get at this point are http://pastebin.instantbird.com/1800121
10:24:33 <flo-retina> #include "../../../mozilla/security/nss/lib/freebl/blapi.h"
10:26:19 <flo-retina> that fixes the AES_InitContext error
10:30:57 <clokep_work> flo-retina: http://pastebin.instantbird.com/1800122
10:32:09 <flo-retina> clokep_work: http://pastebin.instantbird.com/1800123
11:05:07 <-- aleth has quit (Ping timeout: 121 seconds)
11:25:09 --> mpmc has joined #instantbird
11:32:41 --> hadi1 has joined #instantbird
11:34:35 <-- hadi has quit (Ping timeout: 121 seconds)
11:34:35 * hadi1 is now known as hadi 
11:38:52 <-- hadi has quit (Connection closed)
11:40:00 <instantbot> clokep@patrick.cloke.us changed the Resolution on bug 1182368 from --- to FIXED.
11:40:01 <instantbot> Bug https://bugzilla.mozilla.org/show_bug.cgi?id=1182368 nor, --, 1.6, clokep, RESO FIXED, Fix fallout from bug 905127 due to missing headers for purplexpcom
11:40:28 <instant-buildbot> build #382 of linux64-nightly-default is complete: Exception [6exception interrupted]  Build details are at http://buildbot.instantbird.org/builders/linux64-nightly-default/builds/382
11:42:55 <-- Tonnes has quit (Connection closed)
11:44:20 <instant-buildbot> build #1468 of linux-nightly-default is complete: Failure [4failed compile]  Build details are at http://buildbot.instantbird.org/builders/linux-nightly-default/builds/1468
11:44:41 <instant-buildbot> build #383 of linux64-nightly-default is complete: Failure [4failed compile]  Build details are at http://buildbot.instantbird.org/builders/linux64-nightly-default/builds/383
11:45:00 <instant-buildbot> build #1469 of linux-nightly-default is complete: Failure [4failed compile]  Build details are at http://buildbot.instantbird.org/builders/linux-nightly-default/builds/1469
11:47:12 <-- mpmc has quit (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com)
11:50:19 --> Tonnes has joined #instantbird
11:51:22 <-- EionRobb has quit (Quit: Leaving.)
11:55:18 --> boklm has joined #instantbird
12:22:22 <instant-buildbot> build #2782 of macosx-nightly-default is complete: Failure [4failed compile]  Build details are at http://buildbot.instantbird.org/builders/macosx-nightly-default/builds/2782
12:57:06 --> mpmc has joined #instantbird
13:26:48 <-- mpmc has quit (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com)
13:36:46 --> aleth has joined #instantbird
13:36:46 * ChanServ sets mode +o aleth 
13:36:46 <-- aleth has quit (Connection closed)
13:36:48 --> aleth has joined #instantbird
13:36:48 * ChanServ sets mode +o aleth 
13:39:26 <-- aleth has quit (Quit: :tiuQ)
13:39:34 --> aleth has joined #instantbird
13:39:34 * ChanServ sets mode +o aleth 
13:41:35 <flo-retina> clokep_work: the failure seems to be around:
13:41:35 <flo-retina> make[7]: *** [out/build/icudt55l/curr/pl.res] Killed: 9
13:41:35 <flo-retina> make[6]: *** [all-recursive] Error 2
13:41:35 <flo-retina> make[5]: *** [buildicu] Error 2
13:43:17 <flo-retina> aleth: configure: error: Library requirements (gtk+-3.0 >= 3.4.0 gtk+-unix-print-3.0 glib-2.0 gobject-2.0 ) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them.
13:43:18 <clokep_work> For myself: e7434cafdf2f35ebd89f0120e33b7d10c73b84a7
13:49:26 <flo-retina> http://mxr.mozilla.org/mozilla-central/source/build/unix/mozconfig.linux#42
13:50:03 <clokep_work> flo-retina: 05f6b5bc5b4b
13:50:20 <clokep_work> http://hg.mozilla.org/mozilla-central/rev/05f6b5bc5b4b
13:55:02 <flo-retina> I don't see anything looking like gtk3 in http://puppetagain.pub.build.mozilla.org/data/repos/yum/releng/public/CentOS/6/x86_64/
13:55:39 <flo-retina> if anybody's curious, the fun was documented at http://blog.queze.net/post/2014/07/25/Converting-old-Mac-minis-into-CentOS-Instantbird-build-slaves
13:59:06 <clokep_work> http://puppetagain.pub.build.mozilla.org/data/repos/yum/mirrors/centos/6.2/os/x86_64/ seems to have gtk2
14:11:06 <clokep_work> flo-retina: http://hg.mozilla.org/mozilla-central/file/eee2d49d055c/browser/config/tooltool-manifests/linux64/releng.manifest#l13
14:11:13 <clokep_work> (And the linux32 versino)
14:40:54 <clokep_work> bug 
14:40:56 <clokep_work> bug 955738
14:40:58 <instantbot> Bug https://bugzilla.mozilla.org/show_bug.cgi?id=955738 nor, --, ---, nobody, NEW, Port 'Bug 733632 - Remove TLS version UI (Options > Advanced > Encryption > Protocols)'
15:02:42 --> myk has joined #instantbird
15:08:50 <-- myk has quit (Ping timeout: 121 seconds)
15:31:47 <-- gerard-majax has quit (Ping timeout: 121 seconds)
15:40:07 --> arlolra has joined #instantbird
16:02:01 <flo-retina> arlolra: good morning :)
16:02:04 <aleth> arlolra: Hi! Did you see the updated/modified  patch?
16:02:47 <arlolra> hi. I see updates in my inbox. let me take a look
16:03:51 --> gerard-majax has joined #instantbird
16:06:25 <arlolra> hmm, sounds like it didn't go too well. I did say "There're likely many kinks to be worked out." :)
16:09:11 <flo-retina> arlolra: so, what's your plan for today? Do you expect us to have something that builds for tomorrow?
16:11:48 <arlolra> i will try
16:12:58 * Fallen is now known as Fallen|away 
16:13:03 <arlolra> i'm not too familiar with mach though. maybe you can fill me in a bit about how you used it to build
16:13:25 <arlolra> i was also hoping that we'd be working on this together
16:13:45 <arlolra> have you made any progress on the ui end?
16:14:02 <arlolra> what got done today?
16:14:33 <flo-retina> Sure, we just started looking at it this morning, when you weren`t online yet
16:15:13 <flo-retina> We talked about the UI too
16:15:39 <flo-retina> oh, and we have an etherpad with questions too ;)
16:17:35 <flo-retina> arlolra: so in a comm-central repository, you just run ./mozilla/mach build
16:17:53 <arlolra> right, or build im
16:18:02 <arlolra> but is there a way to only build libotr?
16:19:37 <flo-retina> Once you`ve built the whole thing once, you can do incremental builds, or "mach build im"
16:21:32 <-- aleth has quit (Ping timeout: 121 seconds)
16:22:29 <flo-retina> if you want to only build a specific folder, you can do in that folder in the object directory. For example cd obj-instantbird/chat/libraries/gcrypt/  and then you just run make
16:22:54 <arlolra> ah, k, that'll make this easier
16:25:22 --> myk has joined #instantbird
16:26:51 <arlolra> where's the pad?
16:27:22 <flo-retina> https://etherpad.mozilla.org/otr-todo
16:28:40 <arlolra> what did you mean by "incremental builds" above
16:32:55 <flo-retina> that just meant updating the build without building from scratch
16:33:59 --> mpmc has joined #instantbird
16:34:12 <instant-buildbot> build #2783 of macosx-nightly-default is complete: Failure [4failed shell_5]  Build details are at http://buildbot.instantbird.org/builders/macosx-nightly-default/builds/2783
16:36:44 <arlolra> flo-retina: how do you want me to answer the questions on the pad? inline?
16:38:46 <flo-retina> inline is fine, but I don't think anything in that pad is more urgent than getting libotr to build
16:44:36 <arlolra> ok, I'll bookmark that for later
16:53:28 --> aleth has joined #instantbird
16:53:28 * ChanServ sets mode +o aleth 
16:58:58 <clokep_work> flo-retina: bug 954368
16:59:00 <instantbot> Bug https://bugzilla.mozilla.org/show_bug.cgi?id=954368 nor, --, ---, nobody, NEW, em and pt usage in CSS causes size/alignment errors for certain font sizes and DPI settings
17:00:10 --> Mnyromyr has joined #instantbird
17:09:12 <instantbot> clokep@patrick.cloke.us changed the Resolution on bug 1179946 from --- to DUPLICATE.
17:09:13 <instantbot> Bug https://bugzilla.mozilla.org/show_bug.cgi?id=1179946 nor, --, ---, nobody, RESO DUPLICATE, Encryption validation button throws
17:11:33 <aleth> arlolra: Some interesting feedback in those tickets
17:13:18 <arlolra> :)
17:15:00 <aleth> arlolra: re 13861, why would you expect the profile data to be gone after an update?
17:16:01 <-- gerard-majax has quit (Ping timeout: 121 seconds)
17:17:11 <arlolra> we put the profile dir in the application folder so that removing it doesn't leave traces
17:17:12 <arlolra> one sec
17:17:58 <arlolra> it's a patch we use from tor browser
17:17:59 <arlolra> https://gitweb.torproject.org/tor-messenger-build.git/tree/projects/instantbird/Bug-9173-Change-the-default-Firefox-profile-director.mozpatch
17:18:13 <-- mikef has quit (Quit: )
17:18:18 --> mikef has joined #instantbird
17:18:24 <aleth> So if you update tor browser, it resets the profile too? That seems unwanted
17:19:24 --> Mook_as has joined #instantbird
17:19:46 <aleth> You'd lose all your bookmarks etc
17:23:58 <arlolra> ya, that's a common complaint. not sure what they're doing for that. let me se
17:23:59 <arlolra> e
17:31:57 <arlolra> i think the old answer was something like https://tor.stackexchange.com/questions/1153/tbb-upgrade-what-happened-to-my-bookmarks but the new answer is that Tor Browser has an automatic updater that handles that
17:35:26 --> indolering has joined #instantbird
17:36:44 <aleth> arlolra: If the tor browser people have found a way to retain the profile, that should work for IB too
17:37:37 <aleth> After all, standard IB updates don't break the profile...
17:37:58 <clokep_work> arlolra: So florian is on the phone, but when he gets back we should probably discuss some stuff w/ you and sukhe.
17:38:43 <arlolra> sure, i'm around. sukhe is not around though
17:44:32 --> clokep-retina has joined #instantbird
17:48:01 --> nhnt11 has joined #instantbird
17:48:01 * ChanServ sets mode +h nhnt11 
17:48:51 * nhnt11 is now known as nhnt11-retina 
17:49:53 <nhnt11-retina> clokep-retina: That was really weird!
17:50:08 <nhnt11-retina> I just cold-started Ib, and that channel is not on my autojoins
17:50:09 <clokep-retina> nhnt11-retina: Idk, we were probably testing something!
17:50:30 <nhnt11-retina> And now for some reason, it is at the top of my awesometab
17:50:37 <nhnt11-retina> even though I'm not even in it
17:50:50 <nhnt11-retina> oh, I know why
17:50:59 <nhnt11-retina> interesting
17:51:07 <nhnt11-retina> I believe the stats service is using my current nick
17:51:07 <-- chrisccoulson has quit (Ping timeout: 121 seconds)
17:51:14 <nhnt11-retina> and that channel is where I've talked the most, with this nick
17:51:20 <nhnt11-retina> interesting, interesting
17:51:39 <nhnt11-retina> That could be a feature, using different nicks for different "profiles" :P
17:52:27 <nhnt11-retina> Hmm, no, wait
17:52:29 <flo-retina> arlolra: we are probably going to be off for the next 3 hours or so, having food in a restaurant. We expect to be back at our computers for some time after that before going to bed, so we should be available to answer questions.
17:52:30 <nhnt11-retina> Something is very wrong
17:52:31 <aleth> arlolra: Did the errors on building look like what you were expecting?
17:53:03 <clokep_work> nhnt11-retina: You should do that review, and finish the logs stuff before fixing this. ;)
17:53:21 <nhnt11-retina> clokep_work: I just opened the logs for that tab
17:53:29 <nhnt11-retina> and indeed there was a May 2014 entry
17:53:31 <nhnt11-retina> but when I opened it
17:53:49 <nhnt11-retina> It started populating it seemingly endlessly, with what I believe was just repeated message
17:53:52 <nhnt11-retina> messages*
17:54:02 <arlolra> flo-retina: ok, thanks for letting me know
17:54:06 <nhnt11-retina> i.e. it was using the same file multiple (infinite?) times to display the log
17:54:24 <arlolra> aleth: building libotr? I haven't tried that yet
17:55:05 <arlolra> or the ones you reported ... yes, that was expected
17:57:04 <clokep_work> arlolra: While we're gone nhnt11-retina should be able to help w/ build questions.
17:57:09 <clokep_work> (Basic ones about mach and such.)
17:57:17 --> gerard-majax has joined #instantbird
17:57:23 * nhnt11-retina is now known as nhnt11 
17:57:43 * clokep_work is now known as clokep_dinner 
17:57:45 <arlolra> thanks
17:57:58 <-- myk has quit (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com)
17:58:02 <nhnt11> I wonder what I was testing in May 2014
17:58:20 <nhnt11> doesn't seem to be an Ib bug, it seems like I pasted some stuff a million times :P
18:00:41 <clokep_dinner> nhnt11: Did you fake your stats?
18:01:15 <flo-retina> nhnt11: pastebin add-on that didn't work so well?
18:01:36 <nhnt11> flo-retina: seems like I was purposely testing something in that channel, probably async logging
18:02:21 <nhnt11> oh lol
18:02:28 <nhnt11> I didn't paste stuff a million times
18:02:33 <nhnt11> I made 500 copies of a log file
18:03:14 <nhnt11> I don't know why it suddenly went to the top of my awesometab though
18:03:23 <nhnt11> It certainly wasnt' there before
18:04:25 <-- nhnt11 has quit (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com)
18:04:29 --> nhnt11 has joined #instantbird
18:04:29 * ChanServ sets mode +h nhnt11 
18:04:39 * nhnt11 manually removed it from the stats service cache
18:06:03 <flo-retina> are you saying the stats service needs tests? ;)
18:06:17 <nhnt11> nah, the stats service got it right
18:06:23 <nhnt11> tons of outgoing messages in that channel
18:06:29 <nhnt11> the score was high
18:07:04 <nhnt11> I have some hypotheses about why it wasn't at the top before
18:07:15 <-- aleth has quit (Ping timeout: 121 seconds)
18:07:25 <nhnt11> either way, it's my fault for manually making 500 copies of the log file
18:07:34 <nhnt11> poor stats service, how would it know? :P
18:28:37 * nhnt11 doesn't understand why #ib-test is at the top of his awesometab again
18:31:30 <-- nhnt11 has quit (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com)
18:31:49 --> nhnt11 has joined #instantbird
18:31:49 * ChanServ sets mode +h nhnt11 
18:32:24 <nhnt11> Aha!
18:32:35 <nhnt11> clokep_dinner: did you register #ib-test by any chance?
18:33:12 <nhnt11> I think the reason it started showing up in my awesometab is because the server started including it in LIST results
19:06:08 * Fallen|away is now known as Fallen 
19:13:42 <-- mpmc has quit (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com)
19:16:22 <-- gerard-majax has quit (Ping timeout: 121 seconds)
19:29:22 <boklm> arlolra, aleth: to avoid reseting the profile on update, tor browser updater has a patch to exclude it from the update: https://gitweb.torproject.org/tor-browser.git/commit/?h=tor-browser-38.1.0esr-5.0-1&id=a27b340075e3ff2793f29aa3fa5ab60ea8fd13c7
19:30:52 <arlolra> oh, nice
19:30:56 <arlolra> adding to the ticket https://trac.torproject.org/projects/tor/ticket/13861
19:45:12 <-- afiksof has quit (*.net *.split)
19:45:12 <-- flo-retina has quit (*.net *.split)
19:45:12 <-- clokep-retina has quit (*.net *.split)
19:45:12 <-- freaktechnik has quit (*.net *.split)
19:45:12 <-- GeekShadow has quit (*.net *.split)
19:45:12 <-- stux has quit (*.net *.split)
19:45:12 <-- clokep_dinner has quit (*.net *.split)
19:45:12 <-- Suiseiseki has quit (*.net *.split)
19:45:12 <-- Tonnes has quit (*.net *.split)
19:45:12 <-- redDragon has quit (*.net *.split)
19:45:12 <-- fredy has quit (*.net *.split)
19:45:12 <-- Morian has quit (*.net *.split)
19:45:12 <-- BWMerlin has quit (*.net *.split)
19:45:12 <-- sukhe has quit (*.net *.split)
19:45:12 <-- dustinm` has quit (*.net *.split)
19:45:12 <-- mikef has quit (*.net *.split)
19:45:12 <-- Mnyromyr has quit (*.net *.split)
19:45:12 <-- nhnt11 has quit (*.net *.split)
19:45:12 <-- indolering has quit (*.net *.split)
19:45:12 <-- micahg has quit (*.net *.split)
19:45:12 <-- Mook_as has quit (*.net *.split)
19:45:12 <-- arlolra has quit (*.net *.split)
19:45:12 <-- Yoric has quit (*.net *.split)
19:45:12 <-- spiffytech has quit (*.net *.split)
19:45:24 --> sukhe has joined #instantbird
19:45:24 --> fredy has joined #instantbird
19:45:24 --> Mook_as has joined #instantbird
19:45:24 --> afiksof has joined #instantbird
19:45:24 --> clokep-retina has joined #instantbird
19:45:24 --> mikef has joined #instantbird
19:45:24 --> Mnyromyr has joined #instantbird
19:45:24 --> flo-retina has joined #instantbird
19:45:24 --> nhnt11 has joined #instantbird
19:45:24 --> stux has joined #instantbird
19:45:24 --> Tonnes has joined #instantbird
19:45:24 --> dustinm` has joined #instantbird
19:45:24 --> Morian has joined #instantbird
19:45:24 --> freaktechnik has joined #instantbird
19:45:24 --> Yoric has joined #instantbird
19:45:24 --> redDragon has joined #instantbird
19:45:24 --> micahg has joined #instantbird
19:45:24 --> GeekShadow has joined #instantbird
19:45:24 --> spiffytech has joined #instantbird
19:45:24 --> arlolra has joined #instantbird
19:45:24 --> BWMerlin has joined #instantbird
19:45:24 --> Suiseiseki has joined #instantbird
19:45:24 --> indolering has joined #instantbird
19:45:24 --> clokep_dinner has joined #instantbird
19:45:24 * belew.mozilla.org sets mode +qoho flo-retina flo-retina nhnt11 clokep_dinner 
19:57:45 --> Bollebib has joined #instantbird
20:11:50 --> myk has joined #instantbird
20:16:07 <-- myk has quit (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com)
20:16:13 --> myk has joined #instantbird
20:19:42 <-- Mnyromyr has quit (Quit: ChatZilla 0.9.91.1 [SeaMonkey 2.33.1/20150321194827])
20:28:33 <-- MattATobin has quit (Ping timeout: 121 seconds)
20:31:17 --> mpmc has joined #instantbird
20:42:31 <-- nhnt11 has quit (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com)
20:42:36 --> nhnt11 has joined #instantbird
20:42:36 * ChanServ sets mode +h nhnt11 
20:56:26 --> EionRobb has joined #instantbird
21:17:02 <-- clokep-retina has quit (Connection closed)
21:18:37 <-- flo-retina has quit (Connection closed)
21:18:54 --> clokep-retina has joined #instantbird
21:19:10 --> flo-retina has joined #instantbird
21:19:10 * ChanServ sets mode +qo flo-retina flo-retina 
21:55:19 --> EionRobb1 has joined #instantbird
21:57:28 <-- EionRobb has quit (Ping timeout: 121 seconds)
22:04:00 <clokep_dinner> nhnt11: I doubt it
22:06:59 --> aleth has joined #instantbird
22:06:59 * ChanServ sets mode +o aleth 
22:08:51 <clokep_dinner> arlolra: Hello.
22:08:59 <-- Bollebib has quit (Ping timeout: 121 seconds)
22:09:27 <-- GeekShadow has quit (Ping timeout: 121 seconds)
22:11:40 <arlolra> clokep_dinner: hi
22:11:48 <arlolra> how was dinner?
22:11:59 <arlolra> i've made some progress https://gist.github.com/0273873da3ad0dae168a
22:13:50 <aleth>  Dinner was good :-)
22:13:53 --> GeekShadow has joined #instantbird
22:14:19 <clokep_dinner> arlolra: Cool! :) Does it compile now? ;)
22:14:59 <clokep_dinner> I think we tried to reply to most of the bugs you pointed us to in that email btw.
22:15:10 <arlolra> i saw. thanks!
22:15:18 <arlolra> as for compiling
22:15:19 <arlolra> 8 warnings and 2 errors generated.
22:15:19 <arlolra> make[1]: *** [gcrypt-shim.o] Error 1
22:15:20 <arlolra> make: *** [default] Error 2
22:15:25 <arlolra> closer
22:15:55 <aleth> :-)
22:17:30 <arlolra> 36 warnings generated.
22:17:30 <arlolra> libgcrypt.a.desc
22:17:30 <arlolra> rm -f libgcrypt.a
22:17:30 <arlolra> /Users/arlolra/Work/Tor/comm-central/obj-x86_64-apple-darwin14.4.0/_virtualenv/bin/python /Users/arlolra/Work/Tor/comm-central/mozilla/config/expandlibs_gen.py -o libgcrypt.a.desc gcrypt-shim.o sexp.o 
22:17:36 <aleth> What are the errors that are left?
22:17:55 <arlolra> aleth: they are now fixed
22:18:03 <arlolra> so, compiles with 36 warnings
22:18:08 <aleth> cool!
22:18:27 <aleth> We were a bit worried it would have trouble linking the mpi stuff
22:19:48 <arlolra> there was an issue w/ freebl/secmpi.h but i've worked around it for now
22:21:23 <-- indolering has quit (Ping timeout: 121 seconds)
22:21:28 <aleth> So you can run the tests now?
22:22:04 <arlolra> that was just building gcrypt-shim.o ... lets see if libotr builds
22:22:12 <arlolra> let me post the diff i have so far
22:23:56 <-- freaktechnik has quit (Ping timeout: 121 seconds)
22:25:01 --> freaktechnik has joined #instantbird
22:26:00 <arlolra> aleth: https://bugzilla.mozilla.org/show_bug.cgi?id=1147369#c8
22:26:03 <instantbot> Bug 1147369 nor, --, ---, nobody, NEW, Add libotr to build system
22:26:49 * aleth is looking at the theme panel bug
22:27:10 <arlolra> ah, fun!
22:27:24 * EionRobb1 is now known as EionRobb 
22:29:31 <aleth> It's a bit mysterious
22:30:04 * clokep_dinner is now known as clokep_fr 
22:30:22 <arlolra> libotr.dylib!
22:33:13 <aleth> nhnt11: any chance of finishing off the split logs? ;)
22:33:16 <flo-retina> I don't think we should be including mpi-priv.h
22:33:28 <flo-retina> I added it because a macro the shim is using was from it
22:41:03 * Fallen is now known as Fallen|away 
22:46:36 <arlolra> flo-retina: agreed. I added fixme for that
22:47:45 <flo-retina> I think it's MP_HOWMANY
22:49:33 --> indolering has joined #instantbird
22:52:46 <-- clokep-retina has quit (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com)
22:57:09 <arlolra> oh right, still need to add libgpg-error to build
22:57:12 <arlolra> just a header there now
22:57:44 <arlolra> clokep_fr: ^
22:57:59 <clokep_fr> Alright, hopefully that's straight forward.
22:58:05 <clokep_fr> And doesn't have the insane things that gcrypt does.
22:59:53 <arlolra> do you want to take a crack at that?
23:03:02 <clokep_fr> I'm handling landing some patches right now.
23:06:57 <aleth> arlolra: what's the issue with adding it? moz.build?
23:08:07 <clokep_fr> Meh I think the gpg-error stuff is ridiculous.
23:08:11 <clokep_fr> There's awk and stuff in it.
23:09:39 <arlolra> i wouldn't know where to start
23:12:34 <instantbot> clokep@patrick.cloke.us changed the Resolution on bug 953999 from --- to FIXED.
23:12:35 <instantbot> Bug https://bugzilla.mozilla.org/show_bug.cgi?id=953999 enh, --, 1.6, clokep, RESO FIXED, Skype protocol plugin
23:12:54 <instantbot> clokep@patrick.cloke.us changed the Resolution on bug 1177902 from --- to FIXED.
23:12:56 <instantbot> Bug https://bugzilla.mozilla.org/show_bug.cgi?id=1177902 nor, --, 1.6, a.ahmed1026, RESO FIXED, Add test for _parseJID in XMPP
23:13:25 <instantbot> clokep@patrick.cloke.us changed the Resolution on bug 1180435 from --- to FIXED.
23:13:26 <instantbot> Bug https://bugzilla.mozilla.org/show_bug.cgi?id=1180435 min, --, 1.6, a.ahmed1026, RESO FIXED, Topic system message is duplicated on joining a room
23:14:40 <clokep_fr> arlolra: Well generally it's importing the csrcs and adding it to the proper place in moz.build (that should be straight forward).
23:15:02 <clokep_fr> And then adding any header files that are necessary, if they get exported for some reason you add it to the exports section of moz.build.
23:16:15 * clokep_fr wonders how many functions from gpg-error it actually uses.
23:18:04 <clokep_fr> (o_O)
23:18:12 <clokep_fr> The src/README in that package is rather...ridiculous.
23:18:15 <aleth> It looks super complex
23:30:39 <arlolra> is there a Program('') in mozbuild?
23:31:25 <arlolra> i'm trying to use mozbuild to build the dummy client of libotr test suite
23:32:50 <clokep_fr> I think so.
23:33:13 <clokep_fr> arlolra: https://dxr.mozilla.org/mozilla-central/source/build/docs/defining-binaries.rst
23:33:23 <clokep_fr> There's likely a rendered version somewhere...
23:33:40 <flo-retina> maybe something like this: http://mxr.mozilla.org/mozilla-central/source/toolkit/components/places/tests/cpp/moz.build#7
23:33:51 <flo-retina> I've never tried using this though
23:36:08 <arlolra> https://gist.github.com/arlolra/d3e1993e99cf822afd99
23:36:44 <arlolra> lets see what that gives
23:37:18 <clokep_fr> arlolra: Ah, that thing flo find looks likely. :)
23:37:30 <clokep_fr> That page I gave explains those too.
23:44:16 <nhnt11> aleth: I hope to look at split logs soon, but I've been pretty busy..
23:44:28 <nhnt11> isn't it done?
23:44:41 <aleth> We'd discussed what was left to do iirc
23:44:42 * nhnt11 can't believe he's forgotten that status of that bug yet again
23:45:00 <nhnt11> ah, got it
23:45:07 <-- mpmc has quit (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com)
23:45:09 <aleth> So it was probably 5 minutes work a few weeks ago, plus however long it takes to find it in the logs ;)
23:45:20 <nhnt11> I think I already made the changes
23:45:22 * nhnt11 isn't sure
23:47:10 <nhnt11> ah, I haven't
23:47:11 <nhnt11> bha
23:47:12 <nhnt11> bah*
23:54:29 <-- nhnt11 has quit (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com)
23:54:33 --> nhnt11 has joined #instantbird
23:54:33 * ChanServ sets mode +h nhnt11 
23:55:27 <nhnt11> aleth: https://bugzilla.mozilla.org/attachment.cgi?id=8638217&action=diff looks r+ to me, but I can't test it at the moment
23:57:40 <nhnt11> why the +1 though?
23:58:08 <arlolra> clokep_fr: how comes (even though I've done USE_LIBS += [
23:58:08 <arlolra>     'gcrypt',
23:58:08 <arlolra>     'otr',
23:58:08 <arlolra> ], it's still not finding some header files exported there?
23:59:40 <clokep_fr> arlolra: "it" isn't finding?
23:59:44 <clokep_fr> What isn't finding it?
23:59:51 <clokep_fr> Also where is that USE_LIBS?