Closed
Bug 1221813
Opened 10 years ago
Closed 10 years ago
Remove gtk2 fallback from mozconfig.gtk
Categories
(MailNews Core :: Build Config, defect)
MailNews Core
Build Config
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1221502
People
(Reporter: ewong, Assigned: ewong)
Details
Attachments
(1 obsolete file)
http://hg.mozilla.org/mozilla-central/rev/d7844fe50165 was pushed
recently and this change needs to be reflected in the
c-c's build/unix/mozconfig.gtk.
| Assignee | ||
Comment 1•10 years ago
|
||
This is the bustage on TB/SM:
js/src> checking for malloc_usable_size... (cached) yes
js/src> checking for malloc.h... (cached) yes
js/src> checking whether malloc_usable_size definition can use const argument... no
js/src> checking for valloc in malloc.h... yes
js/src> checking for valloc in unistd.h... no
js/src> checking for setlocale... yes
js/src> checking for localeconv... (cached) yes
js/src> updating cache /builds/slave/tb-c-cen-l64-d-000000000000000/build/objdir-tb/config.cache
js/src> creating ./config.status
Traceback (most recent call last):
File "./config.status", line 1074, in <module>
config_status(**args)
File "/builds/slave/tb-c-cen-l64-d-000000000000000/build/mozilla/python/mozbuild/mozbuild/config_status.py", line 160, in config_status
emitter = TreeMetadataEmitter(env)
File "/builds/slave/tb-c-cen-l64-d-000000000000000/build/mozilla/python/mozbuild/mozbuild/frontend/emitter.py", line 113, in __init__
mozinfo.find_and_update_from_json(config.topobjdir)
File "/builds/slave/tb-c-cen-l64-d-000000000000000/build/mozilla/testing/mozbase/mozinfo/mozinfo/mozinfo.py", line 213, in find_and_update_from_json
build = MozbuildObject.from_environment()
File "/builds/slave/tb-c-cen-l64-d-000000000000000/build/mozilla/python/mozbuild/mozbuild/base.py", line 169, in from_environment
config = loader.read_mozconfig(mozconfig, moz_build_app=current_project)
File "/builds/slave/tb-c-cen-l64-d-000000000000000/build/mozilla/python/mozbuild/mozbuild/mozconfig.py", line 243, in read_mozconfig
raise MozconfigLoadException(path, MOZCONFIG_BAD_EXIT_CODE, lines)
mozbuild.mozconfig.MozconfigLoadException: Evaluation of your mozconfig exited with an error. This could be triggered
by a command inside your mozconfig failing. Please change your mozconfig
to not error and/or to catch errors in executed commands.
*** Fix above errors and then restart with\
"make -f client.mk build"
make[2]: *** [configure] Error 1
| Assignee | ||
Comment 2•10 years ago
|
||
| Assignee | ||
Comment 3•10 years ago
|
||
apparently this is worked on in bug 1221502.
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → DUPLICATE
| Assignee | ||
Updated•10 years ago
|
Attachment #8683387 -
Attachment is obsolete: true
Attachment #8683387 -
Flags: review?(Pidgeot18)
You need to log in
before you can comment on or make changes to this bug.
Description
•