|
Boost : |
Subject: Re: [boost] [gil] Ok to merge new gil's extension to release branch?
From: Christian Henning (chhenning_at_[hidden])
Date: 2013-04-14 17:36:23
> >>
> > I see. I'll run again when you found the error.
> >
>
> Should be fixed now--at least it works for me.
>
Ok, I updated the trunk and rebuild bjam. So when I run:
python zlib.py msvc
I get this:
failure {{{
"['c:\\boost\\tools\\build\\v2\\test\\..\\engine\\bin.ntx86\\bjam',
'-sBOOST_BUILD_PATH="c:\\boost\\tools\\build\\v2\\test/.."', '-d0',
'--quiet', 'toolset=mock', '--ignore-site-config', '--user-config=',
'--test-config="c:\\boost\\tools\\build\\v2\\test\\test-config.jam"',
'--ignore-toolset-requirements']" returned 1
}}}
reason {{{
unexpected status returned by bjam
}}}
changes caused by the last build command {{{
Added files : ['bin/config.log', 'bin/project-cache.jam',
'bin/standalone/ac/main.cpp', 'bin/standalone/ac/zlib.h.cpp']
Removed files : []
Modified files: []
Touched files : []
}}}
STDOUT {{{
Performing configuration checks
- zlib : no
- zlib : no
...skipped <pbin\mock\debug>test.exe for lack of
<pbin\mock\debug>test.obj...
...skipped <pbin\mock\debug\link-static>test.exe for lack of
<pbin\mock\debug\link-static>test.obj...
...failed updating 2 targets...
}}}
STDERR {{{
}}}
stacktrace {{{
at line 590 of c:\boost\tools\build\v2\test\BoostBuild.py (fail_test)
from line 485 of c:\boost\tools\build\v2\test\BoostBuild.py
(run_build_system)
from line 61 of zlib.py (<module>)
}}}
I cannot find the test-config.jam in my boost folder but there is
test-config-example.jam. Did you miss to commit that file?
When I run in the verbose mode the output is:
common.mkdir bin
if not exist "bin\\" mkdir "bin"
common.mkdir bin\standalone
if not exist "bin\standalone\\" mkdir "bin\standalone"
common.mkdir bin\standalone\zlib
if not exist "bin\standalone\zlib\\" mkdir "bin\standalone\zlib"
common.mkdir bin\standalone\zlib\mock
if not exist "bin\standalone\zlib\mock\\" mkdir
"bin\standalone\zlib\mock"
common.mkdir bin\standalone\zlib\mock\debug
if not exist "bin\standalone\zlib\mock\debug\\" mkdir
"bin\standalone\zlib\mock\debug"
mock.compile.c bin\standalone\zlib\mock\debug\deflate.obj
set JAM_CWD=C:\Users\chhenning\AppData\Local\Temp\tmpvcr27d
C:\Python27\python.exe mock.py -c -x c
-I"C:\Users\chhenning\AppData\Local\Temp\tmpvcr27d\zlib"
"C:\Users\chhenning\AppData\Local\Temp\tmpvcr27d\zlib\deflate.c" -o
"bin\standalone\zlib\mock\debug\deflate.obj"
mock.link.dll bin\standalone\zlib\mock\debug\libz.dll
set JAM_CWD=C:\Users\chhenning\AppData\Local\Temp\tmpvcr27d
C:\Python27\python.exe mock.py --dll
"bin\standalone\zlib\mock\debug\deflate.obj" -o
"bin\standalone\zlib\mock\debug\libz.dll"
common.mkdir bin\standalone\zlib\mock\debug\link-static
if not exist "bin\standalone\zlib\mock\debug\link-static\\" mkdir
"bin\standalone\zlib\mock\debug\link-static"
mock.compile.c bin\standalone\zlib\mock\debug\link-static\deflate.obj
set JAM_CWD=C:\Users\chhenning\AppData\Local\Temp\tmpvcr27d
C:\Python27\python.exe mock.py -c -x c
-I"C:\Users\chhenning\AppData\Local\Temp\tmpvcr27d\zlib"
"C:\Users\chhenning\AppData\Local\Temp\tmpvcr27d\zlib\deflate.c" -o
"bin\standalone\zlib\mock\debug\link-static\deflate.obj"
mock.archive bin\standalone\zlib\mock\debug\link-static\libz.a
set JAM_CWD=C:\Users\chhenning\AppData\Local\Temp\tmpvcr27d
C:\Python27\python.exe mock.py --archive
"bin\standalone\zlib\mock\debug\link-static\deflate.obj" -o
"bin\standalone\zlib\mock\debug\link-static\libz.a"
Performing configuration checks
- zlib : yes
- zlib : yes
common.mkdir bin\mock
if not exist "bin\mock\\" mkdir "bin\mock"
common.mkdir bin\mock\debug
if not exist "bin\mock\debug\\" mkdir "bin\mock\debug"
mock.compile.c++ bin\mock\debug\test.obj
set JAM_CWD=C:\Users\chhenning\AppData\Local\Temp\tmpvcr27d
C:\Python27\python.exe mock.py -c -x c++ "test.cpp" -o
"bin\mock\debug\test.obj"
mock.link bin\mock\debug\test.exe
set JAM_CWD=C:\Users\chhenning\AppData\Local\Temp\tmpvcr27d
C:\Python27\python.exe mock.py "bin\mock\debug\test.obj" -o
"bin\mock\debug\test.exe" --static-lib=z
common.mkdir bin\mock\debug\link-static
if not exist "bin\mock\debug\link-static\\" mkdir
"bin\mock\debug\link-static"
mock.compile.c++ bin\mock\debug\link-static\test.obj
set JAM_CWD=C:\Users\chhenning\AppData\Local\Temp\tmpvcr27d
C:\Python27\python.exe mock.py -c -x c++ "test.cpp" -o
"bin\mock\debug\link-static\test.obj"
mock.link bin\mock\debug\link-static\test.exe
set JAM_CWD=C:\Users\chhenning\AppData\Local\Temp\tmpvcr27d
C:\Python27\python.exe mock.py "bin\mock\debug\link-static\test.obj" -o
"bin\mock\debug\link-static\test.exe" --static-lib=z
Performing configuration checks
- zlib : yes
- zlib : yes
common.mkdir bin\mock
if not exist "bin\mock\\" mkdir "bin\mock"
common.mkdir bin\mock\debug
if not exist "bin\mock\debug\\" mkdir "bin\mock\debug"
mock.compile.c++ bin\mock\debug\test.obj
set JAM_CWD=C:\Users\chhenning\AppData\Local\Temp\tmpvcr27d
C:\Python27\python.exe mock.py -c -x c++ "test.cpp" -o
"bin\mock\debug\test.obj"
mock.link bin\mock\debug\test.exe
set JAM_CWD=C:\Users\chhenning\AppData\Local\Temp\tmpvcr27d
C:\Python27\python.exe mock.py "bin\mock\debug\test.obj" -o
"bin\mock\debug\test.exe" --shared-lib=z
common.mkdir bin\mock\debug\link-static
if not exist "bin\mock\debug\link-static\\" mkdir
"bin\mock\debug\link-static"
mock.compile.c++ bin\mock\debug\link-static\test.obj
set JAM_CWD=C:\Users\chhenning\AppData\Local\Temp\tmpvcr27d
C:\Python27\python.exe mock.py -c -x c++ "test.cpp" -o
"bin\mock\debug\link-static\test.obj"
mock.link bin\mock\debug\link-static\test.exe
set JAM_CWD=C:\Users\chhenning\AppData\Local\Temp\tmpvcr27d
C:\Python27\python.exe mock.py "bin\mock\debug\link-static\test.obj" -o
"bin\mock\debug\link-static\test.exe" --shared-lib=z
Performing configuration checks
- zlib : yes
- zlib : yes
common.mkdir bin\mock
if not exist "bin\mock\\" mkdir "bin\mock"
common.mkdir bin\mock\debug
if not exist "bin\mock\debug\\" mkdir "bin\mock\debug"
mock.compile.c++ bin\mock\debug\test.obj
set JAM_CWD=C:\Users\chhenning\AppData\Local\Temp\tmpvcr27d
C:\Python27\python.exe mock.py -c -x c++
-I"C:\Users\chhenning\AppData\Local\Temp\tmpvcr27d\zlib" "test.cpp" -o
"bin\mock\debug\test.obj"
mock.link bin\mock\debug\test.exe
set JAM_CWD=C:\Users\chhenning\AppData\Local\Temp\tmpvcr27d
C:\Python27\python.exe mock.py "bin\mock\debug\test.obj" -o
"bin\mock\debug\test.exe"
-L"C:\Users\chhenning\AppData\Local\Temp\tmpvcr27d\zlib"
--static-lib=myzlib
common.mkdir bin\mock\debug\link-static
if not exist "bin\mock\debug\link-static\\" mkdir
"bin\mock\debug\link-static"
mock.compile.c++ bin\mock\debug\link-static\test.obj
set JAM_CWD=C:\Users\chhenning\AppData\Local\Temp\tmpvcr27d
C:\Python27\python.exe mock.py -c -x c++
-I"C:\Users\chhenning\AppData\Local\Temp\tmpvcr27d\zlib" "test.cpp" -o
"bin\mock\debug\link-static\test.obj"
mock.link bin\mock\debug\link-static\test.exe
set JAM_CWD=C:\Users\chhenning\AppData\Local\Temp\tmpvcr27d
C:\Python27\python.exe mock.py "bin\mock\debug\link-static\test.obj" -o
"bin\mock\debug\link-static\test.exe"
-L"C:\Users\chhenning\AppData\Local\Temp\tmpvcr27d\zlib"
--static-lib=myzlib
Performing configuration checks
- zlib : yes
- zlib : yes
common.mkdir bin\mock
if not exist "bin\mock\\" mkdir "bin\mock"
common.mkdir bin\mock\debug
if not exist "bin\mock\debug\\" mkdir "bin\mock\debug"
mock.compile.c++ bin\mock\debug\test.obj
set JAM_CWD=C:\Users\chhenning\AppData\Local\Temp\tmpvcr27d
C:\Python27\python.exe mock.py -c -x c++
-I"C:\Users\chhenning\AppData\Local\Temp\tmpvcr27d\zlib" "test.cpp" -o
"bin\mock\debug\test.obj"
mock.link bin\mock\debug\test.exe
set JAM_CWD=C:\Users\chhenning\AppData\Local\Temp\tmpvcr27d
C:\Python27\python.exe mock.py "bin\mock\debug\test.obj" -o
"bin\mock\debug\test.exe"
-L"C:\Users\chhenning\AppData\Local\Temp\tmpvcr27d\zlib"
--shared-lib=myzlib
common.mkdir bin\mock\debug\link-static
if not exist "bin\mock\debug\link-static\\" mkdir
"bin\mock\debug\link-static"
mock.compile.c++ bin\mock\debug\link-static\test.obj
set JAM_CWD=C:\Users\chhenning\AppData\Local\Temp\tmpvcr27d
C:\Python27\python.exe mock.py -c -x c++
-I"C:\Users\chhenning\AppData\Local\Temp\tmpvcr27d\zlib" "test.cpp" -o
"bin\mock\debug\link-static\test.obj"
mock.link bin\mock\debug\link-static\test.exe
set JAM_CWD=C:\Users\chhenning\AppData\Local\Temp\tmpvcr27d
C:\Python27\python.exe mock.py "bin\mock\debug\link-static\test.obj" -o
"bin\mock\debug\link-static\test.exe"
-L"C:\Users\chhenning\AppData\Local\Temp\tmpvcr27d\zlib"
--shared-lib=myzlib
Christian
Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk