!jngDrdMgndWibPCYsR:nixos.org

Nix PHP

75 Members
A room for PHP developers running on Nix22 Servers

Load older messages


SenderMessageTime
3 Feb 2024
@jtojnar:matrix.orgJan Tojnar it can be also automated with git bisect run nix build -L path/to/nixpkgs#php56 --override-input nixpkgs . but that does distinguish the failure cause 17:27:31
@drupol:matrix.orgPolIt was super cool :)17:27:34
@drupol:matrix.orgPolYou guys should come next year!17:27:43
@drupol:matrix.orgPol
In reply to @jtojnar:matrix.org
and then nix build -L path/to/nixpkgs#php56 --override-input nixpkgs .
Shouldn't it be nix build --override-input nixpkgs /path/to/nixpkgs .#php56 ?
17:30:02
@jtojnar:matrix.orgJan Tojnarit is more convenient to run it in Nixpkgs repo, since you are bisecting that17:31:03
@drupol:matrix.orgPol Hooo smart. TIL :) 17:36:27
@drupol:matrix.orgPolIt's ongoing... 18:23:56
@drupol:matrix.orgPolimage.png
Download image.png
18:24:04
@drupol:matrix.orgPolSee you in a week haha :D18:39:55
@tgerbet:matrix.orgtgerbetNote that you might need to skip some commits. Some stuff might not be in cache/broken between staging merges18:41:05
@drupol:matrix.orgPolI don't know... 18:41:55
@drupol:matrix.orgPolI will soon connect my laptop to the boiler to have hot water for free :D18:42:35
@drupol:matrix.orgPolIt's still running.... 22:29:23
@drupol:matrix.orgPolimage.png
Download image.png
22:29:30
4 Feb 2024
@drupol:matrix.orgPol
❯ git bisect good
Bisecting: 95 revisions left to test after this (roughly 7 steps)
[3c0ab5c239270e758d232f82a0f00d48ff5647b2] Merge #279141: pixman: 0.42.2 -> 0.43.0
07:51:55
@etu:failar.nu@etu:failar.nu Pol: It looks like a promising set of changes :) 17:41:04
@drupol:matrix.orgPol It's not yet ready 17:42:07
@drupol:matrix.orgPol Sorry for the delay 17:42:18
@drupol:matrix.orgPol I'll finish it tomorrow I think 17:42:30
@drupol:matrix.orgPol But feel free to make comments if needed 17:43:10
@drupol:matrix.orgPol My laptop is still bisecting those issues for nix-phps 17:43:28
@shyim:matrix.orgShyimis that fine with the maintainers, or should I add team php too like in other extensions 🤔 https://github.com/NixOS/nixpkgs/pull/28633718:42:53
@drupol:matrix.orgPol
❯ git bisect bad
Bisecting: 46 revisions left to test after this (roughly 6 steps)
[7abc6d260be68d9e55b085a53138dfdceedc417a] nixos/doc: add missing anchor for Linux Rust
21:32:55
5 Feb 2024
@drupol:matrix.orgPol @Shyim There's an issue with FrankenPHP 1.1.0 09:12:05
@drupol:matrix.orgPol
frankenphp> go: downloading github.com/bits-and-blooms/bitset v1.13.0
frankenphp> # github.com/google/brotli/go/cbrotli
frankenphp> ../../go/pkg/mod/github.com/google/brotli/go/cbrotli@v0.0.0-20240116120200-adbc354d23af/reader.go:13:10: fatal error: brotli/decode.h: No such file or directory
frankenphp>    13 | #include <brotli/decode.h>
frankenphp>       |          ^~~~~~~~~~~~~~~~~
frankenphp> compilation terminated.
error: builder for '/nix/store/yldc3x6w8jbyavdwqpnz35s9m5m7wq93-frankenphp-1.1.0.drv' failed with exit code 1;
       last 25 log lines:
       > go: downloading github.com/golang/protobuf v1.5.3
       > go: downloading github.com/dgryski/go-farm v0.0.0-20200201041132-a6ae2369ad13
       > go: downloading github.com/jackc/pgconn v1.14.1
       > go: downloading github.com/jackc/pgio v1.0.0
       > go: downloading github.com/jackc/pgproto3/v2 v2.3.2
       > go: downloading github.com/jackc/pgtype v1.14.1
       > go: downloading github.com/go-kit/kit v0.13.0
       > go: downloading github.com/google/certificate-transparency-go v1.1.7
       > go: downloading github.com/AndreasBriese/bbloom v0.0.0-20190825152654-46b345b51c96
       > go: downloading github.com/golang/snappy v0.0.4
       > go: downloading github.com/jackc/chunkreader/v2 v2.0.1
       > go: downloading github.com/jackc/pgpassfile v1.0.0
       > go: downloading github.com/jackc/pgservicefile v0.0.0-20231201235250-de7065d80cb9
       > go: downloading github.com/go-kit/log v0.2.1
       > go: downloading github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d
       > go: downloading github.com/mattn/go-colorable v0.1.13
       > go: downloading github.com/shurcooL/sanitized_anchor_name v1.0.0
       > go: downloading github.com/mattn/go-isatty v0.0.20
       > go: downloading github.com/go-logfmt/logfmt v0.6.0
       > go: downloading github.com/bits-and-blooms/bitset v1.13.0
       > # github.com/google/brotli/go/cbrotli
       > ../../go/pkg/mod/github.com/google/brotli/go/cbrotli@v0.0.0-20240116120200-adbc354d23af/reader.go:13:10: fatal error: brotli/decode.h: No such file or directory
       >    13 | #include <brotli/decode.h>
       >       |          ^~~~~~~~~~~~~~~~~
       > compilation terminated.
       For full logs, run 'nix log /nix/store/yldc3x6w8jbyavdwqpnz35s9m5m7wq93-frankenphp-1.1.0.drv'.
~/C/N/nixpkgs > bump/frankenphp-1.1 +7 -7 [!] ✘   
09:12:09
@drupol:matrix.orgPolDo you have any idea?09:12:16
@drupol:matrix.orgPolOpened an issue ! https://github.com/dunglas/frankenphp/issues/55309:23:04
@drupol:matrix.orgPolFrankenPHP PR is here, currently in draft: https://github.com/NixOS/nixpkgs/pull/28646209:24:57
@shyim:matrix.orgShyim Pol: I think we just need to provide brotli in the buildInputs 🤔 09:29:08
@shyim:matrix.orgShyim Pol: here is an PR :D https://github.com/NixOS/nixpkgs/pull/286457 09:42:34

Show newer messages


Back to Room ListRoom Version: 6