All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/igt-gpu-tools: disable tests
@ 2024-03-31 10:09 Fabrice Fontaine
  2024-04-01 12:51 ` Yann E. MORIN
  0 siblings, 1 reply; 2+ messages in thread
From: Fabrice Fontaine @ 2024-03-31 10:09 UTC (permalink / raw)
  To: buildroot; +Cc: Bernd Kuhls, Fabrice Fontaine

Disable tests to avoid the following build failure raised since the
addition of the package in commit
d8a729d1731339da141612be33c5e59bc9928748:

../tests/intel/kms_pm_backlight.c: In function '__igt_unique____real_main257':
../tests/intel/kms_pm_backlight.c:320:32: error: implicit declaration of function 'basename'; did you mean 'rename'? [-Werror=implicit-function-declaration]
  320 |                         name = basename(full_name);
      |                                ^~~~~~~~
      |                                rename

Fixes: d8a729d1731339da141612be33c5e59bc9928748
 - http://autobuild.buildroot.org/results/ff5de58ca9408f3a4fc6b6d5bd8c62093c1021ad

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/igt-gpu-tools/igt-gpu-tools.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/igt-gpu-tools/igt-gpu-tools.mk b/package/igt-gpu-tools/igt-gpu-tools.mk
index 927a1225a5..5250950ee4 100644
--- a/package/igt-gpu-tools/igt-gpu-tools.mk
+++ b/package/igt-gpu-tools/igt-gpu-tools.mk
@@ -10,6 +10,7 @@ IGT_GPU_TOOLS_SITE = https://gitlab.freedesktop.org/drm/igt-gpu-tools/-/archive/
 IGT_GPU_TOOLS_LICENSE = MIT
 IGT_GPU_TOOLS_LICENSE_FILES = COPYING
 IGT_GPU_TOOLS_INSTALL_STAGING = YES
+IGT_GPU_TOOLS_CONF_OPTS = -Dtests=disabled
 IGT_GPU_TOOLS_DEPENDENCIES = \
 	host-pkgconf \
 	cairo \
-- 
2.43.0

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH 1/1] package/igt-gpu-tools: disable tests
  2024-03-31 10:09 [Buildroot] [PATCH 1/1] package/igt-gpu-tools: disable tests Fabrice Fontaine
@ 2024-04-01 12:51 ` Yann E. MORIN
  0 siblings, 0 replies; 2+ messages in thread
From: Yann E. MORIN @ 2024-04-01 12:51 UTC (permalink / raw)
  To: Fabrice Fontaine; +Cc: Bernd Kuhls, buildroot

Fabrice, All,

On 2024-03-31 12:09 +0200, Fabrice Fontaine spake thusly:
> Disable tests to avoid the following build failure raised since the
> addition of the package in commit
> d8a729d1731339da141612be33c5e59bc9928748:
> 
> ../tests/intel/kms_pm_backlight.c: In function '__igt_unique____real_main257':
> ../tests/intel/kms_pm_backlight.c:320:32: error: implicit declaration of function 'basename'; did you mean 'rename'? [-Werror=implicit-function-declaration]
>   320 |                         name = basename(full_name);
>       |                                ^~~~~~~~
>       |                                rename
> 
> Fixes: d8a729d1731339da141612be33c5e59bc9928748
>  - http://autobuild.buildroot.org/results/ff5de58ca9408f3a4fc6b6d5bd8c62093c1021ad
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

Applied to master, thanks.

Regards,
Yann E. MORIN.

> ---
>  package/igt-gpu-tools/igt-gpu-tools.mk | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/package/igt-gpu-tools/igt-gpu-tools.mk b/package/igt-gpu-tools/igt-gpu-tools.mk
> index 927a1225a5..5250950ee4 100644
> --- a/package/igt-gpu-tools/igt-gpu-tools.mk
> +++ b/package/igt-gpu-tools/igt-gpu-tools.mk
> @@ -10,6 +10,7 @@ IGT_GPU_TOOLS_SITE = https://gitlab.freedesktop.org/drm/igt-gpu-tools/-/archive/
>  IGT_GPU_TOOLS_LICENSE = MIT
>  IGT_GPU_TOOLS_LICENSE_FILES = COPYING
>  IGT_GPU_TOOLS_INSTALL_STAGING = YES
> +IGT_GPU_TOOLS_CONF_OPTS = -Dtests=disabled
>  IGT_GPU_TOOLS_DEPENDENCIES = \
>  	host-pkgconf \
>  	cairo \
> -- 
> 2.43.0
> 
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot

-- 
.-----------------.--------------------.------------------.--------------------.
|  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

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

end of thread, other threads:[~2024-04-01 12:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-31 10:09 [Buildroot] [PATCH 1/1] package/igt-gpu-tools: disable tests Fabrice Fontaine
2024-04-01 12:51 ` Yann E. MORIN

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.