* [igt-dev] [PATCH i-g-t] man:meson.build: Fix build option check
@ 2019-05-23 21:47 Antonio Argenziano
2019-05-23 23:00 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
2019-05-24 4:57 ` [igt-dev] [PATCH i-g-t] " Arkadiusz Hiler
0 siblings, 2 replies; 3+ messages in thread
From: Antonio Argenziano @ 2019-05-23 21:47 UTC (permalink / raw)
To: igt-dev; +Cc: Lucas De Marchi, Petri Latvala
the build system tries to evaluate a variable that has been removed. Use
the option passed from the outside instead.
Signed-off-by: Antonio Argenziano <antonio.argenziano@intel.com>
Cc: Arkadiusz Hiler <arkadiusz.hiler@intel.com>
Cc: Lucas De Marchi <lucas.demarchi@intel.com>
Cc: Petri Latvala <petri.latvala@intel.com>
---
man/meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/man/meson.build b/man/meson.build
index 35faad28..0f0a6dd4 100644
--- a/man/meson.build
+++ b/man/meson.build
@@ -40,7 +40,7 @@ if rst2man.found()
endforeach
build_info += 'Build man pages: true'
else
- if _man_required
+ if build_man == 'yes'
error('Cannot build man pages due to missing dependencies')
endif
build_info += 'Build man pages: false'
--
2.21.0
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [igt-dev] ✓ Fi.CI.BAT: success for man:meson.build: Fix build option check
2019-05-23 21:47 [igt-dev] [PATCH i-g-t] man:meson.build: Fix build option check Antonio Argenziano
@ 2019-05-23 23:00 ` Patchwork
2019-05-24 4:57 ` [igt-dev] [PATCH i-g-t] " Arkadiusz Hiler
1 sibling, 0 replies; 3+ messages in thread
From: Patchwork @ 2019-05-23 23:00 UTC (permalink / raw)
To: Antonio Argenziano; +Cc: igt-dev
== Series Details ==
Series: man:meson.build: Fix build option check
URL : https://patchwork.freedesktop.org/series/61070/
State : success
== Summary ==
CI Bug Log - changes from CI_DRM_6137 -> IGTPW_3049
====================================================
Summary
-------
**SUCCESS**
No regressions found.
External URL: https://patchwork.freedesktop.org/api/1.0/series/61070/revisions/1/mbox/
Known issues
------------
Here are the changes found in IGTPW_3049 that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@amdgpu/amd_basic@userptr:
- fi-kbl-8809g: [PASS][1] -> [DMESG-WARN][2] ([fdo#108965])
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6137/fi-kbl-8809g/igt@amdgpu/amd_basic@userptr.html
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3049/fi-kbl-8809g/igt@amdgpu/amd_basic@userptr.html
* igt@gem_exec_suspend@basic-s3:
- fi-blb-e6850: [PASS][3] -> [INCOMPLETE][4] ([fdo#107718])
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6137/fi-blb-e6850/igt@gem_exec_suspend@basic-s3.html
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3049/fi-blb-e6850/igt@gem_exec_suspend@basic-s3.html
* igt@i915_selftest@live_contexts:
- fi-bdw-gvtdvm: [PASS][5] -> [DMESG-FAIL][6] ([fdo#110235])
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6137/fi-bdw-gvtdvm/igt@i915_selftest@live_contexts.html
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3049/fi-bdw-gvtdvm/igt@i915_selftest@live_contexts.html
* igt@i915_selftest@live_hangcheck:
- fi-skl-iommu: [PASS][7] -> [INCOMPLETE][8] ([fdo#108602] / [fdo#108744])
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6137/fi-skl-iommu/igt@i915_selftest@live_hangcheck.html
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3049/fi-skl-iommu/igt@i915_selftest@live_hangcheck.html
#### Possible fixes ####
* igt@kms_flip@basic-flip-vs-wf_vblank:
- fi-pnv-d510: [FAIL][9] ([fdo#100368]) -> [PASS][10]
[9]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6137/fi-pnv-d510/igt@kms_flip@basic-flip-vs-wf_vblank.html
[10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3049/fi-pnv-d510/igt@kms_flip@basic-flip-vs-wf_vblank.html
* igt@kms_frontbuffer_tracking@basic:
- {fi-icl-u2}: [FAIL][11] ([fdo#103167]) -> [PASS][12]
[11]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6137/fi-icl-u2/igt@kms_frontbuffer_tracking@basic.html
[12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3049/fi-icl-u2/igt@kms_frontbuffer_tracking@basic.html
{name}: This element is suppressed. This means it is ignored when computing
the status of the difference (SUCCESS, WARNING, or FAILURE).
[fdo#100368]: https://bugs.freedesktop.org/show_bug.cgi?id=100368
[fdo#103167]: https://bugs.freedesktop.org/show_bug.cgi?id=103167
[fdo#107713]: https://bugs.freedesktop.org/show_bug.cgi?id=107713
[fdo#107718]: https://bugs.freedesktop.org/show_bug.cgi?id=107718
[fdo#108602]: https://bugs.freedesktop.org/show_bug.cgi?id=108602
[fdo#108744]: https://bugs.freedesktop.org/show_bug.cgi?id=108744
[fdo#108965]: https://bugs.freedesktop.org/show_bug.cgi?id=108965
[fdo#110209]: https://bugs.freedesktop.org/show_bug.cgi?id=110209
[fdo#110235]: https://bugs.freedesktop.org/show_bug.cgi?id=110235
[fdo#110627]: https://bugs.freedesktop.org/show_bug.cgi?id=110627
[fdo#110715]: https://bugs.freedesktop.org/show_bug.cgi?id=110715
Participating hosts (44 -> 40)
------------------------------
Missing (4): fi-kbl-soraka fi-ilk-m540 fi-bsw-cyan fi-bdw-samus
Build changes
-------------
* IGT: IGT_5011 -> IGTPW_3049
CI_DRM_6137: e0fe0a5239c1f280c1268e519dbed94e3c429d80 @ git://anongit.freedesktop.org/gfx-ci/linux
IGTPW_3049: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3049/
IGT_5011: 7f120c5f1bff2727d50f3c392d81c0f6878b61d6 @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3049/
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [igt-dev] [PATCH i-g-t] man:meson.build: Fix build option check
2019-05-23 21:47 [igt-dev] [PATCH i-g-t] man:meson.build: Fix build option check Antonio Argenziano
2019-05-23 23:00 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
@ 2019-05-24 4:57 ` Arkadiusz Hiler
1 sibling, 0 replies; 3+ messages in thread
From: Arkadiusz Hiler @ 2019-05-24 4:57 UTC (permalink / raw)
To: Antonio Argenziano; +Cc: igt-dev, Lucas De Marchi, Petri Latvala
On Thu, May 23, 2019 at 02:47:34PM -0700, Antonio Argenziano wrote:
> the build system tries to evaluate a variable that has been removed. Use
> the option passed from the outside instead.
>
> Signed-off-by: Antonio Argenziano <antonio.argenziano@intel.com>
> Cc: Arkadiusz Hiler <arkadiusz.hiler@intel.com>
> Cc: Lucas De Marchi <lucas.demarchi@intel.com>
> Cc: Petri Latvala <petri.latvala@intel.com>
Reviewed-by: Arkadiusz Hiler <arkadiusz.hiler@intel.com>
thanks!
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2019-05-24 4:57 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-05-23 21:47 [igt-dev] [PATCH i-g-t] man:meson.build: Fix build option check Antonio Argenziano
2019-05-23 23:00 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
2019-05-24 4:57 ` [igt-dev] [PATCH i-g-t] " Arkadiusz Hiler
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox