Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 0/2] pulseview: fix build failures
@ 2015-06-30 10:41 Bartosz Golaszewski
  2015-06-30 10:41 ` [Buildroot] [PATCH 1/2] libsigrok: bump commit hash Bartosz Golaszewski
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Bartosz Golaszewski @ 2015-06-30 10:41 UTC (permalink / raw)
  To: buildroot

Autobuilders frequently report the following issue with pulseview:
  http://autobuild.buildroot.net/results/993/993622312239fe56946fdde4d3dfec73786393e5/build-end.log

It's caused by passing a nullptr as argument where
boost::optional<std::pair<(...)> > is expected. Commit ec6cc07f
fixed the issue in PulseView and the second patch makes buildroot
use it when building PV. The first patch is needed too due to some
API changes in libsigrokcxx.

NOTE: this builds fine on x86 and actually also used to build
properly on other architectures at commit edbeeef. Something must
have changed along the way that exposed the bug.

Bartosz Golaszewski (2):
  libsigrok: bump commit hash
  pulseview: bump commit hash

 package/libsigrok/libsigrok.mk | 2 +-
 package/pulseview/pulseview.mk | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

-- 
2.1.4

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

end of thread, other threads:[~2016-06-13  7:46 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-30 10:41 [Buildroot] [PATCH 0/2] pulseview: fix build failures Bartosz Golaszewski
2015-06-30 10:41 ` [Buildroot] [PATCH 1/2] libsigrok: bump commit hash Bartosz Golaszewski
2015-06-30 10:41 ` [Buildroot] [PATCH 2/2] pulseview: " Bartosz Golaszewski
2015-06-30 12:27 ` [Buildroot] [PATCH 0/2] pulseview: fix build failures Thomas Petazzoni
2016-05-24 20:10 ` Thomas Petazzoni
2016-05-24 21:53   ` Samuel Martin
2016-06-13  7:19   ` Bartosz Golaszewski
2016-06-13  7:46     ` Samuel Martin

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