unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* bug#48400: Nyxt build fails because php fails x86_64
@ 2021-05-13 15:24 Bone Baboon via Bug reports for GNU Guix
  2021-06-10 11:06 ` zimoun
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Bone Baboon via Bug reports for GNU Guix @ 2021-05-13 15:24 UTC (permalink / raw)
  To: 48400

[-- Attachment #1: Type: text/plain, Size: 1261 bytes --]

On a x86_64 computer Nyxt fails to build because php fails to build.

`guix describe` outputs:

```
Generation 24   May 12 2021 18:06:24    (current)
  guix d6aeebb
    repository URL: https://git.savannah.gnu.org/git/guix.git
    branch: master
    commit: d6aeebb23639258311fdfb9dbf5f903079fde51a
```

When I run `guix build --no-substitutes nyxt` the build fails with this
error:

```
make: *** [Makefile:237: test] Error 1

Test suite failed, dumping logs.
command "make" "test" "-j" "8" failed with status 2
builder for `/gnu/store/a03k6dm154hg2q97pyi4xqiwwc7mn95v-php-7.4.19.drv' failed with exit code 1
build of /gnu/store/a03k6dm154hg2q97pyi4xqiwwc7mn95v-php-7.4.19.drv failed
View build log at '/var/log/guix/drvs/a0/3k6dm154hg2q97pyi4xqiwwc7mn95v-php-7.4.19.drv.bz2'.
cannot build derivation `/gnu/store/waxz9g4h7i19inc378j8si3wzz5jh9xj-libsoup-2.72.0.drv': 1 dependencies couldn't be built
building /gnu/store/8ipd965g9c4fpwf3x6ybwdcw2jjmlmd0-trivia-0.0.0-3.7286d5d-checkout.drv...
cannot build derivation `/gnu/store/r0kzlvzvh61585bd5k416rjp1mr3vkd0-nyxt-2-pre-release-7.drv': 1 dependencies couldn't be built
guix build: error: build of `/gnu/store/r0kzlvzvh61585bd5k416rjp1mr3vkd0-nyxt-2-pre-release-7.drv' failed
```

The build log is attached.


[-- Attachment #2: 3k6dm154hg2q97pyi4xqiwwc7mn95v-php-7.4.19.drv.bz2 --]
[-- Type: application/octet-stream, Size: 398568 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#48400: Nyxt build fails because php fails x86_64
  2021-05-13 15:24 bug#48400: Nyxt build fails because php fails x86_64 Bone Baboon via Bug reports for GNU Guix
@ 2021-06-10 11:06 ` zimoun
  2021-06-15 23:56 ` Christopher Howard
  2021-07-02 16:35 ` zimoun
  2 siblings, 0 replies; 5+ messages in thread
From: zimoun @ 2021-06-10 11:06 UTC (permalink / raw)
  To: Bone Baboon; +Cc: 48400

Hi,

On Thu, 13 May 2021 at 11:24, Bone Baboon <bone.baboon@disroot.org> wrote:
> ```
> Generation 24   May 12 2021 18:06:24    (current)
>   guix d6aeebb
>     repository URL: https://git.savannah.gnu.org/git/guix.git
>     branch: master
>     commit: d6aeebb23639258311fdfb9dbf5f903079fde51a
> ```

[...]

> builder for `/gnu/store/a03k6dm154hg2q97pyi4xqiwwc7mn95v-php-7.4.19.drv' failed with exit code 1
> build of /gnu/store/a03k6dm154hg2q97pyi4xqiwwc7mn95v-php-7.4.19.drv failed
> View build log at '/var/log/guix/drvs/a0/3k6dm154hg2q97pyi4xqiwwc7mn95v-php-7.4.19.drv.bz2'.

On my machine, it builds and the test-suite passes.

--8<---------------cut here---------------start------------->8---
guix time-machine --commit=d6aeebb \
     -- build php --no-grafts --check

[...]

phase `compress-documentation' succeeded after 0.0 seconds
guix build: error: derivation `/gnu/store/v93y468hbyp5dswklcbn6w7rp0r0shyi-php-7.4.19.drv' may not be deterministic: output `/gnu/store/is8hhjqrx5902q4y4picqh5aabncxm8x-php-7.4.19' differs
--8<---------------cut here---------------end--------------->8---

And note:

--8<---------------cut here---------------start------------->8---
guix gc --derivers $(guix time-machine --commit=d6aeebb -- build php --no-grafts)
/gnu/store/6cqvpmy3cqbb7zlvp4ldyadd7985rm8g-php-7.4.19.drv
/gnu/store/a03k6dm154hg2q97pyi4xqiwwc7mn95v-php-7.4.19.drv
/gnu/store/v93y468hbyp5dswklcbn6w7rp0r0shyi-php-7.4.19.drv
--8<---------------cut here---------------end--------------->8---

which is the same derivations.


> The build log is attached.

The interesting part is, I guess:

=====================================================================
FAILED TEST SUMMARY
---------------------------------------------------------------------
file upload greater than 2G [sapi/cli/tests/upload_2G.phpt]
FPM: bug68420 - IPv4 all addresses [sapi/fpm/tests/bug68420-ipv4-all-addresses.phpt]
=====================================================================

And it probably comes from your machine.

(On a side note, it does not seem useful to send this full large log,
IMHO.)

Hope that helps,
simon




