Issue 69264 causes regression.

  • Done
  • quality assurance status badge
Details
2 participants
  • 宋文武
  • Jakob Kirsch
Owner
unassigned
Submitted by
Jakob Kirsch
Severity
normal

Debbugs page

Jakob Kirsch wrote 1 years ago
(address . bug-guix@gnu.org)
fa03dcd7-b2eb-4478-87ae-5afbbd47f3a1@web.de
The patch for issue 69264 and the corresponding commit
24eabd1eff34673d4a93edf16f92c444cdc1ac3f seem to break the build of
plasma-desktop since it fails with:
********* Start testing of PositionerTest *********
Config: Using QtTest library 5.15.10, Qt 5.15.10
(x86_64-little_endian-lp64 shared (dynamic) release build; by GCC
11.3.0), unknown unknown
PASS   : PositionerTest::initTestCase()
QWARN  : PositionerTest::tst_positions(3 per column) kf.kio.core:
couldn't create worker: "Unknown protocol 'file'."
QWARN  : PositionerTest::tst_positions(3 per column) kf.kio.core:
"Unable to create KIO worker. Unknown protocol 'file'."
QFATAL : PositionerTest::tst_positions(3 per column) ASSERT failure in
QList<T>::operator[]: "index out of range", file
/gnu/store/h3w0axvfps5j2g2wcl1hf349x0psy95s-qtbase-5.15.10/include/qt5/QtCore/qlist.h,
line 575
FAIL!  : PositionerTest::tst_positions(3 per column) Received a fatal
error.
  Loc: [Unknown file(0)]
Reverting the offending commit seems to fix the issue. I don't know why
this fixes it and it feels kind of hackish but it prevents me from
updating my system otherwise.
宋文武 wrote 1 years ago
Re: [bug#69622] [PATCH] gnu: plasma-desktop: fix build.
(name . Zheng Junjie)(address . zhengjunjie@iscas.ac.cn)
87a5n86ohh.fsf@envs.net
Zheng Junjie <zhengjunjie@iscas.ac.cn> writes:

Toggle quote (3 lines)
> * gnu/packages/kde-plasma.scm (plasma-desktop): fix build.
> [inputs]: Replace qtwayland with qtwayland-5.

Pushed as commit e51c26ef2d, thank you!

Also fixes #69648, close both.
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 69648@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 69648
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help