Boost logo

Boost :

Subject: Re: [boost] [release] 1.64.0 closed for Beta
From: Tom Kent (lists_at_[hidden])
Date: 2017-03-10 22:33:17


I just built the current snapshot against visual studio 8.0 through 14.0,
32 and 64 bit. Mostly fine, just one error.

The fiber library has a link issue with msvc-14.0 (same error in 32 and 64
bit):
...updating 9 targets...
msvc.link.dll
bin.v2\libs\fiber\build\msvc-14.0\debug\address-model-64\threading-multi\boost_fiber-vc140-mt-gd-1_64.dll
   Creating library
bin.v2\libs\fiber\build\msvc-14.0\debug\address-model-64\threading-multi\boost_fiber-vc140-mt-gd-1_64.lib
and object
bin.v2\libs\fiber\build\msvc-14.0\debug\address-model-64\threading-multi\boost_fiber-vc140-mt-gd-1_64.exp
scheduler.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) private: __cdecl
boost::context::continuation::continuation(struct
boost::context::detail::transfer_t)" (__imp_??0continuation_at_context@boost@
@AEAA_at_Utransfer_t_at_detail@12@@Z)
barrier.obj : error LNK2001: unresolved external symbol
"__declspec(dllimport) private: __cdecl
boost::context::continuation::continuation(struct
boost::context::detail::transfer_t)" (__imp_??0continuation_at_context@boost@
@AEAA_at_Utransfer_t_at_detail@12@@Z)

<snip>

bin.v2\libs\fiber\build\msvc-14.0\release\address-model-64\threading-multi\boost_fiber-vc140-mt-1_64.dll
: fatal error LNK1120: 7 unresolved externals

        call
"C:\Users\tomkent\AppData\Local\Temp\2\b2_msvc_14.0_vcvarsall_amd64.cmd"
>nul
link /NOLOGO /INCREMENTAL:NO /DLL /MACHINE:X64 /MANIFEST /subsystem:console
/out:"bin.v2\libs\fiber\build\msvc-14.0\release\address-model-64\threading-multi\boost_fiber-vc140-mt-1_64.dll"
/IMPLIB:"bin.v2\libs\fiber\build\msvc-14.0\release\address-model-64\threading-multi\boost_fiber-vc140-mt-1_64.lib"

 @"bin.v2\libs\fiber\build\msvc-14.0\release\address-model-64\threading-multi\boost_fiber-vc140-mt-1_64.dll.rsp"
        if %ERRORLEVEL% NEQ 0 EXIT %ERRORLEVEL%

...failed msvc.link.dll
bin.v2\libs\fiber\build\msvc-14.0\release\address-model-64\threading-multi\boost_fiber-vc140-mt-1_64.dll
bin.v2\libs\fiber\build\msvc-14.0\release\address-model-64\threading-multi\boost_fiber-vc140-mt-1_64.lib...
...removing
bin.v2\libs\fiber\build\msvc-14.0\release\address-model-64\threading-multi\boost_fiber-vc140-mt-1_64.lib
...skipped <plib64-msvc-14.0>boost_fiber-vc140-mt-1_64.dll for lack of
<pbin.v2\libs\fiber\build\msvc-14.0\release\address-model-64\threading-multi>boost_fiber-vc140-mt-1_64.dll...
...skipped <plib64-msvc-14.0>boost_fiber-vc140-mt-1_64.lib for lack of
<pbin.v2\libs\fiber\build\msvc-14.0\release\address-model-64\threading-multi>boost_fiber-vc140-mt-1_64.lib...
...skipped <plib64-msvc-14.0>boost_fiber-vc140-mt-gd-1_64.dll for lack of
<pbin.v2\libs\fiber\build\msvc-14.0\debug\address-model-64\threading-multi>boost_fiber-vc140-mt-gd-1_64.dll...
...failed updating 5 targets...
...skipped 4 targets...

The full build output is at:
https://gist.github.com/teeks99/8f97486c88cceb0e34a44a9c97af184b#file-boost_1_64_0-snapshot-32

Tom

On Thu, Mar 9, 2017 at 1:57 PM, Rene Rivera via Boost <boost_at_[hidden]
> wrote:

> On Wed, Mar 8, 2017 at 10:25 PM, Rene Rivera <grafikrobot_at_[hidden]>
> wrote:
>
> > The master branch is now closed for all changes except by permission for
> > the Beta release.
> >
>
> Also it would be appreciated if people start testing the master snapshots
> for issues. You can download them directly from Bintray at: <
> https://dl.bintray.com/boostorg/master/>. Note that the Bintray packages
> also have signature files (*.asc) which can be checked with the general
> Bintray key at <
> https://bintray.com/user/downloadSubjectPublicKey?username=bintray>. And
> there are also sha256 hashes for the archives in machine readable JSON
> files.
>
> -- The Boost Release Team
>
> --
> -- Rene Rivera
> -- Grafik - Don't Assume Anything
> -- Robot Dreams - http://robot-dreams.net
> -- rrivera/acm.org (msn) - grafikrobot/aim,yahoo,skype,efnet,gmail
>
> _______________________________________________
> Unsubscribe & other changes: http://lists.boost.org/
> mailman/listinfo.cgi/boost
>


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk