All of lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Petazzoni via buildroot <buildroot@buildroot.org>
To: Bernd Kuhls <bernd@kuhls.net>
Cc: buildroot@buildroot.org, Baxiche Su <baxiche@gmail.com>,
	 Jesse Van Gavere <jesseevg@gmail.com>,
	Roy Kollen Svendsen <roykollensvendsen@gmail.com>
Subject: Re: [Buildroot] [PATCH v3 1/3] package/freerdp: fix build with ffmpeg 8.0
Date: Tue, 3 Feb 2026 08:52:11 +0100	[thread overview]
Message-ID: <aYGpGnHjcMfvTGvS@windsurf> (raw)
In-Reply-To: <20260106193017.1817810-2-bernd@kuhls.net>

On Tue, Jan 06, 2026 at 08:30:14PM +0100, Bernd Kuhls wrote:
> Added four upstream patches backported from FreeRDP 3.x.
> 
> The remaining build error:
> 
> /home/bernd/buildroot/output/build/freerdp-2.11.7-18-g0ee17e2f8e49d56ab5b90d5160fa8f87ffc445e0/
>  channels/client/tables.c:129:22:
>  error: initialization of ‘UINT (*)(void)’ {aka ‘unsigned int (*)(void)’}
>  from incompatible pointer type ‘UINT (*)(void *)’ {aka ‘unsigned int (*)(void *)’}
>  [-Wincompatible-pointer-types]
>   129 |         { "oss", "", oss_freerdp_rdpsnd_client_subsystem_entry },
> 
> is fixed by adding -Wno-incompatible-pointer-types to CFLAGS due to
> tables.c being dynamically created during the build and backporting the
> supposed upstream fix
> https://github.com/FreeRDP/FreeRDP/commit/fe6d861a5c21edf5341ec203a12d6f62f8a80367
> is too invasive.
> 
> Signed-off-by: Bernd Kuhls <bernd@kuhls.net>

Thanks a lot, entire series applied!

Thomas
-- 
Thomas Petazzoni, co-owner and CEO, Bootlin
Embedded Linux and Kernel engineering and training
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

  reply	other threads:[~2026-02-03  7:52 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-01-06 19:30 [Buildroot] [PATCH v3 0/3] Build fixes for ffmpeg 8.0 Bernd Kuhls
2026-01-06 19:30 ` [Buildroot] [PATCH v3 1/3] package/freerdp: fix build with " Bernd Kuhls
2026-02-03  7:52   ` Thomas Petazzoni via buildroot [this message]
2026-01-06 19:30 ` [Buildroot] [PATCH v3 2/3] package/freeswitch: " Bernd Kuhls
2026-01-06 19:30 ` [Buildroot] [PATCH v3 3/3] package/qt6/qt6multimedia: " Bernd Kuhls

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=aYGpGnHjcMfvTGvS@windsurf \
    --to=buildroot@buildroot.org \
    --cc=baxiche@gmail.com \
    --cc=bernd@kuhls.net \
    --cc=jesseevg@gmail.com \
    --cc=roykollensvendsen@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.