You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Arch recently upgraded their boost library from 1.83 to 1.86. With this came the discovery that both this package and eedi3m fail to build against boost 1.86, giving the following error (same error for both packages):
/usr/include/boost/compute/detail/sha1.hpp: In member function ‘boost::compute::detail::sha1::operator std::string()’:
/usr/include/boost/compute/detail/sha1.hpp:41:26: error: cannot convert ‘unsigned int [5]’ to ‘unsigned char (&)[20]’
41 | h.get_digest(digest);
| ^~~~~~
| |
| unsigned int [5]
In file included from /usr/include/boost/compute/detail/sha1.hpp:18:
/usr/include/boost/uuid/detail/sha1.hpp:179:43: note: initializing argument 1 of ‘void boost::uuids::detail::sha1::get_digest(unsigned char (&)[20])’
179 | inline void sha1::get_digest(digest_type& digest)
| ~~~~~~~~~~~~~^~~~~~
Arch recently upgraded their boost library from 1.83 to 1.86. With this came the discovery that both this package and eedi3m fail to build against boost 1.86, giving the following error (same error for both packages):
Related to HomeOfVapourSynthEvolution/VapourSynth-EEDI3#7
The text was updated successfully, but these errors were encountered: