me
/
guix
Archived
1
0
Fork 0

gnu: qtbase: Update to 6.6.3.

* gnu/packages/qt.scm (qtbase): Update to 6.6.3.
[phases] <check>: Skip the tst_qdialogbuttonbox, test_standalone_test and
test_collecting_plugins tests.

Change-Id: I3f43086c7809f21b49f3e23f30aebc9c6501c733
master
Maxim Cournoyer 2024-03-31 21:52:48 -04:00
parent 8eccb9b95a
commit 75395caf6d
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 19 additions and 5 deletions

View File

@ -715,13 +715,13 @@ developers using C++ or QML, a CSS & JavaScript like language.")
(package
(inherit qtbase-5)
(name "qtbase")
(version "6.6.2")
(version "6.6.3")
(source (origin
(inherit (package-source qtbase-5))
(uri (qt-url name version))
(sha256
(base32
"0yv78bwqzy975854h53rbiilsms62f3v02i3jqz7v8ajk1ml56xq"))
"0qklvzg242ilxw29jd2vsz6s8ni4dpraf4ghfa4dykhc705zv4q4"))
(modules '((guix build utils)))
(snippet
;; corelib uses bundled harfbuzz, md4, md5, sha3
@ -882,6 +882,20 @@ tst_qt_cmake_create.cpp"
(string-join
(append
(list
;; The 'tst_qdialogbuttonbox' may fail non-deterministically
;; (see: https://bugreports.qt.io/browse/QTBUG-123939).
"tst_qdialogbuttonbox"
;; The 'test_standalone_test' fails with a
;; "get_property could not find TARGET Qt6::Core" error
;; (see: https://bugreports.qt.io/browse/QTBUG-123940).
"test_standalone_test"
;; The 'test_collecting_plugins' fails with a "Unknown
;; platform linux-g++" error (see:
;; https://bugreports.qt.io/browse/QTBUG-123941).
"test_collecting_plugins"
;; The 'tst_selftests' fails with the following error:
;; with expansion:
;; false
@ -894,11 +908,11 @@ tst_qt_cmake_create.cpp"
;; for more information.
;; See https://bugreports.qt.io/browse/QTBUG-113371
;; Add glibc-utf8-locales to native-inpus is no help.
;; TODO: when core-updates merge, check again.
;; Adding glibc-utf8-locales to native-inpus is no help.
;; TODO: when core-updates is merged, check again.
"tst_selftests"
;; Sometimes it fails.
;; The 'tst_qsystemsemaphore' test sometimes fails.
"tst_qsystemsemaphore"
;; The 'tst_moc' test fails with "'fi.exists()' returned FALSE".
"tst_moc"