* Re: Staging branch [aarch64 failures]
@ 2021-01-06 10:38 Stefan
2021-01-06 18:34 ` Leo Famulari
0 siblings, 1 reply; 6+ messages in thread
From: Stefan @ 2021-01-06 10:38 UTC (permalink / raw)
To: Leo Famulari, guix-devel
Hi Leo!
> "while setting up the build environment: executing
> `/gnu/store/x3gq648qnfnla7nppyfjvj62s2i8y7rl-guile-3.0.2/bin/guile': No such
> file or directory"
>
> Does anybody have advice?
I have the same problem. See <https://issues.guix.gnu.org/45654> for a workaround.
Bye
Stefan
^ permalink raw reply [flat|nested] 6+ messages in thread
* Staging branch
@ 2020-12-06 17:58 Leo Famulari
2020-12-23 5:27 ` Leo Famulari
0 siblings, 1 reply; 6+ messages in thread
From: Leo Famulari @ 2020-12-06 17:58 UTC (permalink / raw)
To: guix-devel
[-- Attachment #1: Type: text/plain, Size: 295 bytes --]
Hello,
I just pushed a fix for #40832 (alsa-lib cannot find its plugins) to a
new 'staging' branch on Savannah.
The plan is to start building it next Friday, December 11.
Marius is planning to update Qt and Mesa in this round.
Are there any other changes we should make on this branch?
Leo
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Staging branch
2020-12-06 17:58 Staging branch Leo Famulari
@ 2020-12-23 5:27 ` Leo Famulari
2020-12-23 22:46 ` Leo Famulari
0 siblings, 1 reply; 6+ messages in thread
From: Leo Famulari @ 2020-12-23 5:27 UTC (permalink / raw)
To: guix-devel
[-- Attachment #1: Type: text/plain, Size: 928 bytes --]
On Sun, Dec 06, 2020 at 12:58:46PM -0500, Leo Famulari wrote:
> The plan is to start building it next Friday, December 11.
The staging branch is building:
https://data.guix-patches.cbaines.net/repository/2/branch/staging/latest-processed-revision/package-substitute-availability
It's moving a little more slowly than I'd hoped — currently there are
substitutes for 43% of packages on x86_64-linux, and less than that for
the other architectures.
The branch provides a working `guix system vm
doc/os-config-bare-bones.texi`. I'll test lightweight-desktop.texi next.
I'm asking for more testers :)
If you are using Guix System, you can try:
# guix pull --branch=staging && guix system reconfigure /etc/config.scm
... and on other distros, something like this:
# guix pull --branch=staging && systemctl restart guix-daemon && guix upgrade
... and reply with any problems.
Thanks in advance!
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Staging branch
2020-12-23 5:27 ` Leo Famulari
@ 2020-12-23 22:46 ` Leo Famulari
2020-12-29 7:37 ` Efraim Flashner
0 siblings, 1 reply; 6+ messages in thread
From: Leo Famulari @ 2020-12-23 22:46 UTC (permalink / raw)
To: guix-devel
On Wed, Dec 23, 2020 at 12:27:22AM -0500, Leo Famulari wrote:
> ... and reply with any problems.
The package kwidgetsaddons fails its test suite like this:
------
********* Start testing of KColumnResizerTest *********
Config: Using QtTest library 5.15.2, Qt 5.15.2 (x86_64-little_endian-lp64 shared (dynamic) release build; by GCC 7.5.0), unknown unknown
PASS : KColumnResizerTest::initTestCase()
QWARN : KColumnResizerTest::test(forms) This plugin does not support propagateSizeHints()
PASS : KColumnResizerTest::test(forms)
QWARN : KColumnResizerTest::test(grids) This plugin does not support propagateSizeHints()
PASS : KColumnResizerTest::test(grids)
QWARN : KColumnResizerTest::test(grid-and-form) This plugin does not support propagateSizeHints()
FAIL! : KColumnResizerTest::test(grid-and-form) Compared values are not the same
Actual (widget1->x()): 145
Expected (widget2x) : 161
Loc: [/tmp/guix-build-kwidgetsaddons-5.70.0.drv-0/kwidgetsaddons-5.70.0/autotests/kcolumnresizertest.cpp(83)]
PASS : KColumnResizerTest::cleanupTestCase()
Totals: 4 passed, 1 failed, 0 skipped, 0 blacklisted, 18ms
********* Finished testing of KColumnResizerTest *********
95% tests passed, 1 tests failed out of 19
Total Test time (real) = 8.27 sec
The following tests FAILED:
19 - kwidgetsaddons-kcolumnresizertest (Failed)
Errors while running CTest
make: *** [Makefile:110: test] Error 8
Test suite failed, dumping logs.
------
I tried using the newer version of this package (5.71) but it fails due
to incompatibilities with the rest of the KDE frameworks.
Any ideas?
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Staging branch
2020-12-23 22:46 ` Leo Famulari
@ 2020-12-29 7:37 ` Efraim Flashner
2021-01-05 1:37 ` Staging branch [aarch64 failures] Leo Famulari
0 siblings, 1 reply; 6+ messages in thread
From: Efraim Flashner @ 2020-12-29 7:37 UTC (permalink / raw)
To: Leo Famulari; +Cc: guix-devel
[-- Attachment #1: Type: text/plain, Size: 2153 bytes --]
On Wed, Dec 23, 2020 at 05:46:25PM -0500, Leo Famulari wrote:
> On Wed, Dec 23, 2020 at 12:27:22AM -0500, Leo Famulari wrote:
> > ... and reply with any problems.
>
> The package kwidgetsaddons fails its test suite like this:
>
> ------
> ********* Start testing of KColumnResizerTest *********
> Config: Using QtTest library 5.15.2, Qt 5.15.2 (x86_64-little_endian-lp64 shared (dynamic) release build; by GCC 7.5.0), unknown unknown
> PASS : KColumnResizerTest::initTestCase()
> QWARN : KColumnResizerTest::test(forms) This plugin does not support propagateSizeHints()
> PASS : KColumnResizerTest::test(forms)
> QWARN : KColumnResizerTest::test(grids) This plugin does not support propagateSizeHints()
> PASS : KColumnResizerTest::test(grids)
> QWARN : KColumnResizerTest::test(grid-and-form) This plugin does not support propagateSizeHints()
> FAIL! : KColumnResizerTest::test(grid-and-form) Compared values are not the same
> Actual (widget1->x()): 145
> Expected (widget2x) : 161
> Loc: [/tmp/guix-build-kwidgetsaddons-5.70.0.drv-0/kwidgetsaddons-5.70.0/autotests/kcolumnresizertest.cpp(83)]
> PASS : KColumnResizerTest::cleanupTestCase()
> Totals: 4 passed, 1 failed, 0 skipped, 0 blacklisted, 18ms
> ********* Finished testing of KColumnResizerTest *********
>
>
> 95% tests passed, 1 tests failed out of 19
>
> Total Test time (real) = 8.27 sec
>
> The following tests FAILED:
> 19 - kwidgetsaddons-kcolumnresizertest (Failed)
> Errors while running CTest
> make: *** [Makefile:110: test] Error 8
>
> Test suite failed, dumping logs.
> ------
>
> I tried using the newer version of this package (5.71) but it fails due
> to incompatibilities with the rest of the KDE frameworks.
>
> Any ideas?
>
I got the same error while trying to build my profile.
I also got a transient test-suite error while building tuir, but it
passed after the 5th try.
--
Efraim Flashner <efraim@flashner.co.il> אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Staging branch [aarch64 failures]
2020-12-29 7:37 ` Efraim Flashner
@ 2021-01-05 1:37 ` Leo Famulari
2021-01-05 12:01 ` Efraim Flashner
0 siblings, 1 reply; 6+ messages in thread
From: Leo Famulari @ 2021-01-05 1:37 UTC (permalink / raw)
To: Efraim Flashner; +Cc: guix-devel
[-- Attachment #1: Type: text/plain, Size: 775 bytes --]
The branch is building again!
http://ci.guix.gnu.org/eval/10974
Qtbase is failing on aarch64:
https://ci.guix.gnu.org/build/166439/details
There errors like this:
------
g++ -c -pipe -O2 -w -fPIC -I. -I/gnu/store/48i8mxxb1v4x632dff3i1dbdhsazm8bw-mariadb-10.5.8-dev/include/mysql -I/gnu/store/48i8mxxb1v4x632dff3i1dbdhsazm8bw-mariadb-10.5.8-dev/include/mysql/mysql -I/tmp/guix-build-qtbase-5.15.2.drv-0/qtbase-everywhere-src-5.15.2/mkspecs/linux-g++ -o main.o main.cpp
g++ -Wl,-O1 -o mysql main.o -L/gnu/store/c9id1jf4r3cfys6289p92wpdhk1ryns0-mariadb-10.5.8-lib/lib/
ld: main.o: in function `main':
main.cpp:(.text.startup+0x8): undefined reference to `mysql_get_client_version'
collect2: error: ld returned 1 exit status
make: *** [Makefile:69: mysql] Error 1
------
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Staging branch [aarch64 failures]
2021-01-05 1:37 ` Staging branch [aarch64 failures] Leo Famulari
@ 2021-01-05 12:01 ` Efraim Flashner
2021-01-05 20:17 ` Efraim Flashner
2021-01-05 23:07 ` Leo Famulari
0 siblings, 2 replies; 6+ messages in thread
From: Efraim Flashner @ 2021-01-05 12:01 UTC (permalink / raw)
To: Leo Famulari; +Cc: guix-devel
[-- Attachment #1: Type: text/plain, Size: 1182 bytes --]
On Mon, Jan 04, 2021 at 08:37:44PM -0500, Leo Famulari wrote:
> The branch is building again!
>
> http://ci.guix.gnu.org/eval/10974
>
> Qtbase is failing on aarch64:
>
> https://ci.guix.gnu.org/build/166439/details
>
> There errors like this:
>
> ------
> g++ -c -pipe -O2 -w -fPIC -I. -I/gnu/store/48i8mxxb1v4x632dff3i1dbdhsazm8bw-mariadb-10.5.8-dev/include/mysql -I/gnu/store/48i8mxxb1v4x632dff3i1dbdhsazm8bw-mariadb-10.5.8-dev/include/mysql/mysql -I/tmp/guix-build-qtbase-5.15.2.drv-0/qtbase-everywhere-src-5.15.2/mkspecs/linux-g++ -o main.o main.cpp
> g++ -Wl,-O1 -o mysql main.o -L/gnu/store/c9id1jf4r3cfys6289p92wpdhk1ryns0-mariadb-10.5.8-lib/lib/
> ld: main.o: in function `main':
> main.cpp:(.text.startup+0x8): undefined reference to `mysql_get_client_version'
> collect2: error: ld returned 1 exit status
> make: *** [Makefile:69: mysql] Error 1
> ------
qtbase built for me using qemu-binfmt emulation. Send it through again?
--
Efraim Flashner <efraim@flashner.co.il> אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Staging branch [aarch64 failures]
2021-01-05 12:01 ` Efraim Flashner
@ 2021-01-05 20:17 ` Efraim Flashner
2021-01-05 23:07 ` Leo Famulari
1 sibling, 0 replies; 6+ messages in thread
From: Efraim Flashner @ 2021-01-05 20:17 UTC (permalink / raw)
To: Leo Famulari; +Cc: guix-devel
[-- Attachment #1: Type: text/plain, Size: 1339 bytes --]
On Tue, Jan 05, 2021 at 02:01:35PM +0200, Efraim Flashner wrote:
> On Mon, Jan 04, 2021 at 08:37:44PM -0500, Leo Famulari wrote:
> > The branch is building again!
> >
> > http://ci.guix.gnu.org/eval/10974
> >
> > Qtbase is failing on aarch64:
> >
> > https://ci.guix.gnu.org/build/166439/details
> >
> > There errors like this:
> >
> > ------
> > g++ -c -pipe -O2 -w -fPIC -I. -I/gnu/store/48i8mxxb1v4x632dff3i1dbdhsazm8bw-mariadb-10.5.8-dev/include/mysql -I/gnu/store/48i8mxxb1v4x632dff3i1dbdhsazm8bw-mariadb-10.5.8-dev/include/mysql/mysql -I/tmp/guix-build-qtbase-5.15.2.drv-0/qtbase-everywhere-src-5.15.2/mkspecs/linux-g++ -o main.o main.cpp
> > g++ -Wl,-O1 -o mysql main.o -L/gnu/store/c9id1jf4r3cfys6289p92wpdhk1ryns0-mariadb-10.5.8-lib/lib/
> > ld: main.o: in function `main':
> > main.cpp:(.text.startup+0x8): undefined reference to `mysql_get_client_version'
> > collect2: error: ld returned 1 exit status
> > make: *** [Makefile:69: mysql] Error 1
> > ------
>
> qtbase built for me using qemu-binfmt emulation. Send it through again?
>
Also built for me just fine on my pine64.
--
Efraim Flashner <efraim@flashner.co.il> אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Staging branch [aarch64 failures]
2021-01-05 12:01 ` Efraim Flashner
2021-01-05 20:17 ` Efraim Flashner
@ 2021-01-05 23:07 ` Leo Famulari
1 sibling, 0 replies; 6+ messages in thread
From: Leo Famulari @ 2021-01-05 23:07 UTC (permalink / raw)
To: Efraim Flashner; +Cc: guix-devel
On Tue, Jan 05, 2021 at 02:01:35PM +0200, Efraim Flashner wrote:
> qtbase built for me using qemu-binfmt emulation. Send it through again?
I had Cuirass retry the build, and it failed immediately:
https://ci.guix.gnu.org/build/163857/details
The log file reads:
"while setting up the build environment: executing `/gnu/store/x3gq648qnfnla7nppyfjvj62s2i8y7rl-guile-3.0.2/bin/guile': No such file or directory"
Does anybody have advice?
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2021-01-06 18:34 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-01-06 10:38 Staging branch [aarch64 failures] Stefan
2021-01-06 18:34 ` Leo Famulari
-- strict thread matches above, loose matches on Subject: below --
2020-12-06 17:58 Staging branch Leo Famulari
2020-12-23 5:27 ` Leo Famulari
2020-12-23 22:46 ` Leo Famulari
2020-12-29 7:37 ` Efraim Flashner
2021-01-05 1:37 ` Staging branch [aarch64 failures] Leo Famulari
2021-01-05 12:01 ` Efraim Flashner
2021-01-05 20:17 ` Efraim Flashner
2021-01-05 23:07 ` Leo Famulari
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.