Project
Deskflow
Deskflow version number
1.19.0
Build type
Community package (apt, dnf, brew, etc.)
Operating systems (OS)
Wayland on Linux
Signing on macOS
Continuous build
OS versions/distros
Fedora Linux 42
Deskflow configuration
This is not applicable, as this is a build-time issue.
What steps will reproduce the problem?
Get a Fedora s390x container or VM and attempt to build Deskflow and run the test suite. On a Fedora system, this can be reproduced using Mock.
On a Fedora s390x system, do the following:
dnf install @fedora-packager
sudo usermod -a -G mock $USER && newgrp mock
fedpkg clone -a deskflow
cd deskflow && fedpkg mockbuild
Log output
/builddir/build/BUILD/deskflow-1.19.0-build/deskflow-1.19.0/src/test/unittests/deskflow/ClipboardChunkTests.cpp:39: Failure
Expected equality of these values:
sequence
Which is: 1
(uint32_t)chunk->m_chunk[1]
Which is: 0
terminate called after throwing an instance of 'testing::internal::GoogleTestFailureException'
what(): /builddir/build/BUILD/deskflow-1.19.0-build/deskflow-1.19.0/src/test/unittests/deskflow/ClipboardChunkTests.cpp:39: Failure
Expected equality of these values:
sequence
Which is: 1
(uint32_t)chunk->m_chunk[1]
Which is: 0
/var/tmp/rpm-tmp.zk5otA: line 47: 4687 Aborted (core dumped) redhat-linux-build/bin/unittests
Additional information
No response
Project
Deskflow
Deskflow version number
1.19.0
Build type
Community package (apt, dnf, brew, etc.)
Operating systems (OS)
Wayland on Linux
Signing on macOS
Continuous build
OS versions/distros
Fedora Linux 42
Deskflow configuration
This is not applicable, as this is a build-time issue.
What steps will reproduce the problem?
Get a Fedora s390x container or VM and attempt to build Deskflow and run the test suite. On a Fedora system, this can be reproduced using Mock.
On a Fedora s390x system, do the following:
dnf install @fedora-packagersudo usermod -a -G mock $USER && newgrp mockfedpkg clone -a deskflowcd deskflow && fedpkg mockbuildLog output
/builddir/build/BUILD/deskflow-1.19.0-build/deskflow-1.19.0/src/test/unittests/deskflow/ClipboardChunkTests.cpp:39: Failure Expected equality of these values: sequence Which is: 1 (uint32_t)chunk->m_chunk[1] Which is: 0 terminate called after throwing an instance of 'testing::internal::GoogleTestFailureException' what(): /builddir/build/BUILD/deskflow-1.19.0-build/deskflow-1.19.0/src/test/unittests/deskflow/ClipboardChunkTests.cpp:39: Failure Expected equality of these values: sequence Which is: 1 (uint32_t)chunk->m_chunk[1] Which is: 0 /var/tmp/rpm-tmp.zk5otA: line 47: 4687 Aborted (core dumped) redhat-linux-build/bin/unittestsAdditional information
No response