Nix PHP | 78 Members | |
| A room for PHP developers running on Nix | 22 Servers |
| Sender | Message | Time |
|---|---|---|
| 23 Jan 2024 | ||
| Let me setup my thing and I ping you | 08:29:43 | |
| ETA: ~10min | 08:29:50 | |
| Here we go: https://meet.jit.si/PoDa | 08:35:36 | |
| Lars Strojny: ^^ | 08:36:04 | |
In reply to @drupol:matrix.orgOur patches would be preferred, we do not want to end up with a dead copy of nixpkgs | 15:18:34 | |
| Also maybe some of the other distros/ci envs already created them? | 15:19:19 | |
| Haven't found anything yet so far :( | 15:20:23 | |
| 31 Jan 2024 | ||
| Currently working on this: https://github.com/fossar/nix-phps/pull/321 | 10:06:29 | |
| It's a big mess... | 10:06:33 | |
Shyim: The PR to add aarch64-darwin is up. I volontary stopped the builds to have more resources on https://github.com/fossar/nix-phps/pull/321 | 10:07:17 | |
| Shyimand shyim : There are 2 users for you, which one are we supposed to use when we want to ping you? | 10:08:47 | |
Jan Tojnar: I've been working on PR #321, fixed the libxml related issues on all PHP versions. Along the way I had to fix an issue with sqlite3 too.Now I'm getting issue on darwin archs, and I simply cannot fix them since I don't have such a machine and I don't really understand where it comes from (log: https://github.com/fossar/nix-phps/actions/runs/7724334942/job/21056301213?pr=321)I pushed my changes in here: https://github.com/fossar/nix-phps/pull/321 I tried to be clear in my commit log message, but when everything will be done, I'll rebase properly, so don't pay attention at the form. | 10:16:58 | |
| Issues on old versions of PHP on aarch64-darwin: https://github.com/fossar/nix-phps/actions/runs/7724334942/job/21056301213?pr=321 Libxml issues on newer PHP versions at: https://github.com/fossar/nix-phps/actions/runs/7724334942/job/21056297392?pr=321 Is there anybody who can help on figuring out how to fix them or give some clue on this? | 10:25:55 | |
| I tried out a own matrix server and delete that 😂. but the user is still here lol | 10:34:57 | |
| Can we maybe backport the libxml2 patches from PHP itself? 🤔 | 10:39:41 | |
| I can take a look there i have an mac, but i am later traveling to Brussel because MySQL Days, Fosdem 😅 | 10:41:15 | |
| I'll be at fosdem too :) | 11:26:20 | |
| that libxml problem seems also with PHP 8.1 from nixpkgs :D | 14:20:08 | |
| * that libxml problem seems also with PHP 8.1 from nixpkgs :D, not only nix-phps problem | 14:20:18 | |
| Really ? | 17:16:53 | |
| Care to elaborate? | 17:16:57 | |
| We are close to something here: https://github.com/fossar/nix-phps/actions/runs/7732636096/job/21082991336 | 22:05:43 | |
| Heading to bed. I'm almost done with libxml and PHP stuff, only 1 failure. | 22:34:49 | |
| I'll continue asap | 22:34:59 | |
| 1 Feb 2024 | ||
In reply to @drupol:matrix.orgThat requires cast like here https://gitlab.com/libvirt/libvirt-glib/-/merge_requests/53/diffs#b684a5b6959188e3400acdcf5c7196b92fab9fa6_201_204 | 07:25:55 | |
| Darwin uses clang compiler which usually increases strictness (e.g. promotes warnings to errors) and then gcc follows a cycle later | 07:27:52 | |
| * Darwin uses Clang compiler which usually increases strictness (e.g. promotes warnings to errors), and then gcc follows a cycle later | 07:28:15 | |
| * Darwin uses Clang compiler, which usually increases strictness (e.g. promotes warnings to errors), and then gcc follows a cycle later | 07:28:32 | |
| * Darwin uses Clang compiler, which often increases strictness in major releases (e.g. promotes warnings to errors), and then gcc follows a cycle later | 07:29:25 | |
In reply to @jtojnar:matrix.orgThere's already a patch being applied for that, I don't understand why it's failing yet. #investigating | 07:42:12 | |