From: Peter Korsgaard <peter@korsgaard.com>
To: Thomas Petazzoni via buildroot <buildroot@buildroot.org>
Cc: Romain Naour <romain.naour@gmail.com>,
Dario Binacchi <dario.binacchi@amarulasolutions.com>,
linux-amarula@amarulasolutions.com,
Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Subject: Re: [Buildroot] [PATCH 1/1] package/xenomai: fix build with gcc 11
Date: Thu, 19 Sep 2024 22:27:58 +0200 [thread overview]
Message-ID: <87a5g3jsmp.fsf@dell.be.48ers.dk> (raw)
In-Reply-To: <20240914112624.52462119@windsurf> (Thomas Petazzoni via buildroot's message of "Sat, 14 Sep 2024 11:26:24 +0200")
>>>>> "Thomas" == Thomas Petazzoni via buildroot <buildroot@buildroot.org> writes:
> On Mon, 9 Sep 2024 08:33:39 +0200
> Dario Binacchi <dario.binacchi@amarulasolutions.com> wrote:
>> The commit adds an upstream patch to fix the following build failure:
>>
>> latency.c: In function 'dump_histo_gnuplot':
>> latency.c:415:9: error: 'fclose' called on pointer returned from a
>> mismatched allocation function [-Werror=mismatched-dealloc]
>> 415 | fclose(ifp);
>> | ^~~~~~~~~~~
>> latency.c:404:15: note: returned from 'popen'
>> 404 | ifp = popen(xconf, "r");
>> | ^~~~~~~~~~~~~~~~~
>>
>> Fixes:
>> - http://autobuild.buildroot.org/results/e15ccef2f2bd58482204b5061f77e76a8a540ebd
>>
>> Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com>
>> ---
>> ...y-Use-corresponding-pclose-for-popen.patch | 30 +++++++++++++++++++
>> 1 file changed, 30 insertions(+)
>> create mode 100644
>> package/xenomai/3.0.10/0005-testsuite-latency-Use-corresponding-pclose-for-popen.patch
> Applied to master, thanks.
Committed to 2024.02.x and 2024.08.x, thanks.
--
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
prev parent reply other threads:[~2024-09-19 20:28 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-09-09 6:33 [Buildroot] [PATCH 1/1] package/xenomai: fix build with gcc 11 Dario Binacchi
2024-09-14 9:26 ` Thomas Petazzoni via buildroot
2024-09-19 20:27 ` Peter Korsgaard [this message]
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=87a5g3jsmp.fsf@dell.be.48ers.dk \
--to=peter@korsgaard.com \
--cc=buildroot@buildroot.org \
--cc=dario.binacchi@amarulasolutions.com \
--cc=linux-amarula@amarulasolutions.com \
--cc=romain.naour@gmail.com \
--cc=thomas.petazzoni@bootlin.com \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.