* bug#43221: webkitgtk fails to build on aarch64
@ 2020-09-05 14:57 Vitaliy Shatrov
2020-09-05 15:18 ` Pierre Langlois
2020-09-06 3:57 ` Vitaliy Shatrov
0 siblings, 2 replies; 6+ messages in thread
From: Vitaliy Shatrov @ 2020-09-05 14:57 UTC (permalink / raw)
To: 43221; +Cc: Mike Rosset
Hello Guixes.
OK, picture: webkitgtk has propagated-input libsoup
libsoup has native-input php
The libsoup builds fine, but one of its tests (performed by php) fails.
So webkitgtk is unavailable on aarch64.
Bye.
^ permalink raw reply [flat|nested] 6+ messages in thread
* bug#43221: webkitgtk fails to build on aarch64
2020-09-05 14:57 bug#43221: webkitgtk fails to build on aarch64 Vitaliy Shatrov
@ 2020-09-05 15:18 ` Pierre Langlois
2020-09-05 19:22 ` Andreas Enge
2020-09-06 3:57 ` Vitaliy Shatrov
1 sibling, 1 reply; 6+ messages in thread
From: Pierre Langlois @ 2020-09-05 15:18 UTC (permalink / raw)
To: Vitaliy Shatrov; +Cc: 43221, mike.rosset
[-- Attachment #1: Type: text/plain, Size: 490 bytes --]
Hi Vitaly
Vitaliy Shatrov writes:
> Hello Guixes.
>
> OK, picture: webkitgtk has propagated-input libsoup
> libsoup has native-input php
>
> The libsoup builds fine, but one of its tests (performed by php) fails.
That sounds familiar, I think I hit this issue a few weeks
back. But at the moment, it seems the CI has successfully built php for
aarch64 https://ci.guix.gnu.org/build/3166798/details
Have you tried again after updating (guix pull)?
Thanks,
Pierre
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 519 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* bug#43221: webkitgtk fails to build on aarch64
2020-09-05 15:18 ` Pierre Langlois
@ 2020-09-05 19:22 ` Andreas Enge
2020-09-05 20:14 ` Mike Rosset
0 siblings, 1 reply; 6+ messages in thread
From: Andreas Enge @ 2020-09-05 19:22 UTC (permalink / raw)
To: Pierre Langlois; +Cc: 43221, Vitaliy Shatrov, mike.rosset
Hello,
On Sat, Sep 05, 2020 at 04:18:47PM +0100, Pierre Langlois wrote:
> That sounds familiar, I think I hit this issue a few weeks
> back. But at the moment, it seems the CI has successfully built php for
> aarch64 https://ci.guix.gnu.org/build/3166798/details
from what I understood, the problem came after PHP. But I just now rebuilt
successfully built /gnu/store/jq17bhswc6f2a6blwbqgqd076g2mlx1x-webkitgtk-2.28.4.drv
/gnu/store/pyfnmny69af9jdx9jx03asmvbvp9zi6m-webkitgtk-2.28.4-doc
/gnu/store/ydkc33il14ynnsjaabqfcm02fxvnc7xk-webkitgtk-2.28.4
with "guix describe":
Generation 5 Sep 01 2020 21:10:10 (current)
guix 4546c0d
repository URL: https://git.savannah.gnu.org/git/guix.git
branch: master
commit: 4546c0dd2f58fe9a1b1e78120a33b8c276970f62
on dover, which is an aarch64 machine.
So Vitaliy, could you please try again, and if you still have a problem,
provide us with more details?
Andreas
^ permalink raw reply [flat|nested] 6+ messages in thread
* bug#43221: webkitgtk fails to build on aarch64
2020-09-05 19:22 ` Andreas Enge
@ 2020-09-05 20:14 ` Mike Rosset
2020-09-05 20:16 ` Andreas Enge
0 siblings, 1 reply; 6+ messages in thread
From: Mike Rosset @ 2020-09-05 20:14 UTC (permalink / raw)
To: Andreas Enge; +Cc: 43221, Vitaliy Shatrov
Andreas Enge <andreas@enge.fr> writes:
> Hello,
>
> On Sat, Sep 05, 2020 at 04:18:47PM +0100, Pierre Langlois wrote:
>> That sounds familiar, I think I hit this issue a few weeks
>> back. But at the moment, it seems the CI has successfully built php for
>> aarch64 https://ci.guix.gnu.org/build/3166798/details
>
> from what I understood, the problem came after PHP. But I just now rebuilt
> successfully built /gnu/store/jq17bhswc6f2a6blwbqgqd076g2mlx1x-webkitgtk-2.28.4.drv
> /gnu/store/pyfnmny69af9jdx9jx03asmvbvp9zi6m-webkitgtk-2.28.4-doc
> /gnu/store/ydkc33il14ynnsjaabqfcm02fxvnc7xk-webkitgtk-2.28.4
> with "guix describe":
> Generation 5 Sep 01 2020 21:10:10 (current)
> guix 4546c0d
> repository URL: https://git.savannah.gnu.org/git/guix.git
> branch: master
> commit: 4546c0dd2f58fe9a1b1e78120a33b8c276970f62
> on dover, which is an aarch64 machine.
>
> So Vitaliy, could you please try again, and if you still have a problem,
> provide us with more details?
>
> Andreas
Hello Andreas,
It's working now on aarch64-linux. I'm using guix describe @
81ea278e05986f9ccee078bd00d4d7fc309dd19c at least it's serving
substitutes.
Also webkitgtk2 now is unblocked from building and I was able to build
for aarch64-linux.
Think we can close this now.
Mike
^ permalink raw reply [flat|nested] 6+ messages in thread
* bug#43221: webkitgtk fails to build on aarch64
2020-09-05 20:14 ` Mike Rosset
@ 2020-09-05 20:16 ` Andreas Enge
0 siblings, 0 replies; 6+ messages in thread
From: Andreas Enge @ 2020-09-05 20:16 UTC (permalink / raw)
To: Mike Rosset; +Cc: 43221-done, Vitaliy Shatrov
On Sat, Sep 05, 2020 at 01:14:06PM -0700, Mike Rosset wrote:
> It's working now on aarch64-linux. I'm using guix describe @
> 81ea278e05986f9ccee078bd00d4d7fc309dd19c at least it's serving
> substitutes.
>
> Think we can close this now.
Thanks for the confirmation, closing it.
Andreas
^ permalink raw reply [flat|nested] 6+ messages in thread
* bug#43221: webkitgtk fails to build on aarch64
2020-09-05 14:57 bug#43221: webkitgtk fails to build on aarch64 Vitaliy Shatrov
2020-09-05 15:18 ` Pierre Langlois
@ 2020-09-06 3:57 ` Vitaliy Shatrov
1 sibling, 0 replies; 6+ messages in thread
From: Vitaliy Shatrov @ 2020-09-06 3:57 UTC (permalink / raw)
To: 43221
Hello all. It's fixed on now.
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2020-09-06 4:23 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-09-05 14:57 bug#43221: webkitgtk fails to build on aarch64 Vitaliy Shatrov
2020-09-05 15:18 ` Pierre Langlois
2020-09-05 19:22 ` Andreas Enge
2020-09-05 20:14 ` Mike Rosset
2020-09-05 20:16 ` Andreas Enge
2020-09-06 3:57 ` Vitaliy Shatrov
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).