^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#48400: Nyxt build fails because php fails x86_64
  2021-05-13 15:24 bug#48400: Nyxt build fails because php fails x86_64 Bone Baboon via Bug reports for GNU Guix
  2021-06-10 11:06 ` zimoun
@ 2021-06-15 23:56 ` Christopher Howard
  2021-07-02 16:35 ` zimoun
  2 siblings, 0 replies; 5+ messages in thread
From: Christopher Howard @ 2021-06-15 23:56 UTC (permalink / raw)
  To: 48400

[-- Attachment #1: Type: text/plain, Size: 653 bytes --]

I'm not having trouble building Nyxt today using Guix commit 9703a51.
Perhaps OP can try to build it again now.

christopher@theoden ~$ neofetch --stdout
christopher@theoden 
------------------- 
OS: Guix System 9703a51048fbc1d322595d676ff0d63b1eb89304 x86_64 
Host: OptiPlex 9020 00 
Kernel: 5.12.8-gnu 
Uptime: 8 days, 7 hours, 22 mins 
Packages: 92 (guix-system), 108 (guix-user) 
Shell: bash 5.0.16 
Resolution: 1920x1080 
DE: GNOME 
Theme: Adwaita [GTK2/3] 
Icons: Adwaita [GTK2/3] 
Terminal: kitty 
CPU: Intel i5-4570 (4) @ 3.600GHz 
GPU: Intel HD Graphics 
GPU: AMD ATI Radeon HD 8490 / R5 235X OEM 
Memory: 4903MiB / 7869MiB

Christopher Howard

[-- Attachment #2: Type: text/html, Size: 1134 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#48400: Nyxt build fails because php fails x86_64
  2021-05-13 15:24 bug#48400: Nyxt build fails because php fails x86_64 Bone Baboon via Bug reports for GNU Guix
  2021-06-10 11:06 ` zimoun
  2021-06-15 23:56 ` Christopher Howard
@ 2021-07-02 16:35 ` zimoun
  2021-09-16  8:07   ` zimoun
  2 siblings, 1 reply; 5+ messages in thread
From: zimoun @ 2021-07-02 16:35 UTC (permalink / raw)
  To: Bone Baboon; +Cc: 48400

Hi,

On Thu, 13 May 2021 at 11:24, Bone Baboon <bone.baboon@disroot.org> wrote:
> On a x86_64 computer Nyxt fails to build because php fails to build.
>
> `guix describe` outputs:
>
> ```
> Generation 24   May 12 2021 18:06:24    (current)
>   guix d6aeebb
>     repository URL: https://git.savannah.gnu.org/git/guix.git
>     branch: master
>     commit: d6aeebb23639258311fdfb9dbf5f903079fde51a
> ```
>
> When I run `guix build --no-substitutes nyxt` the build fails with this
> error:
>
> ```
> make: *** [Makefile:237: test] Error 1
>
> Test suite failed, dumping logs.
> command "make" "test" "-j" "8" failed with status 2
> builder for `/gnu/store/a03k6dm154hg2q97pyi4xqiwwc7mn95v-php-7.4.19.drv' failed with exit code 1
> build of /gnu/store/a03k6dm154hg2q97pyi4xqiwwc7mn95v-php-7.4.19.drv failed
> View build log at '/var/log/guix/drvs/a0/3k6dm154hg2q97pyi4xqiwwc7mn95v-php-7.4.19.drv.bz2'.
> cannot build derivation `/gnu/store/waxz9g4h7i19inc378j8si3wzz5jh9xj-libsoup-2.72.0.drv': 1 dependencies couldn't be built
> building /gnu/store/8ipd965g9c4fpwf3x6ybwdcw2jjmlmd0-trivia-0.0.0-3.7286d5d-checkout.drv...
> cannot build derivation `/gnu/store/r0kzlvzvh61585bd5k416rjp1mr3vkd0-nyxt-2-pre-release-7.drv': 1 dependencies couldn't be built
> guix build: error: build of `/gnu/store/r0kzlvzvh61585bd5k416rjp1mr3vkd0-nyxt-2-pre-release-7.drv' failed
> ```
>
> The build log is attached.

Do you still have this problem?

Thanks,
simon




^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#48400: Nyxt build fails because php fails x86_64
  2021-07-02 16:35 ` zimoun
@ 2021-09-16  8:07   ` zimoun
  0 siblings, 0 replies; 5+ messages in thread
From: zimoun @ 2021-09-16  8:07 UTC (permalink / raw)
  To: Bone Baboon; +Cc: 48400-done

Hi,

On Fri, 02 Jul 2021 at 18:35, zimoun <zimon.toutoune@gmail.com> wrote:
> On Thu, 13 May 2021 at 11:24, Bone Baboon <bone.baboon@disroot.org> wrote:

>> On a x86_64 computer Nyxt fails to build because php fails to build.

[...]

> Do you still have this problem?

Two of us reported the build passes.  And it is marked moreinfo since 4
weeks, so I close.  Feel free to reopen if I miss something.

All the best,
simon




^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2021-09-16  8:20 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-13 15:24 bug#48400: Nyxt build fails because php fails x86_64 Bone Baboon via Bug reports for GNU Guix
2021-06-10 11:06 ` zimoun
2021-06-15 23:56 ` Christopher Howard
2021-07-02 16:35 ` zimoun
2021-09-16  8:07   ` zimoun

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).