!jngDrdMgndWibPCYsR:nixos.org

Nix PHP

77 Members
A room for PHP developers running on Nix22 Servers

Load older messages


SenderMessageTime
3 Feb 2024
@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.nuetu 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
@drupol:matrix.orgPolMerci <309:47:44
@drupol:matrix.orgPolClosing other 2 PRs09:47:53
@drupol:matrix.orgPol Oh finally! After 3 days :D

❯ git bisect good
1e8bba4d5dadc087a8d53f131af2bb2505e663d8 is the first bad commit
commit 1e8bba4d5dadc087a8d53f131af2bb2505e663d8
Author: Yureka <yuka@yuka.dev>
Date:   Thu Jan 11 12:33:48 2024 +0100

    libjxl: build with openexr 3 (#279947)

 pkgs/development/libraries/libjxl/default.nix | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
15:25:00
@drupol:matrix.orgPol @Elis 🌱 It's finally ready for review: https://github.com/NixOS/nixpkgs/pull/285828 20:23:04
@getbygenius:matrix.orggetbygenius joined the room.23:17:40
6 Feb 2024
@drupol:matrix.orgPol Elis 🌱: Have a look at how Rector is packaged... https://github.com/rectorphp/rector 17:24:15
@drupol:matrix.orgPol They ship the vendor dir... 17:24:21
@drupol:matrix.orgPol Jan Tojnar: I found the problematic issue with PHP 5.6 17:29:12
@drupol:matrix.orgPolAfter 5 days of bisecting17:29:20
@drupol:matrix.orgPol❯ git bisect bad Bisecting: 0 revisions left to test after this (roughly 0 steps) [62abc91b9fa2bd651bb7bb0a7f7fecb9285130c0] autoconf: 2.71 -> 2.72 17:29:21
@drupol:matrix.orgPolArch people have the issue as well: https://aur.archlinux.org/packages/php56-ldap?all_deps=117:34:21

Show newer messages


Back to Room ListRoom Version: 6