[Solved]Seamonkey building generate Firefox Nightly

Discussion of third-party/unofficial Firefox/Thunderbird/SeaMonkey builds.
Post Reply
User avatar
fabrixx2
Posts: 62
Joined: January 3rd, 2010, 6:32 am
Contact:

[Solved]Seamonkey building generate Firefox Nightly

Post by fabrixx2 »

Hi.

Im tryng to compile Seamonkey nightly gtk3 from source.

I have read this guide:
https://developer.mozilla.org/en-US/doc ... nkey_build

I have all prerequisites and have sources:

Code: Select all

hg clone http://hg.mozilla.org/comm-central/
cd comm-central
python client.py checkout


After compilation (make -f client.mk) , make install install a build of Firefox Nightly instead of Seamonkey.

My mozconfig:

Code: Select all

ac_add_options --enable-application=suite
ac_add_options --enable-default-toolkit=cairo-gtk3
ac_add_options --enable-gstreamer=1.0
ac_add_options --enable-optimize
ac_add_options --disable-debug
ac_add_options --disable-tests
ac_add_options --enable-official-branding
mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/obj-sm-release
mk_add_options MOZ_MAKE_FLAGS="-j4"
export MOZ_DEBUG_SYMBOLS=1
export MOZILLA_OFFICIAL=1
mk_add_options MOZ_CO_LOCALES="it"
ac_add_options --enable-ui-locale=it
ac_add_options --with-l10n-base=/home/fabrizio/Scrivania/l10n
mk_add_options PYTHON=/usr/bin/python2


I get first locales (in l10n dir ) with:

Code: Select all

hg clone http://hg.mozilla.org/l10n-central/it


Why make install install Firefox with ac_add_options --enable-application=suite?
:-k

There is a wrong parameter in mozconfig?
Whith this mozconfig (enable-application=browser )i compiled firefox gtk3 many times with success..

Thank you

EDIT:
I have submitted a bug:
https://bugzilla.mozilla.org/show_bug.cgi?id=1209729
Last edited by fabrixx2 on October 16th, 2015, 2:02 pm, edited 1 time in total.
User avatar
fabrixx2
Posts: 62
Joined: January 3rd, 2010, 6:32 am
Contact:

Re: [Solved]Seamonkey building generate Firefox Nightly

Post by fabrixx2 »

Fixed with:

Code: Select all

$ cd mozilla
$ ./mach mercurial-setup


Writed a guide with some error&fix
http://www.osside.net/?p=15372
Post Reply