Closed
Bug 1153480
Opened 11 years ago
Closed 10 years ago
Problems building service64_resolver.cc
Categories
(Core :: Security: Process Sandboxing, defect)
Tracking
()
RESOLVED
INVALID
| Tracking | Status | |
|---|---|---|
| firefox40 | --- | affected |
People
(Reporter: bugzilla, Unassigned)
Details
If I build my source from scratch, everything works fine. But if the build system needs to go back and rebuild service64_resolver.cc, it fails.
0:44.60 c:/Users/dblohm7/src/moz/build/unix/print-failed-commands.sh: line 19:
/x86_amd64/cl.exe: No such file or directory
0:44.61 c:/Users/dblohm7/src/moz/build/unix/print-failed-commands.sh: line 19:
exec: /x86_amd64/cl.exe: cannot execute: No such file or directory
0:44.62 The following command failed to execute properly:
0:44.63 /x86_amd64/cl.exe -Foservice64_resolver.obj -c -DUNICODE -DAB_CD=en-US
-DNO_NSPR_10_SUPPORT -Ic:/Users/dblohm7/src/moz/security/sandbox/win/wow_helper
-I. -Ic:/Users/dblohm7/src/moz/security/sandbox/win/wow_helper/../../ -Ic:/Users
/dblohm7/src/moz/security/sandbox/win/wow_helper/../../../ -Ic:/Users/dblohm7/sr
c/moz/security/sandbox/win/wow_helper/../../chromium/ -I../../../../dist/include
-Ic:/Users/dblohm7/src/moz/obj-ff-prof-dbg/dist/include/nspr -Ic:/Users/dblohm7
/src/moz/obj-ff-prof-dbg/dist/include/nss -MT -TP -nologo -D_HAS_EXCEPTIONS=0 -W
3 -Gy -FS -wd4251 -wd4244 -wd4267 -wd4345 -wd4351 -wd4482 -wd4800 -wd4819 -we455
3 -GR- -DDEBUG -DTRACING -Zi -d2Zi+ -Oy- c:/Users/dblohm7/src/moz/security/sandb
ox/chromium/sandbox/win/wow_helper/service64_resolver.cc
It doesn't like the relative path to the x86 -> amd64 cross compiler, it appears.
| Reporter | ||
Comment 1•11 years ago
|
||
I think that the code in Makefile.in isn't always resolving the directory. Thoughts?
Flags: needinfo?(mh+mozilla)
Comment 2•11 years ago
|
||
There's no reason it should have a different behavior in incremental builds vs. clobber builds. What commands are you running?
Flags: needinfo?(mh+mozilla)
Comment 3•11 years ago
|
||
Not sure if you saw glandium's question from comment 2, are you still having problems with this?
Flags: needinfo?(aklotz)
Updated•10 years ago
|
Status: NEW → RESOLVED
Closed: 10 years ago
Flags: needinfo?(aklotz)
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•