[Bug 1876788] Re: libboost-signals-dev not present in focal (64 bit)

2020-05-25 Thread Christian Framing
I am sorry. You're right. The package explicitly required the signals
library. See https://github.com/KIT-MRT/mrt_cmake_modules/issues/14.

** Bug watch added: github.com/KIT-MRT/mrt_cmake_modules/issues #14
   https://github.com/KIT-MRT/mrt_cmake_modules/issues/14

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1876788

Title:
  libboost-signals-dev not present in focal (64 bit)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/boost-defaults/+bug/1876788/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Re: [Bug 1876788] Re: libboost-signals-dev not present in focal (64 bit)

2020-05-25 Thread Dimitri John Ledkov
Errors like these are usually errors in the cmake files of the project
explicitly requesting the dropped v1 signals library.

What is requested in

/home/fm/autoenv_ws/src/mrt_cmake_modules/cmake/Modules/FindAutoDeps.cmake:253

And

CMakeLists.txt:21 (find_package)

?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1876788

Title:
  libboost-signals-dev not present in focal (64 bit)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/boost-defaults/+bug/1876788/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1876788] Re: libboost-signals-dev not present in focal (64 bit)

2020-05-25 Thread Christian Framing
I am not sure, whether this is the right place to mention this. If not,
please give me a hint where to direct the issue.

As a result of the removed libboost-signals-dev package, including Boost with 
the CMake module BoostConfig.cmake fails with an error. I suspect, that this 
module is installed as part of the Ubuntu Boost package. It probably needs to 
be adapted to drop the Signals library.
The exact error message is:

CMake Error at 
/usr/lib/x86_64-linux-gnu/cmake/Boost-1.71.0/BoostConfig.cmake:117 
(find_package):
  Could not find a package configuration file provided by "boost_signals"
  (requested version 1.71.0) with any of the following names:

boost_signalsConfig.cmake
boost_signals-config.cmake

  Add the installation prefix of "boost_signals" to CMAKE_PREFIX_PATH or set
  "boost_signals_DIR" to a directory containing one of the above files.  If
  "boost_signals" provides a separate development package or SDK, be sure it
  has been installed.
Call Stack (most recent call first):
  /usr/lib/x86_64-linux-gnu/cmake/Boost-1.71.0/BoostConfig.cmake:182 
(boost_find_component)
  /usr/share/cmake-3.16/Modules/FindBoost.cmake:443 (find_package)
  
/home/fm/autoenv_ws/src/mrt_cmake_modules/cmake/Modules/FindAutoDeps.cmake:196 
(find_package)
  
/home/fm/autoenv_ws/src/mrt_cmake_modules/cmake/Modules/FindAutoDeps.cmake:253 
(_find_dep)
  CMakeLists.txt:21 (find_package)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1876788

Title:
  libboost-signals-dev not present in focal (64 bit)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/boost-defaults/+bug/1876788/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1876788] Re: libboost-signals-dev not present in focal (64 bit)

2020-05-16 Thread Hans Joachim Desserud
Thanks for the info, Kai :)

I suspected it might be something like that, but couldn't find it.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1876788

Title:
  libboost-signals-dev not present in focal (64 bit)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/boost-defaults/+bug/1876788/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1876788] Re: libboost-signals-dev not present in focal (64 bit)

2020-05-16 Thread Kai Kasurinen
https://www.boost.org/users/history/version_1_69_0.html

"Discontinued Libraries

Signals (v1) is now removed. Its removal was announced in 1.68 and
its deprecation was announced in 1.54. Boost 1.68 is the last release
that provides this library. Users are encouraged to use Signals2
instead. The Boost community thanks Douglas Gregor for his work on
Signals which served its users well and which also inspired Signals2."

** Changed in: boost-defaults (Ubuntu)
   Status: Confirmed => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1876788

Title:
  libboost-signals-dev not present in focal (64 bit)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/boost-defaults/+bug/1876788/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1876788] Re: libboost-signals-dev not present in focal (64 bit)

2020-05-16 Thread Hans Joachim Desserud
Indeed, I saw this too. It appears that libbost-signals-dev is no longer
built by the 1.71.0.0ubuntu2 source package (
https://bugs.launchpad.net/ubuntu/+source/boost-
defaults/1.71.0.0ubuntu2). It is also absent from the Debian
experimental package (https://tracker.debian.org/pkg/boost-defaults).

I didn't find any mentions of the package in the change logs so it is
hard to tell if it was intentional or not. It could perhaps be explained
by the jump from 1.67 to 1.71, but I am not familiar enough with
upstream to tell if the library was dropped or not...

** Changed in: boost-defaults (Ubuntu)
   Status: New => Confirmed

** Tags added: packaging

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1876788

Title:
  libboost-signals-dev not present in focal (64 bit)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/boost-defaults/+bug/1876788/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1876788] Re: libboost-signals-dev not present in focal (64 bit)

2020-05-04 Thread Paul White
** Package changed: ubuntu => boost-defaults (Ubuntu)

** Tags added: focal

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1876788

Title:
  libboost-signals-dev not present in focal (64 bit)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/boost-defaults/+bug/1876788/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1876788] Re: libboost-signals-dev not present in focal (64 bit)

2020-05-04 Thread bsv999
** Description changed:

  Ubuntu 20.04 (64 bit) not have package libboost-signals-dev.
- eoan have, focal - not have.
+ eoan have, focal - not have:
+ 
https://packages.ubuntu.com/search?keywords=libboost-signals=names=all=all

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1876788

Title:
  libboost-signals-dev not present in focal (64 bit)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+bug/1876788/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs