[12/10648] STAMP obj\ui\ui_resources.actions_rules_copies.stamp
FAILED: python gyp-win-tool stamp obj\ui\ui_resources.actions_rules_copies.stamp
CreateProcess failed: The system cannot find the file specified.
ninja: FATAL: ReadFile: The handle is invalid.
[7/10388] IDL ..\..\third_party\iaccessible2\ia2_api_all.idl
FAILED: python gyp-win-tool midl-wrapper gen\third_party\iaccessible2 ia2_api_all.tlb ia2_api_all.h dlldata.c ia2_api_all_i.c ia2_api_all_p.c ..\..\third_party\iaccessible2\ia2_api_all.idl /char signed /env win32 /Oicf
CreateProcess failed: The system cannot find the file specified.
ninja: FATAL: ReadFile: The handle is invalid.
Hello,
(Hope I post this thread in correct group.)
I am trying to build Chromium in Windows 7 64-bit system. I threw Visual Studio and only keep its compiler suit for some reasons. Then I start to use Ninja for building, now it reports errors like below:
[12/10648] STAMP obj\ui\ui_resources.actions_rules_copies.stamp
FAILED: python gyp-win-tool stamp obj\ui\ui_resources.actions_rules_copies.stamp
CreateProcess failed: The system cannot find the file specified.
ninja: FATAL: ReadFile: The handle is invalid.
I briefly gone through the source code of gyp-win-tool, but have no idea why this happened. So I just wrote a python script to create *_resources.actions_rules_copies.stamp files for each folder under src\out\Debug\obj\. Then this error disappears. But now I am facing another error like:
[7/10388] IDL ..\..\third_party\iaccessible2\ia2_api_all.idl
FAILED: python gyp-win-tool midl-wrapper gen\third_party\iaccessible2 ia2_api_all.tlb ia2_api_all.h dlldata.c ia2_api_all_i.c ia2_api_all_p.c ..\..\third_party\iaccessible2\ia2_api_all.idl /char signed /env win32 /OicfCreateProcess failed: The system cannot find the file specified.
ninja: FATAL: ReadFile: The handle is invalid.
I've checked src\third_party\iaccessible2\, there exists ia2_api_all.idl, but in src\out\Debug\gen\third_party\iaccessible2\, there is no ia2_api_all.idl . The command line I used to build Chromium is "ninja -C out/Debug chrome" (in src folder).
Is there any suggestions to fix this issue? Thanks!
Is there any suggestions to fix this issue? Thanks!
I threw Visual Studio and only keep its compiler suit for some reasons.
--
Chromium Developers mailing list: chromi...@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-dev
But a new strange problem comes after chrome.exe (about 4.18MB) was generated: chrome.exe can not be run anyway (no matter I double-click the exe or attempt to launch it from command prompt). And the situation is: nothing happened, no window shows, no dialog, no error messages. I went to check Windows Event Log but there is no application crash event when I attempt to run chrome.exe.
--
Chromium Developers mailing list: chromi...@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-dev
[0824/192124:ERROR:client_util.cc(384)] Could not get Chrome DLL version.
[0824/192124:ERROR:client_util.cc(442)] Could not find exported function RelaunchChromeBrowserWithNewCommandLineIfNeeded
Executable search path is:
ModLoad: 00000000`00400000 00000000`0083b000 chrome.exe
ModLoad: 00000000`773c0000 00000000`77569000 ntdll.dll
ModLoad: 00000000`775a0000 00000000`77720000 ntdll32.dll
ModLoad: 00000000`74c20000 00000000`74c5f000 C:\Windows\SYSTEM32\wow64.dll
ModLoad: 00000000`74bc0000 00000000`74c1c000 C:\Windows\SYSTEM32\wow64win.dll
ModLoad: 00000000`74bb0000 00000000`74bb8000 C:\Windows\SYSTEM32\wow64cpu.dll
(18ac.153c): Break instruction exception - code 80000003 (first chance)
ntdll!LdrpDoDebuggerBreak+0x30:
00000000`7746cb60 cc int 3
0:000> .childdbg 1
Processes created by the current process will be debugged
0:000> g
ModLoad: 00000000`76de0000 00000000`76eff000 WOW64_IMAGE_SECTION
ModLoad: 00000000`76580000 00000000`76690000 WOW64_IMAGE_SECTION
ModLoad: 00000000`76de0000 00000000`76eff000 NOT_AN_IMAGE
ModLoad: 00000000`76ce0000 00000000`76dda000 NOT_AN_IMAGE
ModLoad: 00000000`76580000 00000000`76690000 C:\Windows\syswow64\kernel32.dll
ModLoad: 00000000`76c60000 00000000`76ca6000 C:\Windows\syswow64\KERNELBASE.dll
ModLoad: 00000000`72680000 00000000`726b2000 C:\Windows\SysWOW64\WINMM.dll
ModLoad: 00000000`75460000 00000000`7550c000 C:\Windows\syswow64\msvcrt.dll
ModLoad: 00000000`755e0000 00000000`756e0000 C:\Windows\syswow64\USER32.dll
ModLoad: 00000000`75750000 00000000`757e0000 C:\Windows\syswow64\GDI32.dll
ModLoad: 00000000`77570000 00000000`7757a000 C:\Windows\syswow64\LPK.dll
ModLoad: 00000000`74e60000 00000000`74efd000 C:\Windows\syswow64\USP10.dll
ModLoad: 00000000`75510000 00000000`755b0000 C:\Windows\syswow64\ADVAPI32.dll
ModLoad: 00000000`74f00000 00000000`74f19000 C:\Windows\SysWOW64\sechost.dll
ModLoad: 00000000`76720000 00000000`76810000 C:\Windows\syswow64\RPCRT4.dll
ModLoad: 00000000`74c80000 00000000`74ce0000 C:\Windows\syswow64\SspiCli.dll
ModLoad: 00000000`74c70000 00000000`74c7c000 C:\Windows\syswow64\CRYPTBASE.dll
ModLoad: 00000000`74ba0000 00000000`74ba9000 C:\Windows\SysWOW64\VERSION.dll
ModLoad: 00000000`756e0000 00000000`756e5000 C:\Windows\syswow64\PSAPI.DLL
ModLoad: 00000000`756f0000 00000000`75747000 C:\Windows\syswow64\SHLWAPI.dll
ModLoad: 00000000`72b20000 00000000`72b37000 C:\Windows\SysWOW64\USERENV.dll
ModLoad: 00000000`72b10000 00000000`72b1b000 C:\Windows\SysWOW64\profapi.dll
ModLoad: 00000000`72070000 00000000`7207d000 C:\Windows\SysWOW64\WTSAPI32.dll
(18ac.153c): WOW64 breakpoint - code 4000001f (first chance)
First chance exceptions are reported before any exception handling.
This exception may be expected and handled.
ntdll32!LdrpDoDebuggerBreak+0x2c:
77640fab cc int 3
0:000:x86> kb
ChildEBP RetAddr Args to Child
0018fb34 77621383 7efdd000 7efde000 776a206c ntdll32!LdrpDoDebuggerBreak+0x2c
0018fcb0 775e52d6 0018fd24 775a0000 6b28574e ntdll32!LdrpInitializeProcess+0x12cc
0018fd00 775d9e79 0018fd24 775a0000 00000000 ntdll32!_LdrpInitialize+0x78
0018fd10 00000000 0018fd24 775a0000 00000000 ntdll32!LdrInitializeThunk+0x10
0:000:x86> g
ModLoad: 76810000 76870000 C:\Windows\SysWOW64\IMM32.DLL
ModLoad: 75040000 7510c000 C:\Windows\syswow64\MSCTF.dll
ModLoad: 75860000 764aa000 C:\Windows\syswow64\SHELL32.dll
ModLoad: 75110000 7526c000 C:\Windows\syswow64\ole32.dll
ntdll!ZwTerminateProcess+0xa:
00000000`774115da c3 ret
0:000> kb
RetAddr : Args to Child : Call Site
00000000`74c3601a : 00000000`00000000 00000000`689493b4 00000000`0008e300 00000000`74c301cc : ntdll!ZwTerminateProcess+0xa
00000000`74c2cf87 : 00000000`0018fe54 00000000`0018f5c8 00000000`7efdb000 00000000`0018f74c : wow64!whNtTerminateProcess+0x46
00000000`74bb2776 : 00000000`775b01b4 00000000`74c20023 00000000`00000246 00000000`0018fff0 : wow64!Wow64SystemServiceEx+0xd7
00000000`74c2d07e : 00000000`00000000 00000000`74bb1920 00000000`0008eea0 00000000`773eecd1 : wow64cpu!ServiceNoTurbo+0x2d
00000000`74c2c549 : 00000000`00000000 00000000`00000000 00000000`74c24ac8 00000000`7ffe0030 : wow64!RunCpuSimulation+0xa
00000000`77404956 : 00000000`001e3600 00000000`00000000 00000000`774f2670 00000000`774c5978 : wow64!Wow64LdrpInitialize+0x429
00000000`77401a17 : 00000000`00000000 00000000`77404061 00000000`0008f820 00000000`00000000 : ntdll!LdrpInitializeProcess+0x17e4
00000000`773ec32e : 00000000`0008f820 00000000`00000000 00000000`7efdf000 00000000`00000000 : ntdll! ?? ::FNODOBFM::`string'+0x29220
00000000`00000000 : 00000000`00000000 00000000`00000000 00000000`00000000 00000000`00000000 : ntdll!LdrInitializeThunk+0xe
Was chrome.dll built (I think the name of the target is chrome_dll_main or chrome_main_dll or somesuch)?
[4216:5048:572551640:WARNING:management_policy.cc(59)] Modification of extension ahfgeienlihckogmohjhadlkjgocpleb prohibited by admin policy black/white/forcelist, via the ExtensionPrefs
[4216:5048:572576709:ERROR:window_impl.cc(55)] Failed to unregister class Chrome_WidgetWin_0. Error = 1412