Closed
Bug 1305658
Opened 9 years ago
Closed 9 years ago
unrecognized extension providedo to --enable-extensions: inspector
Categories
(SeaMonkey :: Build Config, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: ewong, Unassigned)
Details
Logging this trunk-build bustage:
checking NSPR selection... source-tree
checking if app-specific confvars.sh exists... c:/builds/slave/c-c/build/mozilla/../suite/confvars.sh
Found D3D compiler in Windows SDK.
Found MOZ_D3DCOMPILER_VISTA_DLL_PATH: c:/builds/slave/c-c/build/vs2015u3/SDK/Redist/D3D/x86/d3dcompiler_47.dll
Found DirectX SDK via registry, using C:/Program Files (x86)/Microsoft DirectX SDK (June 2010)
Found d3dcompiler DLL for Vista+: d3dcompiler_47.dll
Found d3dcompiler DLL for XP: D3DCompiler_43.dll
configure: error: Unrecognized extension provided to --enable-extensions: inspector.
DEBUG: <truncated - see config.log for full output>
DEBUG: conftest.c
DEBUG: configure:9758: checking for valloc in unistd.h
DEBUG: Microsoft (R) C/C++ Optimizing Compiler Version 19.00.24213.1 for x86
DEBUG: Copyright (C) Microsoft Corporation. All rights reserved.
DEBUG:
DEBUG: conftest.c
DEBUG: configure(9761): fatal error C1083: Cannot open include file: 'unistd.h': No such file or directory
DEBUG: configure:9913: checking NSPR selection
DEBUG: configure:11048: checking if app-specific confvars.sh exists
DEBUG: configure:13714: c:/builds/slave/c-c/build/vs2015u3/VC/bin/amd64_x86/cl.EXE -c -TC -nologo -wd4091 -D_HAS_EXCEPTIONS=0 -W3 -Gy -Zc:inline -arch:SSE2 -FS -wd4244 -wd4267 -wd4819 -we4553 conftest.c 1>&5
DEBUG: conftest.c
DEBUG: configure(13708): fatal error C1083: Cannot open include file: 'linux/ethtool.h': No such file or directory
DEBUG: configure: failed program was:
DEBUG: #line 13707 "configure"
DEBUG: #include "confdefs.h"
DEBUG: #include <linux/ethtool.h>
DEBUG: int main() {
DEBUG: struct ethtool_cmd cmd; cmd.speed_hi = 0;
DEBUG: ; return 0; }
DEBUG: configure: error: Unrecognized extension provided to --enable-extensions: inspector.
ERROR: old-configure failed
*** Fix above errors and then restart with\
"c:/builds/slave/c-c/build/mozmake.exe -f client.mk build"
c:/builds/slave/c-c/build/client.mk:358: recipe for target 'configure' failed
mozmake.exe[1]: *** [configure] Error 1
mozmake.exe[1]: Leaving directory 'c:/builds/slave/c-c/build'
client.mk:372: recipe for target 'c:/builds/slave/c-c/build/objdir/Makefile' failed
pymake\..\..\mozmake.exe: *** [c:/builds/slave/c-c/build/objdir/Makefile] Error 2
Comment 1•9 years ago
|
||
https://dxr.mozilla.org/mozilla-central/source/old-configure.in#3867
We dropped inspector, right? if so we should modify the mozconfig too.
![]() |
||
Comment 2•9 years ago
|
||
we haven't dropped the DOMi! AFAIK
adriank suggested it in bug 1273222, though I and others personally disagree as explained there.
![]() |
||
Comment 4•9 years ago
|
||
(In reply to Edmund Wong (:ewong) from comment #0)
> DEBUG: configure: error: Unrecognized extension provided to
> --enable-extensions: inspector.
> ERROR: old-configure failed
Unless the build system changed (and I doubt that old-configure changed), this means that inspector/ does not exist in the mozilla/extensions/ directory, so it may not have been checked out correctly. Can you check for that?
![]() |
Reporter | |
Comment 5•9 years ago
|
||
Apparently this was due to the hg.mozilla.org fingerprint changes between http and https.
(related to bug 1305909..) (don't have the bug # offhand for the actual fingerprint
change.. not sure if it's even accessible... but no matter). Fixed the fingerprint issues..
so.. closing this as wfm.
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•