-
Notifications
You must be signed in to change notification settings - Fork 7.9k
{Compiling PHP 8.3.1 on RHEL9.3 } {BUG} - cc: fatal error: Killed signal terminated program cc1 #13038
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
Comments
Next step would be to make install: [root@rhel9 php-8.3.1]# make install
Also fails with
|
( i'm no expert, please ensure to provide exact steps to any additional data collection needed. ) |
Since it gets killed while compiling the fileinfo extension, I think you're running into an out-of-memory issue. |
Sorry how would you like me to validate this out of memory?
…On Wed, Dec 27, 2023, 1:12 PM Niels Dossche ***@***.***> wrote:
Since it gets killed while compiling the fileinfo extension, I think
you're running into an out-of-memory issue.
Can you confirm whether you hit an out-of-memory condition during
compilation?
If so, then this is related: #13038
<#13038>
—
Reply to this email directly, view it on GitHub
<#13038 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ATVFI2XINPZV7VRQJVXX2ADYLRQJHAVCNFSM6AAAAABBETR26WVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQNZQGUZDIOJZGQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
How much RAM is in your system. |
Your toolchain is using more memory than expected.. this is not a PHP issue. |
Hi Cristian,
Please fix the bug in the documentation then :) ( I understand your not
responsible for the compiler itself )
Please specify the minimum expectation, if the actual actions fail due to
lack of memory as you suggest.
If low memory was the issue, and there was a memory error presented, I
would have just increased the memory allocation...
Thank you.
Mr.D
…On Sat, Dec 30, 2023 at 1:35 PM Cristian Rodríguez ***@***.***> wrote:
Your toolchain is using more memory than expected.. this is not a PHP
issue.
The most practical/cheaper solution is to add more RAM.
The hard route is to analyze what exactly in the compiler is first using
excessive resources and if that is fixable or just have to deal with it.
—
Reply to this email directly, view it on GitHub
<#13038 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ATVFI2XBEYO7YGSXDX67TX3YMBNG7AVCNFSM6AAAAABBETR26WVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQNZSGU4DANRXHE>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Do you need to compile from source or would remi collet's RPM repository works out fine ? |
Should be fixed now on master as #65106 is fixed now and this was a duplicate of that. |
Description
The following steps used to reproduce:
step6.txt
Resulted in this output:
But I expected this output instead:
PHP Version
php 8.3.1 (downloaded as tar.gz)
Operating System
RHEL 9.3
The text was updated successfully, but these errors were encountered: