php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #71503 crossing compile PHP-5.5.9
Submitted: 2016-02-03 09:23 UTC Modified: 2020-02-09 04:22 UTC
Votes:1
Avg. Score:3.0 ± 0.0
Reproduced:0 of 0 (0.0%)
From: peter279k at gmail dot com Assigned: cmb (profile)
Status: No Feedback Package: Compile Failure
PHP Version: 5.5Git-2016-02-03 (Git) OS: Linux x86_64/Ubuntu 15.04
Private report: No CVE-ID: None
Have you experienced this issue?
Rate the importance of this bug to you:

 [2016-02-03 09:23 UTC] peter279k at gmail dot com
Description:
------------
Hi guys, I have crossed compile PHP-5.5.9.
Unfortunately, I got some errors during crossing compile.
The errors said : Makefile:574: recipe for target 'ext/standard/dns.lo' failed
I don't know this message means.Please help me , thanks.

Here is the android-configure. It's a bash script file

#!/bin/bash

export TOOLCHAIN=/home/lab501/android-toolchain
export PATH=$TOOLCHAIN/bin:$PATH
export CC=$TOOLCHAIN/bin/arm-linux-androideabi-gcc
export CXX=$TOOLCHAIN/bin/arm-linux-androideabi-g++
export AR=$TOOLCHAIN/bin/arm-linux-androideabi-ar
export LD=$TOOLCHAIN/bin/arm-linux-androideabi-ld
export RANLIB=$TOOLCHAIN/bin/arm-linux-androideabi-ranlib

./configure \
    --host=arm-linux-androideabi \
    --target=arm \
    -prefix=/home/lab501/php-5.5.9/_install \
    --with-iconv=/home/lab501/libiconv-1.14/_install \
    --with-libxml-dir=/home/lab501/libxml2-2.7.6/_install \
    --enable-simplexml \
    --enable-libxml \
    --enable-sockets \
    --enable-fpm \
    --without-zlib \
    --without-pear \
    --disable-mbregex \


Here is the screenshot during crossing compile PHP-5.5.9 when I got some error messages.

http://imgur.com/lZK7KRP

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2020-01-27 14:18 UTC] cmb@php.net
-Status: Open +Status: Feedback -Package: *General Issues +Package: Compile Failure -Assigned To: +Assigned To: cmb
 [2020-01-27 14:18 UTC] cmb@php.net
Do you still experience this issue with any actively supported PHP
version[1]?

[1] <https://www.php.net/supported-versions.php>
 [2020-02-09 04:22 UTC] php-bugs at lists dot php dot net
No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Re-Opened". Thank you.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 18 06:01:28 2024 UTC