[Bug 1869405] [NEW] CMake Warning CMP0012 'if given arguments: "ON"' during 'find_package(assimp)'

2020-03-27 Thread Shane Loretz
Public bug reported: This package emits a CMake warning during `find_package(assimp)`. The bug is known upstream, and it has been fixed in this commit. https://github.com/assimp/assimp/commit/6ac8279977c3a54118551e549d77329497116f66 It has also been fixed in Debian Sid in version assimp/5.0.1~ds0

[Bug 1771903] [NEW] Deadlock using ASIO in multiple threads

2018-05-17 Thread Shane Loretz
Public bug reported: [Impact] The version of ASIO shipped with Bionic (1.10.8-1) has a race condition that can cause a program using ASIO in multiple threads to hang forever. The attached test case reproduces it in a single program, but it also can happen if two libraries are independently usin

[Bug 1871725] [NEW] python3-pykdl: PyKDL crashes Python 3 interpretter (SIGABRT) if any API accepting a str is used

2020-04-08 Thread Shane Loretz
Public bug reported: Dear Maintainer, The package python3-pykdl crashes the Python 3 interpreter if any API accepting a str is used. I've tested this using the latest Focal packages. Minimal reproducible example: $ python3 -c "import PyKDL; PyKDL.Tree('foobar')" python3: /build/orocos-kdl-mPk

[Bug 1817773] [NEW] Depends on ca-certificates

2019-02-26 Thread Shane Loretz
Public bug reported: 1. Start a fresh bionic docker container ``` docker run -it ubuntu:bionic bash ``` 2. install rosdep ``` apt update && apt install -y python-rosdep2 ``` 3. initialize rosdep, it fails ``` # rosdep init ERROR: cannot download default sources list from