* [igt-dev] [PATCH i-g-t] meson: Bump required version to 0.47.2
@ 2019-09-09 13:46 Arkadiusz Hiler
2019-09-09 15:41 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Arkadiusz Hiler @ 2019-09-09 13:46 UTC (permalink / raw)
To: igt-dev; +Cc: Petri Latvala
Any distribution that decided to go with 0.47 should also pack the
latest point release.
For us 0.47.2 is important because it fixes the weird issues with using
a 'feature' option as a dependency()'s 'required' parameter, e.g.:
option('oping',
type : 'feature',
description : 'Build test runner with liboping for pinging support')
liboping = dependency('liboping', required: get_option('oping'))
With liboping not installed and oping option having the default "auto"
value this should execute just fine and liboping.found() should ==
false, but instead we get "ERROR: Native dependency 'liboping' not found".
That behavior is fixed with 0.47.2.
Cc: Petri Latvala <petri.latvala@intel.com>
Signed-off-by: Arkadiusz Hiler <arkadiusz.hiler@intel.com>
---
Dockerfile.build-fedora | 2 +-
meson.build | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/Dockerfile.build-fedora b/Dockerfile.build-fedora
index f5566b40..ce50376f 100644
--- a/Dockerfile.build-fedora
+++ b/Dockerfile.build-fedora
@@ -41,6 +41,6 @@ RUN dnf install -y clang
RUN dnf install -y findutils
# Meson version switching shenanigans
-RUN curl -o "/usr/src/#1" "https://files.pythonhosted.org/packages/c0/9b/44cdb8adcbb186be6cba5c93718d0c68f177b0e8082ae00cafa63a1d3535/{meson-0.47.0.tar.gz}"
+RUN curl -o "/usr/src/#1" "https://files.pythonhosted.org/packages/e8/ec/3e6a68c9e0fd4b4f4fb6877a3ccfb6f6e6d09f2b4fc87674e671bf64b7b8/{meson-0.47.2.tar.gz}"
RUN dnf clean all
diff --git a/meson.build b/meson.build
index aeecf0dc..fd3b6324 100644
--- a/meson.build
+++ b/meson.build
@@ -7,7 +7,7 @@ project('igt-gpu-tools', 'c',
'buildtype=debugoptimized',
],
license : 'MIT',
- meson_version : '>=0.47.0')
+ meson_version : '>=0.47.2')
if get_option('b_ndebug') != 'false'
error('Building without -Db_ndebug=false is not supported')
--
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] 4+ messages in thread* [igt-dev] ✓ Fi.CI.BAT: success for meson: Bump required version to 0.47.2 2019-09-09 13:46 [igt-dev] [PATCH i-g-t] meson: Bump required version to 0.47.2 Arkadiusz Hiler @ 2019-09-09 15:41 ` Patchwork 2019-09-09 22:43 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork 2019-09-13 9:52 ` [igt-dev] [PATCH i-g-t] " Petri Latvala 2 siblings, 0 replies; 4+ messages in thread From: Patchwork @ 2019-09-09 15:41 UTC (permalink / raw) To: Arkadiusz Hiler; +Cc: igt-dev == Series Details == Series: meson: Bump required version to 0.47.2 URL : https://patchwork.freedesktop.org/series/66441/ State : success == Summary == CI Bug Log - changes from CI_DRM_6854 -> IGTPW_3436 ==================================================== Summary ------- **SUCCESS** No regressions found. External URL: https://patchwork.freedesktop.org/api/1.0/series/66441/revisions/1/mbox/ Possible new issues ------------------- Here are the unknown changes that may have been introduced in IGTPW_3436: ### IGT changes ### #### Suppressed #### The following results come from untrusted machines, tests, or statuses. They do not affect the overall result. * igt@gem_sync@basic-all: - {fi-tgl-u}: NOTRUN -> [INCOMPLETE][1] [1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3436/fi-tgl-u/igt@gem_sync@basic-all.html Known issues ------------ Here are the changes found in IGTPW_3436 that come from known issues: ### IGT changes ### #### Issues hit #### * igt@debugfs_test@read_all_entries: - fi-ilk-650: [PASS][2] -> [DMESG-WARN][3] ([fdo#106387]) [2]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6854/fi-ilk-650/igt@debugfs_test@read_all_entries.html [3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3436/fi-ilk-650/igt@debugfs_test@read_all_entries.html * igt@gem_ctx_create@basic-files: - fi-bxt-dsi: [PASS][4] -> [INCOMPLETE][5] ([fdo#103927]) [4]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6854/fi-bxt-dsi/igt@gem_ctx_create@basic-files.html [5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3436/fi-bxt-dsi/igt@gem_ctx_create@basic-files.html #### Possible fixes #### * igt@gem_ctx_switch@legacy-render: - fi-icl-u2: [INCOMPLETE][6] ([fdo#107713] / [fdo#111381]) -> [PASS][7] [6]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6854/fi-icl-u2/igt@gem_ctx_switch@legacy-render.html [7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3436/fi-icl-u2/igt@gem_ctx_switch@legacy-render.html * igt@gem_exec_gttfill@basic: - {fi-tgl-u}: [INCOMPLETE][8] ([fdo#111593]) -> [PASS][9] [8]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6854/fi-tgl-u/igt@gem_exec_gttfill@basic.html [9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3436/fi-tgl-u/igt@gem_exec_gttfill@basic.html {name}: This element is suppressed. This means it is ignored when computing the status of the difference (SUCCESS, WARNING, or FAILURE). [fdo#103927]: https://bugs.freedesktop.org/show_bug.cgi?id=103927 [fdo#106387]: https://bugs.freedesktop.org/show_bug.cgi?id=106387 [fdo#107713]: https://bugs.freedesktop.org/show_bug.cgi?id=107713 [fdo#111381]: https://bugs.freedesktop.org/show_bug.cgi?id=111381 [fdo#111593]: https://bugs.freedesktop.org/show_bug.cgi?id=111593 Participating hosts (51 -> 46) ------------------------------ Additional (3): fi-icl-dsi fi-cfl-guc fi-icl-u3 Missing (8): fi-ilk-m540 fi-hsw-4200u fi-skl-guc fi-byt-squawks fi-bsw-cyan fi-icl-y fi-byt-clapper fi-bdw-samus Build changes ------------- * CI: CI-20190529 -> None * IGT: IGT_5176 -> IGTPW_3436 CI-20190529: 20190529 CI_DRM_6854: 5a70800ed2837e2d35a331e2cfd43a55df58c4fc @ git://anongit.freedesktop.org/gfx-ci/linux IGTPW_3436: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3436/ IGT_5176: 0102dcf4e2e8b357b59173fe1ff78069148080c6 @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3436/ _______________________________________________ igt-dev mailing list igt-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/igt-dev ^ permalink raw reply [flat|nested] 4+ messages in thread
* [igt-dev] ✓ Fi.CI.IGT: success for meson: Bump required version to 0.47.2 2019-09-09 13:46 [igt-dev] [PATCH i-g-t] meson: Bump required version to 0.47.2 Arkadiusz Hiler 2019-09-09 15:41 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork @ 2019-09-09 22:43 ` Patchwork 2019-09-13 9:52 ` [igt-dev] [PATCH i-g-t] " Petri Latvala 2 siblings, 0 replies; 4+ messages in thread From: Patchwork @ 2019-09-09 22:43 UTC (permalink / raw) To: Arkadiusz Hiler; +Cc: igt-dev == Series Details == Series: meson: Bump required version to 0.47.2 URL : https://patchwork.freedesktop.org/series/66441/ State : success == Summary == CI Bug Log - changes from CI_DRM_6854_full -> IGTPW_3436_full ==================================================== Summary ------- **SUCCESS** No regressions found. External URL: https://patchwork.freedesktop.org/api/1.0/series/66441/revisions/1/mbox/ Known issues ------------ Here are the changes found in IGTPW_3436_full that come from known issues: ### IGT changes ### #### Issues hit #### * igt@gem_eio@in-flight-suspend: - shard-apl: [PASS][1] -> [DMESG-WARN][2] ([fdo#108566]) +1 similar issue [1]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6854/shard-apl4/igt@gem_eio@in-flight-suspend.html [2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3436/shard-apl3/igt@gem_eio@in-flight-suspend.html * igt@gem_exec_schedule@independent-bsd1: - shard-iclb: [PASS][3] -> [SKIP][4] ([fdo#109276]) +15 similar issues [3]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6854/shard-iclb2/igt@gem_exec_schedule@independent-bsd1.html [4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3436/shard-iclb3/igt@gem_exec_schedule@independent-bsd1.html * igt@gem_exec_schedule@preemptive-hang-bsd: - shard-iclb: [PASS][5] -> [SKIP][6] ([fdo#111325]) +5 similar issues [5]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6854/shard-iclb5/igt@gem_exec_schedule@preemptive-hang-bsd.html [6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3436/shard-iclb1/igt@gem_exec_schedule@preemptive-hang-bsd.html * igt@gem_softpin@noreloc-s3: - shard-kbl: [PASS][7] -> [INCOMPLETE][8] ([fdo#103665]) [7]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6854/shard-kbl3/igt@gem_softpin@noreloc-s3.html [8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3436/shard-kbl2/igt@gem_softpin@noreloc-s3.html * igt@kms_cursor_crc@pipe-a-cursor-256x85-onscreen: - shard-kbl: [PASS][9] -> [FAIL][10] ([fdo#103232]) +2 similar issues [9]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6854/shard-kbl2/igt@kms_cursor_crc@pipe-a-cursor-256x85-onscreen.html [10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3436/shard-kbl1/igt@kms_cursor_crc@pipe-a-cursor-256x85-onscreen.html * igt@kms_cursor_crc@pipe-b-cursor-256x256-sliding: - shard-apl: [PASS][11] -> [FAIL][12] ([fdo#103232]) +2 similar issues [11]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6854/shard-apl4/igt@kms_cursor_crc@pipe-b-cursor-256x256-sliding.html [12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3436/shard-apl7/igt@kms_cursor_crc@pipe-b-cursor-256x256-sliding.html * igt@kms_cursor_crc@pipe-b-cursor-64x64-onscreen: - shard-apl: [PASS][13] -> [INCOMPLETE][14] ([fdo#103927]) +1 similar issue [13]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6854/shard-apl2/igt@kms_cursor_crc@pipe-b-cursor-64x64-onscreen.html [14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3436/shard-apl5/igt@kms_cursor_crc@pipe-b-cursor-64x64-onscreen.html * igt@kms_cursor_legacy@2x-long-cursor-vs-flip-legacy: - shard-hsw: [PASS][15] -> [FAIL][16] ([fdo#105767]) [15]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6854/shard-hsw4/igt@kms_cursor_legacy@2x-long-cursor-vs-flip-legacy.html [16]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3436/shard-hsw6/igt@kms_cursor_legacy@2x-long-cursor-vs-flip-legacy.html * igt@kms_flip@flip-vs-expired-vblank-interruptible: - shard-apl: [PASS][17] -> [FAIL][18] ([fdo#105363]) [17]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6854/shard-apl4/igt@kms_flip@flip-vs-expired-vblank-interruptible.html [18]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3436/shard-apl8/igt@kms_flip@flip-vs-expired-vblank-interruptible.html - shard-glk: [PASS][19] -> [FAIL][20] ([fdo#105363]) [19]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6854/shard-glk1/igt@kms_flip@flip-vs-expired-vblank-interruptible.html [20]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3436/shard-glk1/igt@kms_flip@flip-vs-expired-vblank-interruptible.html * igt@kms_frontbuffer_tracking@fbc-2p-pri-indfb-multidraw: - shard-hsw: [PASS][21] -> [SKIP][22] ([fdo#109271]) +2 similar issues [21]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6854/shard-hsw5/igt@kms_frontbuffer_tracking@fbc-2p-pri-indfb-multidraw.html [22]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3436/shard-hsw4/igt@kms_frontbuffer_tracking@fbc-2p-pri-indfb-multidraw.html * igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-move: - shard-glk: [PASS][23] -> [FAIL][24] ([fdo#103167]) [23]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6854/shard-glk3/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-move.html [24]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3436/shard-glk8/igt@kms_frontbuffer_tracking@fbc-2p-primscrn-cur-indfb-move.html * igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-cur-indfb-draw-render: - shard-iclb: [PASS][25] -> [FAIL][26] ([fdo#103167]) +2 similar issues [25]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6854/shard-iclb6/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-cur-indfb-draw-render.html [26]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3436/shard-iclb4/igt@kms_frontbuffer_tracking@fbcpsr-1p-primscrn-cur-indfb-draw-render.html * igt@kms_psr2_su@frontbuffer: - shard-iclb: [PASS][27] -> [SKIP][28] ([fdo#109642] / [fdo#111068]) [27]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6854/shard-iclb2/igt@kms_psr2_su@frontbuffer.html [28]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3436/shard-iclb1/igt@kms_psr2_su@frontbuffer.html * igt@kms_psr@no_drrs: - shard-iclb: [PASS][29] -> [FAIL][30] ([fdo#108341]) [29]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6854/shard-iclb7/igt@kms_psr@no_drrs.html [30]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3436/shard-iclb1/igt@kms_psr@no_drrs.html * igt@kms_psr@psr2_no_drrs: - shard-iclb: [PASS][31] -> [SKIP][32] ([fdo#109441]) +1 similar issue [31]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6854/shard-iclb2/igt@kms_psr@psr2_no_drrs.html [32]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3436/shard-iclb4/igt@kms_psr@psr2_no_drrs.html #### Possible fixes #### * igt@gem_ctx_shared@exec-single-timeline-bsd: - shard-iclb: [SKIP][33] ([fdo#110841]) -> [PASS][34] [33]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6854/shard-iclb2/igt@gem_ctx_shared@exec-single-timeline-bsd.html [34]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3436/shard-iclb3/igt@gem_ctx_shared@exec-single-timeline-bsd.html * igt@gem_exec_balancer@smoke: - shard-iclb: [SKIP][35] ([fdo#110854]) -> [PASS][36] [35]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6854/shard-iclb6/igt@gem_exec_balancer@smoke.html [36]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3436/shard-iclb2/igt@gem_exec_balancer@smoke.html * igt@gem_exec_schedule@pi-ringfull-bsd: - shard-iclb: [SKIP][37] ([fdo#111325]) -> [PASS][38] +4 similar issues [37]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6854/shard-iclb1/igt@gem_exec_schedule@pi-ringfull-bsd.html [38]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3436/shard-iclb6/igt@gem_exec_schedule@pi-ringfull-bsd.html * igt@gem_exec_schedule@preempt-other-bsd1: - shard-iclb: [SKIP][39] ([fdo#109276]) -> [PASS][40] +18 similar issues [39]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6854/shard-iclb3/igt@gem_exec_schedule@preempt-other-bsd1.html [40]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3436/shard-iclb2/igt@gem_exec_schedule@preempt-other-bsd1.html * igt@i915_suspend@sysfs-reader: - shard-apl: [DMESG-WARN][41] ([fdo#108566]) -> [PASS][42] +5 similar issues [41]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6854/shard-apl8/igt@i915_suspend@sysfs-reader.html [42]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3436/shard-apl7/igt@i915_suspend@sysfs-reader.html * igt@kms_cursor_crc@pipe-c-cursor-128x42-sliding: - shard-apl: [FAIL][43] ([fdo#103232]) -> [PASS][44] [43]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6854/shard-apl1/igt@kms_cursor_crc@pipe-c-cursor-128x42-sliding.html [44]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3436/shard-apl8/igt@kms_cursor_crc@pipe-c-cursor-128x42-sliding.html - shard-kbl: [FAIL][45] ([fdo#103232]) -> [PASS][46] [45]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6854/shard-kbl1/igt@kms_cursor_crc@pipe-c-cursor-128x42-sliding.html [46]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3436/shard-kbl1/igt@kms_cursor_crc@pipe-c-cursor-128x42-sliding.html * igt@kms_cursor_crc@pipe-c-cursor-256x85-offscreen: - shard-iclb: [INCOMPLETE][47] ([fdo#107713]) -> [PASS][48] [47]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6854/shard-iclb7/igt@kms_cursor_crc@pipe-c-cursor-256x85-offscreen.html [48]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3436/shard-iclb6/igt@kms_cursor_crc@pipe-c-cursor-256x85-offscreen.html * igt@kms_cursor_legacy@cursor-vs-flip-legacy: - shard-apl: [INCOMPLETE][49] ([fdo#103927]) -> [PASS][50] +1 similar issue [49]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6854/shard-apl3/igt@kms_cursor_legacy@cursor-vs-flip-legacy.html [50]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3436/shard-apl6/igt@kms_cursor_legacy@cursor-vs-flip-legacy.html * igt@kms_flip@flip-vs-suspend-interruptible: - shard-snb: [INCOMPLETE][51] ([fdo#105411]) -> [PASS][52] [51]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6854/shard-snb1/igt@kms_flip@flip-vs-suspend-interruptible.html [52]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3436/shard-snb2/igt@kms_flip@flip-vs-suspend-interruptible.html * igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-shrfb-draw-pwrite: - shard-iclb: [FAIL][53] ([fdo#103167]) -> [PASS][54] +1 similar issue [53]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6854/shard-iclb2/igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-shrfb-draw-pwrite.html [54]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3436/shard-iclb7/igt@kms_frontbuffer_tracking@fbc-1p-offscren-pri-shrfb-draw-pwrite.html * igt@kms_frontbuffer_tracking@fbcpsr-1p-rte: - shard-iclb: [FAIL][55] ([fdo#103167] / [fdo#110378]) -> [PASS][56] [55]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6854/shard-iclb2/igt@kms_frontbuffer_tracking@fbcpsr-1p-rte.html [56]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3436/shard-iclb5/igt@kms_frontbuffer_tracking@fbcpsr-1p-rte.html * igt@kms_pipe_crc_basic@suspend-read-crc-pipe-c: - shard-kbl: [INCOMPLETE][57] ([fdo#103665]) -> [PASS][58] [57]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6854/shard-kbl4/igt@kms_pipe_crc_basic@suspend-read-crc-pipe-c.html [58]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3436/shard-kbl2/igt@kms_pipe_crc_basic@suspend-read-crc-pipe-c.html * igt@kms_psr@psr2_cursor_mmap_cpu: - shard-iclb: [SKIP][59] ([fdo#109441]) -> [PASS][60] +1 similar issue [59]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6854/shard-iclb5/igt@kms_psr@psr2_cursor_mmap_cpu.html [60]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3436/shard-iclb2/igt@kms_psr@psr2_cursor_mmap_cpu.html * igt@kms_rotation_crc@primary-y-tiled-reflect-x-90: - shard-iclb: [INCOMPLETE][61] ([fdo#107713] / [fdo#110026] / [fdo#110040 ]) -> [PASS][62] [61]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6854/shard-iclb1/igt@kms_rotation_crc@primary-y-tiled-reflect-x-90.html [62]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3436/shard-iclb8/igt@kms_rotation_crc@primary-y-tiled-reflect-x-90.html #### Warnings #### * igt@gem_ctx_isolation@vcs1-nonpriv: - shard-iclb: [FAIL][63] ([fdo#111329]) -> [SKIP][64] ([fdo#109276]) [63]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6854/shard-iclb4/igt@gem_ctx_isolation@vcs1-nonpriv.html [64]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3436/shard-iclb6/igt@gem_ctx_isolation@vcs1-nonpriv.html * igt@gem_mocs_settings@mocs-settings-bsd2: - shard-iclb: [SKIP][65] ([fdo#109276]) -> [FAIL][66] ([fdo#111330]) +1 similar issue [65]: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_6854/shard-iclb5/igt@gem_mocs_settings@mocs-settings-bsd2.html [66]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3436/shard-iclb1/igt@gem_mocs_settings@mocs-settings-bsd2.html [fdo#103167]: https://bugs.freedesktop.org/show_bug.cgi?id=103167 [fdo#103232]: https://bugs.freedesktop.org/show_bug.cgi?id=103232 [fdo#103665]: https://bugs.freedesktop.org/show_bug.cgi?id=103665 [fdo#103927]: https://bugs.freedesktop.org/show_bug.cgi?id=103927 [fdo#105363]: https://bugs.freedesktop.org/show_bug.cgi?id=105363 [fdo#105411]: https://bugs.freedesktop.org/show_bug.cgi?id=105411 [fdo#105767]: https://bugs.freedesktop.org/show_bug.cgi?id=105767 [fdo#107713]: https://bugs.freedesktop.org/show_bug.cgi?id=107713 [fdo#108341]: https://bugs.freedesktop.org/show_bug.cgi?id=108341 [fdo#108566]: https://bugs.freedesktop.org/show_bug.cgi?id=108566 [fdo#109271]: https://bugs.freedesktop.org/show_bug.cgi?id=109271 [fdo#109276]: https://bugs.freedesktop.org/show_bug.cgi?id=109276 [fdo#109441]: https://bugs.freedesktop.org/show_bug.cgi?id=109441 [fdo#109642]: https://bugs.freedesktop.org/show_bug.cgi?id=109642 [fdo#110026]: https://bugs.freedesktop.org/show_bug.cgi?id=110026 [fdo#110040 ]: https://bugs.freedesktop.org/show_bug.cgi?id=110040 [fdo#110378]: https://bugs.freedesktop.org/show_bug.cgi?id=110378 [fdo#110841]: https://bugs.freedesktop.org/show_bug.cgi?id=110841 [fdo#110854]: https://bugs.freedesktop.org/show_bug.cgi?id=110854 [fdo#111068]: https://bugs.freedesktop.org/show_bug.cgi?id=111068 [fdo#111325]: https://bugs.freedesktop.org/show_bug.cgi?id=111325 [fdo#111329]: https://bugs.freedesktop.org/show_bug.cgi?id=111329 [fdo#111330]: https://bugs.freedesktop.org/show_bug.cgi?id=111330 Participating hosts (10 -> 6) ------------------------------ Missing (4): pig-skl-6260u shard-skl pig-hsw-4770r pig-glk-j5005 Build changes ------------- * CI: CI-20190529 -> None * IGT: IGT_5176 -> IGTPW_3436 * Piglit: piglit_4509 -> None CI-20190529: 20190529 CI_DRM_6854: 5a70800ed2837e2d35a331e2cfd43a55df58c4fc @ git://anongit.freedesktop.org/gfx-ci/linux IGTPW_3436: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3436/ IGT_5176: 0102dcf4e2e8b357b59173fe1ff78069148080c6 @ git://anongit.freedesktop.org/xorg/app/intel-gpu-tools piglit_4509: fdc5a4ca11124ab8413c7988896eec4c97336694 @ git://anongit.freedesktop.org/piglit == Logs == For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_3436/ _______________________________________________ igt-dev mailing list igt-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/igt-dev ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [igt-dev] [PATCH i-g-t] meson: Bump required version to 0.47.2 2019-09-09 13:46 [igt-dev] [PATCH i-g-t] meson: Bump required version to 0.47.2 Arkadiusz Hiler 2019-09-09 15:41 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork 2019-09-09 22:43 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork @ 2019-09-13 9:52 ` Petri Latvala 2 siblings, 0 replies; 4+ messages in thread From: Petri Latvala @ 2019-09-13 9:52 UTC (permalink / raw) To: Arkadiusz Hiler; +Cc: igt-dev On Mon, Sep 09, 2019 at 04:46:45PM +0300, Arkadiusz Hiler wrote: > Any distribution that decided to go with 0.47 should also pack the > latest point release. > > For us 0.47.2 is important because it fixes the weird issues with using > a 'feature' option as a dependency()'s 'required' parameter, e.g.: > > option('oping', > type : 'feature', > description : 'Build test runner with liboping for pinging support') > > liboping = dependency('liboping', required: get_option('oping')) > > With liboping not installed and oping option having the default "auto" > value this should execute just fine and liboping.found() should == > false, but instead we get "ERROR: Native dependency 'liboping' not found". > > That behavior is fixed with 0.47.2. > > Cc: Petri Latvala <petri.latvala@intel.com> > Signed-off-by: Arkadiusz Hiler <arkadiusz.hiler@intel.com> Reviewed-by: Petri Latvala <petri.latvala@intel.com> > --- > Dockerfile.build-fedora | 2 +- > meson.build | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/Dockerfile.build-fedora b/Dockerfile.build-fedora > index f5566b40..ce50376f 100644 > --- a/Dockerfile.build-fedora > +++ b/Dockerfile.build-fedora > @@ -41,6 +41,6 @@ RUN dnf install -y clang > RUN dnf install -y findutils > > # Meson version switching shenanigans > -RUN curl -o "/usr/src/#1" "https://files.pythonhosted.org/packages/c0/9b/44cdb8adcbb186be6cba5c93718d0c68f177b0e8082ae00cafa63a1d3535/{meson-0.47.0.tar.gz}" > +RUN curl -o "/usr/src/#1" "https://files.pythonhosted.org/packages/e8/ec/3e6a68c9e0fd4b4f4fb6877a3ccfb6f6e6d09f2b4fc87674e671bf64b7b8/{meson-0.47.2.tar.gz}" > > RUN dnf clean all > diff --git a/meson.build b/meson.build > index aeecf0dc..fd3b6324 100644 > --- a/meson.build > +++ b/meson.build > @@ -7,7 +7,7 @@ project('igt-gpu-tools', 'c', > 'buildtype=debugoptimized', > ], > license : 'MIT', > - meson_version : '>=0.47.0') > + meson_version : '>=0.47.2') > > if get_option('b_ndebug') != 'false' > error('Building without -Db_ndebug=false is not supported') > -- > 2.21.0 > _______________________________________________ igt-dev mailing list igt-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/igt-dev ^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2019-09-13 9:52 UTC | newest] Thread overview: 4+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2019-09-09 13:46 [igt-dev] [PATCH i-g-t] meson: Bump required version to 0.47.2 Arkadiusz Hiler 2019-09-09 15:41 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork 2019-09-09 22:43 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork 2019-09-13 9:52 ` [igt-dev] [PATCH i-g-t] " Petri Latvala
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox