#instantbird log on 02 23 2014

All times are UTC.

01:06:50 --> mconley has joined #instantbird
01:20:00 <instant-buildbot> build #1075 of linux-nightly-default is complete: Failure [4failed shell_3]  Build details are at http://buildbot.instantbird.org/builders/linux-nightly-default/builds/1075
01:31:23 <-- mconley has quit (Input/output error)
02:02:31 <-- clokep has quit (Ping timeout)
02:16:49 <-- GeekShadow has quit (Ping timeout)
02:16:54 --> GeekShadow has joined #instantbird
02:41:50 --> mconley has joined #instantbird
03:06:00 --> mayanktg has joined #instantbird
03:06:36 <-- nathanr has quit (Connection reset by peer)
03:07:44 --> nathanr has joined #instantbird
03:24:52 --> Armada has joined #instantbird
03:28:51 <-- Armada has quit (Quit: Leaving)
03:59:54 <instant-buildbot> build #1076 of linux-nightly-default is complete: Failure [4failed shell_3]  Build details are at http://buildbot.instantbird.org/builders/linux-nightly-default/builds/1076
04:17:39 <instant-buildbot> build #2037 of macosx-nightly-default is complete: Failure [4failed shell_3]  Build details are at http://buildbot.instantbird.org/builders/macosx-nightly-default/builds/2037
04:20:26 --> Armada has joined #instantbird
04:28:28 <-- mconley has quit (Input/output error)
04:36:01 <-- Armada has quit (Quit: Leaving)
04:49:45 --> Armada has joined #instantbird
04:51:28 <-- wnayes has quit (Quit: wnayes)
05:00:07 --> shashika has joined #instantbird
05:00:19 <shashika> hi
05:01:01 <mayanktg> shashika: hello, were you able to build Instantbird?
05:01:28 <shashika> mayanktg: how can I download source code 
05:02:45 <mayanktg> shashika: you want to do development or want to use instantbird?
05:03:18 <mayanktg> if you want to contribute to IB then you should go through https://wiki.instantbird.org
05:03:32 <mayanktg> and for compiling https://wiki.instantbird.org/Instantbird:Compiling
05:03:46 <shashika> thanks
05:03:55 <shashika> I'll try
05:04:11 <mayanktg> :)
05:19:43 <-- shashika has quit (Quit: http://www.mibbit.com ajax IRC Client)
05:28:59 --> mconley has joined #instantbird
05:34:16 <-- mconley has quit (Ping timeout)
05:35:03 <-- mayanktg has quit (Quit: http://www.mibbit.com ajax IRC Client)
05:58:25 <-- Armada has quit (Quit: Leaving)
06:06:59 --> Armada has joined #instantbird
06:25:44 <-- stig has quit (Ping timeout)
06:26:51 --> stig has joined #instantbird
06:42:19 --> shashika has joined #instantbird
07:33:44 --> mconley has joined #instantbird
07:35:01 --> nhnt11 has joined #instantbird
07:39:46 <-- mconley has quit (Ping timeout)
07:47:52 <instant-buildbot> build #1272 of win32-nightly-default is complete: Failure [4failed shell_3]  Build details are at http://buildbot.instantbird.org/builders/win32-nightly-default/builds/1272
08:03:46 <shashika> Hi
08:04:12 <shashika> I'm trying to build Instantbird in ubuntu
08:05:10 <shashika> I cloned the code from mercurial repository
08:05:52 <shashika> when I run the command "make -f client.mk build"
08:06:10 <shashika> It gives this following error
08:06:19 <shashika> Adding client.mk options from /home/shashika/Documents/instantbird/mozconfig:     MOZ_MAKE_FLAGS=-j4     MOZ_OBJDIR=$(TOPSRCDIR)/../obj-instantbird make -j4 -C /home/shashika/Documents/instantbird/../obj-instantbird make[1]: Entering directory `/home/shashika/Documents/obj-instantbird' Makefile:19: config/autoconf.mk: No such file or directory /home/shashika/
08:11:19 <-- shashika has quit (Quit: http://www.mibbit.com ajax IRC Client)
08:15:31 --> shashika has joined #instantbird
08:29:03 --> mayanktg has joined #instantbird
08:32:29 <mayanktg> shashika: there?
08:34:33 <mayanktg> you should first install the build prerequisites for Ubuntu https://developer.mozilla.org/en-US/docs/Developer_Guide/Build_Instructions/Linux_Prerequisites
08:36:01 <mayanktg> and the dev of Instantbird now happens at hg.instantbird.org/comm-central and not hg.instantbird.org/instantbird/ so you should clone from the correct repo
08:39:39 <shashika> ok
08:39:43 <shashika> thanks
08:39:51 <shashika> I'll give a try
08:44:03 <-- mayanktg has quit (Quit: http://www.mibbit.com ajax IRC Client)
08:47:14 --> mayanktg has joined #instantbird
08:48:27 <mayanktg> if you are having a slow net connection you can try hg bundles too for comm-central https://developer.mozilla.org/en-US/docs/Developer_Guide/Source_Code/Mercurial/Bundles
08:50:10 <shashika> yeah
08:50:23 <shashika> my net connection is slow
08:51:18 <mayanktg> then go for downloading the comm-central.hg repo (55 mb apprx) and mozilla-central.hg (600mb apprx) 
08:51:55 <mayanktg> the mozilla codebase is pretty huge
08:52:53 <shashika> ok
08:52:55 <shashika> then what should I do?
08:54:17 <mayanktg> Then you should create a folder change it to that directory ... perform hg init && hg unbundle <complete path for your .hg file>
08:54:49 <mayanktg> and do  hg update
08:56:05 <mayanktg> similarly . create a folder "mozilla" inside the repo you just created and change it to that directory
08:56:07 <shashika> both hg files should unpack to a same directory?
08:56:12 <mayanktg> NO
08:56:53 <mayanktg> and inside the mozilla directory ... perform hg init && hg unbundle <complete parth of you mozilla-central.hg file>
08:57:01 <mayanktg> and do hg update
08:57:38 <shashika> Ok 
08:57:49 <shashika> I'll try and contact you :)
08:58:43 <mayanktg> shashika: you should unbundle the mozilla-central.hg inside a folder named "mozilla" which is in directory where the extracted files of comm-central.hg is placed :) 
08:59:04 <mayanktg> Yeah.. first let your download gets completed
09:00:46 <shashika> that means first I need to unpack comm-central.hg inside "mozilla" directory
09:01:14 <mayanktg> no-no ...create a folder named comm-central
09:01:25 <mayanktg> cd comm-central 
09:01:52 <mayanktg> hg init && hg unbundle  <complete path for your comm-central.hg file>
09:02:10 <mayanktg> did you do that?
09:03:01 <shashika> No
09:03:11 <shashika> it is still downloading :(
09:03:17 <mayanktg> speed?
09:03:46 <shashika> about 150KB/second
09:03:49 <shashika> :(
09:04:03 <mayanktg> :D
09:04:40 <mayanktg> no worries...it should take 3-5  mins more.
09:06:29 <mayanktg> I downloaded my mozilla-central.hg file at 64 KBps \m/ 'cos of a n/w problem in college 
09:07:14 <shashika> yeah, few minites :)
09:09:27 <shashika> It might took more than hour
09:09:30 <shashika> ;)
09:10:14 <shashika> DONE
09:10:17 <mayanktg> :)
09:10:43 <mayanktg> the mozilla-central.hg file will tke more time I guess..
09:12:28 <shashika> yep
09:12:44 <mayanktg> c-c.hg download finished right?
09:13:08 <shashika> I've created a folder called comm-central in my Document
09:13:10 <shashika> yes
09:13:17 <mayanktg> ok..
09:13:19 <shashika> It was downloaded
09:13:34 <mayanktg> now : cd comm-central
09:14:02 <shashika> DONE
09:14:02 <mayanktg> hg init && hg unbundle  <complete path for your comm-central.hg file>
09:15:33 <shashika> It will take sometime I guess
09:15:36 <shashika> :)
09:15:59 <mayanktg> everything s automated, but if you have a slow net you have to follow few more steps :-/
09:16:02 <mayanktg> yeah
09:20:46 <shashika> comm-central part successfully DONE
09:21:00 <mayanktg> great :)
09:21:06 <mayanktg> now: hg update
09:22:07 <shashika> DONE
09:22:07 <shashika> :)
09:22:35 <mayanktg> now you would have different folders+diles showing in the repo
09:22:56 <mayanktg> create a file named "mozconfig"
09:22:57 <-- BWMerlin has quit (Ping timeout)
09:23:03 <mayanktg> and add the contents:
09:23:05 <mayanktg> ac_add_options --enable-application=im
09:23:10 <mayanktg> mk_add_options MOZ_MAKE_FLAGS=-j4
09:24:06 <mayanktg> the --enable-application part tells which part to build (im is for instantbird)
09:24:33 <mayanktg> your system configuration??
09:25:32 <shashika> system configuration means??
09:26:01 <mayanktg> which processor + ram you are having?
09:26:09 --> BWMerlin has joined #instantbird
09:26:47 <mayanktg> if you are having a quad core processor ... write -j4, if octa core -j8
09:27:45 <mayanktg> did you save it the mozconfig file??
09:28:35 <shashika> Intel pentium T4400(2.2GHZ)
09:28:45 <shashika> this is dual core laptop
09:29:51 <mayanktg> ok ..then you should either use -j2 or better remove the second line
09:29:54 <shashika> what should I put there?
09:30:20 <shashika> ok, I'll remove
09:30:43 <mayanktg> ok! saved?
09:31:01 <shashika> yes
09:31:11 <mayanktg> great
09:31:28 <mayanktg> now you must be having files+folder like
09:32:28 <mayanktg> .           AUTHORS  calendar   client.py  configure.in  .hg        im    mailnews     mozconfig      other-licenses  .treestate .. bridge   chat  config  db   .hgignore  ldap  Makefile.in  mozilla   suite aclocal.m4  build    client.mk  configure  editor  .hgtags    mail  moz.build    obj-x86
09:32:49 <mayanktg> here ...
09:32:51 <shashika> aclocal.m4  bridge  calendar  client.mk  config        db      im    mail      Makefile.in  mozconfig       suite AUTHORS     build   chat      client.py  configure.in  editor  ldap  mailnews  moz.build    other-licenses  testing
09:33:06 <mayanktg> yeah 
09:33:25 <mayanktg> now here
09:33:38 <mayanktg> do: mkdir mozilla
09:33:46 <mayanktg> cd mozilla && hg init 
09:34:41 <shashika> then I need to unpack hg file in here??
09:34:52 <mayanktg> yes
09:35:03 <shashika> :)
09:35:15 <mayanktg> but you have to do one more thing :)
09:35:39 <mayanktg> create a file "hgrc" inside mozilla/.hg/
09:36:08 <mayanktg> and put a deafult path where you can pull latest changesets from the repo
09:36:56 <mayanktg> put this in hgrc file
09:36:58 <shashika> what is that path ?
09:37:31 <mayanktg> did you do hg init inside mozilla/
09:37:34 <mayanktg> ?
09:38:01 <shashika> yes
09:38:03 <shashika> now I'm in .hg directory
09:38:08 <mayanktg> :)
09:38:35 <mayanktg> create a file hgrc ...and add:
09:38:37 <mayanktg> [paths]
09:38:42 <mayanktg> default = http://hg.mozilla.org/mozilla-central/
09:38:50 <mayanktg> save changes exit
09:41:24 <shashika> DONE
09:41:32 <mayanktg> great
09:41:53 <mayanktg> now go back to the mozilla/ directory and wait for the download to finish :P
09:42:12 <shashika> :(
09:42:18 <shashika> still only 200MB 
09:42:50 <mayanktg> hehe..no problems :) until then read the mozilla docs...you'll be needing this :)
09:43:23 <mayanktg> brb
09:43:58 <shashika> can you send me a link?
09:44:13 <nhnt11> shashika: You basically need to follow the instructions here: https://developer.mozilla.org/en-US/docs/Simple_Thunderbird_build
09:44:16 <shashika> otherwise I'm going here and there
09:44:43 <nhnt11> except before running the build, you need to do the mozconfig stuff that mayanktg already mentioned
10:01:19 <mayanktg> nhnt11: I made shashika downlaod mozilla-central repo also cos of slow net conenction.
10:02:06 <nhnt11> ok
10:26:03 <shashika> Downloaded :)
10:26:16 <mayanktg> :)
10:26:28 <mayanktg> now go to mozilla/
10:26:57 <mayanktg> do: hg unbundle <path to m-c.hg file>
10:27:06 <shashika> Done
10:27:12 <mayanktg> hg update
10:27:13 <mayanktg> ?
10:27:16 <shashika> Still processing
10:39:37 --> Mic has joined #instantbird
10:39:37 * ChanServ sets mode +h Mic 
10:39:59 <Mic> Hi!
10:40:21 <mayanktg> Mic: hello 
10:40:23 <Mic> Now that was quick, mayanktg. From getting started to guiding people through the setup process in almost no time! :)
10:40:38 <-- stig has quit (Quit: Instantbird 1.5a1pre -- http://www.instantbird.com)
10:41:04 --> stig has joined #instantbird
10:41:27 <mayanktg> :D I have done so many unsuccessful builds that i can now guide ppl :D
10:41:49 <mayanktg> in what not to do!
10:42:24 <-- stig has quit (Input/output error)
10:42:34 <Mic> Was there something unclear or confusing in the docs on the wiki?
10:43:01 <nhnt11> Mic: I was considering adapting the Thunderbird guide for instantbird
10:43:05 <nhnt11> Would that be okay? (on MDN)
10:43:29 <mayanktg> Mic: it isn't.
10:43:39 <mayanktg> nhnt11: I agree. 
10:43:43 <Mic> OK, thanks for the feedback
10:44:44 <mayanktg> :)
10:45:21 <Mic> I had a short conversation with flo yesterday regarding some docs. You can find it here: http://log.bezut.info/instantbird/yesterday/#m169
10:46:16 <-- BWMerlin has quit (Ping timeout)
10:47:34 <mayanktg> great :) we should do that
10:48:24 <mayanktg> Infact I wish Instantbird was on BugsAhoy 
10:50:24 <mayanktg> until then we can have our own as the code is open sourced. https://github.com/jdm/bugsahoy/
10:52:06 <mayanktg> would be great for new comers
10:59:03 <mayanktg> shashika: finished?
10:59:16 <shashika> still not
10:59:26 <shashika> It takes more time :(
10:59:40 <shashika> still "adding file changes"
10:59:46 <mayanktg> yeah ..
10:59:58 <mayanktg> last step..
11:16:49 <shashika> mayanktg : Do it require net connection?
11:17:59 <mayanktg> if you are doing an hg unbudle it won't
11:18:21 <mayanktg> but after that you'd be needing one.
11:18:50 <shashika> for update??
11:19:02 <mayanktg> no..
11:19:15 <mayanktg> for: python client.py checkout
11:19:39 <shashika> Finally done
11:19:43 <mayanktg> finihed?
11:19:45 <mayanktg> :)
11:19:49 <shashika> then hg update ??
11:19:56 <mayanktg> yes
11:20:34 <shashika> :)
11:20:39 <mayanktg> have you worked on git/mercurial/svn (version control) before?
11:21:53 <mayanktg> complete?
11:22:06 <shashika> I am familiar with git
11:22:20 <shashika> no
11:22:33 <shashika> seems update also takes time :(
11:22:34 <mayanktg> great :) then it won't take long to understand mercurial
11:22:52 <shashika> :)
11:22:57 <mayanktg> https://developer.mozilla.org/en-US/docs/Mercurial
11:23:56 <mayanktg> read the basic commands and you will know what each you are typing actually means :)
11:24:07 <shashika> ok :)
11:24:11 <shashika> update DONE
11:24:15 <mayanktg> great
11:24:26 <mayanktg> now cd .. (to go back to comm-central/)
11:24:38 <shashika> done
11:24:42 <mayanktg> you did create a mozconfig file right?
11:24:49 <shashika> yes
11:25:04 <mayanktg> then do: python client.py checkout (you'd need a net connection)
11:25:14 <shashika> ok
11:25:47 <mayanktg> it will again take some time :P
11:25:59 <shashika> Executing command: ['hg', 'pull', '-R', './.'] abort: repository default not found! The exception was: subprocess.CalledProcessError: Command '['hg', 'pull', '-R', './.']' returned non-zero exit status 255  Retrying previous command: 1 of 1 time(s) Executing command: ['hg', 'pull', '-R', './.'] abort: repository default not found! The exception was: subproces
11:26:24 <shashika> Some error in repository :(
11:26:32 <mayanktg> wait.
11:27:22 <mayanktg> go again to mozilla/
11:27:38 <shashika> done
11:27:40 <mayanktg> do: ./mach mercurial-setup
11:28:35 <shashika> mach and the build system store shared state in a common directory on the filesystem. The following directory will be created:    /home/shashika/.mozbuild  If you would like to use a different directory, hit CTRL+c and set the MOZBUILD_STATE_PATH environment variable to the directory you would like to use and re-run mach. For this change to take effect foreve
11:29:30 <mayanktg> hmm ...press enter
11:29:47 <shashika> done
11:30:11 <mayanktg> did it configure? you should have written you name email etc etc
11:30:26 <shashika> no
11:30:27 <mayanktg> read this: https://developer.mozilla.org/en-US/docs/Installing_Mercurial
11:33:28 <mayanktg> did you run that command again? 
11:34:44 <shashika> sudo apt-get install python-setuptools python-dev build-essential sudo easy_install -U mercurial
11:35:14 <shashika> I think that command will be ok after this installation
11:35:20 <mayanktg> try
11:36:25 <-- Mic has quit (Ping timeout)
11:36:45 <mayanktg> but you have mercurial installed ..that's why you were able to run hg commands!
11:37:06 --> Mic has joined #instantbird
11:37:06 * ChanServ sets mode +h Mic 
11:40:40 --> BWMerlin has joined #instantbird
11:40:46 <shashika> Yeah
11:40:54 <shashika> Now it's worked
11:40:57 <shashika> :)
11:41:02 <mayanktg> :)
11:41:07 <mayanktg> configured??
11:41:13 <shashika> asked my name and email and lots of things
11:41:22 <mayanktg> yep yep
11:41:24 <shashika> yes, I think
11:41:42 <mayanktg> now in your home folder edit the .hgrc file
11:42:29 <mayanktg> at the end add the default path like you did for mozilla
11:42:35 <mayanktg> [paths]
11:42:58 <mayanktg> deafault= http://hg.mozilla.org/comm-central/
11:43:04 <mayanktg> *default
11:43:30 <Mic> btw one thing that I did was running a script to install all dependencies for building.
11:43:32 <shashika> should I add bottom of the contents?
11:43:50 <Mic> just fyi. I think I got it from here.
11:43:50 <Mic> https://developer.mozilla.org/en-US/docs/Simple_Firefox_build/Linux_and_MacOS_build_preparation
11:44:38 <shashika> mayanktg : done
11:44:41 <Mic> Very convenient... I've no experience with the bundles (I just ran checkout as my connection's fast enough) 
11:44:48 <Mic> *though
11:44:56 <mayanktg> Mic: :D
11:45:24 <mayanktg> mine got disconnected three times before I had to do this!
11:45:27 <mayanktg> great
11:45:41 <mayanktg> now again go to com-central/
11:45:42 <Mic> bbl (lunch time)
11:45:54 <mayanktg> and do: python client.py checkout
11:46:10 <mayanktg> Mic: Same here.. I also used that :)
11:46:37 <mayanktg> shashika: no need 
11:47:21 <-- Mic has quit (Ping timeout)
11:47:26 <mayanktg> did it work?
11:47:33 <shashika> now "python client.py checkout" is working
11:47:39 <mayanktg> :)
11:47:42 <shashika> :)
11:48:11 <mayanktg> it was becuase, the hg pull command written in client.py didn't know where to pull from :P
11:48:49 <shashika> :)
11:48:54 <shashika> DONE
11:49:09 <mayanktg> fast enough!
11:49:16 <shashika> yeah :D
11:49:44 <mayanktg> before this step, be prepared for a long break! 
11:49:56 <mayanktg> we will now be building Instantbird
11:49:57 <shashika> :)
11:50:13 <mayanktg> run: mozilla/mach build
11:50:29 <shashika> you scaring me 
11:50:33 <shashika> :)
11:50:34 <-- Even has quit (Input/output error)
11:50:35 <mayanktg> no :P
11:51:05 <shashika> from which directory I do that command
11:51:05 <mayanktg> I can't even scare a dog ;) //just kidding
11:51:12 <shashika> :D
11:51:23 <mayanktg> guess!! :P
11:51:31 <shashika> mozilla
11:51:32 <shashika> ??
11:51:39 <mayanktg> nopes :P c-c
11:51:44 <shashika> :(
11:52:18 <mayanktg> you are writing a command which contains "mozilla" ..you should have been in a prev directory
11:52:34 <mayanktg> if in mozilla it should have been: ./mach build
11:52:37 <shashika> got it :)
11:52:44 <shashika> No command 'run:' found, did you mean:  Command 'runq' from package 'exim4-daemon-heavy' (main)  Command 'runq' from package 'sendmail-bin' (universe)  Command 'runq' from package 'exim4-daemon-light' (main) run:: command not found
11:52:45 <mayanktg> :)
11:53:05 <mayanktg> hehehe
11:53:10 <shashika> cannot recognize run command 
11:53:12 <shashika> :(
11:53:25 <mayanktg> you didn't installed the prereq ??
11:53:33 <mayanktg> https://developer.mozilla.org/en-US/docs/Simple_Firefox_build/Linux_and_MacOS_build_preparation
11:54:03 <mayanktg> wget https://hg.mozilla.org/mozilla-central/raw-file/default/python/mozboot/bin/bootstrap.py && python bootstrap.py
11:56:12 <mayanktg> ??
11:56:38 <shashika> run those commands
11:56:42 <shashika> but still same error
11:56:59 <shashika> No command 'run:' found, did you mean:  Command 'runq' from package 'exim4-daemon-heavy' (main)  Command 'runq' from package 'sendmail-bin' (universe)  Command 'runq' from package 'exim4-daemon-light' (main) run:: command not found
11:58:02 <mayanktg> did it autocomplete?
11:58:15 <shashika> yes
11:58:24 <mayanktg> ok
11:58:27 <shashika> then there is a message
11:58:38 <shashika> Your version of Mercurial (2.9) is sufficiently modern. Your version of Python (2.7.3) is new enough.  Your system should be ready to build Firefox! If you have not already, obtain a copy of the source code by running:      hg clone https://hg.mozilla.org/mozilla-central  Or, if you prefer Git:      git clone https://git.mozilla.org/integration/gecko-dev.git
11:59:06 <mayanktg> :-o
11:59:10 <mayanktg> wait
12:00:08 <mayanktg> what are the contents of mozilla directory?
12:00:35 <shashika> accessible  b2g      client.mk     content   embedding   intl    LICENSE      mfbt       mozilla-config.h.in  probes      security      toolkit    widget aclocal.m4  browser  client.py     db        extensions  ipc     mach         mobile     netwerk              profile     services      tools      xpcom addon-sdk   build    CLOBBER       docshell  gfx      
12:00:54 <mayanktg> okk
12:01:19 <shashika> can't I build this ? :(
12:01:26 <mayanktg> you will!
12:01:49 <mayanktg> don't worry ..it took me much more time to learn 
12:02:04 <shashika> :)
12:02:17 <mayanktg> go inside mozilla/
12:02:32 <mayanktg> then again try to run; ./mach build
12:02:33 <shashika> ok
12:03:25 <shashika> same issue :(
12:04:11 <mayanktg> :(
12:04:22 <mayanktg> was the wget command successful??
12:04:29 <shashika> yes
12:04:37 <shashika> shall I try again?
12:04:52 <mayanktg> yes
12:06:09 <shashika> nothing changed
12:06:11 <shashika> :(
12:06:17 <mayanktg> ok
12:06:45 <mayanktg> try running "make -f client.mk build" from the comm-central/
12:12:01 <shashika> it takes some time
12:12:25 <mayanktg> is it processing?
12:13:00 <shashika> yep
12:13:14 <mayanktg> :D
12:13:16 <shashika> is it a good news?
12:13:52 <mayanktg> :)
12:14:16 <mayanktg> running like what?
12:14:40 <shashika> screen is full of running words
12:14:47 <-- BWMerlin has quit (Connection reset by peer)
12:14:52 <mayanktg> as in MATRIX!
12:14:55 <mayanktg> :d
12:14:57 <mayanktg> :D
12:15:10 <mayanktg> it will take some time now :)
12:15:17 <mayanktg> RAM??
12:15:21 <shashika> as in a film 
12:15:32 <mayanktg> yes!
12:15:41 <shashika> 4GB
12:16:11 <mayanktg> great! wait for 2-3 hrs I guess :P 
12:21:50 <mayanktg> still working naa?
12:24:16 <-- shashika has quit (Quit: http://www.mibbit.com ajax IRC Client)
12:25:23 --> shashika has joined #instantbird
12:26:08 <shashika> mayanktg : My laptop was unexpectedly shutdown
12:26:11 <shashika> :(
12:26:22 <mayanktg> :-/
12:26:29 <shashika> while happening that process
12:26:35 <mayanktg> it shouldn't have ...was it not responding?
12:26:50 <shashika> no
12:27:02 <mayanktg> may be try again..
12:27:20 <shashika> please give me the command
12:27:53 <mayanktg> make -f client.mk build   
12:29:07 <shashika> again running
12:29:24 <mayanktg> yepp ..fingers crossed
12:29:44 <shashika> :)
12:30:24 <mayanktg> if it does again ... atleast remember the point where it was shut down. 
12:33:58 <-- shashika has quit (Quit: http://www.mibbit.com ajax IRC Client)
12:37:22 --> shashika has joined #instantbird
12:37:42 <shashika> mayanktg: again
12:37:43 <shashika> :(
12:37:59 <shashika> do you have any idea about it ?
12:38:33 <shashika> My OS is 12.10 32-bit version
12:38:41 <mayanktg> no :/
12:38:47 <shashika> :(
12:38:50 <mayanktg> wait let me search
12:38:59 <shashika> thanks 
12:39:09 <mayanktg> wait..
12:40:06 <mayanktg> run this command: sudo apt-get install autoconf2.13 bison bzip2 ccache curl flex gawk gcc g++ g++-multilib gcc-4.6 g++-4.6 g++-4.6-multilib git ia32-libs lib32ncurses5-dev lib32z1-dev libgl1-mesa-dev libx11-dev make zip
12:41:33 <-- Armada has quit (Quit: Leaving)
12:41:37 <shashika> that command is not working
12:41:37 --> Armada has joined #instantbird
12:41:56 <mayanktg> what did it say?
12:41:59 <shashika> Package lib32ncurses5-dev is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source  Package lib32z1-dev is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another
12:42:05 <mayanktg> yes
12:42:15 <mayanktg> leave it then
12:42:37 <shashika> then?
12:43:01 <mayanktg> did you notice where your system shut down?
12:43:13 <shashika> no
12:43:18 <mayanktg> ok
12:43:40 <mayanktg> :|
12:44:29 <shashika> what should I do ?
12:44:31 <shashika> :(
12:45:20 <mayanktg> can you pastebin the log file so that we can have a look?
12:45:39 <shashika> where it is?
12:47:22 --> kramolnik has joined #instantbird
12:47:36 --> Mic has joined #instantbird
12:47:36 * ChanServ sets mode +h Mic 
12:49:39 <shashika> mayanktg : can you say where is that log file?
12:52:06 <-- mayanktg has quit (Quit: http://www.mibbit.com ajax IRC Client)
12:53:22 --> mayanktg has joined #instantbird
12:54:06 <mayanktg> sry got discoonected
12:54:14 <shashika> it's ok
12:54:15 <shashika> :)
12:54:23 <mayanktg> you have to run that command again with an extension
12:54:27 <mayanktg> i forgot that
12:54:35 <shashika> what?
12:55:02 <mayanktg> wait let me search :-/
12:55:07 <shashika> ok
12:55:18 <shashika> thanks for everything :)
12:55:51 <mayanktg> let us make IB running first :P
12:56:50 <mayanktg> Mic: there?
12:57:03 <shashika> that means?
12:57:20 <mayanktg> shashika system shuts down unexpectedly during install
12:58:11 <shashika> when I do the "make -f client.mk build"
12:58:23 <shashika> yes
13:00:49 <shashika> mayanktg : I have to go now
13:01:02 <shashika> I can come back after about 3 hours 
13:01:03 <shashika> :(
13:01:06 <mayanktg> ok :-/
13:01:27 <shashika> wil you available on IRC at that time
13:01:49 <mayanktg> yes
13:01:55 <shashika> :)
13:01:57 <shashika> ok
13:02:05 <shashika> I'll come back soon
13:02:15 <mayanktg> I guess because of Sunday no one is present. 
13:02:28 <mayanktg> You'll surely get more help tomm.
13:03:04 <shashika> If you able to find a solution, can you put a mail to shashikamuramudalige@gmail.com
13:03:19 <shashika> It would be grateful :)
13:03:33 <shashika> Ok I'll contact you soon
13:03:34 <mayanktg> okay.
13:03:43 <mayanktg> yeah :)
13:03:55 <shashika> Thanks for your contribution
13:04:08 <shashika> It's billions to me :)
13:04:14 <mayanktg> ehhh.. 
13:04:18 <mayanktg> it ok.
13:04:39 <shashika> do you available everyday in IRC
13:05:09 <mayanktg> I'll try .. there are many people who would be ready to help you out. I'm new here too
13:05:28 <shashika> :)
13:05:30 <shashika> ok
13:05:34 <shashika> see you soon
13:05:40 <mayanktg> :)
13:05:48 <-- shashika has quit (Quit: http://www.mibbit.com ajax IRC Client)
13:09:48 <mayanktg> to get the log run: make -C client.mk build | tee output.txt
13:12:22 <-- mayanktg has quit (Quit: http://www.mibbit.com ajax IRC Client)
14:19:07 --> clokep has joined #instantbird
14:19:07 * ChanServ sets mode +o clokep 
14:22:17 <clokep> mayanktg: MOZ_MAKE_FLAGS is pretty much pointless w/ mach, is my understanding.
14:26:27 --> mconley has joined #instantbird
14:32:56 <flo-retina> mayanktg: we tend to use "./mozilla/mach build" instead of "make -f client.mk build" these days.
14:33:36 <flo-retina> mayanktg: and the value after -j isn't strictly the number of cores. It should be at least the number of cores, but sometimes more is better
14:34:01 <flo-retina> I've had good results with 4 for dual core, 8 for quad core, and 10 for quad core with hyperthreading.
14:34:45 <flo-retina> (the number I use is roughly <CPU thread count> + 2)
14:37:23 <flo-retina> for build dependencies on Ubuntu, I always forget that we have documented this stuff on the wifi, so I tend to always start with "sudo apt-get build-dep firefox". That installs most if not all the stuff that's needed.
14:39:16 * clokep was going to copy the "Simple Thunderbird build" page to "Simple Instantbird Build"....but then I couldn't log in with Persona...so...
14:42:37 <-- clokep has quit (Ping timeout)
14:44:59 --> clokep has joined #instantbird
14:44:59 * ChanServ sets mode +o clokep 
14:46:36 --> mayanktg has joined #instantbird
14:47:04 <mayanktg> flo-retina: yes. I wasn't sure what value would be best for dual core
14:47:28 <flo-retina> clokep: bah, Persona...
14:47:29 <mayanktg> the error he is getting is an unexpeced shutdown during the build
14:48:08 <mayanktg> So i couldn't guess the problem :-/ Do you have any idea?
14:48:25 <flo-retina> mayanktg: you mean the computer turning itself off?
14:49:01 <mayanktg> flo-retina: yes
14:49:18 <clokep> mayanktg: It's probably over heating.
14:49:22 <flo-retina> mayanktg: that means the computer is overheating
14:49:22 <clokep> Try -j 1
14:49:33 <flo-retina> hmm, yeah, try -j1 in that case
14:49:37 <flo-retina> (or get the computer fixed)
14:49:45 <flo-retina> there may be a lot of dust in the CPU fan, or something
14:49:47 <mayanktg> when he did / make -f client,py build / after few mins it happened
14:49:55 <mayanktg> yes! i gues
14:50:31 <mayanktg> even my laptop's temp reaches to 75-80 degree C during the build!
14:51:16 <mayanktg> clokep: I will suggest him if he returns back
14:52:29 <clokep> mayanktg: Thanks for helping though, that's the time of day when none of us are here.
14:53:48 <mayanktg> clokep: that's why. I thought everyone was enjoying Sunday :D
14:56:33 <mayanktg> regarding Bug 975542 I was able to implement the window :) I will try to add webcam tonight. 
14:56:38 <instantbot> Bug https://bugzilla.mozilla.org/show_bug.cgi?id=975542 enh, --, ---, nobody, NEW, Set user icon from image taken with the webcam.
14:58:27 --> GeKo has joined #instantbird
15:00:01 * flo-retina wonders if that should be part of the welcome wizard
15:02:44 * clokep wonders what isn't clear on our compiling wiki page.
15:04:09 <-- mconley has quit (Input/output error)
15:06:58 <flo-retina> clokep: has it been updated for comm-central?
15:08:02 <clokep> flo-retina: I thought aleth did it, but I didn't check.
15:08:10 * clokep is excited to do real devleopment again...
15:09:43 <flo-retina> I've just checked. The wiki page is perfectly clear
15:09:56 <flo-retina> aleth(or whoever updated it)++
15:12:07 <mayanktg> flo-retina: yes it was updated a few days ago. :) ++
15:13:34 <Mic> Maybe the legacy build instructions are too visible there?
15:14:06 <mayanktg> Mic: exactly
15:16:32 <Mic> The linked Tb build information only mentions "mach" while shashika seemed to have used make instead...
15:16:34 <mayanktg> we can simply write the build instructions for Instantbird again as per Thunderbird's on our wiki page. That would make things easy to understand.
15:17:26 <clokep> We don't need legacy information. It's a wiki, you can always revert.
15:17:55 <mayanktg> Mic: yes. I suggested him to try that :P 'cause he was having trouble doing mach
15:18:03 <Mic> Ah?
15:18:09 <Mic> I must have missed that...
15:19:01 <mayanktg> I guess he is new to Ubuntu. He will become familiar..
15:21:37 <-- flo-retina has quit (Ping timeout)
15:22:08 <clokep> mayanktg: It sounds like he was trying to actually run |run mach build|
15:22:20 <clokep> Why not just |./mozilla/mach build|?
15:22:27 <clokep> Not sure if that was giving issues or not?
15:25:13 --> flo-retina has joined #instantbird
15:25:13 * ChanServ sets mode +qo flo-retina flo-retina 
15:25:49 <flo-retina> clokep: well, we probably still need the information about how to build the current release
15:26:00 * flo-retina wonders if moving the legacy stuff to a separate page would reduce the potential for confusion
15:38:16 <-- kramolnik has quit (Quit: Instantbird 1.5 -- http://www.instantbird.com)
15:41:53 <-- Armada has quit (Quit: Leaving)
15:44:29 <-- Mic has quit (Ping timeout)
15:45:40 --> Mic has joined #instantbird
15:45:40 * ChanServ sets mode +h Mic 
16:04:00 --> Even has joined #instantbird
16:04:00 * ChanServ sets mode +o Even 
16:10:51 <nhnt11> mayanktg: Your CPU reaches 80 degrees? :O
16:11:18 <nhnt11> (i.e. is that a CPU temp or something else? I've known GPUs to hit 95, but not CPUs..)
16:20:24 --> shashika has joined #instantbird
16:20:48 <shashika> hi 
16:20:50 <clokep> nhnt11: My Athlon XP in my first computer from... ~2004 used to hit be steady state between 65 - 70 and owuld easily hit 75 - 80 while playing games. :P
16:21:03 <clokep> But in that era AMDs ran super hot.
16:21:16 <nhnt11> clokep: ~70ish was the highest I've seen my old Core2Duo
16:21:30 <clokep> Yeah, that's at least a generation after what I'm talking about. :)
16:21:37 <clokep> shashika: Hello.
16:22:22 <shashika> I'm trying to build instantbird
16:22:53 <shashika> while it's building, my machine shutdown
16:22:53 <clokep> OK, are you having issues?
16:23:05 <nhnt11> My CPU heatsink is at 48 degrees right now
16:23:09 <nhnt11> I consider that pretty high :/
16:23:22 <clokep> shashika: http://log.bezut.info/instantbird/today/#m491
16:23:30 <mayanktg> nhnt11: same pince mine was also AMD Sthlon X ..Compaq Presario!
16:23:33 <clokep> Mic: Does Not Today not work? :-S
16:23:44 <nhnt11> clokep: It's been broken for a while
16:23:49 <clokep> I thought he fixed it...
16:24:39 * nhnt11 is now super curious why his laptop is running close to 50 C
16:25:16 <nhnt11> Hmm, OS X forces use of the nvidia GPU when an external monitor is connected, maybe that contributes a few degrees...
16:27:04 <mayanktg> shashika: try changing mozconfig file at comm-cental by adding 
16:27:08 <mayanktg> mk_add_options MOZ_MAKE_FLAGS=-j1
16:27:11 <mayanktg> at the end
16:29:37 <flo-retina> clokep: an Athlon XP in your *first* computer, really?
16:29:52 <clokep> flo-retina: *MY* first computer, not the first computer my family had.
16:30:06 <clokep> The first computer was that was fully *MINE*.
16:30:14 <shashika> mayanktg :ok
16:30:18 <shashika> OK
16:30:39 <flo-retina> clokep: ah, makes more sense :)
16:30:51 <nhnt11> The CPU in the first computer I ever used was a Pentium 2, I think
16:31:03 * nhnt11 said that just to make people feel old
16:31:14 <flo-retina> nhnt11: I was about to say you are making us feel really old
16:31:30 <nhnt11> Heh
16:32:00 <Mic> My first own one was a Celeron (333)...
16:32:03 <flo-retina> nhnt11: the first computer I used was an Atari 1040STfm (http://en.wikipedia.org/wiki/Atari_ST)
16:32:25 * clokep doesn't know what his original was.
16:32:28 <Mic> I had been using computers for a few years already though.
16:32:29 * nhnt11 wishes he'd gotten to play with something like that
16:32:37 <clokep> It ran DOS though. :)
16:32:58 <nhnt11> I probably would have picked up programming much earlier if I wasn't distracted by MS Paint and Road Rash :D
16:33:42 <mayanktg> Atari ST looks beautiful! :)
16:34:59 <-- Mic has quit (Ping timeout)
16:35:35 * mayanktg thinks how long it might have taken to compile Instantbird on Atari ST :-o
16:36:38 <mayanktg> shashika: did it shutdown again? 
16:37:10 <nhnt11> mayanktg: Do you mean beautiful in the aesthetic sense?
16:37:16 <nhnt11> Because I think it's pretty ugly :P
16:37:44 <mayanktg> I like it! 
16:37:57 <shashika> I'm trying again without changing anything
16:38:06 <shashika> still no shutdown
16:38:14 <mayanktg> ok
16:38:37 <mayanktg> maybe its due to your computer's heating problem.
16:39:16 <mayanktg> nhnt11: I use a mechanical keyboard because I like its feel :D its pretty ugly though :P
16:39:49 <nhnt11> Mechanical keyboards are great
16:40:48 <mayanktg> nhnt11: they are awesome :) Though your room partner might end up beating you 'cos of the sound it makes 
16:46:17 <nhnt11> mayanktg: I don't share a room :D
16:46:27 <nhnt11> And my guitar amplifier makes enough noise to drown it out :D
16:46:29 * clokep doesn't share an apartment. ;)
16:46:39 <clokep> shashika: Was there something in particular you were hoping to look at?
16:51:37 <shashika> I'm building instantbird in my machinne
16:53:07 <clokep> shashika: OK, but for what reason? :) What do you hope to DO with it?
16:54:42 <shashika> I"m interest in Google Summer of code this year
16:55:08 <shashika> I'm going to involve with instantbird project
16:56:46 <-- shashika has quit (Quit: http://www.mibbit.com ajax IRC Client)
17:04:47 --> shashika has joined #instantbird
17:04:53 --> mconley has joined #instantbird
17:05:19 <shashika> mayanktg: same issue happend
17:05:20 <shashika> :(
17:05:40 <mayanktg> shashika: even upon changing the mozconfig?
17:06:00 <shashika> no
17:06:06 <shashika> I didn't change
17:06:20 <nhnt11> shashika: Monitor your CPU temps if you aren't doing that already
17:06:27 <mayanktg> Change it and give it a try .. 
17:06:29 <nhnt11> you may want to clean out your fans/vents and get a table fan :P
17:06:46 <shashika> what is that line should I add in mozconfig
17:07:02 <flo-retina> shashika: look at the logs of the channel
17:07:22 <-- flo-retina has quit (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com)
17:07:36 <shashika> flo-retina: how can I look at the logs
17:07:39 <clokep> shashika: I figured that, was there a particular project? :)
17:07:43 <clokep> shashika: It's in the topic.
17:07:59 <shashika> yeah
17:08:37 * nhnt11 thinks he remembers shashika mentioning he was interested in the file transfer project
17:09:01 <shashika> yeah exactly
17:09:40 <shashika> I'm interesting in file transfer project
17:10:40 <shashika> mayanktg : what is that line should I put in mozconfig
17:10:44 <shashika> I missed it :(
17:11:55 <mayanktg> its in here: http://log.bezut.info/instantbird/140223/#m560
17:15:36 <shashika> again builing
17:15:41 <shashika> *building
17:17:30 <shashika> nhnt11: I'm going to buy a table fan to cool this :p
17:24:48 <-- clokep has quit (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com)
17:27:29 <shashika> now seems building stucks in somewhere
17:41:37 --> nhnt12 has joined #instantbird
17:41:50 <-- nhnt11 has quit (Ping timeout)
17:42:43 <mayanktg> shashika: it will take time. until an unless it doesn't terminate unexpectedly be patient :)
17:43:44 <shashika> ok :)
17:49:16 <-- shashika has quit (Quit: http://www.mibbit.com ajax IRC Client)
17:51:30 --> Mic has joined #instantbird
17:51:30 * ChanServ sets mode +h Mic 
18:03:06 --> clokep has joined #instantbird
18:03:06 * ChanServ sets mode +o clokep 
18:16:48 --> kramolnik has joined #instantbird
18:21:58 <-- mconley has quit (Input/output error)
18:38:04 --> mib has joined #instantbird
18:38:30 <mib> clokep: ping
18:38:38 <clokep> mib: pong
18:39:40 <mib> Hi.. umm I am a new developer...
18:40:03 <clokep> mib: OK, what can I do for you?
18:40:09 <mib> till now I have just built instantbird and fixed some small bugs in mozilla
18:40:23 <clokep> :) Cool, that's a big hurdle down.
18:40:29 <mib> I wished to contribute to the OTR project
18:40:38 <mib> could you give me some pointers
18:40:54 <clokep> mib: So there's been a little bit of work going on for that in two different aspects.
18:41:15 <clokep> Someone has been working on a version that would use js-cytpes to interface with libotr.
18:41:22 <clokep> And someone else has been working on a native NSS version.
18:41:29 <clokep> Let me find the bug #s.
18:42:20 <clokep> mib: bug 779052 is the native stuff and https://github.com/arlolra/otr is the js-ctypes stuff.
18:42:24 <instantbot> Bug https://bugzilla.mozilla.org/show_bug.cgi?id=779052 enh, --, ---, nobody, NEW, OTR encryption in Thunderbird chat
18:42:26 <clokep> Is this for GSoC?
18:43:00 <clokep> Mic: Oops, https://github.com/arlolra/ctypes-otr should be the second link.
18:43:07 <mib> umm could do that as well... i have been a part of 2013 version
18:46:21 <mib> somebody seems to be working on this bug?
18:46:58 --> mconley has joined #instantbird
18:49:10 <mib> clokep: 
18:49:42 <clokep> mib: Yes, someone is working on it.
18:50:19 <mib> clokep: can i still contribute?
18:50:36 * nhnt12 is now known as nhnt11
18:51:09 <mib> or should i choose a different bug/project
18:52:27 <clokep> mib: There's plnety of things to do if you'd like to contribute. :)
18:52:43 <mib> clokep: sure please tell me
18:55:34 <clokep> mib: Generally I suggest trying to find something that annoys you and fixing it.
18:55:49 <clokep> If not...hmm...I'd have to look over the list of bugs. Is there any particular thing you'd like to work on?
18:56:38 <mib> OTR seemed promising...but ok i'll go and have a look 
18:56:44 <mib> thanks! :)
19:04:09 <clokep> mib: You'd have to talk to the guy working on it and see if there are ways you can help.
19:04:18 <clokep> I can't really give advice on how to work with someone who isn't me.
19:04:51 <mib> hehe ok :P
19:12:30 <clokep> mib: Have you looked through the list of bugs? How big of a project are you looking for?
19:14:34 <mib> clokep: i have some free time right now for 2-3 months
19:15:19 <mib> will graduate in june
19:22:07 <clokep> Oh, OK. :)
19:22:17 <clokep> Hmm...sorry, I'm a bit distracted right now.
19:22:24 <clokep> Maybe Mic or nhnt11 have some ideas.
19:25:08 <mib> ok no problem :)
19:37:04 --> wnayes has joined #instantbird
19:39:05 <-- EionRobb has quit (Quit: Leaving.)
19:48:06 <-- clokep has quit (Ping timeout)
19:48:15 --> clokep has joined #instantbird
19:48:15 * ChanServ sets mode +o clokep 
19:53:51 <clokep> mib: So do you use Instantbird? Is there anything that you feel needs to be improved?
19:55:39 <clokep> bug 953870, Mic just suggested bug 953929, bug 953953 could be neat, especially making channel names for IRC into real links, bug 953978 would be pretty nice, maybe bug 954000 if you use Ubuntu.
19:55:43 <instantbot> Bug https://bugzilla.mozilla.org/show_bug.cgi?id=953870 enh, --, ---, nobody, NEW, Rename accounts (i.e. change the username)
19:55:44 <instantbot> Bug https://bugzilla.mozilla.org/show_bug.cgi?id=953929 enh, --, ---, benediktp, NEW, Adapt Firefox Sync for Instantbird
19:55:45 <instantbot> Bug https://bugzilla.mozilla.org/show_bug.cgi?id=953953 enh, --, ---, nobody, NEW, Register protocol handlers for IM protocols
19:55:46 <instantbot> Bug https://bugzilla.mozilla.org/show_bug.cgi?id=953978 enh, --, ---, nobody, NEW, Provide a way to undo deleting an account
19:55:47 <instantbot> Bug https://bugzilla.mozilla.org/show_bug.cgi?id=954000 enh, --, ---, nobody, NEW, Integrate into messaging menu on Ubuntu
19:56:30 <mib> umm let me have a look
19:58:05 --> EionRobb has joined #instantbird
19:58:10 <instantbot> clokep@gmail.com changed the Resolution on bug 953971 from --- to WORKSFORME.
19:58:11 <instantbot> Bug https://bugzilla.mozilla.org/show_bug.cgi?id=953971 nor, --, ---, nobody, RESO WORKSFORME, Buddy list problems with Facebook chat
19:58:28 <Mic> aleth: do you know more about the current situation with Fx Sync?
19:58:40 <clokep> bug 954046 could be pretty simple.
19:58:43 <instantbot> Bug https://bugzilla.mozilla.org/show_bug.cgi?id=954046 enh, --, ---, nobody, NEW, /me in notification windows
19:59:10 <mib> yea seems so
19:59:19 <mib> should i start off with that first?
20:03:01 <clokep> mib: That's probably the simplest of everything I said, so could be a good place to start. :) I know nhnt11 looked ati t a bit too so he might be able to point you in the right direction.
20:04:12 <nhnt11> mib: Feel free to ask if you have questions!
20:04:42 <mib> nhnt11: clokep sure, thanks! :)
20:05:06 <nhnt11> mib: If you don't already know about it, lxr will help you find the code that you need to modify... http://lxr.instantbird.org/
20:05:12 <nhnt11> Hmm, actually scratch that.
20:05:14 <nhnt11> Use mxr
20:05:31 <nhnt11> https://mxr.mozilla.org/comm-central/
20:05:36 <instantbot> clokep@gmail.com changed the Resolution on bug 954087 from --- to DUPLICATE.
20:05:37 <instantbot> Bug https://bugzilla.mozilla.org/show_bug.cgi?id=954087 nor, --, ---, nobody, RESO DUPLICATE, Plaintext formatting breaks when string does not end in letter
20:05:38 <mib> yea its a good resource
20:05:47 --> flo-retina has joined #instantbird
20:05:47 * ChanServ sets mode +qo flo-retina flo-retina 
20:05:52 <nhnt11> Instantbird code is in the im/ directory
20:06:03 <nhnt11> Some stuff that's shared with Thunderbird is in chat/ though.
20:06:08 <mib> ok
20:06:47 <nhnt11> I'd start with this search: https://mxr.mozilla.org/comm-central/search?string=notification&find=im/ ;)
20:07:29 <instantbot> clokep@gmail.com changed the Resolution on bug 954238 from --- to DUPLICATE.
20:07:31 <instantbot> Bug https://bugzilla.mozilla.org/show_bug.cgi?id=954238 tri, --, ---, nobody, RESO DUPLICATE, Too many duplicated icons on UI of IRC channels (aka: IRC needs a new icon)
20:11:28 <clokep> mib: So looks like nhnt11 already fixed that acutally in bug 955278. :(
20:11:31 <instantbot> Bug https://bugzilla.mozilla.org/show_bug.cgi?id=955278 min, --, 1.5, nhnt11, RESO FIXED, Message notifications do not take /me into account
20:11:41 <mib> oh
20:11:44 <nhnt11> Aha. I knew it
20:11:57 <nhnt11> That duplicate bug is unfortunate... :(
20:12:05 <instantbot> clokep@gmail.com changed the Resolution on bug 954046 from --- to DUPLICATE.
20:12:06 <instantbot> Bug https://bugzilla.mozilla.org/show_bug.cgi?id=954046 enh, --, ---, nobody, RESO DUPLICATE, /me in notification windows
20:12:32 <nhnt11> mib: If you're curious, this was the patch... http://hg.instantbird.org/instantbird/rev/d09ed02dacf6
20:13:31 <mib> hmm seems simple..
20:16:36 <clokep> Sorry to point you to things that are fixed. :(
20:17:37 <mib> its not an issue... i did not start working on it technically
20:17:51 <instantbot> clokep@gmail.com changed the Resolution on bug 954620 from --- to FIXED.
20:17:53 <instantbot> Bug https://bugzilla.mozilla.org/show_bug.cgi?id=954620 nor, --, 1.6, bugzilla, RESO FIXED, conftest.exe deletion on windows >= Vista might take a while and cause a bug in autoconf
20:21:06 <mib> clokep: is some one also working on the alternative file transfer protocol project?
20:21:18 <clokep> mib: No one is working on that right now.
20:21:34 <clokep> It's listed as a GSoC project (is that where you're getting these ideas?).
20:21:48 <mib> yep i had opened that page
20:22:50 <clokep> Ah, I see.
20:22:55 <clokep> Umm...no one is currently working on that, yes.
20:23:19 <mib> so does mozilla have an online storage service?
20:24:47 <nhnt11> mib: https://support.mozillamessaging.com/en-US/kb/filelink-large-attachments
20:30:31 --> rohandalvi has joined #instantbird
20:31:46 <mib> so basically its about adding protocols to filelink so that file transfers always work?
20:41:16 <flo-retina> I'm tempted to resolve bug 954688 as invalid. It's not a good way to file bugs about warnings in the toolkit on BMO ;).
20:41:18 <instantbot> Bug https://bugzilla.mozilla.org/show_bug.cgi?id=954688 min, --, ---, nobody, NEW, 'Undefined property' warnings in mozilla
20:41:42 <flo-retina> mib: can you elaborate on what you mean by "adding protocols to filelink"?
20:42:33 <-- GeKo has quit (Quit: leaving)
20:45:54 <mib> flo-retina: i'm not too sure myself of whats required.... i'm just asking
20:46:12 <flo-retina> I don't understand the question you are asking.
20:49:05 <mib> I just wanted to ask what's required from the project...how to provide a fallback such that filelink always works?
20:50:05 <flo-retina> filelink always works.
20:50:13 <flo-retina> it IS the fallback.
20:51:24 <mib> oh
20:56:19 <mib> flo-retina: ok.. so how to start on this?
20:56:59 <flo-retina> I don't remember what's on the wiki.
20:57:09 <flo-retina> isn't there some explanation?
20:58:50 <clokep> mib: There's a bunch of bugs on filelink, search the Bugzilla.
20:59:10 <mib> clokep: ok thanks!
21:13:46 <-- kramolnik has quit (Ping timeout)
21:20:13 <-- clokep has quit (Ping timeout)
21:20:20 --> clokep has joined #instantbird
21:20:21 * ChanServ sets mode +o clokep 
21:20:38 --> Mook has joined #instantbird
21:24:08 <Mook> Hmm, trying to build 1.5 for linux/i386 dies, probably out of memory :(
21:25:30 <clokep> Mook: Still using x86?
21:25:55 <Mook> clokep: no, it's just that x86 is just a checkbox
21:26:11 <Mook> (seeing if I can get http://download.opensuse.org/repositories/home:/mookmoz/openSUSE_13.1/x86_64/instantbird-1.5-1.1.x86_64.rpm to work sensibly)
21:26:19 <clokep> Ah, I see.
21:26:54 <Mook> so, if anybody happens to be using the exact OS I'm using, there's now a x64 build! :p
21:27:10 --> jb has joined #instantbird
21:27:46 <-- mib has quit (Quit: http://www.mibbit.com ajax IRC Client)
21:33:08 <Mook> Huh. context menus in the buddy list have invisible backgrounds on my build.
21:37:06 <clokep> Those are overrated anyway...
21:51:23 <-- jb has quit (Ping timeout)
21:54:48 --> jb has joined #instantbird
21:56:29 <-- jb has quit (Ping timeout)
22:18:55 <-- mconley has quit (Input/output error)
22:19:26 --> chrisccoulson has joined #instantbird
22:51:40 <-- gerard-majax__ has quit (Quit: Ex-Chat)
22:51:45 --> gerard-majax_ has joined #instantbird
23:06:03 --> Armada has joined #instantbird
23:10:32 --> rosonline has joined #instantbird
23:20:31 <-- clokep has quit (Ping timeout)
23:50:45 --> clokep has joined #instantbird
23:50:45 * ChanServ sets mode +o clokep 
23:53:06 <-- Armada has quit (Quit: Leaving)