emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#36721: closed ([core-updates] Boost 1.70 and CMake


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#36721: closed ([core-updates] Boost 1.70 and CMake 3.14 are incompatible)
Date: Wed, 31 Jul 2019 13:02:02 +0000

Your message dated Wed, 31 Jul 2019 15:01:26 +0200
with message-id <address@hidden>
and subject line Re: [core-updates] Boost 1.70 and CMake 3.14 are incompatible
has caused the debbugs.gnu.org bug report #36721,
regarding [core-updates] Boost 1.70 and CMake 3.14 are incompatible
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden.)


-- 
36721: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=36721
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [core-updates] Boost 1.70 and CMake 3.14 are incompatible Date: Thu, 18 Jul 2019 19:09:01 +0200 User-agent: Notmuch/0.29.1 (https://notmuchmail.org) Emacs/26.2 (x86_64-pc-linux-gnu)
Hello,

Reporting from the deep trenches of core-updates, I have found this bug:

https://gitlab.kitware.com/cmake/cmake/issues/18865

The symptom in Guix is that packages cannot find Boost libraries.

A workaround that works for most (all?) packages is adding:

 #:configure-flags '("-DBoost_NO_BOOST_CMAKE=ON")

To disable the use of Boost-provided CMake scripts.  CMake already ships
with a FindBoost.cmake that works just fine.

I don't know what the "proper" fix would be, or whether it is worth a
huge rebuild.

Attachment: signature.asc
Description: PGP signature


--- End Message ---
--- Begin Message --- Subject: Re: [core-updates] Boost 1.70 and CMake 3.14 are incompatible Date: Wed, 31 Jul 2019 15:01:26 +0200 User-agent: Notmuch/0.29.1 (https://notmuchmail.org) Emacs/26.2 (x86_64-pc-linux-gnu)
Marius Bakke <address@hidden> writes:

> Hello,
>
> Reporting from the deep trenches of core-updates, I have found this bug:
>
> https://gitlab.kitware.com/cmake/cmake/issues/18865
>
> The symptom in Guix is that packages cannot find Boost libraries.
>
> A workaround that works for most (all?) packages is adding:
>
>  #:configure-flags '("-DBoost_NO_BOOST_CMAKE=ON")
>
> To disable the use of Boost-provided CMake scripts.  CMake already ships
> with a FindBoost.cmake that works just fine.
>
> I don't know what the "proper" fix would be, or whether it is worth a
> huge rebuild.

Apparently the Boost CMake modules are new in 1.70 and pretty broken.

Commit 941ef1a1e54893ca917ebbaa4b8cc14b5ce9b75c disables installing the
Boost CMake modules, bringing it in line with 1.69.0.

They can (allegedly) be enabled again for 1.71.0, slated for mid-August.

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]