[1.34.0] [COMSOFT] iostream failures

In COMSOFT tests, I see failures of iostream compression tests. It appears that Boost.Build/iostreams setup sees we're on Unix system and assumes zlib and friends are available, while they are not. Markus, can you do either of: 1. Install development packages for zlib and bz2lib? 2. Download zlib and bz2lib separately and pass their locations to bjam as documented at: http://boost-consulting.com/boost/libs/iostreams/doc/index.html?path=7 Thanks in advance, Volodya

Vladimir Prus wrote:
In COMSOFT tests, I see failures of iostream compression tests. It appears that Boost.Build/iostreams setup sees we're on Unix system and assumes zlib and friends are available, while they are not.
Markus, can you do either of:
1. Install development packages for zlib and bz2lib? 2. Download zlib and bz2lib separately and pass their locations to bjam as documented at: http://boost-consulting.com/boost/libs/iostreams/doc/index.html?path=7
I added -sBZIP2_INCLUDE=/usr/local/include, -sBZIP2_LIBPATH=/usr/local/lib, -sZLIB_INCLUDE=/usr/local/include, and -sZLIB_LIBPATH=/usr/local/zlib to --bjam-options. I hope this will work. Thanks for bringing it to my attention. Markus

Markus Schöpflin wrote:
Vladimir Prus wrote:
In COMSOFT tests, I see failures of iostream compression tests. It appears that Boost.Build/iostreams setup sees we're on Unix system and assumes zlib and friends are available, while they are not.
Markus, can you do either of:
1. Install development packages for zlib and bz2lib? 2. Download zlib and bz2lib separately and pass their locations to bjam as documented at: http://boost-consulting.com/boost/libs/iostreams/doc/index.html?path=7
I added
-sBZIP2_INCLUDE=/usr/local/include, -sBZIP2_LIBPATH=/usr/local/lib, -sZLIB_INCLUDE=/usr/local/include, and -sZLIB_LIBPATH=/usr/local/zlib
to --bjam-options. I hope this will work.
Thanks for bringing it to my attention.
Thanks. I don't see this failure in the most recent results anymore, so that above seems to work. Thanks, Volodya
participants (2)
-
Markus Schöpflin
-
Vladimir Prus