php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #70162 No rule to make target webpimg.c
Submitted: 2015-07-28 23:51 UTC Modified: 2015-07-29 08:16 UTC
From: dmifedorenko at gmail dot com Assigned: cmb (profile)
Status: Not a bug Package: *Compile Issues
PHP Version: 7.0Git-2015-07-28 (Git) OS: Linux vm 3.13.0-37-generic #64-U
Private report: No CVE-ID: None
 [2015-07-28 23:51 UTC] dmifedorenko at gmail dot com
Description:
------------
I can compile PHP7 master before some of fresh commit on last week. Now compilation fails with error:

all -c /home/fedorenko/php7/php-src/ext/gd/libgd/gd_io_ss.c  -fPIC -DPIC -o ext/gd/libgd/.libs/gd_io_ss.o
make: *** No rule to make target `/home/fedorenko/php7/php-src/ext/gd/libgd/webpimg.c', needed by `ext/gd/libgd/webpimg.lo'.  Stop.

Configure:
'./configure' \
'--prefix=/home/fedorenko/php7bin/usr' \
'--with-apxs2' \
'--with-xsl=/usr/lib/x86_64-linux-gnu/' \
'--with-curl' \
'--enable-memcached' \
'--disable-memcached-sasl' \
'--with-tidy' \
'--with-mcrypt' \
'--with-gd' \
'--with-zlib' \
'--enable-intl' \
'--enable-zip' \
'--enable-soap' \
'--enable-debug' \
'--with-mysql-sock=/var/lib/mysql/mysql.sock' \
'--enable-pdo' \
'--enable-sockets' \
'--with-mysqli' \
'--with-openssl' \
'--enable-opcache'

Can you help me with this problem please?


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2015-07-29 01:12 UTC] cmb@php.net
-Assigned To: +Assigned To: cmb
 [2015-07-29 01:12 UTC] cmb@php.net
Did you do `./buildconf --force` before the configure?
 [2015-07-29 01:12 UTC] cmb@php.net
-Status: Assigned +Status: Feedback
 [2015-07-29 01:57 UTC] dmifedorenko at gmail dot com
buildconf helped. Sorry for wrong bug report, you can close this issue.
 [2015-07-29 08:16 UTC] ab@php.net
-Status: Feedback +Status: Not a bug
 [2015-07-29 08:16 UTC] ab@php.net
Sorry, but your problem does not imply a bug in PHP itself.  For a
list of more appropriate places to ask for help using PHP, please
visit http://www.php.net/support.php as this bug system is not the
appropriate forum for asking support questions.  Due to the volume
of reports we can not explain in detail here why your report is not
a bug.  The support channels will be able to provide an explanation
for you.

Thank you for your interest in PHP.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 26 13:01:28 2024 UTC