| 9 May 2022 |
Jan Tojnar | where does the lex call even come from? https://github.com/fossar/nix-phps/runs/6358975765?check_suite_focus=true#step:6:835 | 20:23:03 |
Jan Tojnar | there is no such rule in the Makefile fragments, maybe an implicit rule?
https://github.com/php/php-src/blob/f590782b60a4da31487e00a3d0accfaf5d406b1d/ext/tokenizer/Makefile.frag#L1
https://github.com/php/php-src/blob/f590782b60a4da31487e00a3d0accfaf5d406b1d/Zend/Makefile.frag#L8 | 20:23:43 |
Jan Tojnar | try grepping the code for lex | 20:24:05 |
Jan Tojnar | * Pol: try grepping the code for lex | 20:24:08 |
Pol | Looks like there is something missing, there are 2 spaces in the log. | 20:25:20 |
Pol |  Download image.png | 20:25:24 |
Jan Tojnar | right, possibly lex flags | 20:26:03 |
Pol | In reply to @jtojnar:matrix.org Pol: try grepping the code for lex I add the --keep-failed flag and I grep ? | 20:26:56 |
Jan Tojnar | yup | 20:27:04 |
Jan Tojnar | you should see it in the generated Makefile | 20:27:20 |
Jan Tojnar | and then try to find out where that part of Makefile comes from | 20:27:46 |
Pol | okay | 20:28:26 |
Pol | Weird, I succeeded to build it locally: | 20:29:17 |
Pol |  Download image.png | 20:29:20 |
Pol | How to find the directory used for building ? | 20:30:14 |
Jan Tojnar | try running it with -L | 20:30:59 |
Jan Tojnar | but I think it will only keep the directory if it actually fails | 20:31:22 |
Pol | Indeed | 20:31:42 |
Jan Tojnar | so you might need to add something like postInstall = "die" | 20:31:43 |
Pol | Ok. | 20:32:04 |
Pol | Here's the Makefile of sodium extension: https://dpaste.org/K2qii | 20:35:50 |
Jan Tojnar | probably also check /Zend/makefile | 20:37:31 |
Pol | Will take care of that tomorrow if I have a bit more time, I'm off to bed now... | 20:38:52 |
Pol | Cheers, thanks for the help :) | 20:38:57 |
Jan Tojnar | thanks for taking care of this, night | 20:40:24 |
| 12 May 2022 |
Andreas Schrägle | https://www.php.net/ChangeLog-8.php#8.0.19
looks like there's a new round of php releases coming out | 14:51:34 |
| 13 May 2022 |
Pol | In reply to @andreas.schraegle:helsinki-systems.de https://www.php.net/ChangeLog-8.php#8.0.19 looks like there's a new round of php releases coming out PR is up: https://github.com/NixOS/nixpkgs/pull/172814 | 07:15:38 |
Pol | PR is up there, alone in the dark, awaiting for some approvals :D | 07:24:34 |
etu | I wonder if those darwin failures is bad or not | 12:53:44 |
Pol | I don't know either. The Darwin team never replied :( | 13:14:25 |