All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Yann E. MORIN" <yann.morin.1998@free.fr>
To: Andy Yan <andyshrk@163.com>
Cc: Eric Le Bihan <eric.le.bihan.dev@free.fr>,
	Daniel Lang <dalang@gmx.at>, Bernd Kuhls <bernd@kuhls.net>,
	Samuel Martin <s.martin49@gmail.com>,
	buildroot@buildroot.org, Romain Naour <romain.naour@gmail.com>,
	Valentin Korenblit <valentinkorenblit@gmail.com>
Subject: Re: [Buildroot] [PATCH/next 5/6] package/{mesa3d, mesa3d-headers}: bump version to 24.2.0
Date: Mon, 16 Sep 2024 21:16:17 +0200	[thread overview]
Message-ID: <ZuiEAeBfrMsUWAjC@landeda> (raw)
In-Reply-To: <19f56d2a.1aaa.191f9e145f6.Coremail.andyshrk@163.com>

Amndi, All,

On 2024-09-16 16:09 +0800, Andy Yan spake thusly:
> At 2024-09-14 17:00:51, "Andy Yan" <andyshrk@163.com> wrote:
> >I get a build error on Ubuntu 22.04:
> >
> >output/build/mesa3d-24.2.0/meson.build:171: WARNING: `gallium-drivers=swrast` is a deprecated alias for `gallium-drivers=softpipe,llvmpipe` and will be removed in version 25.0
> >output/build/mesa3d-24.2.0/meson.build:502: WARNING: cannot auto-detect -mtls-dialect when cross-compiling, using compiler default
> >Dependency libglvnd skipped: feature glvnd disabled
> >Dependency vdpau skipped: feature gallium-vdpau disabled
> >Program glslangValidator found: NO
> >Dependency libva skipped: feature gallium-va disabled
> >Program python3 found: YES (/srv/WorkSpace/opensource/buildroot/output/host/bin/python3)
> >
> >output/build/mesa3d-24.2.0/meson.build:967:2: ERROR: Problem encountered: Python (3.x) yaml module (PyYAML) required to build mesa.
[--SNIP--]
> I found the build error was gone when I add  host-python-pyyaml  to MESA3D_DEPENDENCIES,
> Should this be added there ?

It should indeed probably be added, but conditionally, i.e. only when
the affected driver is enabled, somnething like:

    ifeq ($(BR2_PACKAGE_MESA3D_XXXX),y)
    MESA3D_DEPENDENCIES += host-python-pyyaml
    ...
    endif

Reuse an existing conditional block.

Regards,
Yann E. MORIN.

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 561 099 427 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

  reply	other threads:[~2024-09-16 19:16 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-08-22 18:15 [Buildroot] [PATCH/next 1/6] package/libdrm: add host variant Bernd Kuhls
2024-08-22 18:15 ` [Buildroot] [PATCH/next 2/6] package/llvm-project/libclc: " Bernd Kuhls
2024-08-22 18:15 ` [Buildroot] [PATCH/next 3/6] package/spirv-llvm-translator: add target variant to provide LLVMSPIRVLib Bernd Kuhls
2024-08-22 18:15 ` [Buildroot] [PATCH/next 4/6] package/spirv-tools: add host variant Bernd Kuhls
2024-08-22 18:15 ` [Buildroot] [PATCH/next 5/6] package/{mesa3d, mesa3d-headers}: bump version to 24.2.0 Bernd Kuhls
2024-09-14  9:00   ` Andy Yan
2024-09-16  8:09     ` Andy Yan
2024-09-16 19:16       ` Yann E. MORIN [this message]
     [not found]       ` <ZuiEAeBfrMsUWAjC__26229.9065290549$1726514217$gmane$org@landeda>
2024-09-22 19:26         ` Bernd Kuhls
2024-08-22 18:15 ` [Buildroot] [PATCH/next 6/6] package/mesa3d: add option to enable VIRTIO vulkan driver 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=ZuiEAeBfrMsUWAjC@landeda \
    --to=yann.morin.1998@free.fr \
    --cc=andyshrk@163.com \
    --cc=bernd@kuhls.net \
    --cc=buildroot@buildroot.org \
    --cc=dalang@gmx.at \
    --cc=eric.le.bihan.dev@free.fr \
    --cc=romain.naour@gmail.com \
    --cc=s.martin49@gmail.com \
    --cc=valentinkorenblit@gmail.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.