unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* 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

* 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

* Re: Staging branch [aarch64 failures]
  2021-01-06 10:38 Staging branch [aarch64 failures] Stefan
@ 2021-01-06 18:34 ` Leo Famulari
  0 siblings, 0 replies; 6+ messages in thread
From: Leo Famulari @ 2021-01-06 18:34 UTC (permalink / raw)
  To: Stefan; +Cc: guix-devel

On Wed, Jan 06, 2021 at 11:38:17AM +0100, Stefan wrote:
> 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.

Thanks for pointing this out. It does seem to be a similar issue.


^ 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 public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).