Skip to content

Instantly share code, notes, and snippets.

@dominikkukacka
Created May 20, 2014 12:36
Show Gist options
  • Save dominikkukacka/12b5b21d2d6019784f0a to your computer and use it in GitHub Desktop.
Save dominikkukacka/12b5b21d2d6019784f0a to your computer and use it in GitHub Desktop.
Building PHP 5.4 Container On Docker
-----------------
| BUILD ERROR |
-----------------
Here are the last 10 lines from the log:
-----------------------------------------
/tmp/php-build/source/5.4.22/ext/curl/interface.c: In function ‘_php_curl_setopt.isra.10’:
/tmp/php-build/source/5.4.22/ext/curl/interface.c:1879:14: warning: call to ‘_curl_easy_setopt_err_long’ declared with attribute warning: curl_easy_setopt expects a long argument for this option [enabled by default]
/tmp/php-build/source/5.4.22/ext/curl/interface.c:2014:4: warning: call to ‘_curl_easy_setopt_err_progress_cb’ declared with attribute warning: curl_easy_setopt expects a curl_progress_callback argument for this option [enabled by default]
/tmp/php-build/source/5.4.22/ext/curl/streams.c: In function ‘php_curl_stream_opener’:
/tmp/php-build/source/5.4.22/ext/curl/streams.c:316:2: warning: call to ‘_curl_easy_setopt_err_progress_cb’ declared with attribute warning: curl_easy_setopt expects a curl_progress_callback argument for this option [enabled by default]
cc: internal compiler error: Killed (program cc1)
Please submit a full bug report,
with preprocessed source if appropriate.
See <file:///usr/share/doc/gcc-4.6/README.Bugs> for instructions.
make: *** [ext/fileinfo/libmagic/apprentice.lo] Error 1
-----------------------------------------
The full Log is available at '/tmp/php-build.5.4.22.20140520123009.log'.
[Warn]: Aborting build.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment