| 3 Feb 2024 |
Jan 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 |
Pol | It was super cool :) | 17:27:34 |
Pol | You guys should come next year! | 17:27:43 |
Pol | 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 |
Jan Tojnar | it is more convenient to run it in Nixpkgs repo, since you are bisecting that | 17:31:03 |
Pol | Hooo smart. TIL :) | 17:36:27 |
Pol | It's ongoing... | 18:23:56 |
Pol |  Download image.png | 18:24:04 |
Pol | See you in a week haha :D | 18:39:55 |
tgerbet | Note that you might need to skip some commits. Some stuff might not be in cache/broken between staging merges | 18:41:05 |
Pol | I don't know... | 18:41:55 |
Pol | I will soon connect my laptop to the boiler to have hot water for free :D | 18:42:35 |
Pol | It's still running.... | 22:29:23 |
Pol |  Download image.png | 22:29:30 |
| 4 Feb 2024 |
Pol | ❯ 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 | Pol: It looks like a promising set of changes :) | 17:41:04 |
Pol | It's not yet ready | 17:42:07 |
Pol | Sorry for the delay | 17:42:18 |
Pol | I'll finish it tomorrow I think | 17:42:30 |
Pol | But feel free to make comments if needed | 17:43:10 |
Pol | My laptop is still bisecting those issues for nix-phps | 17:43:28 |
Shyim | is that fine with the maintainers, or should I add team php too like in other extensions 🤔 https://github.com/NixOS/nixpkgs/pull/286337 | 18:42:53 |
Pol | ❯ 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 |
Pol | @Shyim There's an issue with FrankenPHP 1.1.0 | 09:12:05 |
Pol | 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 |
Pol | Do you have any idea? | 09:12:16 |
Pol | Opened an issue ! https://github.com/dunglas/frankenphp/issues/553 | 09:23:04 |
Pol | FrankenPHP PR is here, currently in draft: https://github.com/NixOS/nixpkgs/pull/286462 | 09:24:57 |
Shyim | Pol: I think we just need to provide brotli in the buildInputs 🤔 | 09:29:08 |
Shyim | Pol: here is an PR :D https://github.com/NixOS/nixpkgs/pull/286457 | 09:42:34 |