Re: Why is this .mozconfig building Firefox?

2015-07-20 Thread Hartmut Figge
Rinaldi: >On the bright side the correct application is failing to build ;-) https://bugzilla.mozilla.org/show_bug.cgi?id=1185583#c23 Hartmut ___ dev-builds mailing list dev-builds@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-builds

Re: Why is this .mozconfig building Firefox?

2015-07-20 Thread Rinaldi
Hartmut Figge decreed, Read These Runes!: > Rinaldi: > >>Looking good. > > Yet. Wait for > > /home/hafi/moz-work/src/obj-x86_64-unknown-linux-gnu/toolkit/library/../../mailnews/news/s/nsNntpMockChannel.o:nsNntpMockChannel.cpp:vtable > for nsNntpMockChannel: error: undefined reference to > 'nsNn

Re: Why is this .mozconfig building Firefox?

2015-07-20 Thread Hartmut Figge
Rinaldi: >Looking good. Yet. Wait for /home/hafi/moz-work/src/obj-x86_64-unknown-linux-gnu/toolkit/library/../../mailnews/news/s/nsNntpMockChannel.o:nsNntpMockChannel.cpp:vtable for nsNntpMockChannel: error: undefined reference to 'nsNntpMockChannel::AsyncOpen2(nsIStreamListener*)' collect2: er

Re: Why is this .mozconfig building Firefox?

2015-07-20 Thread Rinaldi
Hartmut Figge decreed, Read These Runes!: > Rinaldi: > >>Following an hg clone http://hg.mozilla.org/comm-central/ , python >>client.py checkout and gmake -f client.mk the following .mozconfig >>results in a firefox executable. I expect a seamonkey. >> >>mk_add_options MOZ_OBJDIR=/mnt/sandbox/Moz

Re: Why is this .mozconfig building Firefox?

2015-07-20 Thread Hartmut Figge
Rinaldi: >Following an hg clone http://hg.mozilla.org/comm-central/ , python >client.py checkout and gmake -f client.mk the following .mozconfig >results in a firefox executable. I expect a seamonkey. > >mk_add_options MOZ_OBJDIR=/mnt/sandbox/Mozilla/obj-suite >ac_add_options --enable-application

Why is this .mozconfig building Firefox?

2015-07-20 Thread Rinaldi
Following an hg clone http://hg.mozilla.org/comm-central/ , python client.py checkout and gmake -f client.mk the following .mozconfig results in a firefox executable. I expect a seamonkey. mk_add_options MOZ_OBJDIR=/mnt/sandbox/Mozilla/obj-suite ac_add_options --enable-application=suite -- Crit

Re: Dealing with jar.mn like moz.build in CommonBackend.

2015-07-20 Thread Andreas Tolfsen
On Tue, Jul 14, 2015 at 11:26 PM, Yonggang Luo wrote: > The input is jar.mn > The output is a series of preprocessing instructions. I’m not sure what the question is either. But if it is any help, there is actual documentation for this in-tree, which I only found after hours of struggling with j