Boost logo

Boost :

From: Andrey Semashev (andrey.semashev_at_[hidden])
Date: 2022-07-14 11:17:38


On 7/14/22 12:07, Денис Михайлов via Boost wrote:
> if not "%EXTRA_TESTS%" == "" set
> DEPINST_ARG_INCLUDE_EXAMPLES="--include=example"
> python tools/boostdep/depinst/depinst.py %DEPINST_ARG_INCLUDE_EXAMPLES%
> --git_args "--jobs %GIT_FETCH_JOBS%" filesystem
> Installing: config, headers, ../tools/boost_install, ../tools/build,
> ../tools/cmake
> Installing: config, system, assert, core, detail, smart_ptr, iterator, io,
> container_hash, type_traits, atomic, throw_exception, winapi, predef, bind,
> exception, foreach, timer, test, thread, range
> Installing: variant2, static_assert, preprocessor, move, mpl,
> function_types, optional, utility, concept_check, fusion, conversion,
> integer, align, tuple, chrono, function, numeric/conversion, algorithm,
> container, date_time, intrusive, lexical_cast, regex, array
> Installing: mp11, typeof, ratio, type_index, unordered, tokenizer
> Installing: rational
>
> I suppose that Boost::functional just wasn't installed in this stage.

Installation is being performed by depinst.py, so either the dependency
does not exist in the source code or it is obfuscated and needs to be
added as a special case to depinst.py.

> On Thu, 14 Jul 2022 at 14:43, Andrey Semashev via Boost <
> boost_at_[hidden]> wrote:
>
>> On 7/14/22 03:02, Glen Fernandes via Boost wrote:
>>> Boost release 1.80.0 beta 1 is now available at:
>>> https://boostorg.jfrog.io/artifactory/main/beta/1.80.0.beta1/source/
>>>
>>> The SHA256 checksums are:
>>> boost_1_80_0_b1.tar.bz2 -
>>> b29191c1bd4504511f9b1155c6f79f06cc7044444780392ed7358f5778ac7d16
>>> boost_1_80_0_b1.tar.gz -
>>> ad3df9f63acd667dcf13375fa0e90e7303f851251e91d1505974bdbbf1f94907
>>> boost_1_80_0_b1.7z -
>>> 7bfdf705b1d058c3525be90ed5cb47aacf919cd74aa7d5752d55e78aa60880ba
>>> boost_1_80_0_b1.zip -
>>> 1b509ed848f153086984658d4d4a57af6230f496a53bf88aba805bb49039012d
>>>
>>> Release notes (still need updates):
>>> https://www.boost.org/users/history/version_1_80_0.html
>>>
>>> Please try the beta and report any problems you encounter.
>>
>> After tagging the beta my Boost.Filesystem CMake CI failed:
>>
>> CMake Error at C:/projects/boost-root/libs/fusion/CMakeLists.txt:13
>> (target_link_libraries):
>> The link interface of target "boost_fusion" contains:
>> Boost::functional
>> but the target was not found. Possible reasons include:
>> * There is a typo in the target name.
>> * A find_package call is missing for an IMPORTED target.
>> * An ALIAS target is missing.
>>
>>
>> https://ci.appveyor.com/project/Lastique/filesystem/builds/44164520/job/3a21ltf2vn0mks9j
>>
>> Looks like merging this to Boost.Fusion master broke it for some reason:
>>
>>
>> https://github.com/boostorg/fusion/commit/5d78322e1658b921dc2a9c5ece0bcf83e91f9f3a
>>
>>
>> _______________________________________________
>> Unsubscribe & other changes:
>> http://lists.boost.org/mailman/listinfo.cgi/boost
>>
>
> _______________________________________________
> 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