From: Bartosz Golaszewski <bgolaszewski@baylibre.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 0/2] pulseview: fix build failures
Date: Tue, 30 Jun 2015 12:41:12 +0200 [thread overview]
Message-ID: <1435660874-14116-1-git-send-email-bgolaszewski@baylibre.com> (raw)
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
next reply other threads:[~2015-06-30 10:41 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-06-30 10:41 Bartosz Golaszewski [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1435660874-14116-1-git-send-email-bgolaszewski@baylibre.com \
--to=bgolaszewski@baylibre.com \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox