Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [git commit] pulseview: needs boost atomic/date_time as well
@ 2016-03-25 21:48 Peter Korsgaard
  2016-03-25 22:54 ` Bernd Kuhls
  0 siblings, 1 reply; 4+ messages in thread
From: Peter Korsgaard @ 2016-03-25 21:48 UTC (permalink / raw)
  To: buildroot

commit: https://git.buildroot.net/buildroot/commit/?id=b0864b0c416c35625d8d7c2ab3cf6040aa174b8d
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Fixes:
http://autobuild.buildroot.net/results/15e/15ebb8bc2b50080c37c635462a5faf63f038f014/
http://autobuild.buildroot.net/results/2ac/2ac1c2fb79a46605be829ddfd44db671ba229f26/

From the cmake log:

  Could not find the following Boost libraries:

          boost_date_time
          boost_atomic

  Some (but not all) of the required Boost libraries were found.  You may
  need to install these additional Boost libraries.  Alternatively, set
  BOOST_LIBRARYDIR to the directory containing Boost libraries or BOOST_ROOT
  to the location of Boost.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
 package/pulseview/Config.in | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/package/pulseview/Config.in b/package/pulseview/Config.in
index bbbfd76..bc14ea0 100644
--- a/package/pulseview/Config.in
+++ b/package/pulseview/Config.in
@@ -7,6 +7,8 @@ config BR2_PACKAGE_PULSEVIEW
 	select BR2_PACKAGE_QT5BASE_PNG
 	select BR2_PACKAGE_QT5SVG
 	select BR2_PACKAGE_BOOST
+	select BR2_PACKAGE_BOOST_ATOMIC
+	select BR2_PACKAGE_BOOST_DATE_TIME
 	select BR2_PACKAGE_BOOST_FILESYSTEM
 	select BR2_PACKAGE_BOOST_SYSTEM
 	select BR2_PACKAGE_BOOST_THREAD

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [Buildroot] [git commit] pulseview: needs boost atomic/date_time as well
  2016-03-25 21:48 [Buildroot] [git commit] pulseview: needs boost atomic/date_time as well Peter Korsgaard
@ 2016-03-25 22:54 ` Bernd Kuhls
  2016-03-25 22:58   ` Gustavo Zacarias
  0 siblings, 1 reply; 4+ messages in thread
From: Bernd Kuhls @ 2016-03-25 22:54 UTC (permalink / raw)
  To: buildroot

Am Fri, 25 Mar 2016 22:48:16 +0100 schrieb Peter Korsgaard:

> From the cmake log:
> 
>   Could not find the following Boost libraries:
> 
>           boost_date_time boost_atomic
> 
>   Some (but not all) of the required Boost libraries were found.  You
>   may need to install these additional Boost libraries.  Alternatively,
>   set BOOST_LIBRARYDIR to the directory containing Boost libraries or
>   BOOST_ROOT to the location of Boost.

Hi Peter,

building pulseview with this patch reverted works after the cmake bump to 
3.5.1.

Regards, Bernd

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Buildroot] [git commit] pulseview: needs boost atomic/date_time as well
  2016-03-25 22:54 ` Bernd Kuhls
@ 2016-03-25 22:58   ` Gustavo Zacarias
  2016-03-26  7:47     ` Peter Korsgaard
  0 siblings, 1 reply; 4+ messages in thread
From: Gustavo Zacarias @ 2016-03-25 22:58 UTC (permalink / raw)
  To: buildroot

On 25/03/16 19:54, Bernd Kuhls wrote:

> Hi Peter,
>
> building pulseview with this patch reverted works after the cmake bump to
> 3.5.1.

Hi Bernd.
cmake 3.5.1 fixed a FindBoost bug on indirect dependencies:

http://public.kitware.com/pipermail/cmake/2016-March/063085.html

Regards.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Buildroot] [git commit] pulseview: needs boost atomic/date_time as well
  2016-03-25 22:58   ` Gustavo Zacarias
@ 2016-03-26  7:47     ` Peter Korsgaard
  0 siblings, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2016-03-26  7:47 UTC (permalink / raw)
  To: buildroot

>>>>> "Gustavo" == Gustavo Zacarias <gustavo@zacarias.com.ar> writes:

 > On 25/03/16 19:54, Bernd Kuhls wrote:
 >> Hi Peter,
 >> 
 >> building pulseview with this patch reverted works after the cmake bump to
 >> 3.5.1.

 > Hi Bernd.
 > cmake 3.5.1 fixed a FindBoost bug on indirect dependencies:

 > http://public.kitware.com/pipermail/cmake/2016-March/063085.html

Ahh, ok - I'll revert it then.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2016-03-26  7:47 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-25 21:48 [Buildroot] [git commit] pulseview: needs boost atomic/date_time as well Peter Korsgaard
2016-03-25 22:54 ` Bernd Kuhls
2016-03-25 22:58   ` Gustavo Zacarias
2016-03-26  7:47     ` Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox