-
-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG]: broken build [-Wincompatible-pointer-types] #16531
Comments
Yes, I remember your report and issue is still opened - zephir-lang/zephir#2326 There was my attempts during last months to improve it, but it is not trivial task to do. As whole Zephir relies on I'll try to review it in near future... |
If this case, DON'T use |
Fedora 40 was released a week ago and we would go along with PHP 8.3 in this release. |
@stfast notice than on Fedora, you can use my repo which provides more PHP versions and more extensions than in official repository, including phalcon, see https://rpms.remirepo.net/wizard/ |
Remi I admire your work, great, hard and wonderfull job you you are working, but I've allways had problems with (cycylic) package dependancies with your Remi repos on Fedora upgrades in the past. Thank you reminding me, I will try. |
Any progress on the issue, I have to remove the package from Alpinelinux repo as no way to build it using GCC14 |
Please help us on this issue, as alpine linux package is removed from repo due to this. |
On it |
same issue. Any updates on it? or replacements?suggestions? |
Just tried to compile on latest version of alpine with PHP8.3 and it requires near 5Gb of RAM: before that it killed process with error:
For some urgent cases: use swap files with 4-5Gb to compile it on VMs/VPS with small RAM. I'll investigate what might be possible to do, but current warnings are not the core problem is original issue. |
Yeah True, I had to work on weekend, as my prod release got delayed due to package removal lol. But I did some alternates, it might not be the best way but anyways it saved me :
|
Now I'm using docker:
But previously i used just the "php82-pecl-phalcon" package:
and that way stopped working last 3-4 days, because package has been removed by vendor. |
My solution is to build the Phalcon from the source code for my alpine container. The basic Dockerfile snippes is below. Don't rely on the testing repositories any more :) Feel free to use it and/or tell me what might be improved.
|
With recent GCC 14 (on Fedora 40)
Build fails with tons of:
Was already reported for a long time.
This was a warning, this in now an error
The text was updated successfully, but these errors were encountered: